]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Customization.lyx: reflect the latest EmbeddedObjects update
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 263
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 tablecaptionabove,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 false
206 \author "usti" 
207 \author "Uwe Stöhr" 
208 \author "" 
209 \end_header
210
211 \begin_body
212
213 \begin_layout Title
214 LyX's detailed Figure, Table, Floats, Notes, and Boxes manual
215 \end_layout
216
217 \begin_layout Author
218 by the LyX Team
219 \begin_inset Foot
220 status collapsed
221
222 \begin_layout Standard
223 \noindent
224 If you have comments or error corrections, please send them to the LyX Documenta
225 tion mailing list: 
226 \family typewriter
227
228 \begin_inset ERT
229 status open
230
231 \begin_layout Standard
232
233
234 \backslash
235 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
236 \end_layout
237
238 \end_inset
239
240 lyx-docs@lists.lyx.org
241 \begin_inset ERT
242 status collapsed
243
244 \begin_layout Standard
245
246 }
247 \end_layout
248
249 \end_inset
250
251
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Note Note
258 status collapsed
259
260 \begin_layout Standard
261 original author: Uwe Stöhr
262 \end_layout
263
264 \end_inset
265
266
267 \newline
268
269 \newline
270
271 \family sans
272 Version 1.5.0-
273 \family default
274 1
275 \end_layout
276
277 \begin_layout Standard
278 \begin_inset LatexCommand tableofcontents
279
280 \end_inset
281
282
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset Note Note
287 status open
288
289 \begin_layout Standard
290 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
291  
292 \series bold
293 arydshln
294 \series default
295  and 
296 \series bold
297 marginnote
298 \series default
299  must be installed.
300  If they are not installed you can export the document anyway but the sections
301  where the packages are required won't appear in the output.
302 \end_layout
303
304 \begin_layout Standard
305 The latest PDF-version of this document can be found here:
306 \newline
307
308 \series bold
309 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
310 \end_layout
311
312 \end_inset
313
314
315 \end_layout
316
317 \begin_layout Chapter
318 Figures
319 \begin_inset LatexCommand label
320 name "cha:Figures"
321
322 \end_inset
323
324
325 \begin_inset LatexCommand index
326 name "Figure"
327
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Section
334 Graphics Dialog
335 \begin_inset LatexCommand index
336 name "Figure ! Graphics Dialog"
337
338 \end_inset
339
340
341 \begin_inset LatexCommand label
342 name "sec:Graphics-Dialog"
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Standard
350 To insert an image into your document, place the cursor at the text position
351  you want and click on the toolbar icon 
352 \begin_inset Graphics
353         filename ../images/dialog-show-new-inset_graphics.xpm
354         scale 85
355
356 \end_inset
357
358  or use the menu 
359 \family sans
360 Insert\SpecialChar \menuseparator
361 Graphics
362 \family default
363 .
364  Then a dialog will appear to choose the file to load.
365  The image will appear in the output exactly at the position where it is
366  in the text.
367 \end_layout
368
369 \begin_layout Standard
370 The graphics dialog can be called at any time by right-clicking on an image.
371  This dialog has three tabs:
372 \end_layout
373
374 \begin_layout Description
375
376 \family sans
377 Graphics
378 \family default
379  Here you can choose an image file and adjust its appearance in the output.
380  The available units for the image size are explained in appendix\InsetSpace ~
381
382 \begin_inset LatexCommand ref
383 reference "cha:Units-available-in"
384
385 \end_inset
386
387 .
388 \newline
389 You can rotate images counter-clockwise by setting a rotation angle and
390  a rotation origin.
391  The image will also be rotated inside LyX.
392 \newline
393 Images can be opened in a program
394  of your choice when pressing the 
395 \family sans
396 Edit
397 \family default
398  button.
399  The program can be set for every image format in the file format settings
400  in LyX's preferences.
401 \end_layout
402
403 \begin_layout Description
404
405 \family sans
406 Clipping
407 \family default
408  Alternatively to the usage of scaling units it is possible to set image
409  coordinates to adjust the height and width of the image in the output.
410  The coordinates can also be calculated automatically by pressing the button
411  
412 \family sans
413 Get\InsetSpace ~
414 from\InsetSpace ~
415 File
416 \family default
417 .
418  The option 
419 \family sans
420 Clip\InsetSpace ~
421 to\InsetSpace ~
422 bounding\InsetSpace ~
423 box
424 \family default
425  will only print the image region within the given coordinates.
426  Normally you don't need to take care about image coordinates and can ignore
427  this tab.
428 \end_layout
429
430 \begin_layout Description
431
432 \family sans
433 Extra\InsetSpace ~
434 options
435 \family default
436  In this tab you can modify the appearance of the image within LyX and set
437  the image to be a subfigure of a figure float with an own caption.
438  Subfigures are explained in section\InsetSpace ~
439
440 \begin_inset LatexCommand ref
441 reference "sec:Figure-Floats"
442
443 \end_inset
444
445 .
446 \newline
447  LaTeX experts can also specify on this tab additional LaTeX options.
448 \newline
449  The
450  option 
451 \family sans
452 Draft\InsetSpace ~
453 mode
454 \family default
455  makes the image appear in the output only as a frame with the size of the
456  image.
457 \newline
458 The 
459 \family sans
460 Don't\InsetSpace ~
461 unzip\InsetSpace ~
462 on\InsetSpace ~
463 export
464 \family default
465  option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
466 g.\InsetSpace ~
467
468 \emph on
469 x.eps.gz
470 \emph default
471 .
472  When the option is used the images will not be unzipped on export, since
473  LaTeX can handle them as they are.
474 \newline
475 Zipped EPS-graphics are useful to save
476  disk space when you choose PostScript as output format, see appendix\InsetSpace ~
477
478 \begin_inset LatexCommand ref
479 reference "sec:PostScript"
480
481 \end_inset
482
483 .
484  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
485  console:
486 \newline
487
488 \series bold
489 gzip x.eps
490 \series default
491
492 \newline
493
494 \series bold
495 zgrep %%Bounding x.eps.gz > x.eps.bb
496 \series default
497
498 \newline
499 The second command creates the bounding box file 
500 \begin_inset Quotes eld
501 \end_inset
502
503 x.eps.bb
504 \begin_inset Quotes erd
505 \end_inset
506
507  that is needed by LaTeX for zipped graphics.
508 \end_layout
509
510 \begin_layout Standard
511 \begin_inset VSpace bigskip
512 \end_inset
513
514
515 \end_layout
516
517 \begin_layout Standard
518 This is an example image in EPS format
519 \begin_inset Foot
520 status collapsed
521
522 \begin_layout Standard
523 Image formats are explained in section\InsetSpace ~
524
525 \begin_inset LatexCommand ref
526 reference "sec:Image-Formats"
527
528 \end_inset
529
530 .
531 \end_layout
532
533 \end_inset
534
535  within a separate, horizontally centered paragraph:
536 \end_layout
537
538 \begin_layout Standard
539 \align center
540 \begin_inset Graphics
541         filename clipart/mobius.eps
542         display color
543         scale 70
544         rotateOrigin center
545
546 \end_inset
547
548
549 \end_layout
550
551 \begin_layout Standard
552 This is the same image like the one above but in draft mode:
553 \end_layout
554
555 \begin_layout Standard
556 \align center
557 \begin_inset Graphics
558         filename clipart/mobius.eps
559         display color
560         scale 70
561         draft
562         rotateOrigin center
563
564 \end_inset
565
566
567 \end_layout
568
569 \begin_layout Section
570 Figure Floats
571 \begin_inset LatexCommand label
572 name "sec:Figure-Floats"
573
574 \end_inset
575
576
577 \begin_inset LatexCommand index
578 name "Floats ! Figure Floats"
579
580 \end_inset
581
582
583 \begin_inset LatexCommand index
584 name "Figure ! Floats"
585
586 \end_inset
587
588
589 \end_layout
590
591 \begin_layout Standard
592 For general explanations about floats, have a look at section\InsetSpace ~
593
594 \begin_inset LatexCommand ref
595 reference "sec:FloatIntroduction"
596
597 \end_inset
598
599 .
600 \end_layout
601
602 \begin_layout Standard
603 The toolbar button 
604 \begin_inset Graphics
605         filename ../images/float-insert_figure.xpm
606         scale 85
607
608 \end_inset
609
610  and the menu 
611 \family sans
612 Insert\SpecialChar \menuseparator
613 Float\SpecialChar \menuseparator
614 Figure
615 \family default
616  inserts a float with a caption that has the label 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Figure\InsetSpace ~
621 #:
622 \begin_inset Quotes erd
623 \end_inset
624
625  (# is the actual number).
626  You can insert the image above the caption, like in Figure\InsetSpace ~
627
628 \begin_inset LatexCommand ref
629 reference "fig:kill-plat"
630
631 \end_inset
632
633  or below the caption, like in Figure\InsetSpace ~
634
635 \begin_inset LatexCommand ref
636 reference "fig:escher"
637
638 \end_inset
639
640 .
641  More about the caption placement is described in section\InsetSpace ~
642
643 \begin_inset LatexCommand ref
644 reference "sec:Caption-Placement"
645
646 \end_inset
647
648 .
649 \end_layout
650
651 \begin_layout Standard
652 \begin_inset Float figure
653 wide false
654 sideways false
655 status open
656
657 \begin_layout Standard
658 \align center
659 \begin_inset Graphics
660         filename clipart/platypus.eps
661         display color
662         width 50col%
663         rotateOrigin center
664
665 \end_inset
666
667
668 \end_layout
669
670 \begin_layout Standard
671 \begin_inset Caption
672
673 \begin_layout Standard
674 \begin_inset LatexCommand label
675 name "fig:kill-plat"
676
677 \end_inset
678
679 A severely distorted platypus in a float.
680 \end_layout
681
682 \end_inset
683
684
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 \begin_inset Float figure
694 wide false
695 sideways false
696 status open
697
698 \begin_layout Standard
699 \begin_inset Caption
700
701 \begin_layout Standard
702 \begin_inset LatexCommand label
703 name "fig:escher"
704
705 \end_inset
706
707 M.C.
708  Escher on acid.
709 \end_layout
710
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 \align center
718 \begin_inset Graphics
719         filename clipart/escher-lsd.eps
720         display color
721         scale 80
722         rotateOrigin center
723
724 \end_inset
725
726
727 \end_layout
728
729 \end_inset
730
731
732 \end_layout
733
734 \begin_layout Standard
735 \begin_inset LatexCommand index
736 name "References ! to Figures"
737
738 \end_inset
739
740 Figure\InsetSpace ~
741
742 \begin_inset LatexCommand ref
743 reference "fig:kill-plat"
744
745 \end_inset
746
747  and 
748 \begin_inset LatexCommand ref
749 reference "fig:escher"
750
751 \end_inset
752
753  are examples of referenced figures.
754  Figures can be referenced in the text by referencing their label.
755  To do this insert a label in the caption using the menu 
756 \family sans
757 Insert\SpecialChar \menuseparator
758 Label
759 \family default
760  or the toolbar button 
761 \begin_inset Graphics
762         filename ../images/label-insert.xpm
763         scale 85
764
765 \end_inset
766
767 .
768  You can now refer to the label using the menu 
769 \family sans
770 Insert\SpecialChar \menuseparator
771 Cross\InsetSpace ~
772 reference
773 \family default
774  or the toolbar button 
775 \begin_inset Graphics
776         filename ../images/dialog-show-new-inset_ref.xpm
777         scale 85
778
779 \end_inset
780
781 .
782  It is important to use references to floats, rather than using vague references
783  like 
784 \begin_inset Quotes eld
785 \end_inset
786
787 the figure above
788 \begin_inset Quotes erd
789 \end_inset
790
791 , because as LaTeX will reposition the floats in the final document, it
792  might not be 
793 \begin_inset Quotes eld
794 \end_inset
795
796 above
797 \begin_inset Quotes erd
798 \end_inset
799
800  at all.
801 \newline
802 Referencing is explained in detail in section\InsetSpace ~
803
804 \begin_inset LatexCommand ref
805 reference "sec:Referencing-Floats"
806
807 \end_inset
808
809 .
810 \end_layout
811
812 \begin_layout Standard
813 Normally only one image is inserted to a figure float, but sometimes you
814  might want to use two images with separate subcaptions.
815  This can be set in the tab 
816 \family sans
817 Extra\InsetSpace ~
818 options
819 \family default
820  of the graphics dialog.
821  Choose there the option 
822 \family sans
823 Subfigure
824 \family default
825  and enter the subcaption for the image in the caption field.
826  Note that only the main caption of the float is added to the List of Figures.
827 \newline
828 Ref
829 erencing subfigures is explained in section\InsetSpace ~
830
831 \begin_inset LatexCommand ref
832 reference "sub:Referencing-Subfigures"
833
834 \end_inset
835
836 .
837 \end_layout
838
839 \begin_layout Standard
840 Figure\InsetSpace ~
841
842 \begin_inset LatexCommand ref
843 reference "fig:Two-distorted-images"
844
845 \end_inset
846
847  is an example of a figure float with two images set side by side.
848  You can also set the images one below the other.
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Float figure
853 wide false
854 sideways false
855 status open
856
857 \begin_layout Standard
858
859 \hfill
860
861 \begin_inset Graphics
862         filename clipart/escher-lsd.eps
863         width 45col%
864         subcaption
865         subcaptionText "Undefinable structure"
866
867 \end_inset
868
869
870 \hfill
871
872 \begin_inset Graphics
873         filename clipart/platypus.eps
874         lyxscale 60
875         width 45col%
876         subcaption
877         subcaptionText "\label{fig:Platypus} Platypus"
878
879 \end_inset
880
881
882 \hfill
883
884 \end_layout
885
886 \begin_layout Standard
887 \begin_inset Caption
888
889 \begin_layout Standard
890 \begin_inset LatexCommand label
891 name "fig:Two-distorted-images"
892
893 \end_inset
894
895 Two distorted images.
896 \end_layout
897
898 \end_inset
899
900
901 \end_layout
902
903 \end_inset
904
905
906 \end_layout
907
908 \begin_layout Section
909 Image Formats
910 \begin_inset LatexCommand label
911 name "sec:Image-Formats"
912
913 \end_inset
914
915
916 \begin_inset LatexCommand index
917 name "Image Formats"
918
919 \end_inset
920
921
922 \begin_inset LatexCommand index
923 name "Figure ! Image Formats"
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Standard
931 You can insert images in any known file format.
932  But as explained in appendix\InsetSpace ~
933
934 \begin_inset LatexCommand ref
935 reference "cha:Output-File-Formats"
936
937 \end_inset
938
939 , every output document format allows only a few image formats.
940  LyX uses therefore the program 
941 \family typewriter
942 Imagemagick
943 \family default
944  in the background to convert the images to the right format.
945  To increase your work flow by avoiding these conversions in the background,
946  you can use only the image formats that can directly be embedded in the
947  output file format.
948  The output file formats are explained in appendix\InsetSpace ~
949
950 \begin_inset LatexCommand ref
951 reference "cha:Output-File-Formats"
952
953 \end_inset
954
955 .
956 \end_layout
957
958 \begin_layout Standard
959 Similar to fonts there are two types of image formats:
960 \end_layout
961
962 \begin_layout Description
963 Bitmap\InsetSpace ~
964 images consist of pixel values, often in a compressed form.
965  They are therefore not fully scalable and look pixeled in large zooms.
966  Well-known bitmap image formats are 
967 \begin_inset Quotes eld
968 \end_inset
969
970 Graphics Interchange Format
971 \begin_inset Quotes erd
972 \end_inset
973
974  (GIF, file extension 
975 \begin_inset Quotes eld
976 \end_inset
977
978
979 \family typewriter
980 .gif
981 \family default
982
983 \begin_inset Quotes erd
984 \end_inset
985
986 )
987 \begin_inset LatexCommand index
988 name "GIF|see{Image formats}"
989
990 \end_inset
991
992
993 \begin_inset Quotes eld
994 \end_inset
995
996 Portable Network Graphics
997 \begin_inset Quotes erd
998 \end_inset
999
1000  (PNG, file extension 
1001 \begin_inset Quotes eld
1002 \end_inset
1003
1004
1005 \family typewriter
1006 .png
1007 \family default
1008
1009 \begin_inset Quotes erd
1010 \end_inset
1011
1012 )
1013 \begin_inset LatexCommand index
1014 name "PNG|see{Image formats}"
1015
1016 \end_inset
1017
1018 , and 
1019 \begin_inset Quotes eld
1020 \end_inset
1021
1022 Joint Photographic Experts Group
1023 \begin_inset Quotes erd
1024 \end_inset
1025
1026  (JPG, file extension 
1027 \begin_inset Quotes eld
1028 \end_inset
1029
1030
1031 \family typewriter
1032 .jpg
1033 \family default
1034
1035 \begin_inset Quotes erd
1036 \end_inset
1037
1038  or 
1039 \begin_inset Quotes eld
1040 \end_inset
1041
1042
1043 \family typewriter
1044 .jpeg
1045 \family default
1046
1047 \begin_inset Quotes erd
1048 \end_inset
1049
1050 )
1051 \begin_inset LatexCommand index
1052 name "JPG|see{Image formats}"
1053
1054 \end_inset
1055
1056 .
1057 \end_layout
1058
1059 \begin_layout Description
1060 Vector\InsetSpace ~
1061 images consist of vectors and can therefore be scaled to any size
1062  without data loss.
1063  The scaling ability is necessary if you want to create presentations, because
1064  presentations are always scaled by the video projector.
1065  Scaling is also useful for online documents to let the user zoom into diagrams.
1066 \newline
1067 W
1068 ell-known scalable image formats are 
1069 \begin_inset Quotes eld
1070 \end_inset
1071
1072 Scalable Vector Graphics
1073 \begin_inset Quotes erd
1074 \end_inset
1075
1076  (SVG, file extension 
1077 \begin_inset Quotes eld
1078 \end_inset
1079
1080
1081 \family typewriter
1082 .svg
1083 \family default
1084
1085 \begin_inset Quotes erd
1086 \end_inset
1087
1088 )
1089 \begin_inset LatexCommand index
1090 name "SVG|see{Image formats}"
1091
1092 \end_inset
1093
1094
1095 \begin_inset Quotes eld
1096 \end_inset
1097
1098 Encapsulated PostScript
1099 \begin_inset Quotes erd
1100 \end_inset
1101
1102  (EPS, file extension 
1103 \begin_inset Quotes eld
1104 \end_inset
1105
1106
1107 \family typewriter
1108 .eps
1109 \family default
1110
1111 \begin_inset Quotes erd
1112 \end_inset
1113
1114 )
1115 \begin_inset LatexCommand index
1116 name "EPS|see{Image formats}"
1117
1118 \end_inset
1119
1120
1121 \begin_inset Quotes eld
1122 \end_inset
1123
1124 Portable Document Format
1125 \begin_inset Quotes erd
1126 \end_inset
1127
1128  (PDF, file extension 
1129 \begin_inset Quotes eld
1130 \end_inset
1131
1132
1133 \family typewriter
1134 .pdf
1135 \family default
1136
1137 \begin_inset Quotes erd
1138 \end_inset
1139
1140 )
1141 \begin_inset LatexCommand index
1142 name "PDF"
1143
1144 \end_inset
1145
1146 , and 
1147 \begin_inset Quotes eld
1148 \end_inset
1149
1150 Windows Metafile
1151 \begin_inset Quotes erd
1152 \end_inset
1153
1154  (WMF, file extension 
1155 \begin_inset Quotes eld
1156 \end_inset
1157
1158
1159 \family typewriter
1160 .wmf
1161 \family default
1162
1163 \begin_inset Quotes erd
1164 \end_inset
1165
1166 )
1167 \begin_inset LatexCommand index
1168 name "SVG|see{Image formats}"
1169
1170 \end_inset
1171
1172 .
1173  We wrote 
1174 \begin_inset Quotes eld
1175 \end_inset
1176
1177 can be
1178 \begin_inset Quotes erd
1179 \end_inset
1180
1181 , because you can convert any bitmap image to a PDF or EPS-image and the
1182  result will still be a bitmap image.
1183  In this cases only a header with the image properties is added to the original
1184  image
1185 \begin_inset Foot
1186 status open
1187
1188 \begin_layout Standard
1189 In the case of PDF, the original image is additionally compressed.
1190 \end_layout
1191
1192 \end_inset
1193
1194 .
1195  The PDF-files generated by 
1196 \family typewriter
1197 Adobe Photoshop
1198 \family default
1199  are for example bitmap images.
1200 \end_layout
1201
1202 \begin_layout Standard
1203 Normally it is not possible to convert a bitmap image into a scalable one,
1204  only vice versa.
1205  Only the image formats PDF and EPS can directly be embedded to PDF and
1206  PostScript output files, respectively.
1207  SVG and WMF-images are currently recalculated to bitmaps when the output
1208  file is generated because there is currently no adequate WMF/SVG
1209 \begin_inset Formula $\to$
1210 \end_inset
1211
1212 PDF/EPS converter available.
1213 \end_layout
1214
1215 \begin_layout Chapter
1216 Tables
1217 \begin_inset LatexCommand label
1218 name "cha:Tables"
1219
1220 \end_inset
1221
1222
1223 \begin_inset LatexCommand index
1224 name "Table"
1225
1226 \end_inset
1227
1228
1229 \end_layout
1230
1231 \begin_layout Section
1232 Introduction
1233 \begin_inset LatexCommand index
1234 name "Table ! Introduction"
1235
1236 \end_inset
1237
1238
1239 \end_layout
1240
1241 \begin_layout Standard
1242 You can insert a table using either the toolbar button 
1243 \begin_inset Graphics
1244         filename ../images/tabular-insert.xpm
1245         scale 85
1246
1247 \end_inset
1248
1249  or the menu 
1250 \family sans
1251 Insert\SpecialChar \menuseparator
1252 Table
1253 \family default
1254 .
1255  The toolbar button offers you a graphical selection: Move the mouse to
1256  set the column/row number of the table that should be created and then
1257  press a mouse button.
1258  When you use the menu to create a table, a dialog will appear, asking you
1259  for the number of rows and columns.
1260 \newline
1261  The default table has lines around any
1262  cell and the first row appears separated from the rest of the table.
1263  This separation occurs due to a double line: The cells of the first row
1264  have a line below them and the cells of the second row have a line above
1265  them.
1266  Here is an example table:
1267 \end_layout
1268
1269 \begin_layout Standard
1270 \align center
1271 \begin_inset Tabular
1272 <lyxtabular version="3" rows="4" columns="4">
1273 <features>
1274 <column alignment="center" valignment="top" leftline="true" width="0">
1275 <column alignment="center" valignment="top" leftline="true" width="0">
1276 <column alignment="center" valignment="top" leftline="true" width="0">
1277 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1278 <row topline="true" bottomline="true">
1279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1280 \begin_inset Text
1281
1282 \begin_layout Standard
1283
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1289 \begin_inset Text
1290
1291 \begin_layout Standard
1292
1293 \family roman
1294 \series medium
1295 \shape up
1296 \size normal
1297 \emph off
1298 \bar no
1299 \noun off
1300 \color none
1301 1
1302 \end_layout
1303
1304 \end_inset
1305 </cell>
1306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Standard
1310 2
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Standard
1319 3
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 </row>
1325 <row topline="true">
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Standard
1330
1331 \family roman
1332 \series medium
1333 \shape up
1334 \size normal
1335 \emph off
1336 \bar no
1337 \noun off
1338 \color none
1339 A
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Standard
1348
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Standard
1357
1358 \end_layout
1359
1360 \end_inset
1361 </cell>
1362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1363 \begin_inset Text
1364
1365 \begin_layout Standard
1366
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 </row>
1372 <row topline="true">
1373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Standard
1377
1378 \family roman
1379 \series medium
1380 \shape up
1381 \size normal
1382 \emph off
1383 \bar no
1384 \noun off
1385 \color none
1386 B
1387 \end_layout
1388
1389 \end_inset
1390 </cell>
1391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1392 \begin_inset Text
1393
1394 \begin_layout Standard
1395
1396 \end_layout
1397
1398 \end_inset
1399 </cell>
1400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1401 \begin_inset Text
1402
1403 \begin_layout Standard
1404
1405 \end_layout
1406
1407 \end_inset
1408 </cell>
1409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1410 \begin_inset Text
1411
1412 \begin_layout Standard
1413
1414 \end_layout
1415
1416 \end_inset
1417 </cell>
1418 </row>
1419 <row topline="true" bottomline="true">
1420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1421 \begin_inset Text
1422
1423 \begin_layout Standard
1424
1425 \family roman
1426 \series medium
1427 \shape up
1428 \size normal
1429 \emph off
1430 \bar no
1431 \noun off
1432 \color none
1433 C
1434 \end_layout
1435
1436 \end_inset
1437 </cell>
1438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1439 \begin_inset Text
1440
1441 \begin_layout Standard
1442
1443 \end_layout
1444
1445 \end_inset
1446 </cell>
1447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1448 \begin_inset Text
1449
1450 \begin_layout Standard
1451
1452 \end_layout
1453
1454 \end_inset
1455 </cell>
1456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1457 \begin_inset Text
1458
1459 \begin_layout Standard
1460
1461 \end_layout
1462
1463 \end_inset
1464 </cell>
1465 </row>
1466 </lyxtabular>
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Section
1474 Table Dialog
1475 \begin_inset LatexCommand index
1476 name "Table ! Dialog"
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \begin_layout Standard
1484 You can alter a table by clicking on it with the right mouse button, which
1485  brings up the table dialog.
1486  Here you can adjust the settings of that cell and row/column respectively
1487  where the cursor is currently placed.
1488  Most of the dialog options also work on selections.
1489  This means if you select more cells, columns or rows, the action is done
1490  for the whole selection.
1491  Note that there is a difference between selecting the 
1492 \emph on
1493 contents
1494 \emph default
1495  of the cell, and the cell itself.
1496  You can alter tables with the following tabs of the table dialog:
1497 \end_layout
1498
1499 \begin_layout Description
1500
1501 \family sans
1502 Table\InsetSpace ~
1503 Settings
1504 \family default
1505  Here you can set the horizontal alignment for the current row and the width
1506  of the current column.
1507  When you have set a width you can also adjust the vertical alignment of
1508  the current column.
1509  A given width will allow the cell to have line breaks and multiple paragraphs
1510  of text, see section\InsetSpace ~
1511
1512 \begin_inset LatexCommand ref
1513 reference "sub:Multiple-Lines-in"
1514
1515 \end_inset
1516
1517 .
1518  If you set no width, the column is as wide as their widest cell content
1519  is.
1520 \newline
1521 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1522  cell, see section\InsetSpace ~
1523
1524 \begin_inset LatexCommand ref
1525 reference "sub:Multicolumns"
1526
1527 \end_inset
1528
1529 .
1530 \newline
1531 The rotate check boxes rotates the current cell, a selection, or the whole
1532  table counter-clockwise by 90°.
1533  The rotation is not shown within LyX, only in the output.
1534 \newline
1535
1536 \begin_inset Note Greyedout
1537 status open
1538
1539 \begin_layout Standard
1540
1541 \series bold
1542 Note:
1543 \series default
1544  Not all DVI-viewers are able to display rotations.
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \newline
1551 It is also possible to enter a LaTeX-argument which is needed for special
1552  table formattings, see section\InsetSpace ~
1553
1554 \begin_inset LatexCommand ref
1555 reference "sub:Multicolumn-Calculations"
1556
1557 \end_inset
1558
1559  and 
1560 \begin_inset LatexCommand ref
1561 reference "sec:Colored-Tables"
1562
1563 \end_inset
1564
1565 .
1566 \end_layout
1567
1568 \begin_layout Description
1569
1570 \family sans
1571 Borders
1572 \family default
1573  In this tab you can add and delete border lines for the current row/column.
1574 \newline
1575 Using
1576  the style option 
1577 \family sans
1578 Formal
1579 \family default
1580  will convert the table to a formal table as described in section\InsetSpace ~
1581
1582 \begin_inset LatexCommand ref
1583 reference "sec:Formal-Tables"
1584
1585 \end_inset
1586
1587 .
1588 \newline
1589 You can also add here space to table rows as decribed in section\InsetSpace ~
1590
1591 \begin_inset LatexCommand ref
1592 reference "sub:Row-Spacing"
1593
1594 \end_inset
1595
1596 .
1597 \end_layout
1598
1599 \begin_layout Description
1600
1601 \family sans
1602 Longtable
1603 \family default
1604  This tab is to make a table a so called 
1605 \begin_inset Quotes eld
1606 \end_inset
1607
1608
1609 \emph on
1610 longtable
1611 \emph default
1612
1613 \begin_inset Quotes erd
1614 \end_inset
1615
1616  that can run over several pages.
1617  Section\InsetSpace ~
1618
1619 \begin_inset LatexCommand ref
1620 reference "sec:Longtables"
1621
1622 \end_inset
1623
1624  and 
1625 \begin_inset LatexCommand ref
1626 reference "sec:Special-Longtable-Issues"
1627
1628 \end_inset
1629
1630  describe the longtable features in detail.
1631 \end_layout
1632
1633 \begin_layout Standard
1634 When the table toolbar is opened, you can move the cursor with the arrow
1635  keys from cell to cell and the property of the current cell will immediately
1636  be displayed in the dialog.
1637 \end_layout
1638
1639 \begin_layout Section
1640 Table Toolbar
1641 \begin_inset LatexCommand index
1642 name "Table ! Toolbar"
1643
1644 \end_inset
1645
1646
1647 \end_layout
1648
1649 \begin_layout Standard
1650 The table toolbar is an alternative to the table dialog to be able to alter
1651  tables faster.
1652  It should normally appear at the bottom of LyX's main window when the cursor
1653  is inside a table.
1654  You can alternatively switch it on to appear always, by right-clicking
1655  in LyX's main menu bar.
1656 \end_layout
1657
1658 \begin_layout Standard
1659 The toolbar has the following icons:
1660 \end_layout
1661
1662 \begin_layout Labeling
1663 \labelwidthstring 00.00.0000
1664 \begin_inset Graphics
1665         filename ../images/tabular-feature_append-row.xpm
1666
1667 \end_inset
1668
1669  adds a row below the current cell or selection
1670 \end_layout
1671
1672 \begin_layout Labeling
1673 \labelwidthstring 00.00.0000
1674 \begin_inset Graphics
1675         filename ../images/tabular-feature_append-column.xpm
1676
1677 \end_inset
1678
1679  adds a column right beside the current cell or selection
1680 \end_layout
1681
1682 \begin_layout Labeling
1683 \labelwidthstring 00.00.0000
1684 \begin_inset Graphics
1685         filename ../images/tabular-feature_delete-row.xpm
1686
1687 \end_inset
1688
1689  deletes the current row or selection
1690 \end_layout
1691
1692 \begin_layout Labeling
1693 \labelwidthstring 00.00.0000
1694 \begin_inset Graphics
1695         filename ../images/tabular-feature_delete-column.xpm
1696
1697 \end_inset
1698
1699  deletes the current column or selection
1700 \end_layout
1701
1702 \begin_layout Labeling
1703 \labelwidthstring 00.00.0000
1704 \begin_inset Graphics
1705         filename ../images/tabular-feature_toggle-line-top.xpm
1706
1707 \end_inset
1708
1709  adds a line at the top of the current cell / row or of a selection
1710 \end_layout
1711
1712 \begin_layout Labeling
1713 \labelwidthstring 00.00.0000
1714 \begin_inset Graphics
1715         filename ../images/tabular-feature_toggle-line-bottom.xpm
1716
1717 \end_inset
1718
1719  adds a line at the bottom of the current cell / row or of a selection
1720 \end_layout
1721
1722 \begin_layout Labeling
1723 \labelwidthstring 00.00.0000
1724 \begin_inset Graphics
1725         filename ../images/tabular-feature_toggle-line-left.xpm
1726
1727 \end_inset
1728
1729  adds a line at the left side of the current cell / row or of a selection
1730 \end_layout
1731
1732 \begin_layout Labeling
1733 \labelwidthstring 00.00.0000
1734 \begin_inset Graphics
1735         filename ../images/tabular-feature_toggle-line-right.xpm
1736
1737 \end_inset
1738
1739  adds a line at the right side of the current cell / row or of a selection
1740 \end_layout
1741
1742 \begin_layout Labeling
1743 \labelwidthstring 00.00.0000
1744 \begin_inset Graphics
1745         filename ../images/tabular-feature_set-all-lines.xpm
1746
1747 \end_inset
1748
1749  adds lines around the current or selected cells - if the current cell no
1750  multicolumn this also affects the current row and column
1751 \end_layout
1752
1753 \begin_layout Labeling
1754 \labelwidthstring 00.00.0000
1755 \begin_inset Graphics
1756         filename ../images/tabular-feature_unset-all-lines.xpm
1757
1758 \end_inset
1759
1760  deletes all lines of the current or selected cells - if the current cell
1761  no multicolumn this also affects the current row and column
1762 \end_layout
1763
1764 \begin_layout Labeling
1765 \labelwidthstring 00.00.0000
1766 \begin_inset Graphics
1767         filename ../images/tabular-feature_align-left.xpm
1768
1769 \end_inset
1770
1771  left-aligns the content of the current cell / column
1772 \end_layout
1773
1774 \begin_layout Labeling
1775 \labelwidthstring 00.00.0000
1776 \begin_inset Graphics
1777         filename ../images/tabular-feature_align-center.xpm
1778
1779 \end_inset
1780
1781  centers the content of the current cell / column horizontally
1782 \end_layout
1783
1784 \begin_layout Labeling
1785 \labelwidthstring 00.00.0000
1786 \begin_inset Graphics
1787         filename ../images/tabular-feature_align-right.xpm
1788
1789 \end_inset
1790
1791  right-aligns the content of the current cell / column
1792 \end_layout
1793
1794 \begin_layout Labeling
1795 \labelwidthstring 00.00.0000
1796 \begin_inset Graphics
1797         filename ../images/tabular-feature_valign-top.xpm
1798
1799 \end_inset
1800
1801  aligns the content of the current cell vertically to the top
1802 \end_layout
1803
1804 \begin_layout Labeling
1805 \labelwidthstring 00.00.0000
1806 \begin_inset Graphics
1807         filename ../images/tabular-feature_valign-middle.xpm
1808
1809 \end_inset
1810
1811  centers the content of the current cell vertically
1812 \end_layout
1813
1814 \begin_layout Labeling
1815 \labelwidthstring 00.00.0000
1816 \begin_inset Graphics
1817         filename ../images/tabular-feature_valign-bottom.xpm
1818
1819 \end_inset
1820
1821  aligns the content of the current cell vertically to the bottom
1822 \end_layout
1823
1824 \begin_layout Labeling
1825 \labelwidthstring 00.00.0000
1826 \begin_inset Graphics
1827         filename ../images/tabular-feature_set-rotate-cell.xpm
1828
1829 \end_inset
1830
1831  rotates the current cell or selection counter-clockwise by 90°
1832 \end_layout
1833
1834 \begin_layout Labeling
1835 \labelwidthstring 00.00.0000
1836 \begin_inset Graphics
1837         filename ../images/tabular-feature_set-rotate-tabular.xpm
1838
1839 \end_inset
1840
1841  rotates the whole table counter-clockwise by 90°
1842 \end_layout
1843
1844 \begin_layout Labeling
1845 \labelwidthstring 00.00.0000
1846 \begin_inset Graphics
1847         filename ../images/tabular-feature_multicolumn.xpm
1848
1849 \end_inset
1850
1851  sets the current cell or selection as a multicolumn
1852 \end_layout
1853
1854 \begin_layout Section
1855 Edit Table Menu
1856 \begin_inset LatexCommand index
1857 name "Table ! Edit Menu"
1858
1859 \end_inset
1860
1861
1862 \end_layout
1863
1864 \begin_layout Standard
1865 Additionally to the table dialog and toolbar, the menu 
1866 \family sans
1867 Edit\SpecialChar \menuseparator
1868 Table
1869 \family default
1870  allows you to add and delete border lines for the current row/column and
1871  to set the current selection as multicolumn.
1872  The menu is only available when the cursor is inside a table.
1873 \end_layout
1874
1875 \begin_layout Section
1876 Table Floats
1877 \begin_inset LatexCommand label
1878 name "sec:Table-Floats"
1879
1880 \end_inset
1881
1882
1883 \begin_inset LatexCommand index
1884 name "Floats ! Tables"
1885
1886 \end_inset
1887
1888
1889 \begin_inset LatexCommand index
1890 name "Table ! Floats"
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \begin_layout Standard
1898 For general explanations about floats, have a look at section\InsetSpace ~
1899
1900 \begin_inset LatexCommand ref
1901 reference "sec:FloatIntroduction"
1902
1903 \end_inset
1904
1905 .
1906 \end_layout
1907
1908 \begin_layout Standard
1909 \begin_inset Float table
1910 placement h
1911 wide false
1912 sideways false
1913 status open
1914
1915 \begin_layout Standard
1916 \begin_inset Caption
1917
1918 \begin_layout Standard
1919 \begin_inset LatexCommand label
1920 name "tab:a table float"
1921
1922 \end_inset
1923
1924 A table float.
1925 \end_layout
1926
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \begin_layout Standard
1933 \align center
1934 \begin_inset Tabular
1935 <lyxtabular version="3" rows="3" columns="3">
1936 <features>
1937 <column alignment="center" valignment="top" leftline="true" width="0pt">
1938 <column alignment="center" valignment="top" leftline="true" width="0pt">
1939 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1940 <row topline="true" bottomline="true">
1941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Standard
1945
1946 \family roman
1947 \series medium
1948 \shape up
1949 \size normal
1950 \emph off
1951 \bar no
1952 \noun off
1953 \color none
1954 1
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Standard
1963
1964 \family roman
1965 \series medium
1966 \shape up
1967 \size normal
1968 \emph off
1969 \bar no
1970 \noun off
1971 \color none
1972 2
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Standard
1981
1982 \family roman
1983 \series medium
1984 \shape up
1985 \size normal
1986 \emph off
1987 \bar no
1988 \noun off
1989 \color none
1990 3
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 </row>
1996 <row topline="true">
1997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Standard
2001
2002 \family roman
2003 \series medium
2004 \shape up
2005 \size normal
2006 \emph off
2007 \bar no
2008 \noun off
2009 \color none
2010 Joe
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Standard
2019
2020 \family roman
2021 \series medium
2022 \shape up
2023 \size normal
2024 \emph off
2025 \bar no
2026 \noun off
2027 \color none
2028 Mary
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Standard
2037
2038 \family roman
2039 \series medium
2040 \shape up
2041 \size normal
2042 \emph off
2043 \bar no
2044 \noun off
2045 \color none
2046 Ted
2047 \end_layout
2048
2049 \end_inset
2050 </cell>
2051 </row>
2052 <row topline="true" bottomline="true">
2053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Standard
2057
2058 \family roman
2059 \series medium
2060 \shape up
2061 \size normal
2062 \emph off
2063 \bar no
2064 \noun off
2065 \color none
2066 \begin_inset Formula $\int x^{2}dx$
2067 \end_inset
2068
2069
2070 \end_layout
2071
2072 \end_inset
2073 </cell>
2074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2075 \begin_inset Text
2076
2077 \begin_layout Standard
2078
2079 \family roman
2080 \series medium
2081 \shape up
2082 \size normal
2083 \emph off
2084 \bar no
2085 \noun off
2086 \color none
2087 \begin_inset Formula $\left[\begin{array}{cc}
2088 a & b\\
2089 c & d\end{array}\right]$
2090 \end_inset
2091
2092
2093 \end_layout
2094
2095 \end_inset
2096 </cell>
2097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2098 \begin_inset Text
2099
2100 \begin_layout Standard
2101
2102 \family roman
2103 \series medium
2104 \shape up
2105 \size normal
2106 \emph off
2107 \bar no
2108 \noun off
2109 \color none
2110 \begin_inset Formula $1+1=2$
2111 \end_inset
2112
2113
2114 \end_layout
2115
2116 \end_inset
2117 </cell>
2118 </row>
2119 </lyxtabular>
2120
2121 \end_inset
2122
2123
2124 \end_layout
2125
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132 Table floats can be inserted using the menu 
2133 \family sans
2134 Insert\SpecialChar \menuseparator
2135 Float\SpecialChar \menuseparator
2136 Table
2137 \family default
2138  or the toolbar button 
2139 \begin_inset Graphics
2140         filename ../images/float-insert_table.xpm
2141         scale 85
2142
2143 \end_inset
2144
2145 .
2146 \end_layout
2147
2148 \begin_layout Standard
2149 The float appears as a collapsible box with a caption that has the label
2150  
2151 \begin_inset Quotes eld
2152 \end_inset
2153
2154 Table\InsetSpace ~
2155 #:
2156 \begin_inset Quotes erd
2157 \end_inset
2158
2159  (# is the actual table number).
2160  You can insert tables to the float above or below the caption.
2161 \end_layout
2162
2163 \begin_layout Standard
2164 Table\InsetSpace ~
2165
2166 \begin_inset LatexCommand ref
2167 reference "tab:a table float"
2168
2169 \end_inset
2170
2171  is an example table within a table float.
2172 \end_layout
2173
2174 \begin_layout Standard
2175 Having the caption above the table is the common rule that is unfortunately
2176  not supported in LaTeX's standard classes.
2177  That means if you are using the document classes 
2178 \family sans
2179 article
2180 \family default
2181
2182 \family sans
2183 book
2184 \family default
2185
2186 \family sans
2187 letter
2188 \family default
2189 , or 
2190 \family sans
2191 report
2192 \family default
2193  there will be no space between the caption and the table.
2194  To insert the needed space, add the following option to the load command
2195  of the LaTeX-package 
2196 \series bold
2197 caption
2198 \series default
2199
2200 \begin_inset LatexCommand index
2201 name "LaTeX-packages ! caption"
2202
2203 \end_inset
2204
2205  in your document preamble
2206 \begin_inset Foot
2207 status collapsed
2208
2209 \begin_layout Standard
2210 For more information have a look at section\InsetSpace ~
2211
2212 \begin_inset LatexCommand ref
2213 reference "sec:Caption-Placement"
2214
2215 \end_inset
2216
2217 .
2218 \end_layout
2219
2220 \end_inset
2221
2222 :
2223 \end_layout
2224
2225 \begin_layout Standard
2226
2227 \series bold
2228 tableposition=top
2229 \end_layout
2230
2231 \begin_layout Standard
2232 The package 
2233 \series bold
2234 caption
2235 \series default
2236 , which is described in section\InsetSpace ~
2237
2238 \begin_inset LatexCommand ref
2239 reference "sec:Caption-Formatting"
2240
2241 \end_inset
2242
2243 , is used to adjust the caption format.
2244 \end_layout
2245
2246 \begin_layout Standard
2247 \begin_inset LatexCommand index
2248 name "References ! to Tables"
2249
2250 \end_inset
2251
2252 Tables can be cross-referenced in the text by referencing their label.
2253  To do this insert a label in the caption using the menu 
2254 \family sans
2255 Insert\SpecialChar \menuseparator
2256 Label
2257 \family default
2258  or the toolbar button 
2259 \begin_inset Graphics
2260         filename ../images/label-insert.xpm
2261         scale 85
2262
2263 \end_inset
2264
2265 .
2266  You can now refer to the label using the menu 
2267 \family sans
2268 Insert\SpecialChar \menuseparator
2269 Cross\InsetSpace ~
2270 reference
2271 \family default
2272  or the toolbar button 
2273 \begin_inset Graphics
2274         filename ../images/dialog-show-new-inset_ref.xpm
2275         scale 85
2276
2277 \end_inset
2278
2279 .
2280 \newline
2281 Referencing is explained in detail in section\InsetSpace ~
2282
2283 \begin_inset LatexCommand ref
2284 reference "sec:Referencing-Floats"
2285
2286 \end_inset
2287
2288 .
2289 \end_layout
2290
2291 \begin_layout Section
2292 Longtables
2293 \begin_inset LatexCommand label
2294 name "sec:Longtables"
2295
2296 \end_inset
2297
2298
2299 \begin_inset LatexCommand index
2300 name "Longtables"
2301
2302 \end_inset
2303
2304
2305 \begin_inset LatexCommand index
2306 name "Table ! Longtables"
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 If the table is too long to fit on one page, you can use the option 
2315 \family sans
2316 Use\InsetSpace ~
2317 long\InsetSpace ~
2318 table
2319 \family default
2320  in the tab 
2321 \family sans
2322 Longtable
2323 \family default
2324  of the table dialog to split the table automatically over more pages.
2325  Doing this enables some check boxes and you can now define:
2326 \end_layout
2327
2328 \begin_layout Description
2329
2330 \family sans
2331 Header
2332 \family default
2333 : The current row and all rows above, that don't have any special options
2334  defined, are defined to be the header rows of all pages of the longtable;
2335  except for the first page, if 
2336 \family sans
2337 First\InsetSpace ~
2338 header
2339 \family default
2340  is defined.
2341  This therefore called the main header.
2342 \end_layout
2343
2344 \begin_layout Description
2345
2346 \family sans
2347 First\InsetSpace ~
2348 header
2349 \family default
2350 : The current row and all rows above, that don't have any special options
2351  defined, are defined to be the header rows of the first page of the longtable.
2352 \end_layout
2353
2354 \begin_layout Description
2355
2356 \family sans
2357 Footer
2358 \family default
2359 : The current row and all rows below, that don't have any special options
2360  defined, are defined to be the footer rows of all pages of the longtable;
2361  except for the last page, if 
2362 \family sans
2363 Last\InsetSpace ~
2364 footer
2365 \family default
2366  is defined.
2367 \end_layout
2368
2369 \begin_layout Description
2370
2371 \family sans
2372 Last\InsetSpace ~
2373 footer
2374 \family default
2375 : The current row and all rows below, that don't have any special options
2376  defined, are defined to be the footer rows of the last page of the longtable.
2377 \end_layout
2378
2379 \begin_layout Standard
2380 You can also specify a row where the table is splitted.
2381  If you set more than one option in the same table row, you should be aware
2382  of the fact that only the first one is used in the given table row.
2383  The others will then be defined as 
2384 \emph on
2385 empty
2386 \emph default
2387 .
2388  In this context, first means first in this order: 
2389 \family sans
2390 Footer, Last\InsetSpace ~
2391 footer,
2392 \family default
2393  
2394 \family sans
2395 Header,
2396 \family default
2397  
2398 \family sans
2399 First\InsetSpace ~
2400 header.
2401
2402 \family default
2403  See the following longtable to see how it works:
2404 \end_layout
2405
2406 \begin_layout Standard
2407 \align center
2408 \begin_inset Tabular
2409 <lyxtabular version="3" rows="69" columns="3">
2410 <features islongtable="true">
2411 <column alignment="left" valignment="top" leftline="true" width="0cm">
2412 <column alignment="left" valignment="top" width="0pt">
2413 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2414 <row topline="true" bottomline="true" endfirsthead="true">
2415 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Standard
2419
2420 \series bold
2421 Example Phone List (ignore the names)
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Standard
2430
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Standard
2439
2440 \end_layout
2441
2442 \end_inset
2443 </cell>
2444 </row>
2445 <row topline="true" bottomline="true" endfirsthead="true">
2446 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2447 \begin_inset Text
2448
2449 \begin_layout Standard
2450
2451 \series bold
2452 NAME
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Standard
2461
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2467 \begin_inset Text
2468
2469 \begin_layout Standard
2470
2471 \series bold
2472 TEL.
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 </row>
2478 <row topline="true" bottomline="true" endhead="true">
2479 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Standard
2483
2484 \series bold
2485 Example Phone List
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2491 \begin_inset Text
2492
2493 \begin_layout Standard
2494
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2500 \begin_inset Text
2501
2502 \begin_layout Standard
2503
2504 \end_layout
2505
2506 \end_inset
2507 </cell>
2508 </row>
2509 <row topline="true" bottomline="true" endhead="true">
2510 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2511 \begin_inset Text
2512
2513 \begin_layout Standard
2514
2515 \series bold
2516 NAME
2517 \end_layout
2518
2519 \end_inset
2520 </cell>
2521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2522 \begin_inset Text
2523
2524 \begin_layout Standard
2525
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Standard
2534
2535 \series bold
2536 TEL.
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 </row>
2542 <row topline="true" bottomline="true" endfoot="true">
2543 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2544 \begin_inset Text
2545
2546 \begin_layout Standard
2547  continued on next page
2548 \end_layout
2549
2550 \end_inset
2551 </cell>
2552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2553 \begin_inset Text
2554
2555 \begin_layout Standard
2556
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Standard
2565
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 </row>
2571 <row>
2572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Standard
2576
2577 \series bold
2578 Annovi
2579 \end_layout
2580
2581 \end_inset
2582 </cell>
2583 <cell alignment="center" valignment="top" topline="true" usebox="none">
2584 \begin_inset Text
2585
2586 \begin_layout Standard
2587 Silvia
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Standard
2596 111
2597 \end_layout
2598
2599 \end_inset
2600 </cell>
2601 </row>
2602 <row>
2603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Standard
2607
2608 \series bold
2609 Bertoli
2610 \end_layout
2611
2612 \end_inset
2613 </cell>
2614 <cell alignment="center" valignment="top" topline="true" usebox="none">
2615 \begin_inset Text
2616
2617 \begin_layout Standard
2618 Stefano
2619 \end_layout
2620
2621 \end_inset
2622 </cell>
2623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2624 \begin_inset Text
2625
2626 \begin_layout Standard
2627 111
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 </row>
2633 <row>
2634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2635 \begin_inset Text
2636
2637 \begin_layout Standard
2638
2639 \series bold
2640 Bozzi
2641 \end_layout
2642
2643 \end_inset
2644 </cell>
2645 <cell alignment="center" valignment="top" topline="true" usebox="none">
2646 \begin_inset Text
2647
2648 \begin_layout Standard
2649 Walter
2650 \end_layout
2651
2652 \end_inset
2653 </cell>
2654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2655 \begin_inset Text
2656
2657 \begin_layout Standard
2658 111
2659 \end_layout
2660
2661 \end_inset
2662 </cell>
2663 </row>
2664 <row>
2665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Standard
2669
2670 \series bold
2671 Cachia
2672 \end_layout
2673
2674 \end_inset
2675 </cell>
2676 <cell alignment="center" valignment="top" topline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Standard
2680 Maria
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Standard
2689 111
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 </row>
2695 <row>
2696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Standard
2700
2701 \series bold
2702 Cachia
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 <cell alignment="center" valignment="top" topline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Standard
2711 Maurizio
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Standard
2720 111
2721 \end_layout
2722
2723 \end_inset
2724 </cell>
2725 </row>
2726 <row>
2727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Standard
2731
2732 \series bold
2733 Cinquemani
2734 \end_layout
2735
2736 \end_inset
2737 </cell>
2738 <cell alignment="center" valignment="top" topline="true" usebox="none">
2739 \begin_inset Text
2740
2741 \begin_layout Standard
2742 Giusi
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Standard
2751 111
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 </row>
2757 <row>
2758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Standard
2762
2763 \series bold
2764 Colin
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell alignment="center" valignment="top" topline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Standard
2773 Bernard
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Standard
2782 111
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 </row>
2788 <row>
2789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Standard
2793
2794 \series bold
2795 Concli
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 <cell alignment="center" valignment="top" topline="true" usebox="none">
2801 \begin_inset Text
2802
2803 \begin_layout Standard
2804 Gianfranco
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Standard
2813 111
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 </row>
2819 <row>
2820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Standard
2824
2825 \series bold
2826 Dal Bosco
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" topline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Standard
2835 Carolina
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Standard
2844 111
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 </row>
2850 <row>
2851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Standard
2855
2856 \series bold
2857 Dalpiaz
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 <cell alignment="center" valignment="top" topline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Standard
2866 Annamaria
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Standard
2875 111
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 <row>
2882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Standard
2886
2887 \series bold
2888 Feliciello
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 <cell alignment="center" valignment="top" topline="true" usebox="none">
2894 \begin_inset Text
2895
2896 \begin_layout Standard
2897 Domenico
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Standard
2906 111
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 </row>
2912 <row>
2913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Standard
2917
2918 \series bold
2919 Focarelli
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 <cell alignment="center" valignment="top" topline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Standard
2928 Paola
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Standard
2937 111
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 </row>
2943 <row>
2944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Standard
2948
2949 \series bold
2950 Galletti
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 <cell alignment="center" valignment="top" topline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Standard
2959 Oreste
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Standard
2968 111
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 </row>
2974 <row>
2975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Standard
2979
2980 \series bold
2981 Gasparini
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 <cell alignment="center" valignment="top" topline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Standard
2990 Franca
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Standard
2999 111
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 </row>
3005 <row>
3006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Standard
3010
3011 \series bold
3012 Rizzardi
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Standard
3021 Paola
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Standard
3030 111
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 </row>
3036 <row>
3037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Standard
3041
3042 \series bold
3043 Lassini
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell alignment="center" valignment="top" topline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Standard
3052 Giancarlo
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Standard
3061 111
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 </row>
3067 <row>
3068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Standard
3072
3073 \series bold
3074 Malfatti
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" topline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Standard
3083 Luciano
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Standard
3092 111
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 </row>
3098 <row>
3099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Standard
3103
3104 \series bold
3105 Malfatti
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Standard
3114 Valeriano
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Standard
3123 111
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row>
3130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Standard
3134
3135 \series bold
3136 Meneguzzo
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell alignment="center" valignment="top" topline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Standard
3145 Roberto
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Standard
3154 111
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Standard
3165
3166 \series bold
3167 Mezzadra
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell alignment="center" valignment="top" topline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Standard
3176 Roberto
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Standard
3185 111
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 </row>
3191 <row>
3192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Standard
3196
3197 \series bold
3198 Pirpamer
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" topline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Standard
3207 Erich
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Standard
3216 111
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row>
3223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Standard
3227
3228 \series bold
3229 Pochiesa
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" topline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Standard
3238 Paolo
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Standard
3247 111, 222
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row>
3254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Standard
3258
3259 \series bold
3260 Radina
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" topline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Standard
3269 Claudio
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Standard
3278 111
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row>
3285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Standard
3289
3290 \series bold
3291 Stuffer
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" topline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Standard
3300 Oskar
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Standard
3309 111
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Standard
3320
3321 \series bold
3322 Tacchelli
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Standard
3331 Ugo
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Standard
3340 111
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Standard
3351
3352 \series bold
3353 Tezzele
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" topline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Standard
3362 Margit
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Standard
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Standard
3382
3383 \series bold
3384 Unterkalmsteiner
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" topline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Standard
3393 Frieda
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Standard
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Standard
3413
3414 \series bold
3415 Vieider
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" topline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Standard
3424 Hilde
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Standard
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Standard
3444
3445 \series bold
3446 Vigna
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" topline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Standard
3455 Jürgen
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Standard
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Standard
3475
3476 \series bold
3477 Weber
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" topline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Standard
3486 Maurizio
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Standard
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row bottomline="true">
3502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Standard
3506
3507 \series bold
3508 Winkler
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" topline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Standard
3517 Franz
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Standard
3526 111
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row bottomline="true">
3533 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Standard
3537  
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Standard
3546
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Standard
3555
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Standard
3566
3567 \series bold
3568 Annovi
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Standard
3577 Silvia
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Standard
3586 555
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Standard
3597
3598 \series bold
3599 Bertoli
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" topline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Standard
3608 Stefano
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Standard
3617 555
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Standard
3628
3629 \series bold
3630 Bozzi
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" topline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Standard
3639 Walter
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Standard
3648 555
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Standard
3659
3660 \series bold
3661 Cachia
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" topline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Standard
3670 Maria
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Standard
3679 555
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Standard
3690
3691 \series bold
3692 Cachia
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" topline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Standard
3701 Maurizio
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Standard
3710 555
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Standard
3721
3722 \series bold
3723 Cinquemani
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" topline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Standard
3732 Giusi
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Standard
3741 555
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Standard
3752
3753 \series bold
3754 Colin
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" topline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Standard
3763 Bernard
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Standard
3772 555
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Standard
3783
3784 \series bold
3785 Concli
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" topline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Standard
3794 Gianfranco
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Standard
3803 555
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Standard
3814
3815 \series bold
3816 Dal Bosco
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" topline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Standard
3825 Carolina
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Standard
3834 555
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Standard
3845
3846 \series bold
3847 Dalpiaz
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" topline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Standard
3856 Annamaria
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Standard
3865 555
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Standard
3876
3877 \series bold
3878 Feliciello
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" topline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Standard
3887 Domenico
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Standard
3896 555
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Standard
3907
3908 \series bold
3909 Focarelli
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" topline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Standard
3918 Paola
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Standard
3927 555
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Standard
3938
3939 \series bold
3940 Galletti
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" topline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Standard
3949 Oreste
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Standard
3958 555
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Standard
3969
3970 \series bold
3971 Gasparini
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" topline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Standard
3980 Franca
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Standard
3989 555
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Standard
4000
4001 \series bold
4002 Rizzardi
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" topline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Standard
4011 Paola
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Standard
4020 555
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Standard
4031
4032 \series bold
4033 Lassini
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" topline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Standard
4042 Giancarlo
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Standard
4051 555
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Standard
4062
4063 \series bold
4064 Malfatti
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" topline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Standard
4073 Luciano
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Standard
4082 555
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Standard
4093
4094 \series bold
4095 Malfatti
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" topline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Standard
4104 Valeriano
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Standard
4113 555
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Standard
4124
4125 \series bold
4126 Meneguzzo
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" topline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Standard
4135 Roberto
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Standard
4144 555
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Standard
4155
4156 \series bold
4157 Mezzadra
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" topline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Standard
4166 Roberto
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Standard
4175 555
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Standard
4186
4187 \series bold
4188 Pirpamer
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" topline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Standard
4197 Erich
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Standard
4206 555
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Standard
4217
4218 \series bold
4219 Pochiesa
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" topline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Standard
4228 Paolo
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Standard
4237 555, 222
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Standard
4248
4249 \series bold
4250 Radina
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" topline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Standard
4259 Claudio
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Standard
4268 555
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Standard
4279
4280 \series bold
4281 Stuffer
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" topline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Standard
4290 Oskar
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Standard
4299 555
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Standard
4310
4311 \series bold
4312 Tacchelli
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" topline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Standard
4321 Ugo
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Standard
4330 555
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Standard
4341
4342 \series bold
4343 Tezzele
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" topline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Standard
4352 Margit
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Standard
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Standard
4372
4373 \series bold
4374 Unterkalmsteiner
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" topline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Standard
4383 Frieda
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Standard
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Standard
4403
4404 \series bold
4405 Vieider
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" topline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Standard
4414 Hilde
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Standard
4423 555
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Standard
4434
4435 \series bold
4436 Vigna
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" topline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Standard
4445 Jürgen
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Standard
4454 999
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Standard
4465
4466 \series bold
4467 Weber
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" topline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Standard
4476 Maurizio
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Standard
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row bottomline="true">
4492 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Standard
4496
4497 \series bold
4498 Winkler
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" topline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Standard
4507 Franz
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Standard
4516 555
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row bottomline="true" endlastfoot="true">
4523 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Standard
4527 end
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Standard
4536
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Standard
4545
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 </lyxtabular>
4552
4553 \end_inset
4554
4555
4556 \begin_inset ERT
4557 status collapsed
4558
4559 \begin_layout Standard
4560
4561
4562 \backslash
4563 addtocounter{table}{-1}
4564 \end_layout
4565
4566 \end_inset
4567
4568
4569 \begin_inset Note Note
4570 status collapsed
4571
4572 \begin_layout Standard
4573 See greyed-out note in section 2.6.2 for an explanation of this command.
4574 \end_layout
4575
4576 \end_inset
4577
4578
4579 \end_layout
4580
4581 \begin_layout Subsection
4582 Footnotes in Longtables
4583 \begin_inset LatexCommand label
4584 name "sub:Footnotes-in-Longtables"
4585
4586 \end_inset
4587
4588
4589 \begin_inset LatexCommand index
4590 name "Longtables ! Footnotes"
4591
4592 \end_inset
4593
4594
4595 \end_layout
4596
4597 \begin_layout Standard
4598 Footnotes can be inserted to every longtable cell.
4599  They appear at the bottom of the page where the table cell with the footnote
4600  appears.
4601  Table\InsetSpace ~
4602
4603 \begin_inset LatexCommand ref
4604 reference "tab:DiffCaptions"
4605
4606 \end_inset
4607
4608  has for example a footnote.
4609 \end_layout
4610
4611 \begin_layout Subsection
4612 Longtable Captions
4613 \begin_inset LatexCommand index
4614 name "Longtables ! Captions"
4615
4616 \end_inset
4617
4618
4619 \end_layout
4620
4621 \begin_layout Standard
4622 A longtable cannot be put into a table float because floats can only be
4623  on one page but the caption environment of floats can also be used for
4624  longtables.
4625 \end_layout
4626
4627 \begin_layout Standard
4628 As LyX does not yet fully support captions in longtables, a hack is needed
4629  to create them:
4630 \end_layout
4631
4632 \begin_layout Enumerate
4633 Create a longtable
4634 \family sans
4635 .
4636 \end_layout
4637
4638 \begin_layout Enumerate
4639 Mark the first row an disable its upper line.
4640 \end_layout
4641
4642 \begin_layout Enumerate
4643 Insert a caption via the menu 
4644 \family sans
4645 Insert\SpecialChar \menuseparator
4646 Caption
4647 \family default
4648  into the first table cell.
4649 \newline
4650 You can also add a short title for the caption.
4651 \end_layout
4652
4653 \begin_layout Enumerate
4654 Insert a 
4655 \begin_inset Quotes eld
4656 \end_inset
4657
4658
4659 \series bold
4660
4661 \backslash
4662
4663 \backslash
4664 %
4665 \series default
4666
4667 \begin_inset Quotes erd
4668 \end_inset
4669
4670  as ERT behind the caption.
4671 \end_layout
4672
4673 \begin_layout Standard
4674 A short title that will appear in the LOT instead of the full title.
4675  The 
4676 \series bold
4677
4678 \backslash
4679
4680 \backslash
4681 %
4682 \series default
4683  behind the caption omits the vertical lines between the following cells
4684  in the row.
4685  The first table row is now only a dummy row for the caption, the actual
4686  table starts with the second row.
4687 \end_layout
4688
4689 \begin_layout Standard
4690 Here is a short longtable to see how it works:
4691 \end_layout
4692
4693 \begin_layout Standard
4694 \begin_inset Tabular
4695 <lyxtabular version="3" rows="6" columns="5">
4696 <features islongtable="true">
4697 <column alignment="center" valignment="top" leftline="true" width="0">
4698 <column alignment="center" valignment="top" leftline="true" width="0">
4699 <column alignment="center" valignment="top" leftline="true" width="0">
4700 <column alignment="center" valignment="top" leftline="true" width="0">
4701 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4702 <row>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Standard
4707 \begin_inset Caption
4708
4709 \begin_layout Standard
4710 Longtable with caption
4711 \begin_inset OptArg
4712 status open
4713
4714 \begin_layout Standard
4715 Longtable
4716 \end_layout
4717
4718 \end_inset
4719
4720
4721 \end_layout
4722
4723 \end_inset
4724
4725
4726 \begin_inset ERT
4727 status collapsed
4728
4729 \begin_layout Standard
4730
4731
4732 \backslash
4733
4734 \backslash
4735 %
4736 \end_layout
4737
4738 \end_inset
4739
4740
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Standard
4749
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Standard
4758
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Standard
4767
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Standard
4776
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row topline="true">
4783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Standard
4787 1
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Standard
4796 2
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Standard
4805 3
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Standard
4814 4
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Standard
4823 5
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row topline="true">
4830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Standard
4834 asd
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Standard
4843 s
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Standard
4852 s
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Standard
4861 s
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Standard
4870 asd
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row topline="true">
4877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Standard
4881 asd
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Standard
4890 s
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Standard
4899 s
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Standard
4908 s
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Standard
4917 asd
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row topline="true">
4924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Standard
4928 asd
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Standard
4937 s
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Standard
4946 s
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Standard
4955 s
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Standard
4964 asd
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 </row>
4970 <row topline="true" bottomline="true">
4971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Standard
4975 asd
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Standard
4984 asd
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Standard
4993 asd
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Standard
5002 asd
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Standard
5011 asd
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 </lyxtabular>
5018
5019 \end_inset
5020
5021
5022 \end_layout
5023
5024 \begin_layout Standard
5025 \begin_inset VSpace medskip
5026 \end_inset
5027
5028
5029 \begin_inset Note Greyedout
5030 status open
5031
5032 \begin_layout Standard
5033
5034 \series bold
5035 Note:
5036 \series default
5037  The table number is increased for every longtable, also if you didn't set
5038  a caption for it.
5039  For this reason you could have the case that e.g.
5040  Table\InsetSpace ~
5041 2.4 follows on Table\InsetSpace ~
5042 2.1 in the list of tables if there are two longtables
5043  without captions.
5044  To avoid this you can add the following command in ERT behind every longtable
5045  without a caption:
5046 \end_layout
5047
5048 \begin_layout Standard
5049
5050 \series bold
5051
5052 \backslash
5053 addtocounter{table}{-1}
5054 \end_layout
5055
5056 \end_inset
5057
5058
5059 \end_layout
5060
5061 \begin_layout Standard
5062 \begin_inset Note Greyedout
5063 status open
5064
5065 \begin_layout Standard
5066
5067 \series bold
5068 Note:
5069 \series default
5070  If you are using the LaTeX-package 
5071 \series bold
5072 hyperref
5073 \series default
5074
5075 \begin_inset LatexCommand index
5076 name "LaTeX-packages ! hyperref"
5077
5078 \end_inset
5079
5080  to link cross-references, the link to a longtable caption will always point
5081  to the beginning of the document.
5082 \end_layout
5083
5084 \end_inset
5085
5086
5087 \end_layout
5088
5089 \begin_layout Subsubsection
5090 References to Longtables
5091 \begin_inset LatexCommand index
5092 name "Longtables ! References"
5093
5094 \end_inset
5095
5096
5097 \end_layout
5098
5099 \begin_layout Standard
5100 \begin_inset Tabular
5101 <lyxtabular version="3" rows="6" columns="5">
5102 <features islongtable="true">
5103 <column alignment="center" valignment="top" leftline="true" width="0">
5104 <column alignment="center" valignment="top" leftline="true" width="0">
5105 <column alignment="center" valignment="top" leftline="true" width="0">
5106 <column alignment="center" valignment="top" leftline="true" width="0">
5107 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5108 <row>
5109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Standard
5113 \begin_inset Caption
5114
5115 \begin_layout Standard
5116 Referenced longtable
5117 \begin_inset LatexCommand label
5118 name "tab:RefExample"
5119
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \end_inset
5126
5127
5128 \begin_inset ERT
5129 status collapsed
5130
5131 \begin_layout Standard
5132
5133
5134 \backslash
5135
5136 \backslash
5137 %
5138 \end_layout
5139
5140 \end_inset
5141
5142
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Standard
5151
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Standard
5160
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Standard
5169
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Standard
5178
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row topline="true">
5185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Standard
5189 1
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Standard
5198 2
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Standard
5207 3
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Standard
5216 4
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Standard
5225 5
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 </row>
5231 <row topline="true">
5232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Standard
5236 asd
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Standard
5245 s
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Standard
5254 s
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Standard
5263 s
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Standard
5272 asd
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row topline="true">
5279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Standard
5283 asd
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Standard
5292 s
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Standard
5301 s
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Standard
5310 s
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Standard
5319 asd
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 <row topline="true">
5326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Standard
5330 asd
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Standard
5339 s
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Standard
5348 s
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Standard
5357 s
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Standard
5366 asd
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 </row>
5372 <row topline="true" bottomline="true">
5373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Standard
5377 asd
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Standard
5386 sad
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Standard
5395 asd
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Standard
5404 asd
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Standard
5413 asd
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 </row>
5419 </lyxtabular>
5420
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \begin_layout Standard
5427 To reference a longtable, insert a label into the caption.
5428  Note that you have to add the label prefix 
5429 \begin_inset Quotes eld
5430 \end_inset
5431
5432
5433 \emph on
5434 tab:
5435 \emph default
5436
5437 \begin_inset Quotes eld
5438 \end_inset
5439
5440  manually in the label field.
5441 \end_layout
5442
5443 \begin_layout Standard
5444 This is a reference to Table\InsetSpace ~
5445
5446 \begin_inset LatexCommand ref
5447 reference "tab:RefExample"
5448
5449 \end_inset
5450
5451 .
5452 \end_layout
5453
5454 \begin_layout Standard
5455 The caption layout can be set together with all other caption of your document
5456  using the LaTeX-package 
5457 \series bold
5458 caption
5459 \series default
5460
5461 \begin_inset LatexCommand index
5462 name "LaTeX-packages ! caption"
5463
5464 \end_inset
5465
5466 , see section\InsetSpace ~
5467
5468 \begin_inset LatexCommand ref
5469 reference "sec:Caption-Formatting"
5470
5471 \end_inset
5472
5473 .
5474 \end_layout
5475
5476 \begin_layout Subsubsection
5477 Caption Width
5478 \begin_inset LatexCommand index
5479 name "Longtables ! Caption Width"
5480
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \begin_layout Standard
5487 The maximal width of of caption lines is defined by the length 
5488 \series bold
5489
5490 \backslash
5491 LTcapwidth
5492 \series default
5493 .
5494  Its default value is 4\InsetSpace \thinspace{}
5495 in.
5496  To change it add the following command to your document preamble or as
5497  ERT into your document before the longtable that should be affected
5498 \end_layout
5499
5500 \begin_layout Standard
5501
5502 \series bold
5503
5504 \backslash
5505 setlength{
5506 \backslash
5507 LTcapwidth}{width}
5508 \end_layout
5509
5510 \begin_layout Standard
5511 where the width could have one of the units listed in appendix\InsetSpace ~
5512
5513 \begin_inset LatexCommand ref
5514 reference "cha:Units-available-in"
5515
5516 \end_inset
5517
5518 .
5519 \end_layout
5520
5521 \begin_layout Standard
5522 The following tables show the difference:
5523 \end_layout
5524
5525 \begin_layout Standard
5526 \begin_inset Tabular
5527 <lyxtabular version="3" rows="6" columns="5">
5528 <features islongtable="true">
5529 <column alignment="center" valignment="top" leftline="true" width="0">
5530 <column alignment="center" valignment="top" leftline="true" width="0">
5531 <column alignment="center" valignment="top" leftline="true" width="0">
5532 <column alignment="center" valignment="top" leftline="true" width="0">
5533 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Standard
5539 \begin_inset Caption
5540
5541 \begin_layout Standard
5542 long full title with default width long full title with default width long
5543  full title with default width
5544 \begin_inset OptArg
5545 status collapsed
5546
5547 \begin_layout Standard
5548 caption with default width
5549 \end_layout
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \end_inset
5557
5558
5559 \begin_inset ERT
5560 status collapsed
5561
5562 \begin_layout Standard
5563
5564
5565 \backslash
5566
5567 \backslash
5568 %
5569 \end_layout
5570
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Standard
5582
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Standard
5591
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Standard
5600
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Standard
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row topline="true">
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Standard
5620 1
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Standard
5629 2
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Standard
5638 3
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Standard
5647 4
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Standard
5656 5
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 <row topline="true">
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Standard
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Standard
5676 s
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Standard
5685 s
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Standard
5694 s
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Standard
5703 asd
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 </row>
5709 <row topline="true">
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Standard
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Standard
5723 s
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Standard
5732 s
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Standard
5741 s
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Standard
5750 asd
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row topline="true">
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Standard
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Standard
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Standard
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Standard
5788 s
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Standard
5797 asd
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 </row>
5803 <row topline="true" bottomline="true">
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Standard
5808 asd
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Standard
5817 sad
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Standard
5826 asd
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Standard
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Standard
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 </lyxtabular>
5851
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \begin_layout Standard
5858 \begin_inset ERT
5859 status collapsed
5860
5861 \begin_layout Standard
5862
5863
5864 \backslash
5865 setlength{
5866 \backslash
5867 LTcapwidth}{5cm}
5868 \end_layout
5869
5870 \end_inset
5871
5872
5873 \begin_inset Tabular
5874 <lyxtabular version="3" rows="6" columns="5">
5875 <features islongtable="true">
5876 <column alignment="center" valignment="top" leftline="true" width="0">
5877 <column alignment="center" valignment="top" leftline="true" width="0">
5878 <column alignment="center" valignment="top" leftline="true" width="0">
5879 <column alignment="center" valignment="top" leftline="true" width="0">
5880 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Standard
5886 \begin_inset Caption
5887
5888 \begin_layout Standard
5889 long full title with width set to 5\InsetSpace \thinspace{}
5890 cm long full title with width set to
5891  5\InsetSpace \thinspace{}
5892 cm long full title with width set to 5\InsetSpace \thinspace{}
5893 cm
5894 \begin_inset OptArg
5895 status collapsed
5896
5897 \begin_layout Standard
5898 caption with width\InsetSpace \thinspace{}
5899 =\InsetSpace \thinspace{}
5900 5\InsetSpace \thinspace{}
5901 cm
5902 \end_layout
5903
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910
5911
5912 \begin_inset ERT
5913 status collapsed
5914
5915 \begin_layout Standard
5916
5917
5918 \backslash
5919
5920 \backslash
5921 %
5922 \end_layout
5923
5924 \end_inset
5925
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Standard
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Standard
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Standard
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Standard
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row topline="true">
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Standard
5973 1
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Standard
5982 2
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Standard
5991 3
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Standard
6000 4
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Standard
6009 5
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 <row topline="true">
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Standard
6020 asd
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Standard
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Standard
6038 s
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Standard
6047 s
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Standard
6056 asd
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 </row>
6062 <row topline="true">
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Standard
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Standard
6076 s
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Standard
6085 s
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Standard
6094 s
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Standard
6103 asd
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 </row>
6109 <row topline="true">
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Standard
6114 asd
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Standard
6123 s
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Standard
6132 s
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Standard
6141 s
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Standard
6150 asd
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 </row>
6156 <row topline="true" bottomline="true">
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Standard
6161 asd
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Standard
6170 sad
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Standard
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Standard
6188 asd
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Standard
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 </lyxtabular>
6204
6205 \end_inset
6206
6207
6208 \begin_inset ERT
6209 status collapsed
6210
6211 \begin_layout Standard
6212
6213
6214 \backslash
6215 setlength{
6216 \backslash
6217 LTcapwidth}{4in}
6218 \end_layout
6219
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \begin_layout Standard
6226
6227 \end_layout
6228
6229 \begin_layout Subsubsection
6230 Different Captions for Table Pages
6231 \begin_inset LatexCommand index
6232 name "Longtables ! Different Captions for Pages"
6233
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \begin_layout Standard
6240 When the other captions should differ from the one of the first table page,
6241  insert a caption with a non-empty short title in a dummy caption row marked
6242  as first header.
6243  The caption used for the other table pages is inserted as caption without
6244  a short title in a dummy caption row that is marked as main header.
6245  When this caption shouldn't include the table number, use the command
6246 \end_layout
6247
6248 \begin_layout Standard
6249
6250 \series bold
6251
6252 \backslash
6253 caption*{caption text}
6254 \end_layout
6255
6256 \begin_layout Standard
6257 instead of LyX's caption box.
6258  The label to reference the table is inserted into the caption of the first
6259  header.
6260  Table\InsetSpace ~
6261
6262 \begin_inset LatexCommand ref
6263 reference "tab:DiffCaptions"
6264
6265 \end_inset
6266
6267  is an example for a longtable with different heading where the second caption
6268  doesn't include the table number.
6269 \end_layout
6270
6271 \begin_layout Standard
6272 \align center
6273 \begin_inset Tabular
6274 <lyxtabular version="3" rows="60" columns="3">
6275 <features islongtable="true">
6276 <column alignment="left" valignment="top" leftline="true" width="0cm">
6277 <column alignment="left" valignment="top" rightline="true" width="0pt">
6278 <column alignment="right" valignment="top" rightline="true" width="0pt">
6279 <row endfirsthead="true">
6280 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Standard
6284 \begin_inset Caption
6285
6286 \begin_layout Standard
6287 Example Phone List
6288 \begin_inset LatexCommand label
6289 name "tab:DiffCaptions"
6290
6291 \end_inset
6292
6293
6294 \begin_inset OptArg
6295 status collapsed
6296
6297 \begin_layout Standard
6298 Example Phone List
6299 \end_layout
6300
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \end_inset
6307
6308
6309 \begin_inset ERT
6310 status collapsed
6311
6312 \begin_layout Standard
6313
6314
6315 \backslash
6316
6317 \backslash
6318 %
6319 \end_layout
6320
6321 \end_inset
6322
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Standard
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Standard
6341
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 <row topline="true" bottomline="true" endfirsthead="true">
6348 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Standard
6352
6353 \series bold
6354 Example Phone List (ignore the names)
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Standard
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Standard
6372
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 </row>
6378 <row topline="true" bottomline="true" endfirsthead="true">
6379 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Standard
6383
6384 \series bold
6385 NAME
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Standard
6394
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Standard
6403
6404 \series bold
6405 TEL.
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row bottomline="true" endhead="true">
6412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Standard
6416 \begin_inset ERT
6417 status collapsed
6418
6419 \begin_layout Standard
6420
6421
6422 \backslash
6423 caption*{Continued Example Phone List}
6424 \backslash
6425
6426 \backslash
6427 %
6428 \end_layout
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Standard
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Standard
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 </row>
6456 <row topline="true" bottomline="true" endhead="true">
6457 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Standard
6461
6462 \series bold
6463 Example Phone List
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Standard
6472
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Standard
6481
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 <row topline="true" bottomline="true" endhead="true">
6488 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Standard
6492
6493 \series bold
6494 NAME
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Standard
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Standard
6512
6513 \series bold
6514 TEL.
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 </row>
6520 <row topline="true" bottomline="true" endfoot="true">
6521 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Standard
6525 continued on next page
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Standard
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Standard
6543
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 </row>
6549 <row>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Standard
6554
6555 \series bold
6556 Annovi
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" topline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Standard
6565 Silvia
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Standard
6574 111
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 <row>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Standard
6585
6586 \series bold
6587 Bertoli
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Standard
6596 Stefano
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Standard
6605 111
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 </row>
6611 <row>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Standard
6616
6617 \series bold
6618 Bozzi
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Standard
6627 Walter
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Standard
6636 111
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 </row>
6642 <row>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Standard
6647
6648 \series bold
6649 Cachia
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Standard
6658 Maria
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Standard
6667 111
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Standard
6678
6679 \series bold
6680 Cachia
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Standard
6689 Maurizio
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Standard
6698 111
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 </row>
6704 <row>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Standard
6709
6710 \series bold
6711 Cinquemani
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Standard
6720 Giusi
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Standard
6729 111
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 <row>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Standard
6740
6741 \series bold
6742 Colin
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Standard
6751 Bernard
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Standard
6760 111
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 </row>
6766 <row>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Standard
6771
6772 \series bold
6773 Concli
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Standard
6782 Gianfranco
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Standard
6791 111
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Standard
6802
6803 \series bold
6804 Dal Bosco
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Standard
6813 Carolina
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Standard
6822 111
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Standard
6833
6834 \series bold
6835 Dalpiaz
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Standard
6844 Annamaria
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Standard
6853 111
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 </row>
6859 <row>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Standard
6864
6865 \series bold
6866 Feliciello
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Standard
6875 Domenico
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Standard
6884 111
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 <row>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Standard
6895
6896 \series bold
6897 Focarelli
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Standard
6906 Paola
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Standard
6915 111
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 </row>
6921 <row>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Standard
6926
6927 \series bold
6928 Galletti
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Standard
6937 Oreste
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Standard
6946 111
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 </row>
6952 <row>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Standard
6957
6958 \series bold
6959 Gasparini
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Standard
6968 Franca
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Standard
6977 111
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 </row>
6983 <row>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Standard
6988
6989 \series bold
6990 Rizzardi
6991 \series default
6992
6993 \begin_inset Foot
6994 status collapsed
6995
6996 \begin_layout Standard
6997 Example footnote
6998 \end_layout
6999
7000 \end_inset
7001
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Standard
7011 Paola
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Standard
7020 111
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 </row>
7026 <row>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Standard
7031
7032 \series bold
7033 Lassini
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Standard
7042 Giancarlo
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Standard
7051 111
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 <row>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Standard
7062
7063 \series bold
7064 Malfatti
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Standard
7073 Luciano
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Standard
7082 111
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 </row>
7088 <row>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Standard
7093
7094 \series bold
7095 Malfatti
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Standard
7104 Valeriano
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Standard
7113 111
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 </row>
7119 <row>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Standard
7124
7125 \series bold
7126 Meneguzzo
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Standard
7135 Roberto
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Standard
7144 111
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Standard
7155
7156 \series bold
7157 Mezzadra
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" topline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Standard
7166 Roberto
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Standard
7175 111
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 </row>
7181 <row>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Standard
7186
7187 \series bold
7188 Pirpamer
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Standard
7197 Erich
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Standard
7206 111
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 </row>
7212 <row>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Standard
7217
7218 \series bold
7219 Pochiesa
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Standard
7228 Paolo
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Standard
7237 111, 222
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 </row>
7243 <row>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Standard
7248
7249 \series bold
7250 Radina
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Standard
7259 Claudio
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Standard
7268 111
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 </row>
7274 <row>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Standard
7279
7280 \series bold
7281 Stuffer
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Standard
7290 Oskar
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Standard
7299 111
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 <row>
7306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Standard
7310
7311 \series bold
7312 Tacchelli
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" topline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Standard
7321 Ugo
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Standard
7330 111
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 </row>
7336 <row>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Standard
7341
7342 \series bold
7343 Tezzele
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell alignment="center" valignment="top" topline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Standard
7352 Margit
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Standard
7361 111
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 </row>
7367 <row>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Standard
7372
7373 \series bold
7374 Unterkalmsteiner
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Standard
7383 Frieda
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Standard
7392 111
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 </row>
7398 <row>
7399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Standard
7403
7404 \series bold
7405 Vieider
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell alignment="center" valignment="top" topline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Standard
7414 Hilde
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Standard
7423 111
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row>
7430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Standard
7434
7435 \series bold
7436 Vigna
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Standard
7445 Jürgen
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Standard
7454 111
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 </row>
7460 <row>
7461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Standard
7465
7466 \series bold
7467 Weber
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Standard
7476 Maurizio
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Standard
7485 111
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row bottomline="true">
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Standard
7496
7497 \series bold
7498 Winkler
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Standard
7507 Franz
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Standard
7516 111
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 </row>
7522 <row bottomline="true">
7523 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Standard
7527  
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Standard
7536
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Standard
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row>
7552 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Standard
7556
7557 \series bold
7558 Annovi
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Standard
7567 Silvia
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Standard
7576 555
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row>
7583 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Standard
7587
7588 \series bold
7589 Bertoli
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Standard
7598 Stefano
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Standard
7607 555
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row>
7614 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Standard
7618
7619 \series bold
7620 Bozzi
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" topline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Standard
7629 Walter
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Standard
7638 555
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 </row>
7644 <row>
7645 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Standard
7649
7650 \series bold
7651 Cachia
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" topline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Standard
7660 Maria
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Standard
7669 555
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 </row>
7675 <row>
7676 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Standard
7680
7681 \series bold
7682 Cachia
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" topline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Standard
7691 Maurizio
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Standard
7700 555
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row>
7707 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Standard
7711
7712 \series bold
7713 Cinquemani
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" topline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Standard
7722 Giusi
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Standard
7731 555
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row>
7738 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Standard
7742
7743 \series bold
7744 Colin
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" topline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Standard
7753 Bernard
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Standard
7762 555
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row>
7769 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Standard
7773
7774 \series bold
7775 Concli
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" topline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Standard
7784 Gianfranco
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Standard
7793 555
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row>
7800 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Standard
7804
7805 \series bold
7806 Dal Bosco
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" topline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Standard
7815 Carolina
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Standard
7824 555
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Standard
7835
7836 \series bold
7837 Dalpiaz
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" topline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Standard
7846 Annamaria
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Standard
7855 555
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row>
7862 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Standard
7866
7867 \series bold
7868 Feliciello
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" topline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Standard
7877 Domenico
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Standard
7886 555
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row>
7893 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Standard
7897
7898 \series bold
7899 Focarelli
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" topline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Standard
7908 Paola
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Standard
7917 555
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 </row>
7923 <row>
7924 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Standard
7928
7929 \series bold
7930 Galletti
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" topline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Standard
7939 Oreste
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Standard
7948 555
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row>
7955 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Standard
7959
7960 \series bold
7961 Gasparini
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" topline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Standard
7970 Franca
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Standard
7979 555
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Standard
7990
7991 \series bold
7992 Rizzardi
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" topline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Standard
8001 Paola
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Standard
8010 555
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Standard
8021
8022 \series bold
8023 Lassini
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" topline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Standard
8032 Giancarlo
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Standard
8041 555
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Standard
8052
8053 \series bold
8054 Malfatti
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" topline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Standard
8063 Luciano
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Standard
8072 555
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Standard
8083
8084 \series bold
8085 Malfatti
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" topline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Standard
8094 Valeriano
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Standard
8103 555
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Standard
8114
8115 \series bold
8116 Meneguzzo
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" topline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Standard
8125 Roberto
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Standard
8134 555
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row bottomline="true">
8141 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Standard
8145
8146 \series bold
8147 Mezzadra
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" topline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Standard
8156 Roberto
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Standard
8165 555
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row bottomline="true" endlastfoot="true">
8172 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Standard
8176
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Standard
8185
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Standard
8194
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 </lyxtabular>
8201
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \begin_layout Section
8208 Special Longtable Issues
8209 \begin_inset LatexCommand label
8210 name "sec:Special-Longtable-Issues"
8211
8212 \end_inset
8213
8214
8215 \end_layout
8216
8217 \begin_layout Subsection
8218 Longtable Calculation
8219 \begin_inset LatexCommand index
8220 name "Longtables ! Calculation"
8221
8222 \end_inset
8223
8224
8225 \end_layout
8226
8227 \begin_layout Standard
8228 LaTeX calculates the height of table pages and their page breaks using so
8229  called chunks.
8230  Chunks are pieces of the tables that are at once in LaTeX's memory.
8231  The default value is historically set to only 20 table rows.
8232  If you are using longtables with many pages this may slow down the creation
8233  of your document.
8234  You can safely increase the chunk size to values of 100-1000 by adding
8235  this command line to your document preamble:
8236 \end_layout
8237
8238 \begin_layout Standard
8239
8240 \series bold
8241
8242 \backslash
8243 setcounter{LTchunksize}{100}
8244 \end_layout
8245
8246 \begin_layout Subsection
8247 Floats and Longtables
8248 \begin_inset LatexCommand index
8249 name "Longtables ! Floats"
8250
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \begin_layout Standard
8257 There might be problems when a float appears on the same page where a longtable
8258  starts.
8259  To avoid such situation, add the command 
8260 \series bold
8261
8262 \backslash
8263 clearpage
8264 \series default
8265  as ERT before your longtable.
8266 \end_layout
8267
8268 \begin_layout Subsection
8269 Forced Page Breaks
8270 \begin_inset LatexCommand index
8271 name "Longtables ! Forced Page Breaks"
8272
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \begin_layout Standard
8279 By default tables are only broken between rows.
8280  If you have a cell with multiples lines and want to have a page break within
8281  the cell, insert the new line command 
8282 \begin_inset Quotes eld
8283 \end_inset
8284
8285
8286 \series bold
8287
8288 \backslash
8289
8290 \backslash
8291
8292 \series default
8293
8294 \begin_inset Quotes erd
8295 \end_inset
8296
8297  as ERT at this point of the cell where it should be broken.
8298  Before the 
8299 \series bold
8300
8301 \backslash
8302
8303 \backslash
8304
8305 \series default
8306  command you have to insert in ERT so many 
8307 \begin_inset Quotes eld
8308 \end_inset
8309
8310
8311 \series bold
8312 &
8313 \series default
8314
8315 \begin_inset Quotes erd
8316 \end_inset
8317
8318  characters like the number of the following table columns.
8319  The 
8320 \series bold
8321 &
8322 \series default
8323  is the character to separate table cells.
8324  Write in ERT after each 
8325 \series bold
8326 &
8327 \series default
8328  the content of the corresponding following cell and delete the content
8329  of these cells.
8330 \newline
8331 Behind the the 
8332 \series bold
8333
8334 \backslash
8335
8336 \backslash
8337
8338 \series default
8339  command, insert so many 
8340 \series bold
8341 &
8342 \series default
8343  characters like the number of table columns before the current column.
8344  In Table\InsetSpace ~
8345
8346 \begin_inset LatexCommand ref
8347 reference "tab:ForcedPagebreak"
8348
8349 \end_inset
8350
8351  the cell that should be broken is in the second column followed by another
8352  column.
8353  Therefore the following command was inserted in the cell as ERT behind
8354  
8355 \begin_inset Quotes eld
8356 \end_inset
8357
8358
8359 \emph on
8360 Castelchiodato,
8361 \emph default
8362
8363 \begin_inset Quotes erd
8364 \end_inset
8365
8366 :
8367 \end_layout
8368
8369 \begin_layout Standard
8370
8371 \series bold
8372 & 111
8373 \backslash
8374
8375 \backslash
8376
8377 \newline
8378 &
8379 \end_layout
8380
8381 \begin_layout Standard
8382 The 
8383 \begin_inset Quotes eld
8384 \end_inset
8385
8386 111
8387 \begin_inset Quotes erd
8388 \end_inset
8389
8390  in the third columns of the row was deleted.
8391  If your footer row of the longtable has for a certain reason no upper line
8392  but you would have a horizontal line where the cell is broken, use this
8393  command instead:
8394 \end_layout
8395
8396 \begin_layout Standard
8397
8398 \series bold
8399 & 111
8400 \backslash
8401
8402 \backslash
8403
8404 \newline
8405
8406 \backslash
8407 hline &
8408 \end_layout
8409
8410 \begin_layout Standard
8411 When the cell to be broken is in the last column, the command
8412 \end_layout
8413
8414 \begin_layout Standard
8415
8416 \series bold
8417
8418 \backslash
8419 setlength{
8420 \backslash
8421 parf\SpecialChar \textcompwordmark{}
8422 illskip}{0pt}
8423 \end_layout
8424
8425 \begin_layout Standard
8426 must be inserted as ERT at the beginning of the cell.
8427  This assures that the part of the cell that will be displayed on the new
8428  page appears with the full width.
8429  
8430 \end_layout
8431
8432 \begin_layout Standard
8433 \align center
8434 \begin_inset Tabular
8435 <lyxtabular version="3" rows="39" columns="3">
8436 <features islongtable="true">
8437 <column alignment="left" valignment="top" leftline="true" width="0cm">
8438 <column alignment="left" valignment="top" rightline="true" width="3cm">
8439 <column alignment="right" valignment="top" rightline="true" width="0pt">
8440 <row endfirsthead="true">
8441 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Standard
8445 \begin_inset Caption
8446
8447 \begin_layout Standard
8448 Table with forced page break in table cell
8449 \begin_inset LatexCommand label
8450 name "tab:ForcedPagebreak"
8451
8452 \end_inset
8453
8454
8455 \begin_inset OptArg
8456 status collapsed
8457
8458 \begin_layout Standard
8459 Table with forced page break in table cell
8460 \end_layout
8461
8462 \end_inset
8463
8464
8465 \end_layout
8466
8467 \end_inset
8468
8469
8470 \begin_inset ERT
8471 status collapsed
8472
8473 \begin_layout Standard
8474
8475
8476 \backslash
8477
8478 \backslash
8479 %
8480 \end_layout
8481
8482 \end_inset
8483
8484
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Standard
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Standard
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row topline="true" bottomline="true" endfirsthead="true">
8509 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Standard
8513
8514 \series bold
8515 Example Phone List (ignore the names)
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Standard
8524
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Standard
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row topline="true" bottomline="true" endfirsthead="true">
8540 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Standard
8544
8545 \series bold
8546 NAME
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Standard
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Standard
8564
8565 \series bold
8566 TEL.
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row bottomline="true" endhead="true">
8573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Standard
8577 \begin_inset ERT
8578 status collapsed
8579
8580 \begin_layout Standard
8581
8582
8583 \backslash
8584 caption*{Continued table with forced page break in table cell}
8585 \backslash
8586
8587 \backslash
8588 %
8589 \end_layout
8590
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Standard
8602
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Standard
8611
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 </row>
8617 <row topline="true" bottomline="true" endhead="true">
8618 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Standard
8622  
8623 \series bold
8624 Example Phone List
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Standard
8633
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Standard
8642
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row topline="true" bottomline="true" endhead="true">
8649 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Standard
8653
8654 \series bold
8655 NAME
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Standard
8664
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Standard
8673
8674 \series bold
8675 TEL.
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row topline="true" bottomline="true" endfoot="true">
8682 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Standard
8686 continued on next page
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Standard
8695
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Standard
8704
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Standard
8715
8716 \series bold
8717 Annovi
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" topline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Standard
8726 Silvia
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Standard
8735 111
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Standard
8746
8747 \series bold
8748 Bertoli
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" topline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Standard
8757 Stefano
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Standard
8766 111
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Standard
8777
8778 \series bold
8779 Bozzi
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" topline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Standard
8788 Walter
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Standard
8797 111
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row>
8804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Standard
8808
8809 \series bold
8810 Cachia
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" topline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Standard
8819 Maria
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Standard
8828 111
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Standard
8839
8840 \series bold
8841 Cachia
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" topline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Standard
8850 Maurizio
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Standard
8859 111
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Standard
8870
8871 \series bold
8872 Cinquemani
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Standard
8881 Giusi
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Standard
8890 111
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Standard
8901
8902 \series bold
8903 Colin
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" topline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Standard
8912 Bernard
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Standard
8921 111
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 <row>
8928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Standard
8932
8933 \series bold
8934 Concli
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" topline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Standard
8943 Gianfranco
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Standard
8952 111
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Standard
8963
8964 \series bold
8965 Dal Bosco
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" topline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Standard
8974 Carolina
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Standard
8983 111
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Standard
8994
8995 \series bold
8996 Dalpiaz
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" topline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Standard
9005 Annamaria
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Standard
9014 111
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Standard
9025
9026 \series bold
9027 Feliciello
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" topline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Standard
9036 Domenico
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Standard
9045 111
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Standard
9056
9057 \series bold
9058 Focarelli
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" topline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Standard
9067 Paola
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Standard
9076 111
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Standard
9087
9088 \series bold
9089 Galletti
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" topline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Standard
9098 Oreste
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Standard
9107 111
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Standard
9118
9119 \series bold
9120 Gasparini
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" topline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Standard
9129 Franca
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Standard
9138 111
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Standard
9149
9150 \series bold
9151 Lassini
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" topline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Standard
9160 Giancarlo
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Standard
9169 111
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Standard
9180
9181 \series bold
9182 Malfatti
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" topline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Standard
9191 Luciano
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Standard
9200 111
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Standard
9211
9212 \series bold
9213 Malfatti
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" topline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Standard
9222 Valeriano
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Standard
9231 111
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Standard
9242
9243 \series bold
9244 Meneguzzo
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" topline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Standard
9253 Roberto
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Standard
9262 111
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Standard
9273
9274 \series bold
9275 Mezzadra
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" topline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Standard
9284 Roberto
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Standard
9293 111
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Standard
9304
9305 \series bold
9306 Pirpamer
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" topline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Standard
9315 Erich
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Standard
9324 111
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row>
9331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Standard
9335
9336 \series bold
9337 Pochiesa
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" topline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Standard
9346 Paolo
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Standard
9355 111, 222
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 </row>
9361 <row>
9362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Standard
9366
9367 \series bold
9368 Radina
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" topline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Standard
9377 Claudio
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Standard
9386 111
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 <row>
9393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Standard
9397
9398 \series bold
9399 Rizzardi
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Standard
9408 Paolo, 11.
9409  Fürst von Montecompatri, 11.
9410  Fürst von Sulmona und Vivaro, 10.
9411  Fürst von Rossano, 5.
9412  Herzog von Canemorte, 11.
9413  Herzog von Palombara, 5.
9414  Herzog von Castelchiodato,
9415 \begin_inset ERT
9416 status collapsed
9417
9418 \begin_layout Standard
9419
9420 & 111
9421 \backslash
9422
9423 \backslash
9424
9425 \end_layout
9426
9427 \begin_layout Standard
9428
9429 &
9430 \end_layout
9431
9432 \end_inset
9433
9434  11.
9435  Herzog von Poggionativo, 11.
9436  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9437  Graf von Valinfreda, 11.
9438  Baron von Cropalati, 11.
9439  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Standard
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Standard
9459
9460 \series bold
9461 Stuffer
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" topline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Standard
9470 Oskar
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Standard
9479 111
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Standard
9490
9491 \series bold
9492 Tacchelli
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" topline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Standard
9501 Ugo
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Standard
9510 111
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row>
9517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Standard
9521
9522 \series bold
9523 Tezzele
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" topline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Standard
9532 Margit
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Standard
9541 111
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 <row>
9548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Standard
9552
9553 \series bold
9554 Unterkalmsteiner
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 <cell alignment="center" valignment="top" topline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Standard
9563 Frieda
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Standard
9572 111
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 </row>
9578 <row>
9579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Standard
9583
9584 \series bold
9585 Vieider
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" topline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Standard
9594 Hilde
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Standard
9603 111
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 </row>
9609 <row>
9610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Standard
9614
9615 \series bold
9616 Vigna
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" topline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Standard
9625 Jürgen
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Standard
9634 111
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 </row>
9640 <row>
9641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Standard
9645
9646 \series bold
9647 Weber
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell alignment="center" valignment="top" topline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Standard
9656 Maurizio
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Standard
9665 111
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 </row>
9671 <row bottomline="true">
9672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Standard
9676
9677 \series bold
9678 Winkler
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" topline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Standard
9687 Franz
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Standard
9696 111
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 </row>
9702 <row endlastfoot="true">
9703 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Standard
9707
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Standard
9716
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Standard
9725
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 </row>
9731 </lyxtabular>
9732
9733 \end_inset
9734
9735
9736 \end_layout
9737
9738 \begin_layout Section
9739 Multiple Lines Columns and Rows
9740 \end_layout
9741
9742 \begin_layout Subsection
9743 Multiple Lines in Table Cells
9744 \begin_inset LatexCommand label
9745 name "sub:Multiple-Lines-in"
9746
9747 \end_inset
9748
9749
9750 \begin_inset LatexCommand index
9751 name "Multiple Lines in Table Cells"
9752
9753 \end_inset
9754
9755
9756 \begin_inset LatexCommand index
9757 name "Table ! Linebreaks"
9758
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \begin_layout Standard
9765 \align center
9766 \begin_inset Float table
9767 placement H
9768 wide false
9769 sideways false
9770 status collapsed
9771
9772 \begin_layout Standard
9773 \begin_inset Caption
9774
9775 \begin_layout Standard
9776 \begin_inset LatexCommand label
9777 name "tab:Table-with-multiple"
9778
9779 \end_inset
9780
9781 Table with multiple lines in cells
9782 \end_layout
9783
9784 \end_inset
9785
9786
9787 \end_layout
9788
9789 \begin_layout Standard
9790 \align center
9791 \begin_inset Tabular
9792 <lyxtabular version="3" rows="3" columns="3">
9793 <features>
9794 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9795 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9796 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9797 <row topline="true">
9798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Standard
9802 multiple
9803 \begin_inset ERT
9804 status collapsed
9805
9806 \begin_layout Standard
9807
9808
9809 \backslash
9810 linebreak 
9811 \end_layout
9812
9813 \end_inset
9814
9815  lines
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Standard
9824 b
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Standard
9833 c
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 </row>
9839 <row topline="true">
9840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Standard
9844 d
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Standard
9853 e
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Standard
9862 f
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 <row topline="true" bottomline="true">
9869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Standard
9873 g
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Standard
9882 h
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Standard
9891 i
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 </lyxtabular>
9898
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \begin_layout Standard
9910 Adjusting a fixed width for a column, enables to enter text as a paragraph
9911  with multiple lines and hyphenations.
9912 \end_layout
9913
9914 \begin_layout Standard
9915 To produce Table\InsetSpace ~
9916
9917 \begin_inset LatexCommand ref
9918 reference "tab:Table-with-multiple"
9919
9920 \end_inset
9921
9922 , create a 3×3 table, mark the first cell and right-click on it.
9923  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
9924 cm and choose centered
9925  for the vertical and horizontal alignment.
9926  As our text is smaller than than 2.5\InsetSpace \thinspace{}
9927 cm, only one line will appear.
9928  To get two lines, we add a line break with the command
9929 \end_layout
9930
9931 \begin_layout Standard
9932
9933 \series bold
9934
9935 \backslash
9936 linebreak
9937 \end_layout
9938
9939 \begin_layout Standard
9940 in ERT.
9941  If the text is wider than the set cell width it will automatically be broken
9942  to several lines.
9943 \end_layout
9944
9945 \begin_layout Standard
9946 To center the text inside the two other cells of the first row vertically,
9947  right-click in the second cell, adjust a fixed width of 0.5\InsetSpace \thinspace{}
9948 cm and choose
9949  centered alignments.
9950  Then do the same for the third cell of the row.
9951 \end_layout
9952
9953 \begin_layout Standard
9954 If you have a long word in a cell with a fixed width, it cannot be hyphenated
9955  by LaTeX if it is the first entry.
9956  Therefore you need to insert something, to make the word not being the
9957  first entry: Add the command
9958 \end_layout
9959
9960 \begin_layout Standard
9961
9962 \series bold
9963
9964 \backslash
9965 hspace{0pt}
9966 \end_layout
9967
9968 \begin_layout Standard
9969 in ERT before the word.
9970  As the space is zero, it doesn't change the output.
9971  Table\InsetSpace ~
9972
9973 \begin_inset LatexCommand ref
9974 reference "tab:Table-with-and"
9975
9976 \end_inset
9977
9978  shows the effect.
9979 \end_layout
9980
9981 \begin_layout Standard
9982 \begin_inset Float table
9983 wide false
9984 sideways false
9985 status open
9986
9987 \begin_layout Standard
9988 \begin_inset Caption
9989
9990 \begin_layout Standard
9991 \begin_inset LatexCommand label
9992 name "tab:Table-with-and"
9993
9994 \end_inset
9995
9996 Table with and without hyphenation
9997 \end_layout
9998
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \begin_layout Standard
10005
10006 \hfill
10007
10008 \begin_inset Tabular
10009 <lyxtabular version="3" rows="3" columns="3">
10010 <features>
10011 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10012 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10013 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10014 <row topline="true">
10015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Standard
10019 verylongtablecellword
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Standard
10028 b
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Standard
10037 c
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row topline="true">
10044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Standard
10048 d
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Standard
10057 e
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Standard
10066 f
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row topline="true" bottomline="true">
10073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Standard
10077 g
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Standard
10086 h
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Standard
10095 i
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 </lyxtabular>
10102
10103 \end_inset
10104
10105
10106 \hfill
10107
10108 \begin_inset Tabular
10109 <lyxtabular version="3" rows="3" columns="3">
10110 <features>
10111 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10112 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10113 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10114 <row topline="true">
10115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Standard
10119 \begin_inset ERT
10120 status collapsed
10121
10122 \begin_layout Standard
10123
10124
10125 \backslash
10126 hspace{0pt}
10127 \end_layout
10128
10129 \end_inset
10130
10131 verylongtablecellword
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Standard
10140 b
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Standard
10149 c
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row topline="true">
10156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Standard
10160 d
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Standard
10169 e
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Standard
10178 f
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row topline="true" bottomline="true">
10185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Standard
10189 g
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Standard
10198 h
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Standard
10207 i
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 </lyxtabular>
10214
10215 \end_inset
10216
10217
10218 \hfill
10219
10220 \end_layout
10221
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \begin_layout Standard
10228
10229 \newpage
10230
10231 \end_layout
10232
10233 \begin_layout Subsection
10234 Multicolumns
10235 \begin_inset LatexCommand label
10236 name "sub:Multicolumns"
10237
10238 \end_inset
10239
10240
10241 \begin_inset LatexCommand index
10242 name "Multicolumns"
10243
10244 \end_inset
10245
10246
10247 \begin_inset LatexCommand index
10248 name "Table ! Multicolumns"
10249
10250 \end_inset
10251
10252
10253 \end_layout
10254
10255 \begin_layout Subsubsection
10256 Multicolumn Basics
10257 \end_layout
10258
10259 \begin_layout Standard
10260 To span a cell over multiple columns, mark as much cells within a line that
10261  should be one spanned cell and use either the table-toolbar button 
10262 \begin_inset Graphics
10263         filename ../images/tabular-feature_multicolumn.xpm
10264         scale 85
10265
10266 \end_inset
10267
10268 , or the menu 
10269 \family sans
10270 Edit\SpecialChar \menuseparator
10271 Table\SpecialChar \menuseparator
10272 Multicolumn
10273 \family default
10274 , or right click on the marked cells and choose multicolumn in the appearing
10275  table dialog under the tab 
10276 \family sans
10277 Table Settings
10278 \family default
10279 .
10280 \end_layout
10281
10282 \begin_layout Standard
10283 Multicolumns have there own cell settings.
10284  That means changing cell borders, cell alignment, and the width only affects
10285  the multicolumn.
10286  Here is an example table with a multicolumn cell in the first row and one
10287  in the last row without the upper border:
10288 \end_layout
10289
10290 \begin_layout Standard
10291 \align center
10292 \begin_inset Tabular
10293 <lyxtabular version="3" rows="3" columns="4">
10294 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10295 <column alignment="center" valignment="top" leftline="true" width="0pt">
10296 <column alignment="center" valignment="middle" leftline="true" width="0">
10297 <column alignment="center" valignment="top" leftline="true" width="0in">
10298 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10299 <row topline="true" bottomline="true">
10300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Standard
10304 abc
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Standard
10313 def
10314 \lang ngerman
10315  
10316 \lang english
10317 ghi
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Standard
10326
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Standard
10335 jkl
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row topline="true">
10342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Standard
10346
10347 \family roman
10348 \series medium
10349 \shape up
10350 \size normal
10351 \emph off
10352 \bar no
10353 \noun off
10354 \color none
10355 A
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Standard
10364 B
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Standard
10373 C
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Standard
10382 D
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row topline="true" bottomline="true">
10389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Standard
10393 1
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Standard
10402 2
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Standard
10411 3
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Standard
10420 4
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 </lyxtabular>
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \begin_layout Subsubsection
10434 Multicolumn Calculations
10435 \begin_inset LatexCommand label
10436 name "sub:Multicolumn-Calculations"
10437
10438 \end_inset
10439
10440
10441 \begin_inset LatexCommand index
10442 name "Multicolumns ! Calculations"
10443
10444 \end_inset
10445
10446
10447 \end_layout
10448
10449 \begin_layout Standard
10450 LyX supports multicolumns directly, but we have to take notice of the cell
10451  width of the columns spanned by the multicolumn cell.
10452 \end_layout
10453
10454 \begin_layout Standard
10455 \begin_inset Float table
10456 wide false
10457 sideways false
10458 status open
10459
10460 \begin_layout Standard
10461 \begin_inset Caption
10462
10463 \begin_layout Standard
10464 \begin_inset LatexCommand label
10465 name "tab:Table-with-centered"
10466
10467 \end_inset
10468
10469 Table with centered multicolumn text above two columns that have exactly
10470  half the width of the multicolumn cell
10471 \begin_inset OptArg
10472 status collapsed
10473
10474 \begin_layout Standard
10475 Perfect multicolumn table
10476 \end_layout
10477
10478 \end_inset
10479
10480
10481 \end_layout
10482
10483 \end_inset
10484
10485
10486 \end_layout
10487
10488 \begin_layout Standard
10489 \align center
10490 \begin_inset Tabular
10491 <lyxtabular version="3" rows="3" columns="3">
10492 <features>
10493 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10494 <column alignment="center" valignment="middle" leftline="true" width="0">
10495 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10496 <row topline="true">
10497 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10498 \begin_inset Text
10499
10500 \begin_layout Standard
10501 multiple lines multicolumn
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Standard
10510
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Standard
10519 c
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 </row>
10525 <row topline="true">
10526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Standard
10530 d
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Standard
10539 e
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Standard
10548 f
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 <row topline="true" bottomline="true">
10555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Standard
10559 g
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Standard
10568 h
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Standard
10577 i
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 </lyxtabular>
10584
10585 \end_inset
10586
10587
10588 \end_layout
10589
10590 \end_inset
10591
10592
10593 \end_layout
10594
10595 \begin_layout Standard
10596 To create for example Table\InsetSpace ~
10597
10598 \begin_inset LatexCommand ref
10599 reference "tab:Table-with-centered"
10600
10601 \end_inset
10602
10603 , mark the first two cells in the first row a 3×3 table and right-click
10604  on them.
10605  Now choose for this cell 
10606 \emph on
10607 multicolumn
10608 \emph default
10609
10610 \emph on
10611 centered alignment
10612 \emph default
10613  and a width of 2.5\InsetSpace \thinspace{}
10614 cm in the table dialog.
10615  The spanned columns should have exactly half the width of the multicolumn
10616  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
10617 cm for the first column.
10618  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
10619 cm (multicolumn
10620  width - width of first column).
10621  This was done for Table\InsetSpace ~
10622
10623 \begin_inset LatexCommand ref
10624 reference "tab:Table-without-half"
10625
10626 \end_inset
10627
10628 .
10629 \end_layout
10630
10631 \begin_layout Standard
10632 \begin_inset Float table
10633 wide false
10634 sideways false
10635 status open
10636
10637 \begin_layout Standard
10638 \begin_inset Caption
10639
10640 \begin_layout Standard
10641 \begin_inset LatexCommand label
10642 name "tab:Table-without-half"
10643
10644 \end_inset
10645
10646 Table where the spanned table columns have not exactly half the width of
10647  the multicolumn cell
10648 \begin_inset OptArg
10649 status collapsed
10650
10651 \begin_layout Standard
10652 Imperfect multicolumn table
10653 \end_layout
10654
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \end_inset
10661
10662
10663 \end_layout
10664
10665 \begin_layout Standard
10666 \align center
10667 \begin_inset Tabular
10668 <lyxtabular version="3" rows="3" columns="3">
10669 <features>
10670 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10671 <column alignment="center" valignment="top" leftline="true" width="0">
10672 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10673 <row topline="true" bottomline="true">
10674 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10675 \begin_inset Text
10676
10677 \begin_layout Standard
10678 multiple lines multicolumn
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Standard
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Standard
10696 c
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row topline="true">
10703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Standard
10707 d
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Standard
10716 e
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Standard
10725 f
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row topline="true" bottomline="true">
10732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Standard
10736 g
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Standard
10745 h
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Standard
10754 i
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 </row>
10760 </lyxtabular>
10761
10762 \end_inset
10763
10764
10765 \end_layout
10766
10767 \end_inset
10768
10769
10770 \end_layout
10771
10772 \begin_layout Standard
10773 You can see that the first column has not the half width of the multicolumn
10774  cell, it is a bit bigger.
10775  The reason is that the given width of a cell 
10776 \begin_inset Formula $W_{g}$
10777 \end_inset
10778
10779  is not its total width 
10780 \begin_inset Formula $W_{\mathrm{tot}}$
10781 \end_inset
10782
10783  because a cell is always a bit larger than its given width.
10784  Appendix\InsetSpace ~
10785
10786 \begin_inset LatexCommand eqref
10787 reference "cha:Explanation-of-Equation"
10788
10789 \end_inset
10790
10791  explains it in detail.
10792 \end_layout
10793
10794 \begin_layout Standard
10795 The needed given width 
10796 \begin_inset Formula $W_{g\, n}$
10797 \end_inset
10798
10799  when 
10800 \emph on
10801 n
10802 \emph default
10803  columns are spanned columns can be calculated, so that each column has
10804  a total width of 
10805 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10806 \end_inset
10807
10808 :
10809 \begin_inset Formula \begin{equation}
10810 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10811
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \begin_layout Standard
10818 In our case we have 
10819 \begin_inset Formula $n=2$
10820 \end_inset
10821
10822
10823 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10824 \end_inset
10825
10826 cm and the default values for the lengths, so that equation 
10827 \begin_inset LatexCommand ref
10828 reference "eq:Wgn"
10829
10830 \end_inset
10831
10832  becomes
10833 \begin_inset Formula \begin{equation}
10834 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10835
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \begin_layout Standard
10842 To enable calculations in LaTeX, the LaTeX-package 
10843 \series bold
10844 calc
10845 \series default
10846  must be loaded with the document preamble line
10847 \begin_inset LatexCommand index
10848 name "LaTeX-packages ! calc"
10849
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \begin_layout Standard
10856
10857 \series bold
10858
10859 \backslash
10860 usepackage{calc}
10861 \end_layout
10862
10863 \begin_layout Standard
10864 LyX does not allow to calculate lengths in the width-field of the table
10865  dialog.
10866  Therefore you have to format the column by inserting a LaTeX-argument in
10867  the dialog.
10868  Here is an overview about the arguments:
10869 \end_layout
10870
10871 \begin_layout Itemize
10872
10873 \series bold
10874 p{width}
10875 \series default
10876  creates cell with a fixed width, its text is vertically top-aligned
10877 \end_layout
10878
10879 \begin_layout Itemize
10880
10881 \series bold
10882 m{width}
10883 \series default
10884  creates cell with a fixed width, its text is vertically centered
10885 \end_layout
10886
10887 \begin_layout Itemize
10888
10889 \series bold
10890 b{width}
10891 \series default
10892  creates cell with a fixed width, its text is vertically bottom-aligned
10893 \end_layout
10894
10895 \begin_layout Standard
10896 By entering a LaTeX-argument, all cell properties set in the table dialog
10897  are overwritten.
10898  
10899 \begin_inset Note Greyedout
10900 status open
10901
10902 \begin_layout Standard
10903
10904 \series bold
10905 Note:
10906 \series default
10907  Due to a bug, LyX shows the overwritten properties anyway.
10908 \end_layout
10909
10910 \end_inset
10911
10912  As the text should be horizontally centered, the command 
10913 \series bold
10914
10915 \backslash
10916 centering
10917 \series default
10918  is added.
10919  You can now enter the following LaTeX-argument for the first spanned column:
10920 \end_layout
10921
10922 \begin_layout Standard
10923
10924 \series bold
10925 |>{
10926 \backslash
10927 centering}m{1.25cm-6.2pt}
10928 \end_layout
10929
10930 \begin_layout Standard
10931 The bar 
10932 \begin_inset Quotes eld
10933 \end_inset
10934
10935
10936 \series bold
10937 |
10938 \series default
10939
10940 \begin_inset Quotes erd
10941 \end_inset
10942
10943  at the beginning draws the border line and the command 
10944 \series bold
10945 >{ }
10946 \series default
10947  means, that the commands inside the braces are applied before the cell
10948  is created.
10949 \end_layout
10950
10951 \begin_layout Standard
10952 Although we have chosen centered alignment for the text of the multicolumn
10953  cell, it is still left aligned.
10954  This is because LyX only applies the alignment to single columns.
10955  So we have to use for the multicolumn the LaTeX-argument
10956 \end_layout
10957
10958 \begin_layout Standard
10959
10960 \series bold
10961 |>{
10962 \backslash
10963 centering}m{2.5cm}|
10964 \end_layout
10965
10966 \begin_layout Subsection
10967 Multirows
10968 \begin_inset LatexCommand index
10969 name "Multirows"
10970
10971 \end_inset
10972
10973
10974 \begin_inset LatexCommand index
10975 name "Table ! Multirows"
10976
10977 \end_inset
10978
10979
10980 \begin_inset LatexCommand index
10981 name "LaTeX-packages ! multirow"
10982
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \begin_layout Standard
10989 In contrary to multicolumns multirows are not yet supported by LyX so a
10990  bit of ERT needs to be used.
10991  To use multirows load the LaTeX-package 
10992 \series bold
10993 multirow
10994 \series default
10995  in your document preamble with the command
10996 \end_layout
10997
10998 \begin_layout Standard
10999
11000 \series bold
11001
11002 \backslash
11003 usepackage{multirow}
11004 \end_layout
11005
11006 \begin_layout Standard
11007 Multirows are created with the command
11008 \end_layout
11009
11010 \begin_layout Standard
11011
11012 \series bold
11013
11014 \backslash
11015 multirow{number of rows}{cell width}{cell entry}
11016 \end_layout
11017
11018 \begin_layout Standard
11019 To create the following table:
11020 \end_layout
11021
11022 \begin_layout Standard
11023 \align center
11024 \begin_inset ERT
11025 status collapsed
11026
11027 \begin_layout Standard
11028
11029
11030 \backslash
11031 renewcommand{
11032 \backslash
11033 multirowsetup}{
11034 \backslash
11035 centering}
11036 \end_layout
11037
11038 \end_inset
11039
11040
11041 \begin_inset Tabular
11042 <lyxtabular version="3" rows="3" columns="3">
11043 <features>
11044 <column alignment="center" valignment="top" leftline="true" width="0">
11045 <column alignment="center" valignment="top" leftline="true" width="0">
11046 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11047 <row topline="true">
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Standard
11052 a
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Standard
11061 b
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Standard
11070 c
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 <row topline="true">
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Standard
11081 \begin_inset ERT
11082 status collapsed
11083
11084 \begin_layout Standard
11085
11086
11087 \backslash
11088 multirow{2}{2.5cm}{
11089 \end_layout
11090
11091 \end_inset
11092
11093 multirow entry
11094 \begin_inset ERT
11095 status collapsed
11096
11097 \begin_layout Standard
11098
11099 }
11100 \end_layout
11101
11102 \end_inset
11103
11104
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Standard
11113 e
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Standard
11122 f
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 </row>
11128 <row topline="true" bottomline="true">
11129 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Standard
11133
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Standard
11142 h
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Standard
11151 i
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 </lyxtabular>
11158
11159 \end_inset
11160
11161
11162 \begin_inset ERT
11163 status collapsed
11164
11165 \begin_layout Standard
11166
11167
11168 \backslash
11169 renewcommand{
11170 \backslash
11171 multirowsetup}{
11172 \backslash
11173 raggedright}
11174 \end_layout
11175
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \begin_layout Standard
11182 create a 3×3 table.
11183  To get rid of the line above the last cell in the first column, the cell
11184  is marked as multicolumn and the upper border is unset.
11185  The multirow is now created in the second row of the first column by inserting
11186  there the command
11187 \end_layout
11188
11189 \begin_layout Standard
11190
11191 \series bold
11192
11193 \backslash
11194 multirow{2}{2.5cm}{
11195 \end_layout
11196
11197 \begin_layout Standard
11198 as ERT.
11199  According to the command parameters the multirow spans now two rows and
11200  has a width of 2.5\InsetSpace \thinspace{}
11201 cm.
11202  The content of the multirow cell follows outside the ERT box and the command
11203  is finished with a right brace 
11204 \series bold
11205 }
11206 \series default
11207  in another ERT-box behind the text.
11208 \end_layout
11209
11210 \begin_layout Standard
11211
11212 \series bold
11213
11214 \backslash
11215 multirow
11216 \series default
11217  left-aligns its content by default.
11218  To override the default, renew the command 
11219 \series bold
11220
11221 \backslash
11222 multirowsetup
11223 \series default
11224  with the command
11225 \end_layout
11226
11227 \begin_layout Standard
11228
11229 \series bold
11230
11231 \backslash
11232 renewcommand{
11233 \backslash
11234 multirowsetup}{
11235 \backslash
11236 centering}
11237 \end_layout
11238
11239 \begin_layout Standard
11240 in ERT in the document preamble.
11241  Then all entries of multirow cells in the document are centered.
11242  If centering is only needed for several tables, you can renew the command
11243  in an ERT box just before the table instead of the preamble.
11244  If the text should be right-aligned, replace 
11245 \series bold
11246
11247 \backslash
11248 centering
11249 \series default
11250  by 
11251 \series bold
11252
11253 \backslash
11254 raggedleft
11255 \series default
11256 .
11257  To return to left-alignment 
11258 \series bold
11259
11260 \backslash
11261 raggedright
11262 \series default
11263  is used.
11264 \end_layout
11265
11266 \begin_layout Section
11267 Formal Tables
11268 \begin_inset LatexCommand label
11269 name "sec:Formal-Tables"
11270
11271 \end_inset
11272
11273
11274 \begin_inset LatexCommand index
11275 name "Table ! Formal"
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Standard
11283 Tables are often typeset in books similar to Table\InsetSpace ~
11284
11285 \begin_inset LatexCommand ref
11286 reference "tab:Example-booktabs-table"
11287
11288 \end_inset
11289
11290 .
11291  This kind of tables is called 
11292 \begin_inset Quotes eld
11293 \end_inset
11294
11295
11296 \emph on
11297 formal
11298 \emph default
11299
11300 \begin_inset Quotes erd
11301 \end_inset
11302
11303 .
11304  To make a table a formal table use the option 
11305 \family sans
11306 Formal
11307 \family default
11308  in the 
11309 \family sans
11310 Borders
11311 \family default
11312  tab of the table dialog.
11313 \end_layout
11314
11315 \begin_layout Standard
11316 \begin_inset Float table
11317 placement h
11318 wide false
11319 sideways false
11320 status open
11321
11322 \begin_layout Standard
11323 \begin_inset Caption
11324
11325 \begin_layout Standard
11326 \begin_inset LatexCommand label
11327 name "tab:Example-booktabs-table"
11328
11329 \end_inset
11330
11331 Example booktabs-table
11332 \end_layout
11333
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \begin_layout Standard
11340 \align center
11341 \begin_inset Tabular
11342 <lyxtabular version="3" rows="8" columns="4">
11343 <features booktabs="true">
11344 <column alignment="center" valignment="top" rightline="true" width="0">
11345 <column alignment="center" valignment="top" width="0">
11346 <column alignment="center" valignment="top" width="0">
11347 <column alignment="center" valignment="top" width="0">
11348 <row topline="true">
11349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Standard
11353 System
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Standard
11362 Medipix
11363 \begin_inset Formula $\,$
11364 \end_inset
11365
11366 1
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Standard
11375 Medipix
11376 \begin_inset Formula $\,$
11377 \end_inset
11378
11379 2
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Standard
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Standard
11399 \begin_inset ERT
11400 status collapsed
11401
11402 \begin_layout Standard
11403
11404
11405 \backslash
11406 cmidrule(r){2-2}
11407 \end_layout
11408
11409 \end_inset
11410
11411
11412 \begin_inset ERT
11413 status collapsed
11414
11415 \begin_layout Standard
11416
11417
11418 \backslash
11419 cmidrule(l){3-4}
11420 \end_layout
11421
11422 \end_inset
11423
11424 Detector thickness [µm]
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Standard
11433 300
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Standard
11442 300
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Standard
11451 700
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 </row>
11457 <row topline="true">
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Standard
11462 Edge angle [°]
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Standard
11471 3.55
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Standard
11480 2.71
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Standard
11489 7.99
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row topspace="default">
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Standard
11500 Spatial resolution [µm]
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Standard
11509 4.26
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Standard
11518 10.17
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Standard
11527 10.56
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 <row topspace="default">
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Standard
11538 MTF at 
11539 \begin_inset Formula $f_{\mathrm{max}}$
11540 \end_inset
11541
11542
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Standard
11551 0.53
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Standard
11560 0.37
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Standard
11569 0.39
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 <row topspace="default">
11576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Standard
11580 \begin_inset ERT
11581 status collapsed
11582
11583 \begin_layout Standard
11584
11585
11586 \backslash
11587 cmidrule(l{10pt}){1-1}
11588 \end_layout
11589
11590 \end_inset
11591
11592 LSF-spatial resolution
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Standard
11601
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Standard
11610
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Standard
11619
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 <row>
11626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Standard
11630 in µm
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Standard
11639 129.7
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Standard
11648 52.75
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Standard
11657 50.78
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 </row>
11663 <row bottomline="true">
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Standard
11668 in % of pixel size
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Standard
11677 76.3
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Standard
11686 95.9
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Standard
11695 92.3
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 </row>
11701 </lyxtabular>
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \begin_layout Standard
11714 Spaces to table rows can be added using the 
11715 \family sans
11716 Borders
11717 \family default
11718  tab of the table dialog as described in section\InsetSpace ~
11719
11720 \begin_inset LatexCommand ref
11721 reference "sub:Row-Spacing"
11722
11723 \end_inset
11724
11725 .
11726 \end_layout
11727
11728 \begin_layout Standard
11729 In contrary to normal tables, formal tables have no vertical table lines.
11730  The horizontal table lines can be set like for normal tables but they appear
11731  with different width in the output:
11732 \newline
11733 The first and the last table line have
11734  a default width of 0.08\InsetSpace \thinspace{}
11735 em while the other lines have a default width of
11736  0.05\InsetSpace \thinspace{}
11737 em.
11738 \end_layout
11739
11740 \begin_layout Standard
11741 The default widths can be changed with the following preamble lines
11742 \end_layout
11743
11744 \begin_layout Standard
11745
11746 \series bold
11747
11748 \backslash
11749 let
11750 \backslash
11751 mytoprule
11752 \backslash
11753 toprule
11754 \newline
11755
11756 \backslash
11757 renewcommand{
11758 \backslash
11759 toprule}{
11760 \backslash
11761 mytoprule[width]}
11762 \end_layout
11763
11764 \begin_layout Standard
11765 This example is for the first line, the so called toprule.
11766  If you want to change the width for the last line, replace 
11767 \series bold
11768 toprule
11769 \series default
11770  by 
11771 \series bold
11772 bottomrule
11773 \series default
11774 .
11775  To change the width for the other lines replace 
11776 \series bold
11777 toprule
11778 \series default
11779  by 
11780 \series bold
11781 midrule
11782 \series default
11783 .
11784  You can use all units listed in appendix\InsetSpace ~
11785
11786 \begin_inset LatexCommand ref
11787 reference "cha:Units-available-in"
11788
11789 \end_inset
11790
11791  to set the width.
11792 \end_layout
11793
11794 \begin_layout Standard
11795 Lines that don't span over all table columns can be created by setting a
11796  table line for multicolumn cells.
11797  LyX will then internally use the command 
11798 \series bold
11799
11800 \backslash
11801 cmidrule
11802 \series default
11803  to create this line.
11804  Its full scheme is
11805 \end_layout
11806
11807 \begin_layout Standard
11808
11809 \series bold
11810
11811 \backslash
11812 cmidrule[width](trim){startcol-endcol}
11813 \end_layout
11814
11815 \begin_layout Standard
11816 The options of 
11817 \series bold
11818
11819 \backslash
11820 cmidrule
11821 \series default
11822  are are currently not supported by LyX so you have to use ERT to be able
11823  to use them.
11824  
11825 \series bold
11826
11827 \backslash
11828 cmidrule
11829 \series default
11830 s can manually be created by inserting the command as ERT as first cell
11831  entry of the first cell of a row.
11832  The line is then drawn in the output above the current row.
11833 \end_layout
11834
11835 \begin_layout Standard
11836 The default for the width is 0.03\InsetSpace \thinspace{}
11837 em.
11838  Startcol is the number of the column where the line starts and endcol the
11839  column number where the line ends.
11840  The endcol always needs to be specified, also when the line should span
11841  only one column.
11842  The optional parameter trim could be either 
11843 \emph on
11844 l{trimwidth}
11845 \emph default
11846 , or 
11847 \emph on
11848 r{trimwidth}
11849 \emph default
11850  where the trimwidth is also optional.
11851  Using for example the parameter 
11852 \emph on
11853 l{2pt}
11854 \emph default
11855  means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
11856 pt.
11857  If you don't specify the trimwidth the lines are trimmed by the default
11858  of 0.5\InsetSpace \thinspace{}
11859 em.
11860 \end_layout
11861
11862 \begin_layout Standard
11863 \begin_inset VSpace bigskip
11864 \end_inset
11865
11866 Table\InsetSpace ~
11867
11868 \begin_inset LatexCommand ref
11869 reference "tab:Example-booktabs-table"
11870
11871 \end_inset
11872
11873  was created using the commands
11874 \end_layout
11875
11876 \begin_layout Standard
11877
11878 \series bold
11879
11880 \backslash
11881 cmidrule(r){2-2}
11882 \backslash
11883 cmidrule(l){3-4}
11884 \end_layout
11885
11886 \begin_layout Standard
11887 at the beginning of the in the second row and
11888 \end_layout
11889
11890 \begin_layout Standard
11891
11892 \series bold
11893
11894 \backslash
11895 cmidrule(l{10pt}){1-1}
11896 \end_layout
11897
11898 \begin_layout Standard
11899 in the sixth row.
11900 \end_layout
11901
11902 \begin_layout Standard
11903
11904 \end_layout
11905
11906 \begin_layout Standard
11907 \begin_inset VSpace bigskip
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \begin_layout Standard
11914 You might want to have overlapping 
11915 \series bold
11916
11917 \backslash
11918 cmidrule
11919 \series default
11920 s like in Table\InsetSpace ~
11921
11922 \begin_inset LatexCommand ref
11923 reference "tab:Special-booktabs-table"
11924
11925 \end_inset
11926
11927 .
11928  This can be achieved with the ERT command
11929 \end_layout
11930
11931 \begin_layout Standard
11932
11933 \series bold
11934
11935 \backslash
11936 morecmidrules
11937 \end_layout
11938
11939 \begin_layout Standard
11940 The command that was used for the second row of Table\InsetSpace ~
11941
11942 \begin_inset LatexCommand ref
11943 reference "tab:Special-booktabs-table"
11944
11945 \end_inset
11946
11947  is
11948 \end_layout
11949
11950 \begin_layout Standard
11951
11952 \series bold
11953
11954 \backslash
11955 cmidrule(r){2-2}
11956 \backslash
11957 cmidrule(l){3-4}
11958 \backslash
11959 morecmidrules
11960 \backslash
11961 cmidrule{2-4}
11962 \end_layout
11963
11964 \begin_layout Standard
11965 The command for the sixth row is
11966 \end_layout
11967
11968 \begin_layout Standard
11969
11970 \series bold
11971
11972 \backslash
11973 midrule
11974 \backslash
11975 morecmidrules
11976 \backslash
11977 cmidrule{3-4}
11978 \end_layout
11979
11980 \begin_layout Standard
11981 \begin_inset VSpace bigskip
11982 \end_inset
11983
11984
11985 \end_layout
11986
11987 \begin_layout Standard
11988 If you are anyway not satisfied with the border line spacing, you can use
11989  the following command to produce lines that span over all table columns
11990 \series bold
11991 :
11992 \end_layout
11993
11994 \begin_layout Standard
11995
11996 \series bold
11997
11998 \backslash
11999 specialrule{width}{space above}{space below}
12000 \end_layout
12001
12002 \begin_layout Standard
12003 For more informations about these specialties, we refer to the manual of
12004  the LaTeX-package 
12005 \series bold
12006 booktabs
12007 \series default
12008  
12009 \begin_inset LatexCommand cite
12010 key "booktabs"
12011
12012 \end_inset
12013
12014 .
12015 \begin_inset LatexCommand index
12016 name "LaTeX-packages ! booktabs"
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Standard
12024 \begin_inset Float table
12025 placement h
12026 wide false
12027 sideways false
12028 status open
12029
12030 \begin_layout Standard
12031 \begin_inset Caption
12032
12033 \begin_layout Standard
12034 \begin_inset LatexCommand label
12035 name "tab:Special-booktabs-table"
12036
12037 \end_inset
12038
12039 Special booktabs-table
12040 \end_layout
12041
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \begin_layout Standard
12048 \align center
12049 \begin_inset Tabular
12050 <lyxtabular version="3" rows="8" columns="4">
12051 <features booktabs="true">
12052 <column alignment="center" valignment="top" width="0">
12053 <column alignment="center" valignment="top" width="0">
12054 <column alignment="center" valignment="top" width="0">
12055 <column alignment="center" valignment="top" width="0">
12056 <row topline="true">
12057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Standard
12061 System
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12067 \begin_inset Text
12068
12069 \begin_layout Standard
12070 Medipix\InsetSpace \thinspace{}
12071 1
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Standard
12080 Medipix\InsetSpace \thinspace{}
12081 2
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Standard
12090
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 </row>
12096 <row>
12097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Standard
12101 \begin_inset ERT
12102 status collapsed
12103
12104 \begin_layout Standard
12105
12106
12107 \backslash
12108 cmidrule(r){2-2}
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \begin_inset ERT
12115 status collapsed
12116
12117 \begin_layout Standard
12118
12119
12120 \backslash
12121 cmidrule(l){3-4}
12122 \end_layout
12123
12124 \end_inset
12125
12126
12127 \begin_inset ERT
12128 status collapsed
12129
12130 \begin_layout Standard
12131
12132
12133 \backslash
12134 morecmidrules 
12135 \end_layout
12136
12137 \end_inset
12138
12139
12140 \begin_inset ERT
12141 status collapsed
12142
12143 \begin_layout Standard
12144
12145
12146 \backslash
12147 cmidrule{2-4}
12148 \end_layout
12149
12150 \end_inset
12151
12152 Detector thickness [µm]
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Standard
12161 300
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Standard
12170 300
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Standard
12179 700
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 </row>
12185 <row topline="true">
12186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Standard
12190 Edge angle [°]
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Standard
12199 3.55
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Standard
12208 2.71
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Standard
12217 7.99
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 </row>
12223 <row topspace="default">
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Standard
12228 Spatial resolution [µm]
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Standard
12237 4.26
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Standard
12246 10.17
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Standard
12255 10.56
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row topspace="default">
12262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Standard
12266 MTF at 
12267 \begin_inset Formula $f_{\mathrm{max}}$
12268 \end_inset
12269
12270
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Standard
12279 0.53
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Standard
12288 0.37
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Standard
12297 0.39
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 </row>
12303 <row topline="true">
12304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Standard
12308 \begin_inset ERT
12309 status collapsed
12310
12311 \begin_layout Standard
12312
12313
12314 \backslash
12315 morecmidrules 
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \begin_inset ERT
12322 status collapsed
12323
12324 \begin_layout Standard
12325
12326
12327 \backslash
12328 cmidrule{3-4}
12329 \end_layout
12330
12331 \end_inset
12332
12333 LSF-spatial resolution
12334 \end_layout
12335
12336 \end_inset
12337 </cell>
12338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Standard
12342
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Standard
12351
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Standard
12360
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 </row>
12366 <row>
12367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Standard
12371 in µm
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Standard
12380 129.7
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Standard
12389 52.75
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Standard
12398 50.78
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 </row>
12404 <row bottomline="true">
12405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Standard
12409 in % of pixel size
12410 \end_layout
12411
12412 \end_inset
12413 </cell>
12414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Standard
12418 76.3
12419 \end_layout
12420
12421 \end_inset
12422 </cell>
12423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12424 \begin_inset Text
12425
12426 \begin_layout Standard
12427 95.9
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Standard
12436 92.3
12437 \end_layout
12438
12439 \end_inset
12440 </cell>
12441 </row>
12442 </lyxtabular>
12443
12444 \end_inset
12445
12446
12447 \end_layout
12448
12449 \end_inset
12450
12451
12452 \end_layout
12453
12454 \begin_layout Section
12455 Vertical Table Alignment
12456 \begin_inset LatexCommand index
12457 name "Table ! Alignment"
12458
12459 \end_inset
12460
12461
12462 \end_layout
12463
12464 \begin_layout Standard
12465 To align tables vertically in a text line the table must be inside a box.
12466  The box can then be vertically aligned as described in section\InsetSpace ~
12467
12468 \begin_inset LatexCommand ref
12469 reference "sec:Box-Dialog"
12470
12471 \end_inset
12472
12473 .
12474 \end_layout
12475
12476 \begin_layout Standard
12477 In the following example the tables are inside a minipage
12478 \begin_inset Foot
12479 status collapsed
12480
12481 \begin_layout Standard
12482 Minipages are described in section\InsetSpace ~
12483
12484 \begin_inset LatexCommand ref
12485 reference "sec:Minipages"
12486
12487 \end_inset
12488
12489 .
12490 \end_layout
12491
12492 \end_inset
12493
12494  box that has a width of 15\InsetSpace \thinspace{}
12495 col%:
12496 \end_layout
12497
12498 \begin_layout Itemize
12499 test 
12500 \begin_inset Box Frameless
12501 position "t"
12502 hor_pos "c"
12503 has_inner_box 1
12504 inner_pos "c"
12505 use_parbox 0
12506 width "15col%"
12507 special "none"
12508 height "1in"
12509 height_special "totalheight"
12510 status collapsed
12511
12512 \begin_layout Standard
12513 \begin_inset Tabular
12514 <lyxtabular version="3" rows="3" columns="3">
12515 <features>
12516 <column alignment="center" valignment="top" leftline="true" width="0">
12517 <column alignment="center" valignment="top" leftline="true" width="0">
12518 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12519 <row topline="true">
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Standard
12524 a
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Standard
12533 d
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Standard
12542 g
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 </row>
12548 <row topline="true">
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Standard
12553 b
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Standard
12562 e
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Standard
12571 h
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 </row>
12577 <row topline="true" bottomline="true">
12578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Standard
12582 c
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Standard
12591 f
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Standard
12600 i
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 </row>
12606 </lyxtabular>
12607
12608 \end_inset
12609
12610
12611 \end_layout
12612
12613 \end_inset
12614
12615  test 
12616 \begin_inset ERT
12617 status collapsed
12618
12619 \begin_layout Standard
12620
12621
12622 \backslash
12623 raisebox{0.85
12624 \backslash
12625 baselineskip}{
12626 \end_layout
12627
12628 \end_inset
12629
12630
12631 \begin_inset Box Frameless
12632 position "t"
12633 hor_pos "c"
12634 has_inner_box 1
12635 inner_pos "c"
12636 use_parbox 0
12637 width "15col%"
12638 special "none"
12639 height "1in"
12640 height_special "totalheight"
12641 status collapsed
12642
12643 \begin_layout Standard
12644 \begin_inset Tabular
12645 <lyxtabular version="3" rows="3" columns="3">
12646 <features>
12647 <column alignment="center" valignment="top" leftline="true" width="0">
12648 <column alignment="center" valignment="top" leftline="true" width="0">
12649 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12650 <row topline="true">
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Standard
12655 a
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Standard
12664 d
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Standard
12673 g
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 <row topline="true">
12680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Standard
12684 b
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Standard
12693 e
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Standard
12702 h
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 <row topline="true" bottomline="true">
12709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Standard
12713 c
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Standard
12722 f
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Standard
12731 i
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 </row>
12737 </lyxtabular>
12738
12739 \end_inset
12740
12741
12742 \end_layout
12743
12744 \end_inset
12745
12746
12747 \begin_inset ERT
12748 status collapsed
12749
12750 \begin_layout Standard
12751
12752 }
12753 \end_layout
12754
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \begin_layout Itemize
12761 test 
12762 \begin_inset Box Frameless
12763 position "c"
12764 hor_pos "c"
12765 has_inner_box 1
12766 inner_pos "c"
12767 use_parbox 0
12768 width "15col%"
12769 special "none"
12770 height "1in"
12771 height_special "totalheight"
12772 status collapsed
12773
12774 \begin_layout Standard
12775 \begin_inset Tabular
12776 <lyxtabular version="3" rows="3" columns="3">
12777 <features>
12778 <column alignment="center" valignment="top" leftline="true" width="0">
12779 <column alignment="center" valignment="top" leftline="true" width="0">
12780 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12781 <row topline="true">
12782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Standard
12786 a
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Standard
12795 d
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Standard
12804 g
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 </row>
12810 <row topline="true">
12811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Standard
12815 b
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Standard
12824 e
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Standard
12833 h
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 </row>
12839 <row topline="true" bottomline="true">
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Standard
12844 c
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Standard
12853 f
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Standard
12862 i
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 </lyxtabular>
12869
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Itemize
12881 test 
12882 \begin_inset Box Frameless
12883 position "b"
12884 hor_pos "c"
12885 has_inner_box 1
12886 inner_pos "c"
12887 use_parbox 0
12888 width "15col%"
12889 special "none"
12890 height "1in"
12891 height_special "totalheight"
12892 status collapsed
12893
12894 \begin_layout Standard
12895 \begin_inset Tabular
12896 <lyxtabular version="3" rows="3" columns="3">
12897 <features>
12898 <column alignment="center" valignment="top" leftline="true" width="0">
12899 <column alignment="center" valignment="top" leftline="true" width="0">
12900 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12901 <row topline="true">
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Standard
12906 a
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Standard
12915 d
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Standard
12924 g
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 </row>
12930 <row topline="true">
12931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Standard
12935 b
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Standard
12944 e
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Standard
12953 h
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 </row>
12959 <row topline="true" bottomline="true">
12960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Standard
12964 c
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Standard
12973 f
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Standard
12982 i
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 </row>
12988 </lyxtabular>
12989
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \end_inset
12996
12997  test 
12998 \begin_inset ERT
12999 status collapsed
13000
13001 \begin_layout Standard
13002
13003
13004 \backslash
13005 raisebox{-0.32
13006 \backslash
13007 baselineskip}{
13008 \end_layout
13009
13010 \end_inset
13011
13012
13013 \begin_inset Box Frameless
13014 position "b"
13015 hor_pos "c"
13016 has_inner_box 1
13017 inner_pos "c"
13018 use_parbox 0
13019 width "15col%"
13020 special "none"
13021 height "1in"
13022 height_special "totalheight"
13023 status collapsed
13024
13025 \begin_layout Standard
13026 \begin_inset Tabular
13027 <lyxtabular version="3" rows="3" columns="3">
13028 <features>
13029 <column alignment="center" valignment="top" leftline="true" width="0">
13030 <column alignment="center" valignment="top" leftline="true" width="0">
13031 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13032 <row topline="true">
13033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Standard
13037 a
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Standard
13046 d
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Standard
13055 g
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 </row>
13061 <row topline="true">
13062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Standard
13066 b
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Standard
13075 e
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Standard
13084 h
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 </row>
13090 <row topline="true" bottomline="true">
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Standard
13095 c
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Standard
13104 f
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Standard
13113 i
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 </row>
13119 </lyxtabular>
13120
13121 \end_inset
13122
13123
13124 \end_layout
13125
13126 \end_inset
13127
13128
13129 \begin_inset ERT
13130 status collapsed
13131
13132 \begin_layout Standard
13133
13134 }
13135 \end_layout
13136
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \begin_layout Standard
13143 As you can see, the content of the first and last table row is not correctly
13144  aligned with the text line where the table is in.
13145  To get this alignment, the minipage box must be set into a raisebox
13146 \begin_inset Foot
13147 status collapsed
13148
13149 \begin_layout Standard
13150 Raiseboxes are described in section\InsetSpace ~
13151
13152 \begin_inset LatexCommand ref
13153 reference "sub:Vertical-Alignment"
13154
13155 \end_inset
13156
13157 .
13158 \end_layout
13159
13160 \end_inset
13161
13162 .
13163  In the example above the second table in the first item is aligned using
13164  the ERT-command
13165 \end_layout
13166
13167 \begin_layout Standard
13168
13169 \series bold
13170
13171 \backslash
13172 raisebox{0.85
13173 \backslash
13174 baselineskip}{
13175 \end_layout
13176
13177 \begin_layout Standard
13178 before the box.
13179  Behind the box the closing brace 
13180 \series bold
13181 }
13182 \series default
13183  is inserted as ERT.
13184  For the second table in the last item the command
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190
13191 \backslash
13192 raisebox{-0.32
13193 \backslash
13194 baselineskip}{
13195 \end_layout
13196
13197 \begin_layout Standard
13198 is used.
13199 \end_layout
13200
13201 \begin_layout Standard
13202 \begin_inset Note Greyedout
13203 status open
13204
13205 \begin_layout Standard
13206
13207 \series bold
13208 Note:
13209 \series default
13210  The alignment of the table row content to the surrounding text line is
13211  not exact.
13212  The needed factor of the 
13213 \series bold
13214
13215 \backslash
13216 raisebox
13217 \series default
13218  command for this alignment depends on the document font, the font size,
13219  and the table line thickness.
13220 \end_layout
13221
13222 \end_inset
13223
13224
13225 \end_layout
13226
13227 \begin_layout Section
13228 Colored Tables
13229 \begin_inset LatexCommand label
13230 name "sec:Colored-Tables"
13231
13232 \end_inset
13233
13234
13235 \begin_inset LatexCommand index
13236 name "Table ! Color"
13237
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \begin_layout Subsection
13244 Colored Cells
13245 \begin_inset LatexCommand index
13246 name "Table Color ! for Cells"
13247
13248 \end_inset
13249
13250
13251 \begin_inset LatexCommand index
13252 name "Color ! for Table Cells"
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \begin_layout Standard
13260 \begin_inset Float table
13261 placement h
13262 wide false
13263 sideways false
13264 status open
13265
13266 \begin_layout Standard
13267 \begin_inset Caption
13268
13269 \begin_layout Standard
13270 \begin_inset LatexCommand label
13271 name "tab:Table-colored-without"
13272
13273 \end_inset
13274
13275 Table colored without using the package 
13276 \series bold
13277 colortbl
13278 \series default
13279
13280 \begin_inset OptArg
13281 status collapsed
13282
13283 \begin_layout Standard
13284 Table without colortbl
13285 \end_layout
13286
13287 \end_inset
13288
13289
13290 \end_layout
13291
13292 \end_inset
13293
13294
13295 \end_layout
13296
13297 \begin_layout Standard
13298 \align center
13299 \begin_inset Tabular
13300 <lyxtabular version="3" rows="3" columns="3">
13301 <features>
13302 <column alignment="center" valignment="top" leftline="true" width="0">
13303 <column alignment="center" valignment="top" leftline="true" width="0">
13304 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13305 <row topline="true">
13306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Standard
13310
13311 \color green
13312 a
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Standard
13321
13322 \color red
13323 b
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Standard
13332
13333 \color red
13334 c
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 </row>
13340 <row topline="true">
13341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Standard
13345
13346 \color green
13347 d
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Standard
13356
13357 \color blue
13358 e
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Standard
13367
13368 \color blue
13369 f
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 </row>
13375 <row topline="true" bottomline="true">
13376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Standard
13380
13381 \color green
13382 g
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Standard
13391
13392 \color blue
13393 h
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Standard
13402
13403 \color blue
13404 i
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 </lyxtabular>
13411
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 If you only need colored text, mark the cells and choose a color in the
13424  menu 
13425 \family sans
13426 Edit\SpecialChar \menuseparator
13427 Text\InsetSpace ~
13428 Style
13429 \family default
13430 .
13431  This was used to create Table\InsetSpace ~
13432
13433 \begin_inset LatexCommand ref
13434 reference "tab:Table-colored-without"
13435
13436 \end_inset
13437
13438 .
13439  In any other case you have to use the LaTeX-package 
13440 \series bold
13441 colortbl
13442 \series default
13443 .
13444 \begin_inset LatexCommand index
13445 name "LaTeX-packages ! colortbl"
13446
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \begin_layout Standard
13453 To create colored tables, 
13454 \series bold
13455 colortbl
13456 \series default
13457  must be loaded in the preamble with the line
13458 \end_layout
13459
13460 \begin_layout Standard
13461
13462 \series bold
13463
13464 \backslash
13465 usepackage{colortbl}
13466 \end_layout
13467
13468 \begin_layout Standard
13469 The color of a column is adjusted with the command
13470 \end_layout
13471
13472 \begin_layout Standard
13473
13474 \series bold
13475
13476 \backslash
13477 columncolor{name of color}
13478 \end_layout
13479
13480 \begin_layout Standard
13481 inside the command 
13482 \series bold
13483 >{ }
13484 \series default
13485 .
13486  More about the command 
13487 \series bold
13488 >{}
13489 \series default
13490  is described in section\InsetSpace ~
13491
13492 \begin_inset LatexCommand ref
13493 reference "sub:Multicolumn-Calculations"
13494
13495 \end_inset
13496
13497 .
13498 \end_layout
13499
13500 \begin_layout Standard
13501 The following color names are predefined:
13502 \end_layout
13503
13504 \begin_layout Standard
13505
13506 \family sans
13507 red
13508 \family default
13509
13510 \family sans
13511 green
13512 \family default
13513
13514 \family sans
13515 yellow
13516 \family default
13517
13518 \family sans
13519 blue
13520 \family default
13521
13522 \family sans
13523 cyan
13524 \family default
13525
13526 \family sans
13527 magenta
13528 \family default
13529
13530 \family sans
13531 black
13532 \family default
13533  and 
13534 \family sans
13535 white
13536 \end_layout
13537
13538 \begin_layout Standard
13539 \begin_inset VSpace medskip
13540 \end_inset
13541
13542
13543 \end_layout
13544
13545 \begin_layout Standard
13546 You can also define your own color with the command
13547 \end_layout
13548
13549 \begin_layout Standard
13550
13551 \series bold
13552
13553 \backslash
13554 def\SpecialChar \textcompwordmark{}
13555 inecolor{color name}{color model}{color values}
13556 \end_layout
13557
13558 \begin_layout Standard
13559 The color model can be
13560 \end_layout
13561
13562 \begin_layout Labeling
13563 \labelwidthstring 00.00.0000
13564 cmyk: cyan, magenta, yellow, black
13565 \end_layout
13566
13567 \begin_layout Labeling
13568 \labelwidthstring 00.00.0000
13569 rgb: red, green blue
13570 \end_layout
13571
13572 \begin_layout Labeling
13573 \labelwidthstring 00.00.0000
13574 gray gray
13575 \end_layout
13576
13577 \begin_layout Standard
13578 and the color values are comma separated numbers between 0 and 1 describing
13579  the factor for the corresponding color of the color model.
13580 \end_layout
13581
13582 \begin_layout Standard
13583 You can e.\InsetSpace \thinspace{}
13584 g.\InsetSpace ~
13585 define the color "
13586 \emph on
13587 darkgreen
13588 \emph default
13589 " in the preamble with
13590 \end_layout
13591
13592 \begin_layout Standard
13593
13594 \series bold
13595
13596 \backslash
13597 def\SpecialChar \textcompwordmark{}
13598 inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
13599 \end_layout
13600
13601 \begin_layout Standard
13602 and the color "
13603 \emph on
13604 lightgray
13605 \emph default
13606 " with
13607 \end_layout
13608
13609 \begin_layout Standard
13610
13611 \series bold
13612
13613 \backslash
13614 def\SpecialChar \textcompwordmark{}
13615 inecolor{lightgray}{gray}{0.8}
13616 \end_layout
13617
13618 \begin_layout Standard
13619 \begin_inset VSpace medskip
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \begin_layout Standard
13626 Lines are colored with the command
13627 \end_layout
13628
13629 \begin_layout Standard
13630
13631 \series bold
13632
13633 \backslash
13634 rowcolor{name of color}
13635 \end_layout
13636
13637 \begin_layout Standard
13638 and cells are colored with the command
13639 \end_layout
13640
13641 \begin_layout Standard
13642
13643 \series bold
13644
13645 \backslash
13646 cellcolor{name of color}
13647 \end_layout
13648
13649 \begin_layout Standard
13650 Both commands are inserted at the beginning of a cell as ERT.
13651 \end_layout
13652
13653 \begin_layout Standard
13654 To color characters in the table, mark the cells and use the LyX menu 
13655 \family sans
13656 Edit\SpecialChar \menuseparator
13657 Text\InsetSpace ~
13658 Style
13659 \family default
13660 .
13661  If a cell contains ERT mark only the characters, otherwise the colored
13662  ERT will cause LaTeX-errors.
13663 \end_layout
13664
13665 \begin_layout Standard
13666 \begin_inset VSpace bigskip
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \begin_layout Standard
13673 To create Table\InsetSpace ~
13674
13675 \begin_inset LatexCommand ref
13676 reference "tab:Table-colored-using"
13677
13678 \end_inset
13679
13680  do the following: The color of the first column should be 
13681 \emph on
13682 darkgreen
13683 \emph default
13684 .
13685  So insert
13686 \end_layout
13687
13688 \begin_layout Standard
13689
13690 \series bold
13691 >{
13692 \backslash
13693 columncolor{darkgreen}
13694 \backslash
13695 centering}c
13696 \end_layout
13697
13698 \begin_layout Standard
13699 as LaTeX-argument for this column.
13700  The first row should be blue, therefore the ERT command
13701 \end_layout
13702
13703 \begin_layout Standard
13704
13705 \series bold
13706
13707 \backslash
13708 rowcolow{cyan}
13709 \end_layout
13710
13711 \begin_layout Standard
13712 is inserted to the first cell of this row.
13713  Note that this overwrites the column color for the first cell.
13714  The last cell of the last row is colored magenta by inserting the ERT command
13715 \end_layout
13716
13717 \begin_layout Standard
13718
13719 \series bold
13720
13721 \backslash
13722 cellcolor{magenta}
13723 \end_layout
13724
13725 \begin_layout Standard
13726 The characters could now be colored using the menu 
13727 \family sans
13728 Edit\SpecialChar \menuseparator
13729 Text\InsetSpace ~
13730 Style
13731 \family default
13732 .
13733 \end_layout
13734
13735 \begin_layout Standard
13736 \begin_inset Float table
13737 placement h
13738 wide false
13739 sideways false
13740 status open
13741
13742 \begin_layout Standard
13743 \begin_inset Caption
13744
13745 \begin_layout Standard
13746 \begin_inset LatexCommand label
13747 name "tab:Table-colored-using"
13748
13749 \end_inset
13750
13751 Table colored using the package 
13752 \series bold
13753 colortbl
13754 \series default
13755
13756 \begin_inset OptArg
13757 status collapsed
13758
13759 \begin_layout Standard
13760 Table with colortbl
13761 \end_layout
13762
13763 \end_inset
13764
13765
13766 \end_layout
13767
13768 \end_inset
13769
13770
13771 \end_layout
13772
13773 \begin_layout Standard
13774 \align center
13775 \begin_inset Tabular
13776 <lyxtabular version="3" rows="3" columns="3">
13777 <features>
13778 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{darkgreen}\centering}c">
13779 <column alignment="center" valignment="top" width="0">
13780 <column alignment="center" valignment="top" width="0">
13781 <row>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Standard
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Standard
13790
13791
13792 \backslash
13793 rowcolor{cyan}
13794 \end_layout
13795
13796 \end_inset
13797
13798
13799 \color magenta
13800 a
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Standard
13809
13810 \color red
13811 b
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Standard
13820
13821 \color red
13822 c
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 </row>
13828 <row>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Standard
13833
13834 \color yellow
13835 d
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Standard
13844
13845 \color blue
13846 e
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Standard
13855
13856 \color blue
13857 f
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 <row>
13864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Standard
13868
13869 \color yellow
13870 g
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Standard
13879
13880 \color blue
13881 h
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Standard
13890 \begin_inset ERT
13891 status collapsed
13892
13893 \begin_layout Standard
13894
13895
13896 \backslash
13897 cellcolor{magenta}
13898 \end_layout
13899
13900 \end_inset
13901
13902
13903 \color green
13904 i
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 </row>
13910 </lyxtabular>
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \end_inset
13918
13919
13920 \end_layout
13921
13922 \begin_layout Subsection
13923 Colored Lines
13924 \begin_inset LatexCommand index
13925 name "Table Color ! for Lines"
13926
13927 \end_inset
13928
13929
13930 \begin_inset LatexCommand index
13931 name "Color ! for Table Lines"
13932
13933 \end_inset
13934
13935
13936 \end_layout
13937
13938 \begin_layout Standard
13939 As described in section\InsetSpace ~
13940
13941 \begin_inset LatexCommand ref
13942 reference "sub:Line-Thickness"
13943
13944 \end_inset
13945
13946 , the line thickness for all lines in a table can be adjusted with the length
13947  
13948 \series bold
13949
13950 \backslash
13951 arrayrulewidth
13952 \series default
13953 .
13954  It is set to 1.5\InsetSpace \thinspace{}
13955 pt for all tables of this section.
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Standard
13960
13961
13962 \backslash
13963 setlength{
13964 \backslash
13965 arrayrulewidth}{1.5pt}
13966 \end_layout
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \begin_layout Standard
13974 To color vertical lines for example with green, create the following column
13975  format in the document preamble, according to the description in section\InsetSpace ~
13976
13977 \begin_inset LatexCommand ref
13978 reference "sub:Customized-Format"
13979
13980 \end_inset
13981
13982 :
13983 \end_layout
13984
13985 \begin_layout Standard
13986
13987 \series bold
13988
13989 \backslash
13990 newcolumntype{W}{!{
13991 \backslash
13992 color{green}
13993 \backslash
13994 vline}}
13995 \end_layout
13996
13997 \begin_layout Standard
13998 For Table\InsetSpace ~
13999
14000 \begin_inset LatexCommand ref
14001 reference "tab:Table-with-vertical-colored"
14002
14003 \end_inset
14004
14005  the LaTeX-argument
14006 \end_layout
14007
14008 \begin_layout Standard
14009
14010 \series bold
14011 WcW
14012 \end_layout
14013
14014 \begin_layout Standard
14015 was used for the last column and
14016 \end_layout
14017
14018 \begin_layout Standard
14019
14020 \series bold
14021 Wc
14022 \end_layout
14023
14024 \begin_layout Standard
14025 for the other columns.
14026 \end_layout
14027
14028 \begin_layout Standard
14029 If you want to have several colors, define more column formats.
14030 \end_layout
14031
14032 \begin_layout Standard
14033 \begin_inset Float table
14034 wide false
14035 sideways false
14036 status open
14037
14038 \begin_layout Standard
14039 \begin_inset Caption
14040
14041 \begin_layout Standard
14042 \begin_inset LatexCommand label
14043 name "tab:Table-with-vertical-colored"
14044
14045 \end_inset
14046
14047 Table with colored vertical lines
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 \align center
14057 \begin_inset Tabular
14058 <lyxtabular version="3" rows="3" columns="3">
14059 <features>
14060 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14061 <column alignment="center" valignment="top" width="0" special="Wc">
14062 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14063 <row topline="true">
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Standard
14068 sd
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Standard
14077
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Standard
14086
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 </row>
14092 <row topline="true">
14093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Standard
14097
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Standard
14106 sd
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Standard
14115
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 </row>
14121 <row topline="true" bottomline="true">
14122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Standard
14126
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Standard
14135
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Standard
14144 sd
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 </row>
14150 </lyxtabular>
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \end_inset
14158
14159
14160 \end_layout
14161
14162 \begin_layout Standard
14163 \begin_inset VSpace bigskip
14164 \end_inset
14165
14166 To color horizontal lines for example with red, like in Table\InsetSpace ~
14167
14168 \begin_inset LatexCommand ref
14169 reference "tab:Table-with-horizontal-colored"
14170
14171 \end_inset
14172
14173 , insert these commands in ERT before the table or table float:
14174 \end_layout
14175
14176 \begin_layout Standard
14177
14178 \series bold
14179
14180 \backslash
14181 let
14182 \backslash
14183 myHlineC
14184 \backslash
14185 hline
14186 \newline
14187
14188 \backslash
14189 renewcommand{
14190 \backslash
14191 hline}{
14192 \backslash
14193 arrayrulecolor{red}
14194 \backslash
14195 myHlineC
14196 \backslash
14197 arrayrulecolor{black}}
14198 \end_layout
14199
14200 \begin_layout Standard
14201 \begin_inset ERT
14202 status collapsed
14203
14204 \begin_layout Standard
14205
14206
14207 \backslash
14208 let
14209 \backslash
14210 myHlineC
14211 \backslash
14212 hline
14213 \end_layout
14214
14215 \begin_layout Standard
14216
14217
14218 \backslash
14219 renewcommand{
14220 \backslash
14221 hline}{
14222 \backslash
14223 arrayrulecolor{red}
14224 \backslash
14225 myHlineC
14226 \backslash
14227 arrayrulecolor{black}}
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \begin_inset Float table
14234 wide false
14235 sideways false
14236 status open
14237
14238 \begin_layout Standard
14239 \begin_inset Caption
14240
14241 \begin_layout Standard
14242 \begin_inset LatexCommand label
14243 name "tab:Table-with-horizontal-colored"
14244
14245 \end_inset
14246
14247 Table with colored horizontal lines
14248 \end_layout
14249
14250 \end_inset
14251
14252
14253 \end_layout
14254
14255 \begin_layout Standard
14256 \align center
14257 \begin_inset Tabular
14258 <lyxtabular version="3" rows="3" columns="3">
14259 <features>
14260 <column alignment="center" valignment="top" leftline="true" width="0">
14261 <column alignment="center" valignment="top" leftline="true" width="0">
14262 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14263 <row topline="true">
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Standard
14268 sd
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Standard
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Standard
14286
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 </row>
14292 <row topline="true">
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Standard
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Standard
14306 sd
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Standard
14315
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 </row>
14321 <row topline="true" bottomline="true">
14322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Standard
14326
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Standard
14335
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Standard
14344 sd
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 </row>
14350 </lyxtabular>
14351
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \begin_layout Standard
14363 \begin_inset ERT
14364 status collapsed
14365
14366 \begin_layout Standard
14367
14368
14369 \backslash
14370 pagebreak 
14371 \end_layout
14372
14373 \end_inset
14374
14375
14376 \end_layout
14377
14378 \begin_layout Standard
14379 To return to the default line color black, insert this command in ERT behind
14380  the table or table float:
14381 \end_layout
14382
14383 \begin_layout Standard
14384
14385 \series bold
14386
14387 \backslash
14388 renewcommand{
14389 \backslash
14390 hline}{
14391 \backslash
14392 myHlineC}
14393 \end_layout
14394
14395 \begin_layout Standard
14396 Table\InsetSpace ~
14397
14398 \begin_inset LatexCommand ref
14399 reference "tab:Table-with-colored"
14400
14401 \end_inset
14402
14403  is an example with colored vertical and horizontal lines.
14404 \end_layout
14405
14406 \begin_layout Standard
14407 \begin_inset Float table
14408 wide false
14409 sideways false
14410 status open
14411
14412 \begin_layout Standard
14413 \begin_inset Caption
14414
14415 \begin_layout Standard
14416 \begin_inset LatexCommand label
14417 name "tab:Table-with-colored"
14418
14419 \end_inset
14420
14421 Table with colored lines
14422 \end_layout
14423
14424 \end_inset
14425
14426
14427 \end_layout
14428
14429 \begin_layout Standard
14430 \align center
14431 \begin_inset Tabular
14432 <lyxtabular version="3" rows="3" columns="3">
14433 <features>
14434 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14435 <column alignment="center" valignment="top" width="0" special="Wc">
14436 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14437 <row topline="true">
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Standard
14442 sd
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Standard
14451
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Standard
14460
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 <row topline="true">
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Standard
14471
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Standard
14480 sd
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Standard
14489
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 </row>
14495 <row topline="true" bottomline="true" topspace="default">
14496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Standard
14500
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Standard
14509
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Standard
14518 sd
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 </row>
14524 </lyxtabular>
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532
14533
14534 \end_layout
14535
14536 \begin_layout Standard
14537 \begin_inset ERT
14538 status collapsed
14539
14540 \begin_layout Standard
14541
14542
14543 \backslash
14544 renewcommand{
14545 \backslash
14546 hline}{
14547 \backslash
14548 myHlineC}
14549 \end_layout
14550
14551 \end_inset
14552
14553
14554 \end_layout
14555
14556 \begin_layout Standard
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Standard
14561
14562
14563 \backslash
14564 setlength{
14565 \backslash
14566 arrayrulewidth}{0.4pt}
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \begin_layout Section
14575 Table Customization
14576 \begin_inset LatexCommand index
14577 name "Table Customization"
14578
14579 \end_inset
14580
14581
14582 \begin_inset LatexCommand index
14583 name "Table ! Customization"
14584
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \begin_layout Subsection
14591 Row Spacing
14592 \begin_inset LatexCommand label
14593 name "sub:Row-Spacing"
14594
14595 \end_inset
14596
14597
14598 \begin_inset LatexCommand index
14599 name "Table Customization ! Row Spacing"
14600
14601 \end_inset
14602
14603
14604 \end_layout
14605
14606 \begin_layout Standard
14607 You can add vertical space to table rows in the 
14608 \family sans
14609 Borders
14610 \family default
14611  tab of the table dialog.
14612  You find there three possibilities:
14613 \end_layout
14614
14615 \begin_layout Description
14616 Top\InsetSpace ~
14617 of\InsetSpace ~
14618 row will add space above the characters of the table row.
14619  If the table is a formal table
14620 \begin_inset Foot
14621 status collapsed
14622
14623 \begin_layout Standard
14624 Formal tables are explained in section\InsetSpace ~
14625
14626 \begin_inset LatexCommand ref
14627 reference "sec:Formal-Tables"
14628
14629 \end_inset
14630
14631 .
14632 \end_layout
14633
14634 \end_inset
14635
14636  LyX will insert as default 0.5\InsetSpace \thinspace{}
14637 em space.
14638  For normal tables the inserted space will unfortunately destroy the vertical
14639  table lines as in the following table: 
14640 \begin_inset Tabular
14641 <lyxtabular version="3" rows="3" columns="1">
14642 <features>
14643 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14644 <row topline="true">
14645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Standard
14649 A
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row topline="true" topspace="3mm">
14656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Standard
14660 3\InsetSpace \thinspace{}
14661 mm space top of row
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 </row>
14667 <row topline="true" bottomline="true">
14668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Standard
14672 C
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 </row>
14678 </lyxtabular>
14679
14680 \end_inset
14681
14682
14683 \newline
14684 So inserting space to the top of row for normal tables is only useful when
14685  you don't have vertical lines.
14686 \end_layout
14687
14688 \begin_layout Description
14689 Bottom\InsetSpace ~
14690 of\InsetSpace ~
14691 row will add space below the characters of the table row.
14692  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14693 em space, for
14694  normal tables the default size is 2\InsetSpace \thinspace{}
14695 pt.
14696 \end_layout
14697
14698 \begin_layout Description
14699 Between\InsetSpace ~
14700 rows only has an effect when you have selected the whole table row
14701  before.
14702  The space is added between the current and the following row.
14703  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14704 em space.
14705  For normal tables the inserted space will unfortunately destroy the vertical
14706  table lines as in the following table: 
14707 \begin_inset Tabular
14708 <lyxtabular version="3" rows="3" columns="1">
14709 <features>
14710 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14711 <row topline="true">
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Standard
14716 A
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 </row>
14722 <row topline="true" interlinespace="3mm">
14723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14724 \begin_inset Text
14725
14726 \begin_layout Standard
14727 \begin_inset Formula $\downarrow$
14728 \end_inset
14729
14730  3\InsetSpace \thinspace{}
14731 mm space between row 
14732 \begin_inset Formula $\downarrow$
14733 \end_inset
14734
14735
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 </row>
14741 <row topline="true" bottomline="true">
14742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Standard
14746 \begin_inset Formula $\uparrow$
14747 \end_inset
14748
14749  3\InsetSpace \thinspace{}
14750 mm space between row 
14751 \begin_inset Formula $\uparrow$
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 </row>
14760 </lyxtabular>
14761
14762 \end_inset
14763
14764
14765 \newline
14766 So inserting space between rows for normal tables is only useful when you
14767  don't have vertical lines.
14768 \end_layout
14769
14770 \begin_layout Standard
14771 When you want to add extra height to all cells of all tables, you can do
14772  this with the following preamble line:
14773 \end_layout
14774
14775 \begin_layout Standard
14776
14777 \series bold
14778
14779 \backslash
14780 setlength{
14781 \backslash
14782 extrarowheight}{height}
14783 \end_layout
14784
14785 \begin_layout Standard
14786 But this has the disadvantage that the cell texts are no longer exactly
14787  vertically centered.
14788 \end_layout
14789
14790 \begin_layout Subsection
14791 Special Cell Alignment
14792 \begin_inset LatexCommand index
14793 name "Table Customization ! Special Cell Alignment"
14794
14795 \end_inset
14796
14797
14798 \end_layout
14799
14800 \begin_layout Standard
14801 Sometimes it looks better when the cell entries of a column are aligned
14802  with a special character, e.\InsetSpace \thinspace{}
14803 g.\InsetSpace ~
14804 with the decimal separator as in Table\InsetSpace ~
14805
14806 \begin_inset LatexCommand ref
14807 reference "tab:Table-cells-of"
14808
14809 \end_inset
14810
14811 .
14812 \end_layout
14813
14814 \begin_layout Standard
14815 \begin_inset Float table
14816 placement h
14817 wide false
14818 sideways false
14819 status open
14820
14821 \begin_layout Standard
14822 \begin_inset Caption
14823
14824 \begin_layout Standard
14825 \begin_inset LatexCommand label
14826 name "tab:Table-cells-of"
14827
14828 \end_inset
14829
14830 Table cells of a column aligned with the decimal separator.
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \begin_layout Standard
14839 \align center
14840 \begin_inset Tabular
14841 <lyxtabular version="3" rows="4" columns="2">
14842 <features>
14843 <column alignment="right" valignment="top" width="0">
14844 <column alignment="left" valignment="top" width="0" special="@{}l">
14845 <row bottomline="true">
14846 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Standard
14850 heading
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Standard
14859
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 </row>
14865 <row>
14866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Standard
14870 12.
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Standard
14879 6
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 </row>
14885 <row>
14886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Standard
14890 0.
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Standard
14899 68
14900 \end_layout
14901
14902 \end_inset
14903 </cell>
14904 </row>
14905 <row>
14906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Standard
14910 -123.
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Standard
14919 0
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 </lyxtabular>
14926
14927 \end_inset
14928
14929
14930 \end_layout
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \begin_layout Standard
14938 This table was created with a 4×2 table.
14939  The heading is a centered multicolumn.
14940  The first column is right-aligned and contains the digits before the decimal
14941  point and the decimal point.
14942  The second column is left aligned and contains the digits after the decimal
14943  point.
14944  To omit the space that is normally between two table columns, use the following
14945  LaTeX-argument for the second column:
14946 \end_layout
14947
14948 \begin_layout Standard
14949
14950 \series bold
14951 @{}l
14952 \end_layout
14953
14954 \begin_layout Standard
14955 If you need a vertical line right beside the second column, use this LaTeX-argum
14956 ent instead: 
14957 \series bold
14958 @{}l|
14959 \end_layout
14960
14961 \begin_layout Standard
14962 Table\InsetSpace ~
14963
14964 \begin_inset LatexCommand ref
14965 reference "tab:Several-table-cell"
14966
14967 \end_inset
14968
14969  shows some example alignments.
14970  For the alignment with the relation sign, you must add the second smallest
14971  math-space at the beginning of the last column to get the correct space
14972  surrounding the relation sign.
14973 \end_layout
14974
14975 \begin_layout Standard
14976 \begin_inset Float table
14977 wide false
14978 sideways false
14979 status open
14980
14981 \begin_layout Standard
14982 \begin_inset Caption
14983
14984 \begin_layout Standard
14985 \begin_inset LatexCommand label
14986 name "tab:Several-table-cell"
14987
14988 \end_inset
14989
14990 Several table cell alignments.
14991 \end_layout
14992
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \begin_layout Standard
14999 \align center
15000 \begin_inset Tabular
15001 <lyxtabular version="3" rows="4" columns="6">
15002 <features>
15003 <column alignment="right" valignment="top" width="0">
15004 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15005 <column alignment="right" valignment="top" width="0">
15006 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15007 <column alignment="right" valignment="top" width="0">
15008 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15009 <row bottomline="true">
15010 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Standard
15014 units
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Standard
15023
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Standard
15032 exponents
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Standard
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Standard
15050 relations
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Standard
15059
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 </row>
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Standard
15070 12×
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Standard
15079 24\InsetSpace \thinspace{}
15080 bottles
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Standard
15089 \begin_inset Formula $10\cdot$
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Standard
15101 \begin_inset Formula $10^{\mbox{-}17}$
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Standard
15113 \begin_inset Formula $\Gamma(t)\propto$
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Standard
15125 \begin_inset Formula $\:\Upsilon(t)$
15126 \end_inset
15127
15128
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row>
15135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Standard
15139 1024×
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Standard
15148 768\InsetSpace \thinspace{}
15149 Pixels
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Standard
15158 \begin_inset Formula $5.78\cdot$
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Standard
15170 \begin_inset Formula $10^{7}$
15171 \end_inset
15172
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Standard
15182 \begin_inset Formula $A\ne$
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Standard
15194 \begin_inset Formula $\: B_{\mathrm{red}}$
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Standard
15208 32×
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Standard
15217 6\InsetSpace \thinspace{}
15218 cm
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Standard
15227 -
15228 \begin_inset Formula $33.5\cdot$
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Standard
15240 \begin_inset Formula $10^{4}$
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Standard
15252 \begin_inset Formula $\sin(\alpha)\ge$
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Standard
15264 \begin_inset Formula $\:\sin(\beta)$
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 </lyxtabular>
15274
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \end_inset
15281
15282
15283 \end_layout
15284
15285 \begin_layout Standard
15286 \begin_inset VSpace bigskip
15287 \end_inset
15288
15289 There is also the LaTeX-package 
15290 \series bold
15291 dcolumn
15292 \series default
15293
15294 \begin_inset LatexCommand index
15295 name "LaTeX-packages ! dcolumn"
15296
15297 \end_inset
15298
15299  that provides table cell alignments.
15300  But this unfortunately treats the cell entries as math and doesn't allow
15301  formulas in table cells: The first column of Table\InsetSpace ~
15302
15303 \begin_inset LatexCommand ref
15304 reference "tab:Several-table-cell"
15305
15306 \end_inset
15307
15308  will look with 
15309 \series bold
15310 dcolumn
15311 \series default
15312  like the first column in Table\InsetSpace ~
15313
15314 \begin_inset LatexCommand ref
15315 reference "tab:Alignments-when"
15316
15317 \end_inset
15318
15319  and only with some tricks like the expected.
15320  The alignment of the second and third column of Table\InsetSpace ~
15321
15322 \begin_inset LatexCommand ref
15323 reference "tab:Several-table-cell"
15324
15325 \end_inset
15326
15327  is not possible with 
15328 \series bold
15329 dcolumn
15330 \series default
15331 .
15332 \end_layout
15333
15334 \begin_layout Standard
15335 \begin_inset Float table
15336 placement h
15337 wide false
15338 sideways false
15339 status open
15340
15341 \begin_layout Standard
15342 \begin_inset Caption
15343
15344 \begin_layout Standard
15345 \begin_inset LatexCommand label
15346 name "tab:Alignments-when"
15347
15348 \end_inset
15349
15350 Alignments when LaTeX-package dcolumn is used.
15351  For the second and third alignment some tricks were used.
15352 \end_layout
15353
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \begin_layout Standard
15360 \align center
15361 \begin_inset Tabular
15362 <lyxtabular version="3" rows="4" columns="3">
15363 <features>
15364 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15365 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15366 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15367 <row bottomline="true">
15368 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Standard
15372 units
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Standard
15381 units
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Standard
15390 units
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 </row>
15396 <row>
15397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Standard
15401 12×24\InsetSpace \thinspace{}
15402 bottles
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Standard
15411 12×24\InsetSpace \thinspace{}
15412
15413 \begin_inset Formula $\mbox{bottles}$
15414 \end_inset
15415
15416
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Standard
15425 12×24~
15426 \begin_inset Formula $\mbox{bottles}$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Standard
15440 1024×768\InsetSpace \thinspace{}
15441 Pixels
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Standard
15450 1024×768\InsetSpace \thinspace{}
15451
15452 \begin_inset Formula $\mbox{Pixels}$
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Standard
15464 1024×768~
15465 \begin_inset Formula $\mbox{Pixels}$
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 <row>
15475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Standard
15479 32×6\InsetSpace \thinspace{}
15480 cm
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Standard
15489 32×6\InsetSpace \thinspace{}
15490
15491 \begin_inset Formula $\mbox{cm}$
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Standard
15503 32×6~
15504 \begin_inset Formula $\mbox{cm}$
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 </row>
15513 </lyxtabular>
15514
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \begin_layout Subsection
15526 Customized Cell/Column Format
15527 \begin_inset LatexCommand label
15528 name "sub:Customized-Format"
15529
15530 \end_inset
15531
15532
15533 \begin_inset LatexCommand index
15534 name "Table Customization ! Cell/Column Format"
15535
15536 \end_inset
15537
15538
15539 \end_layout
15540
15541 \begin_layout Standard
15542 Calculating the needed width for spanned columns like in section\InsetSpace ~
15543
15544 \begin_inset LatexCommand ref
15545 reference "sub:Multicolumn-Calculations"
15546
15547 \end_inset
15548
15549  is very annoying if you have several tables with multicolumn cells.
15550  To make life easier, you can define a cell/column format in the preamble,
15551  so that it can be used in all tables of the document.
15552  The format is defined with the command
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558
15559 \backslash
15560 newcolumntype{name of format}[number of arguments]{commands}
15561 \end_layout
15562
15563 \begin_layout Standard
15564 The format name may only consist of one letter.
15565  The letters 
15566 \emph on
15567 b
15568 \emph default
15569
15570 \emph on
15571 c
15572 \emph default
15573
15574 \emph on
15575 l
15576 \emph default
15577
15578 \emph on
15579 m
15580 \emph default
15581
15582 \emph on
15583 p
15584 \emph default
15585  and 
15586 \emph on
15587 r
15588 \emph default
15589  are predefined and cannot be used.
15590  But all letters are allowed as capitals.
15591 \end_layout
15592
15593 \begin_layout Standard
15594 \begin_inset VSpace medskip
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 For vertically and horizontally centered multicolumn cells with a fixed
15602  width you can define the cell format
15603 \end_layout
15604
15605 \begin_layout Standard
15606
15607 \series bold
15608
15609 \backslash
15610 newcolumntype{M}[1]{>{
15611 \backslash
15612 centering
15613 \backslash
15614 hspace{0pt}}m{#1}}
15615 \end_layout
15616
15617 \begin_layout Standard
15618 where 
15619 \series bold
15620
15621 \backslash
15622 hspace{0pt}
15623 \series default
15624  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
15625
15626 \begin_inset LatexCommand ref
15627 reference "sub:Multiple-Lines-in"
15628
15629 \end_inset
15630
15631 .
15632  Now you can simply enter
15633 \end_layout
15634
15635 \begin_layout Standard
15636
15637 \series bold
15638 |M{width}
15639 \end_layout
15640
15641 \begin_layout Standard
15642 as LaTeX-argument in the table dialog to create a multicolumn.
15643 \end_layout
15644
15645 \begin_layout Standard
15646 \begin_inset VSpace bigskip
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Standard
15653 For cells spanned by a multicolumn cell, you can define the format
15654 \end_layout
15655
15656 \begin_layout Standard
15657
15658 \series bold
15659
15660 \backslash
15661 newcolumntype{S}[2]{>{
15662 \backslash
15663 centering
15664 \backslash
15665 hspace{0pt}}
15666 \newline
15667
15668 \begin_inset ERT
15669 status collapsed
15670
15671 \begin_layout Standard
15672
15673
15674 \backslash
15675 phantom{
15676 \end_layout
15677
15678 \end_inset
15679
15680
15681 \backslash
15682 newcolumntype{S}[2]
15683 \begin_inset ERT
15684 status collapsed
15685
15686 \begin_layout Standard
15687
15688 }
15689 \end_layout
15690
15691 \end_inset
15692
15693 m{(#1+(2
15694 \backslash
15695 tabcolsep+
15696 \backslash
15697 arrayrulewidth)*(1-#2))/#2}}
15698 \end_layout
15699
15700 \begin_layout Standard
15701 This format uses equation 
15702 \begin_inset LatexCommand eqref
15703 reference "eq:Wgn"
15704
15705 \end_inset
15706
15707  to calculate the needed width so that each spanned cell has the same width.
15708 \end_layout
15709
15710 \begin_layout Standard
15711 You can now enter
15712 \end_layout
15713
15714 \begin_layout Standard
15715
15716 \series bold
15717 |S{width of multicolumn cell}{number of spanned columns}
15718 \end_layout
15719
15720 \begin_layout Standard
15721 as LaTeX-argument of the column.
15722 \end_layout
15723
15724 \begin_layout Standard
15725 \begin_inset VSpace bigskip
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \begin_layout Standard
15732 For colored columns, you can define
15733 \end_layout
15734
15735 \begin_layout Standard
15736
15737 \series bold
15738
15739 \backslash
15740 newcolumntype{K}[1]{>{
15741 \backslash
15742 columncolor{#1}
15743 \backslash
15744 hspace{0pt}}c}
15745 \end_layout
15746
15747 \begin_layout Standard
15748 The 
15749 \begin_inset Quotes eld
15750 \end_inset
15751
15752 c
15753 \begin_inset Quotes erd
15754 \end_inset
15755
15756  at the end creates a column with a flexible width whose text is horizontally
15757  centered.
15758  You can now enter
15759 \end_layout
15760
15761 \begin_layout Standard
15762
15763 \series bold
15764 K{color name}
15765 \end_layout
15766
15767 \begin_layout Standard
15768 as LaTeX-argument.
15769 \end_layout
15770
15771 \begin_layout Standard
15772 \begin_inset VSpace bigskip
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \begin_layout Standard
15779 To create Table\InsetSpace ~
15780
15781 \begin_inset LatexCommand ref
15782 reference "tab:Table-using-user-defined"
15783
15784 \end_inset
15785
15786  use the LaTeX-arguments
15787 \end_layout
15788
15789 \begin_layout Standard
15790
15791 \series bold
15792 |M{2.5cm}
15793 \end_layout
15794
15795 \begin_layout Standard
15796 for the first column and the multicolumn,
15797 \end_layout
15798
15799 \begin_layout Standard
15800
15801 \series bold
15802 |K{red}|
15803 \end_layout
15804
15805 \begin_layout Standard
15806 for the the last column, and
15807 \end_layout
15808
15809 \begin_layout Standard
15810
15811 \series bold
15812 |S{2.5cm}{2}
15813 \end_layout
15814
15815 \begin_layout Standard
15816 for the cells in the second column.
15817 \end_layout
15818
15819 \begin_layout Standard
15820 \begin_inset Float table
15821 placement h
15822 wide false
15823 sideways false
15824 status open
15825
15826 \begin_layout Standard
15827 \begin_inset Caption
15828
15829 \begin_layout Standard
15830 \begin_inset LatexCommand label
15831 name "tab:Table-using-user-defined"
15832
15833 \end_inset
15834
15835 Table using user-defined table formats
15836 \end_layout
15837
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 \align center
15845 \begin_inset Tabular
15846 <lyxtabular version="3" rows="3" columns="4">
15847 <features>
15848 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15849 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15850 <column alignment="center" valignment="middle" leftline="true" width="0">
15851 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15852 <row topline="true">
15853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Standard
15857 verylongtablecellword
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15863 \begin_inset Text
15864
15865 \begin_layout Standard
15866 multiple lines multicolumn
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Standard
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Standard
15884 c
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 <row topline="true">
15891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Standard
15895 d
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Standard
15904 e
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Standard
15913 f
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Standard
15922 g
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row topline="true" bottomline="true">
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Standard
15933 h
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Standard
15942 i
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Standard
15951 j
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Standard
15960 k
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 </row>
15966 </lyxtabular>
15967
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Subsection
15979 Line Thickness
15980 \begin_inset LatexCommand label
15981 name "sub:Line-Thickness"
15982
15983 \end_inset
15984
15985
15986 \begin_inset LatexCommand index
15987 name "Table Customization ! Line Thickness"
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \begin_layout Standard
15995 The line thickness for all lines in a table can be adjusted with the length
15996  
15997 \series bold
15998
15999 \backslash
16000 arrayrulewidth
16001 \series default
16002 .
16003  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
16004 pt, like in Table\InsetSpace ~
16005
16006 \begin_inset LatexCommand ref
16007 reference "tab:Table-with-1.5"
16008
16009 \end_inset
16010
16011 , insert the command
16012 \end_layout
16013
16014 \begin_layout Standard
16015
16016 \series bold
16017
16018 \backslash
16019 setlength{
16020 \backslash
16021 arrayrulewidth}{1.5pt}
16022 \end_layout
16023
16024 \begin_layout Standard
16025 in ERT before the table or table float.
16026  The changed thickness is valid for all following tables.
16027  To use the default value again, set 
16028 \series bold
16029
16030 \backslash
16031 arrayrulewidth
16032 \series default
16033  to 0.4\InsetSpace \thinspace{}
16034 pt in ERT behind the table or table float.
16035 \end_layout
16036
16037 \begin_layout Standard
16038 \begin_inset ERT
16039 status collapsed
16040
16041 \begin_layout Standard
16042
16043
16044 \backslash
16045 setlength{
16046 \backslash
16047 arrayrulewidth}{1.5pt}
16048 \end_layout
16049
16050 \end_inset
16051
16052
16053 \begin_inset Float table
16054 wide false
16055 sideways false
16056 status open
16057
16058 \begin_layout Standard
16059 \begin_inset Caption
16060
16061 \begin_layout Standard
16062 \begin_inset LatexCommand label
16063 name "tab:Table-with-1.5"
16064
16065 \end_inset
16066
16067 Table with 1.5\InsetSpace \thinspace{}
16068 pt thick lines
16069 \end_layout
16070
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \begin_layout Standard
16077 \align center
16078 \begin_inset Tabular
16079 <lyxtabular version="3" rows="3" columns="3">
16080 <features>
16081 <column alignment="center" valignment="top" leftline="true" width="0">
16082 <column alignment="center" valignment="top" leftline="true" width="0">
16083 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16084 <row topline="true">
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Standard
16089 sd
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Standard
16098
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Standard
16107
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 <row topline="true">
16114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Standard
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Standard
16127 sd
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Standard
16136
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row topline="true" bottomline="true">
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Standard
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Standard
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Standard
16165 sd
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 </lyxtabular>
16172
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \end_inset
16179
16180
16181 \begin_inset ERT
16182 status collapsed
16183
16184 \begin_layout Standard
16185
16186
16187 \backslash
16188 setlength{
16189 \backslash
16190 arrayrulewidth}{0.4pt}
16191 \end_layout
16192
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \begin_layout Standard
16199 \begin_inset VSpace bigskip
16200 \end_inset
16201
16202 To set the line thickness to 1.5\InsetSpace \thinspace{}
16203 pt only for horizontal lines, like in Table\InsetSpace ~
16204
16205 \begin_inset LatexCommand ref
16206 reference "tab:Table-with-horizontal"
16207
16208 \end_inset
16209
16210 , insert these commands in ERT before the table or table float:
16211 \end_layout
16212
16213 \begin_layout Standard
16214
16215 \series bold
16216
16217 \backslash
16218 let
16219 \backslash
16220 myHline
16221 \backslash
16222 hline
16223 \newline
16224
16225 \backslash
16226 renewcommand{
16227 \backslash
16228 hline}
16229 \newline
16230  {
16231 \backslash
16232 noalign{
16233 \backslash
16234 global
16235 \backslash
16236 arrayrulewidth 1.5pt}
16237 \newline
16238   
16239 \backslash
16240 myHline
16241 \backslash
16242 noalign{
16243 \backslash
16244 global
16245 \backslash
16246 arrayrulewidth 0.4pt}}
16247 \end_layout
16248
16249 \begin_layout Standard
16250 To return to the default line thickness, insert this command in ERT behind
16251  the table or table float:
16252 \end_layout
16253
16254 \begin_layout Standard
16255
16256 \series bold
16257
16258 \backslash
16259 renewcommand{
16260 \backslash
16261 hline}{
16262 \backslash
16263 myHline}
16264 \end_layout
16265
16266 \begin_layout Standard
16267 \begin_inset ERT
16268 status collapsed
16269
16270 \begin_layout Standard
16271
16272
16273 \backslash
16274 let
16275 \backslash
16276 myHline
16277 \backslash
16278 hline
16279 \end_layout
16280
16281 \begin_layout Standard
16282
16283
16284 \backslash
16285 renewcommand{
16286 \backslash
16287 hline}
16288 \end_layout
16289
16290 \begin_layout Standard
16291
16292  {
16293 \backslash
16294 noalign{
16295 \backslash
16296 global
16297 \backslash
16298 arrayrulewidth 1.5pt}
16299 \end_layout
16300
16301 \begin_layout Standard
16302
16303   
16304 \backslash
16305 myHline
16306 \backslash
16307 noalign{
16308 \backslash
16309 global
16310 \backslash
16311 arrayrulewidth 0.4pt}}
16312 \end_layout
16313
16314 \end_inset
16315
16316
16317 \begin_inset Float table
16318 wide false
16319 sideways false
16320 status open
16321
16322 \begin_layout Standard
16323 \begin_inset Caption
16324
16325 \begin_layout Standard
16326 \begin_inset LatexCommand label
16327 name "tab:Table-with-horizontal"
16328
16329 \end_inset
16330
16331 Table with 1.5\InsetSpace \thinspace{}
16332 pt thick horizontal lines
16333 \end_layout
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \begin_layout Standard
16341 \align center
16342 \begin_inset Tabular
16343 <lyxtabular version="3" rows="3" columns="3">
16344 <features>
16345 <column alignment="center" valignment="top" leftline="true" width="0">
16346 <column alignment="center" valignment="top" leftline="true" width="0">
16347 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16348 <row topline="true">
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Standard
16353 sd
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Standard
16362
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Standard
16371
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 <row topline="true">
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Standard
16382
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Standard
16391 sd
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Standard
16400
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row topline="true" bottomline="true">
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Standard
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Standard
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Standard
16429 sd
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 </lyxtabular>
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \begin_inset ERT
16446 status collapsed
16447
16448 \begin_layout Standard
16449
16450
16451 \backslash
16452 renewcommand{
16453 \backslash
16454 hline}{
16455 \backslash
16456 myHline}
16457 \end_layout
16458
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \begin_layout Standard
16465 \begin_inset VSpace bigskip
16466 \end_inset
16467
16468 To set the line thickness to 1.5\InsetSpace \thinspace{}
16469 pt only for vertical lines, create the following
16470  column format in the document preamble, according to the description in
16471  section\InsetSpace ~
16472
16473 \begin_inset LatexCommand ref
16474 reference "sub:Customized-Format"
16475
16476 \end_inset
16477
16478 :
16479 \end_layout
16480
16481 \begin_layout Standard
16482
16483 \series bold
16484
16485 \backslash
16486 newcolumntype{V}{!{
16487 \backslash
16488 vrule width 1.5pt}}
16489 \end_layout
16490
16491 \begin_layout Standard
16492 For Table\InsetSpace ~
16493
16494 \begin_inset LatexCommand ref
16495 reference "tab:Table-with-vertical"
16496
16497 \end_inset
16498
16499  the LaTeX-argument
16500 \end_layout
16501
16502 \begin_layout Standard
16503
16504 \series bold
16505 VcV
16506 \end_layout
16507
16508 \begin_layout Standard
16509 was used for the last column and
16510 \end_layout
16511
16512 \begin_layout Standard
16513
16514 \series bold
16515 Vc
16516 \end_layout
16517
16518 \begin_layout Standard
16519 for the other columns.
16520 \end_layout
16521
16522 \begin_layout Standard
16523 \begin_inset Float table
16524 wide false
16525 sideways false
16526 status open
16527
16528 \begin_layout Standard
16529 \begin_inset Caption
16530
16531 \begin_layout Standard
16532 \begin_inset LatexCommand label
16533 name "tab:Table-with-vertical"
16534
16535 \end_inset
16536
16537 Table with 1.5\InsetSpace \thinspace{}
16538 pt thick vertical lines
16539 \end_layout
16540
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \begin_layout Standard
16547 \align center
16548 \begin_inset Tabular
16549 <lyxtabular version="3" rows="3" columns="3">
16550 <features>
16551 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16552 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16553 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16554 <row topline="true">
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Standard
16559 sd
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Standard
16568
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Standard
16577
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row topline="true">
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Standard
16588
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Standard
16597 sd
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Standard
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row topline="true" bottomline="true">
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Standard
16617
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Standard
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Standard
16635 sd
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 </lyxtabular>
16642
16643 \end_inset
16644
16645
16646 \end_layout
16647
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \begin_layout Subsection
16654 Dashed Lines
16655 \begin_inset LatexCommand index
16656 name "Table Customization ! Dashed Lines"
16657
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Standard
16664 \begin_inset ERT
16665 status collapsed
16666
16667 \begin_layout Standard
16668
16669
16670 \backslash
16671 ifarydshln
16672 \end_layout
16673
16674 \end_inset
16675
16676
16677 \begin_inset Note Note
16678 status open
16679
16680 \begin_layout Standard
16681 The following section will only be displayed when you have the LaTeX-package
16682  
16683 \series bold
16684 arydshln
16685 \series default
16686  is installed.
16687 \end_layout
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \begin_layout Standard
16695 \begin_inset Float table
16696 placement H
16697 wide false
16698 sideways false
16699 status open
16700
16701 \begin_layout Standard
16702 \begin_inset Caption
16703
16704 \begin_layout Standard
16705 \begin_inset LatexCommand label
16706 name "tab:Table-with-dashed"
16707
16708 \end_inset
16709
16710 Table with dashed lines
16711 \end_layout
16712
16713 \end_inset
16714
16715
16716 \end_layout
16717
16718 \begin_layout Standard
16719 \align center
16720 \begin_inset Tabular
16721 <lyxtabular version="3" rows="5" columns="5">
16722 <features>
16723 <column alignment="center" valignment="top" leftline="true" width="0">
16724 <column alignment="center" valignment="top" leftline="true" width="0">
16725 <column alignment="center" valignment="top" width="0" special=":c">
16726 <column alignment="center" valignment="top" leftline="true" width="0">
16727 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16728 <row topline="true" bottomline="true">
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Standard
16733 a
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Standard
16742 b
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Standard
16751 c
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Standard
16760 d
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Standard
16769 e
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row topline="true">
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Standard
16780 f
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Standard
16789 g
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Standard
16798 h
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Standard
16807 i
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Standard
16816 j
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 <row>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Standard
16827 \begin_inset ERT
16828 status collapsed
16829
16830 \begin_layout Standard
16831
16832
16833 \backslash
16834 hdashline 
16835 \end_layout
16836
16837 \end_inset
16838
16839 k
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Standard
16848 l
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Standard
16857 m
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Standard
16866 n
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Standard
16875 o
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row topline="true">
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Standard
16886 \begin_inset ERT
16887 status collapsed
16888
16889 \begin_layout Standard
16890
16891
16892 \backslash
16893 cdashline{4-5}
16894 \end_layout
16895
16896 \end_inset
16897
16898 p
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Standard
16907 q
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16913 \begin_inset Text
16914
16915 \begin_layout Standard
16916 r
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16922 \begin_inset Text
16923
16924 \begin_layout Standard
16925 s
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Standard
16934
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 </row>
16940 <row topline="true" bottomline="true">
16941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Standard
16945 t
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Standard
16954 u
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Standard
16963 v
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Standard
16972 w
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Standard
16981 x
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 </lyxtabular>
16988
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \begin_layout Standard
17000 LyX doesn't natively support dashed lines, so you have to use ERT.
17001  As prerequisite the LaTeX-package 
17002 \series bold
17003 arydshln
17004 \series default
17005
17006 \begin_inset LatexCommand index
17007 name "LaTeX-packages ! arydshln"
17008
17009 \end_inset
17010
17011  must be loaded in the document preamble with the command
17012 \end_layout
17013
17014 \begin_layout Standard
17015
17016 \series bold
17017
17018 \backslash
17019 usepackage{arydshln}
17020 \end_layout
17021
17022 \begin_layout Standard
17023 To make a vertical line dashed, enter the colon 
17024 \begin_inset Quotes eld
17025 \end_inset
17026
17027 :
17028 \begin_inset Quotes erd
17029 \end_inset
17030
17031  together with the character for the horizontal alignment as LaTeX-argument
17032  in the table cell dialog.
17033 \end_layout
17034
17035 \begin_layout Standard
17036 For a horizontal dashed line add the command
17037 \end_layout
17038
17039 \begin_layout Standard
17040
17041 \series bold
17042
17043 \backslash
17044 hdashline
17045 \end_layout
17046
17047 \begin_layout Standard
17048 in ERT as first element of the first cell in the table row.
17049 \end_layout
17050
17051 \begin_layout Standard
17052 For dashed multicolumn lines use the command
17053 \end_layout
17054
17055 \begin_layout Standard
17056
17057 \series bold
17058
17059 \backslash
17060 cdashline{line number
17061 \series default
17062 }
17063 \end_layout
17064
17065 \begin_layout Standard
17066 in ERT as first element of the first cell in the table row.
17067  If you have for example a multicolumn spanning over columns 2 to 4 and
17068  you want to have a dashed line above, add the command
17069 \end_layout
17070
17071 \begin_layout Standard
17072
17073 \series bold
17074
17075 \backslash
17076 cdashline{2-4}
17077 \end_layout
17078
17079 \begin_layout Standard
17080 as first element of the first cell in the row of the multicolumn.
17081 \end_layout
17082
17083 \begin_layout Standard
17084 \begin_inset VSpace bigskip
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \begin_layout Standard
17091 Table\InsetSpace ~
17092
17093 \begin_inset LatexCommand ref
17094 reference "tab:Table-with-dashed"
17095
17096 \end_inset
17097
17098  was created using 
17099 \begin_inset Quotes eld
17100 \end_inset
17101
17102
17103 \series bold
17104 :c
17105 \series default
17106
17107 \begin_inset Quotes erd
17108 \end_inset
17109
17110  as LaTeX-argument of the third column.
17111  The ERT command 
17112 \series bold
17113
17114 \backslash
17115 hdashline
17116 \series default
17117  was inserted to the first cell of the third row and the the ERT command
17118 \newline
17119
17120  
17121 \series bold
17122
17123 \backslash
17124 cdashline{4-5}
17125 \series default
17126  was inserted to the first cell of the fourth row.
17127 \end_layout
17128
17129 \begin_layout Standard
17130 \begin_inset Note Greyedout
17131 status open
17132
17133 \begin_layout Standard
17134
17135 \series bold
17136 Note:
17137 \series default
17138  The used LaTeX-package 
17139 \series bold
17140 arydshln
17141 \series default
17142  is apparently not compatible with the LaTeX-package 
17143 \series bold
17144 colortbl
17145 \series default
17146
17147 \begin_inset LatexCommand index
17148 name "LaTeX-packages ! colortbl"
17149
17150 \end_inset
17151
17152  that is used for colored tables in section\InsetSpace ~
17153
17154 \begin_inset LatexCommand ref
17155 reference "sec:Colored-Tables"
17156
17157 \end_inset
17158
17159 .
17160  That means colored tables cannot have dashed lines.
17161 \end_layout
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Standard
17169 \begin_inset ERT
17170 status collapsed
17171
17172 \begin_layout Standard
17173
17174
17175 \backslash
17176 else
17177 \end_layout
17178
17179 \end_inset
17180
17181
17182 \begin_inset Note Note
17183 status open
17184
17185 \begin_layout Standard
17186 The following will be displayed when the LaTeX-package 
17187 \series bold
17188 arydshln
17189 \series default
17190  is not installed:
17191 \end_layout
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Standard
17199 You need to install the package 
17200 \series bold
17201 arydshln
17202 \series default
17203  to see the contents of this section in the output.
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset ERT
17208 status collapsed
17209
17210 \begin_layout Standard
17211
17212
17213 \backslash
17214 fi
17215 \end_layout
17216
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \begin_layout Chapter
17223 Floats
17224 \begin_inset LatexCommand index
17225 name "Floats"
17226
17227 \end_inset
17228
17229
17230 \begin_inset LatexCommand label
17231 name "cha:Floats"
17232
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \begin_layout Section
17239 Introduction
17240 \begin_inset LatexCommand label
17241 name "sec:FloatIntroduction"
17242
17243 \end_inset
17244
17245
17246 \begin_inset LatexCommand index
17247 name "Floats ! Introduction"
17248
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \begin_layout Standard
17255 A float is a block of text associated with some sort of label, which doesn't
17256  have a fixed location.
17257  It can 
17258 \begin_inset Quotes eld
17259 \end_inset
17260
17261 float
17262 \begin_inset Quotes erd
17263 \end_inset
17264
17265  forward or backward a page or two, to wherever it fits best.
17266  
17267 \family sans
17268 Footnotes
17269 \family default
17270  and 
17271 \family sans
17272 Margin\InsetSpace ~
17273 Notes
17274 \family default
17275  are also floats, because they can float to the next page when there are
17276  too many notes at the page.
17277 \end_layout
17278
17279 \begin_layout Standard
17280 Floats allow a high quality layout.
17281  Images and tables can evenly be spread to the pages to avoid white space
17282  and pages without text.
17283  As the floating often destroys the context between the text and the image/table
17284 , every float can be referenced in the text.
17285  Floats are therefore numbered.
17286  Referencing is described in section\InsetSpace ~
17287
17288 \begin_inset LatexCommand ref
17289 reference "sec:Referencing-Floats"
17290
17291 \end_inset
17292
17293 .
17294 \end_layout
17295
17296 \begin_layout Standard
17297 To insert a float, use the menu 
17298 \family sans
17299 Insert\SpecialChar \menuseparator
17300 Floats
17301 \family default
17302 .
17303  This inserts a box with a label in the 
17304 \family sans
17305 Caption
17306 \family default
17307  environment
17308 \begin_inset Foot
17309 status collapsed
17310
17311 \begin_layout Standard
17312 The 
17313 \family sans
17314 Caption
17315 \family default
17316  environment is described in LyX's 
17317 \emph on
17318 Userguide
17319 \emph default
17320 .
17321 \end_layout
17322
17323 \end_inset
17324
17325  into your document.
17326  Every label ends with the character 
17327 \begin_inset Quotes eld
17328 \end_inset
17329
17330 #
17331 \begin_inset Quotes erd
17332 \end_inset
17333
17334  as placeholder for the float number in the output.
17335  The label will automatically be translated to the document language in
17336  the output.
17337  Behind the label you can insert the caption text.
17338  The image or table is inserted above or below the caption in a separate
17339  paragraph within the float.
17340  More about the caption placement is described in section\InsetSpace ~
17341
17342 \begin_inset LatexCommand ref
17343 reference "sec:Caption-Placement"
17344
17345 \end_inset
17346
17347 .
17348  To keep your LyX-document readable, you can open and close the float box
17349  by left-clicking on the box label.
17350  A closed float box looks like this: 
17351 \begin_inset Graphics
17352         filename clipart/floatQt4.png
17353         scale 70
17354
17355 \end_inset
17356
17357  -- a gray button with a red label.
17358 \end_layout
17359
17360 \begin_layout Standard
17361 It is recommended to insert floats as a separate paragraph to avoid possible
17362  LaTeX-errors that can occur when the surrounding text is specially formatted.
17363 \end_layout
17364
17365 \begin_layout Standard
17366 Existing figures or tables can be put into a float by marking them and then
17367  pressing the corresponding toolbar button for a new float.
17368 \end_layout
17369
17370 \begin_layout Section
17371 Float Types
17372 \end_layout
17373
17374 \begin_layout Standard
17375 Besides figure and table floats that are described in section\InsetSpace ~
17376
17377 \begin_inset LatexCommand ref
17378 reference "sec:Figure-Floats"
17379
17380 \end_inset
17381
17382  and 
17383 \begin_inset LatexCommand ref
17384 reference "sec:Table-Floats"
17385
17386 \end_inset
17387
17388 , respectively, LyX offers the float types 
17389 \series bold
17390 Algorithm
17391 \series default
17392  and 
17393 \series bold
17394 Text\InsetSpace ~
17395 Wrap\InsetSpace ~
17396 Float
17397 \series default
17398 .
17399 \end_layout
17400
17401 \begin_layout Subsection
17402 Algorithm Floats
17403 \begin_inset LatexCommand index
17404 name "Floats ! Algorithm Floats"
17405
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \begin_layout Standard
17412 \begin_inset Float algorithm
17413 placement h
17414 wide false
17415 sideways false
17416 status open
17417
17418 \begin_layout Standard
17419 \begin_inset Caption
17420
17421 \begin_layout Standard
17422 \begin_inset LatexCommand label
17423 name "alg:Example-Algorithm-float"
17424
17425 \end_inset
17426
17427 Example Algorithm float
17428 \end_layout
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \begin_layout LyX-Code
17436 for I in 1..N loop
17437 \newline
17438  Sum:= Sum + A(I); /*senseless comment*/
17439 \newline
17440 end loop
17441 \begin_inset VSpace -4mm
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \begin_layout Standard
17453 This float type is inserted with the menu 
17454 \family sans
17455 Insert\SpecialChar \menuseparator
17456 Floats\SpecialChar \menuseparator
17457 Algorithm
17458 \family default
17459 .
17460  It is used for program codes and descriptions of algorithms.
17461  A possible environment for algorithms is the 
17462 \family sans
17463 LyX-Code
17464 \family default
17465 , described in LyX's 
17466 \emph on
17467 Userguide
17468 \emph default
17469 .
17470  Algorithm\InsetSpace ~
17471
17472 \begin_inset LatexCommand ref
17473 reference "alg:Example-Algorithm-float"
17474
17475 \end_inset
17476
17477  is an example of an algorithm float where -4\InsetSpace \thinspace{}
17478 mm vertical space was added
17479  at the end of the float to have the bottom rule exactly below the last
17480  text line.
17481 \end_layout
17482
17483 \begin_layout Standard
17484 The float label is not automatically translated into the document language.
17485  If your document is not in English, you have to do this manually by adding
17486  the following line to the document preamble
17487 \series bold
17488 :
17489 \end_layout
17490
17491 \begin_layout Standard
17492
17493 \series bold
17494
17495 \backslash
17496 floatname{algorithm}{your\InsetSpace ~
17497 name}
17498 \end_layout
17499
17500 \begin_layout Standard
17501
17502 \family sans
17503 your\InsetSpace ~
17504 name
17505 \family default
17506  is the word 
17507 \begin_inset Quotes eld
17508 \end_inset
17509
17510
17511 \emph on
17512 algorithm
17513 \emph default
17514
17515 \begin_inset Quotes erd
17516 \end_inset
17517
17518  in your language.
17519 \end_layout
17520
17521 \begin_layout Description
17522
17523 \series bold
17524 Note:
17525 \series default
17526  When the LaTeX-package 
17527 \series bold
17528 hyperref
17529 \series default
17530
17531 \begin_inset LatexCommand index
17532 name "LaTeX-packages ! hyperref"
17533
17534 \end_inset
17535
17536  is used to link cross-references to floats in the PDF-output, it must be
17537  loaded in the document preamble before the definition of floats to be able
17538  to reference floats.
17539  As LyX sets the float definition for algorithm floats automatically before
17540  the user editable part of the document preamble, you need to insert the
17541  following preamble lines 
17542 \emph on
17543 after
17544 \emph default
17545  the loading command of 
17546 \series bold
17547 hyperref
17548 \series default
17549 :
17550 \series bold
17551
17552 \begin_inset VSpace defskip
17553 \end_inset
17554
17555
17556 \newline
17557
17558 \backslash
17559 newfloat{Xalgorithm}{tbp}{loa}
17560 \newline
17561
17562 \backslash
17563 floatname{Xalgorithm}{your\InsetSpace ~
17564 name}
17565 \newline
17566
17567 \backslash
17568 newcommand{
17569 \backslash
17570 theHalgorithm}{
17571 \backslash
17572 theHXalgorithm}
17573 \newline
17574
17575 \backslash
17576 renewenvironment{algorithm}[1][tbp]
17577 \newline
17578
17579 \begin_inset ERT
17580 status collapsed
17581
17582 \begin_layout Standard
17583
17584
17585 \backslash
17586 hphantom{ }
17587 \end_layout
17588
17589 \end_inset
17590
17591 {
17592 \backslash
17593 begin{Xalgorithm}[#1]}{
17594 \backslash
17595 end{Xalgorithm}}
17596 \begin_inset VSpace defskip
17597 \end_inset
17598
17599
17600 \series default
17601
17602 \newline
17603 Where 
17604 \family sans
17605 your\InsetSpace ~
17606 name
17607 \family default
17608  is the word 
17609 \begin_inset Quotes eld
17610 \end_inset
17611
17612
17613 \emph on
17614 algorithm
17615 \emph default
17616
17617 \begin_inset Quotes erd
17618 \end_inset
17619
17620  in your language.
17621 \end_layout
17622
17623 \begin_layout Standard
17624 Algorithm floats are not by default numbered in the scheme 
17625 \begin_inset Quotes eld
17626 \end_inset
17627
17628 chapter.algorithm
17629 \begin_inset Quotes erd
17630 \end_inset
17631
17632  like it is the case for table and figure floats in many document-classes.
17633  To number algorithm floats in the same scheme, add this command to your
17634  document preamble:
17635 \end_layout
17636
17637 \begin_layout Standard
17638
17639 \series bold
17640
17641 \backslash
17642 numberwithin{algorithm}{chapter}
17643 \end_layout
17644
17645 \begin_layout Standard
17646 If you use the LaTeX-package 
17647 \series bold
17648 hyperref
17649 \series default
17650 , add this line instead 
17651 \emph on
17652 after
17653 \emph default
17654  the definition of 
17655 \family sans
17656 Xalgorithm
17657 \family default
17658  (the commands from above) to the preamble:
17659 \end_layout
17660
17661 \begin_layout Standard
17662
17663 \series bold
17664
17665 \backslash
17666 numberwithin{Xalgorithm}{chapter}
17667 \end_layout
17668
17669 \begin_layout Standard
17670 To be able to use the command 
17671 \series bold
17672
17673 \backslash
17674 numberwithin
17675 \series default
17676 , set in the tab 
17677 \family sans
17678 Math\InsetSpace ~
17679 Options
17680 \family default
17681  in the document settings the option 
17682 \family sans
17683 Use\InsetSpace ~
17684 AMS\InsetSpace ~
17685 math\InsetSpace ~
17686 package
17687 \family default
17688 .
17689 \end_layout
17690
17691 \begin_layout Subsection
17692 Text Wrap Floats
17693 \begin_inset LatexCommand index
17694 name "Floats ! Text Wrap Floats"
17695
17696 \end_inset
17697
17698
17699 \begin_inset LatexCommand label
17700 name "sub:floatflt-wrap-float"
17701
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \begin_layout Standard
17708 This float type is used if you want to 
17709 \begin_inset Quotes eld
17710 \end_inset
17711
17712 wrap
17713 \begin_inset Quotes erd
17714 \end_inset
17715
17716  text around a figure so that it only occupies some fraction of the column
17717  width.
17718  It can be inserted using the menu 
17719 \begin_inset Wrap figure
17720 placement l
17721 width "40col%"
17722 status open
17723
17724 \begin_layout Standard
17725 \begin_inset Graphics
17726         filename clipart/mobius.eps
17727         display color
17728         width 40col%
17729         rotateOrigin center
17730
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \begin_layout Standard
17737 \begin_inset Caption
17738
17739 \begin_layout Standard
17740 \begin_inset LatexCommand label
17741 name "fig:This-is-a"
17742
17743 \end_inset
17744
17745 This is a wrapped figure, and this is the brilliant caption that describes
17746  it.
17747 \begin_inset VSpace medskip
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759
17760  
17761 \family sans
17762 Insert\SpecialChar \menuseparator
17763 Floats\SpecialChar \menuseparator
17764 Text\InsetSpace ~
17765 Wrap\InsetSpace ~
17766 Float
17767 \family default
17768  if the LaTeX-package 
17769 \series bold
17770 floatflt
17771 \series default
17772
17773 \begin_inset LatexCommand index
17774 name "LaTeX-packages ! floatflt"
17775
17776 \end_inset
17777
17778  is installed.
17779 \begin_inset Foot
17780 status collapsed
17781
17782 \begin_layout Standard
17783 Installing a LaTeX-package is explained it in the 
17784 \emph on
17785 LaTeX\InsetSpace ~
17786 Configuration
17787 \emph default
17788  manual.
17789 \end_layout
17790
17791 \end_inset
17792
17793  The width and placement of the float is adjusted by right-clicking on the
17794  float box.
17795  Figure\InsetSpace ~
17796
17797 \begin_inset LatexCommand ref
17798 reference "fig:This-is-a"
17799
17800 \end_inset
17801
17802  is an example text wrap float with a width of 40
17803 \begin_inset Formula $\,$
17804 \end_inset
17805
17806 col%.
17807 \begin_inset Foot
17808 status collapsed
17809
17810 \begin_layout Standard
17811 Available units are explained in 
17812 \begin_inset LatexCommand ref
17813 reference "cha:Units-available-in"
17814
17815 \end_inset
17816
17817 .
17818 \end_layout
17819
17820 \end_inset
17821
17822  Some space was added under the caption to separate it better from the surroundi
17823 ng text.
17824 \end_layout
17825
17826 \begin_layout Standard
17827 The LaTeX-package 
17828 \series bold
17829 floatflt
17830 \series default
17831  also supports table wrap floats, but they are not yet supported by LyX.
17832  If you need this, read the documentation of 
17833 \series bold
17834 floatflt
17835 \series default
17836  
17837 \begin_inset LatexCommand cite
17838 key "floatflt"
17839
17840 \end_inset
17841
17842 .
17843 \end_layout
17844
17845 \begin_layout Standard
17846 \begin_inset Note Greyedout
17847 status open
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852 Note:
17853 \series default
17854  Text\InsetSpace ~
17855 wrap float floats are fragile! E.\InsetSpace \thinspace{}
17856 g.\InsetSpace ~
17857 having a figure too close to the bottom
17858  of the page can mess things up in the way that the float doesn't appear
17859  in the output or that it is placed over some other text.
17860 \begin_inset Foot
17861 status open
17862
17863 \begin_layout Standard
17864 The better solution is to use the LaTeX-package 
17865 \series bold
17866 wrapf\SpecialChar \textcompwordmark{}
17867 ig
17868 \series default
17869
17870 \begin_inset LatexCommand index
17871 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
17872
17873 \end_inset
17874
17875  instead of 
17876 \series bold
17877 floatf\SpecialChar \textcompwordmark{}
17878 lt
17879 \series default
17880 , but it is currently not supported by LyX.
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \end_layout
17892
17893 \begin_layout Standard
17894 In general:
17895 \end_layout
17896
17897 \begin_layout Itemize
17898 Wrap floats should not be placed in paragraphs that run over a page break.
17899  That means that wrap floats should better be inserted to the exact place
17900  when the document is nearly ready and you are able to estimate where page
17901  breaks will appear.
17902 \end_layout
17903
17904 \begin_layout Itemize
17905 Wrap floats should either be placed in an own paragraph before the paragraph
17906  where they should wrap into or within a paragraph.
17907 \end_layout
17908
17909 \begin_layout Itemize
17910 Wrap floats in consecutive paragraphs may cause troubles, so assure that
17911  there is a text paragraph between them as separator.
17912 \end_layout
17913
17914 \begin_layout Itemize
17915 Wrap floats are not allowed in section headings or tables.
17916 \end_layout
17917
17918 \begin_layout Section
17919 Referencing Floats
17920 \begin_inset LatexCommand label
17921 name "sec:Referencing-Floats"
17922
17923 \end_inset
17924
17925
17926 \begin_inset LatexCommand index
17927 name "Floats ! References"
17928
17929 \end_inset
17930
17931
17932 \begin_inset LatexCommand index
17933 name "References"
17934
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \begin_layout Standard
17941 To reference a float, insert a label into its caption using the menu 
17942 \family sans
17943 Insert\SpecialChar \menuseparator
17944 Label
17945 \family default
17946  or the toolbar button 
17947 \begin_inset Graphics
17948         filename ../images/label-insert.xpm
17949         scale 85
17950
17951 \end_inset
17952
17953 .
17954  A grey label box like this one: 
17955 \begin_inset Graphics
17956         filename clipart/labelQt4.png
17957         scale 85
17958
17959 \end_inset
17960
17961  will be inserted and the label window pops up asking for the label text.
17962  LyX offers as text the first words of the caption with a prefix.
17963  The prefix depends on the float type, e.\InsetSpace \thinspace{}
17964 g.\InsetSpace ~
17965 for figure floats the prefix will
17966  be "
17967 \family sans
17968 fig:
17969 \family default
17970 ".
17971 \end_layout
17972
17973 \begin_layout Standard
17974 The label is used as anchor and name for the reference.
17975  You can refer to the label using the menu 
17976 \family sans
17977 Insert\SpecialChar \menuseparator
17978 Cross-reference
17979 \family default
17980  or the toolbar button 
17981 \begin_inset Graphics
17982         filename ../images/dialog-show-new-inset_ref.xpm
17983         scale 85
17984
17985 \end_inset
17986
17987 .
17988  A grey cross-reference box like this one: 
17989 \begin_inset Graphics
17990         filename clipart/referenceQt4.png
17991         scale 85
17992
17993 \end_inset
17994
17995  will be inserted and the cross-reference window appear showing all labels
17996  of the document.
17997  If you have multiple LyX-documents opened, choose the one you are working
17998  on from the drop-list at the top of the dialog.
17999  You can now sort the labels alphabetically and then choose one.
18000  At the position of the cross-reference box the float number will appear
18001  in the output.
18002 \end_layout
18003
18004 \begin_layout Standard
18005 It is recommended to use a protected space between the cross-reference name
18006  and its number to avoid line breaks between them.
18007  If a cross-reference refers to a non-existing label, you will see two question
18008  marks in the output instead of the reference.
18009 \end_layout
18010
18011 \begin_layout Standard
18012 You can change labels at any time by clicking on the label box.
18013  References to the changed label will automatically change its link to the
18014  new label text, so that you don't need to take care about this.
18015 \end_layout
18016
18017 \begin_layout Standard
18018 The button 
18019 \family sans
18020 Go\InsetSpace ~
18021 to\InsetSpace ~
18022 Label
18023 \family default
18024  in the cross-reference window sets the cursor before the referred label.
18025  The button text changes then to Go\InsetSpace ~
18026 Back and you can use it to set the cursor
18027  back to the cross-reference.
18028  Right-clicking on a cross-reference box also sets the cursor before the
18029  referenced label but without a possibility to go back.
18030 \end_layout
18031
18032 \begin_layout Subsection
18033 Cross-Reference Formats
18034 \begin_inset LatexCommand label
18035 name "sub:Cross-Reference-Formats"
18036
18037 \end_inset
18038
18039
18040 \begin_inset LatexCommand index
18041 name "References ! Formats"
18042
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Standard
18049 There are six varieties of cross-references:
18050 \end_layout
18051
18052 \begin_layout Description
18053 <reference>: prints the float number, this is the default: 
18054 \begin_inset LatexCommand ref
18055 reference "fig:Two-distorted-images"
18056
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \begin_layout Description
18063 (<reference>): prints the float number within two parentheses, this is the
18064  style normally used to reference formulas, especially when the reference
18065  name 
18066 \begin_inset Quotes eld
18067 \end_inset
18068
18069 Equation
18070 \begin_inset Quotes erd
18071 \end_inset
18072
18073  is omitted: 
18074 \begin_inset LatexCommand eqref
18075 reference "eq:Wgn"
18076
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \begin_layout Description
18083 <page>: prints the page number: Page\InsetSpace ~
18084
18085 \begin_inset LatexCommand pageref
18086 reference "fig:Two-distorted-images"
18087
18088 \end_inset
18089
18090
18091 \end_layout
18092
18093 \begin_layout Description
18094 on\InsetSpace ~
18095 page\InsetSpace ~
18096 <page>: prints the text "on page" and the page number: 
18097 \begin_inset LatexCommand vpageref
18098 reference "fig:Two-distorted-images"
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \begin_layout Description
18106 <reference>\InsetSpace ~
18107 on\InsetSpace ~
18108 page\InsetSpace ~
18109 <page>: prints the float number, the text "on page", and
18110  the page number: 
18111 \begin_inset LatexCommand vref
18112 reference "fig:Two-distorted-images"
18113
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \begin_layout Description
18120 Formatted\InsetSpace ~
18121 reference: prints a self defined cross-reference format.
18122  
18123 \begin_inset Note Greyedout
18124 status open
18125
18126 \begin_layout Standard
18127
18128 \series bold
18129 Note:
18130 \series default
18131  This feature is only available when you have the LaTeX-package 
18132 \series bold
18133 prettyref
18134 \series default
18135  installed.
18136 \end_layout
18137
18138 \end_inset
18139
18140
18141 \end_layout
18142
18143 \begin_layout Standard
18144 Note that the style <page> won't print the page number if the label is on
18145  the previous, the same, or the next page.
18146  You will e.\InsetSpace \thinspace{}
18147 g.\InsetSpace ~
18148 see the text 
18149 \begin_inset Quotes eld
18150 \end_inset
18151
18152
18153 \family sans
18154 on this page
18155 \family default
18156
18157 \begin_inset Quotes erd
18158 \end_inset
18159
18160  instead.
18161 \end_layout
18162
18163 \begin_layout Standard
18164 The number and current page of the referred document part in the output,
18165  is automatically calculated by LaTeX.
18166  The varieties are adjusted in the field 
18167 \family sans
18168 Format
18169 \family default
18170  of the cross-reference window, that appear when you click on the cross-referenc
18171 e box.
18172 \end_layout
18173
18174 \begin_layout Subsection
18175 Referencing Subfigures
18176 \begin_inset LatexCommand label
18177 name "sub:Referencing-Subfigures"
18178
18179 \end_inset
18180
18181
18182 \begin_inset LatexCommand index
18183 name "References ! to Subfigures"
18184
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \begin_layout Standard
18191 Currently referencing subfigures is not supported by LyX, so you have to
18192  use LaTeX-commands.
18193  The label is the created with the command
18194 \end_layout
18195
18196 \begin_layout Standard
18197
18198 \series bold
18199
18200 \backslash
18201 label{fig:YourLabelName}
18202 \end_layout
18203
18204 \begin_layout Standard
18205 that is directly inserted into the subfigure caption field.
18206  To reference the label add this command in ERT
18207 \end_layout
18208
18209 \begin_layout Standard
18210
18211 \series bold
18212
18213 \backslash
18214 ref{fig:YourLabelName}
18215 \end_layout
18216
18217 \begin_layout Standard
18218 to the position in your document where the reference should be placed.
18219  Here is a reference to a subfigure: Subfigure\InsetSpace ~
18220
18221 \begin_inset ERT
18222 status collapsed
18223
18224 \begin_layout Standard
18225
18226
18227 \backslash
18228 ref{fig:Platypus}
18229 \end_layout
18230
18231 \end_inset
18232
18233 .
18234 \end_layout
18235
18236 \begin_layout Subsection
18237 Automatic Reference Naming
18238 \begin_inset LatexCommand index
18239 name "References ! Automatic Reference Naming"
18240
18241 \end_inset
18242
18243
18244 \end_layout
18245
18246 \begin_layout Standard
18247 The LaTeX-package 
18248 \series bold
18249 hyperref
18250 \series default
18251  provides a very useful feature that cross-references automatically include
18252  the name of the referenced floats (or text parts like sections).
18253  You save to write e.\InsetSpace \thinspace{}
18254 g.\InsetSpace ~
18255 the name 
18256 \begin_inset Quotes eld
18257 \end_inset
18258
18259 Figure
18260 \begin_inset Quotes erd
18261 \end_inset
18262
18263  before every reference box.
18264  To get this automatic reference naming, you have to load the LaTeX-package
18265  
18266 \series bold
18267 hyperref
18268 \series default
18269
18270 \begin_inset LatexCommand index
18271 name "LaTeX-packages ! hyperref"
18272
18273 \end_inset
18274
18275  in the document preamble with
18276 \end_layout
18277
18278 \begin_layout Standard
18279
18280 \series bold
18281
18282 \backslash
18283 usepackage[pdfborder={0 0 0}]{hyperref}
18284 \newline
18285
18286 \backslash
18287 AtBeginDocument{
18288 \backslash
18289 renewcommand{
18290 \backslash
18291 ref}[1]{
18292 \backslash
18293 mbox{
18294 \backslash
18295 autoref{#1}}}}
18296 \end_layout
18297
18298 \begin_layout Standard
18299
18300 \series bold
18301 hyperref
18302 \series default
18303  is used to link cross-references in the DVI- and PDF-output, this means
18304  that the reader of your document will be able to click on a table of content
18305  (TOC) entry or on a reference and he will be shown the referenced document
18306  part.
18307  
18308 \series bold
18309 hyperref
18310 \series default
18311  also creates PDF-bookmarks for every section of your document to make it
18312  easier for readers to navigate through the document.
18313  This is also used in this document but when you have a look in the document
18314  preamble you will find various options in the load command of 
18315 \series bold
18316 hyperref
18317 \series default
18318 .
18319  To learn more about the 
18320 \series bold
18321 hyperref
18322 \series default
18323  package, we refer to its documentation 
18324 \begin_inset LatexCommand cite
18325 key "hyperref"
18326
18327 \end_inset
18328
18329 .
18330 \end_layout
18331
18332 \begin_layout Standard
18333 \begin_inset Note Greyedout
18334 status open
18335
18336 \begin_layout Standard
18337
18338 \series bold
18339 Note:
18340 \series default
18341  Automatic reference naming cannot be used when you use cross-references
18342  in the 
18343 \family sans
18344 Formatted\InsetSpace ~
18345 reference
18346 \family default
18347  style, described in section\InsetSpace ~
18348
18349 \begin_inset LatexCommand ref
18350 reference "sub:Cross-Reference-Formats"
18351
18352 \end_inset
18353
18354 .
18355 \end_layout
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Subsection
18363 Reference Position
18364 \begin_inset LatexCommand label
18365 name "sub:Reference-Position"
18366
18367 \end_inset
18368
18369
18370 \begin_inset LatexCommand index
18371 name "References ! Reference Position"
18372
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \begin_layout Standard
18379 If you use 
18380 \series bold
18381 hyperref
18382 \series default
18383
18384 \begin_inset LatexCommand index
18385 name "LaTeX-packages ! hyperref"
18386
18387 \end_inset
18388
18389  to link cross-references in the output, you will see that clicking on an
18390  image float reference jumps to the image label.
18391  The caption will be the first text part on the screen, so that you cannot
18392  see the image without scrolling.
18393  This is because the reference link anchor is placed at the position of
18394  the label.
18395  With the use of the package 
18396 \series bold
18397 hypcap
18398 \series default
18399
18400 \begin_inset LatexCommand index
18401 name "LaTeX-packages ! hypcap"
18402
18403 \end_inset
18404
18405 , which is part of the LaTeX-package 
18406 \series bold
18407 oberdiek
18408 \series default
18409
18410 \begin_inset LatexCommand index
18411 name "LaTeX-packages ! oberdiek"
18412
18413 \end_inset
18414
18415 , the link anchor is placed at the beginning of a float.
18416  To use this feature for figure floats, load 
18417 \series bold
18418 hypcap
18419 \series default
18420  in the document preamble with the line
18421 \end_layout
18422
18423 \begin_layout Standard
18424
18425 \series bold
18426
18427 \backslash
18428 usepackage[f\SpecialChar \textcompwordmark{}
18429 igure]{hypcap}
18430 \end_layout
18431
18432 \begin_layout Standard
18433 You can also use 
18434 \series bold
18435 hypcap
18436 \series default
18437  for all floats but this isn't recommended for stability reasons.
18438  For more informations, have a look at 
18439 \series bold
18440 hypcap
18441 \series default
18442 's manual 
18443 \begin_inset LatexCommand cite
18444 key "hypcap"
18445
18446 \end_inset
18447
18448 .
18449 \end_layout
18450
18451 \begin_layout Standard
18452 \begin_inset Note Greyedout
18453 status open
18454
18455 \begin_layout Standard
18456
18457 \series bold
18458 Note:
18459 \series default
18460  
18461 \series bold
18462 hypcap
18463 \series default
18464  must be loaded after 
18465 \series bold
18466 hyperref
18467 \series default
18468  in the document preamble.
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Standard
18477 \begin_inset Note Greyedout
18478 status open
18479
18480 \begin_layout Standard
18481
18482 \series bold
18483 Note:
18484 \series default
18485  The set reference position has no effect for references to subfigures.
18486 \end_layout
18487
18488 \end_inset
18489
18490
18491 \end_layout
18492
18493 \begin_layout Section
18494 Float Placement
18495 \begin_inset LatexCommand label
18496 name "sec:Float-Placement"
18497
18498 \end_inset
18499
18500
18501 \begin_inset LatexCommand index
18502 name "Floats ! Placement"
18503
18504 \end_inset
18505
18506
18507 \end_layout
18508
18509 \begin_layout Standard
18510 Right-clicking on a float-box opens a dialog where you can alter the placement
18511  options that LaTeX uses for positioning the float.
18512 \newline
18513 The option 
18514 \family sans
18515 Span\InsetSpace ~
18516 columns
18517 \family default
18518  is only useful for two-column documents: If you select it, the float will
18519  span across both columns on the page instead of being confined to just
18520  one.
18521 \newline
18522 The option 
18523 \family sans
18524 Rotate\InsetSpace ~
18525 sideways
18526 \family default
18527  is used to rotate floats, see section 
18528 \begin_inset LatexCommand ref
18529 reference "sec:Rotated-Floats"
18530
18531 \end_inset
18532
18533 .
18534 \end_layout
18535
18536 \begin_layout Standard
18537 You can use one ore more of the following options in the float dialog to
18538  set the placement for a particular float when you uncheck the option 
18539 \family sans
18540 Use\InsetSpace ~
18541 default\InsetSpace ~
18542 placement
18543 \family default
18544 :
18545 \end_layout
18546
18547 \begin_layout Description
18548 Here\InsetSpace ~
18549 if\InsetSpace ~
18550 possible: try to place the float on the position where it is inserted
18551 \end_layout
18552
18553 \begin_layout Description
18554 Top\InsetSpace ~
18555 of\InsetSpace ~
18556 page: try to place the float on the top of the current page
18557 \end_layout
18558
18559 \begin_layout Description
18560 Bottom\InsetSpace ~
18561 of\InsetSpace ~
18562 page: try to place the float on the bottom of the current page
18563 \end_layout
18564
18565 \begin_layout Description
18566 Page\InsetSpace ~
18567 of\InsetSpace ~
18568 floats: try to place the float on an own page 
18569 \end_layout
18570
18571 \begin_layout Standard
18572 The order of the above option is 
18573 \emph on
18574 always
18575 \emph default
18576  used by LaTeX.
18577  That means, if you use the default placement, LaTeX will first try out
18578  
18579 \family sans
18580 Here\InsetSpace ~
18581 if\InsetSpace ~
18582 possible
18583 \family default
18584 , then 
18585 \family sans
18586 Top\InsetSpace ~
18587 of\InsetSpace ~
18588 page
18589 \family default
18590 , and then the others.
18591  If you don't use the default, LaTeX will try only the checked options but
18592  in the same order.
18593  If none of the 4 placements are possible the procedure is internally repeated
18594  but it is tried to put the float on the following page.
18595 \end_layout
18596
18597 \begin_layout Standard
18598 By default, each options has its own rules:
18599 \end_layout
18600
18601 \begin_layout Labeling
18602 \labelwidthstring 00.00.0000
18603
18604 \family sans
18605 Top\InsetSpace ~
18606 of\InsetSpace ~
18607 page
18608 \family default
18609  only floats occupying less than 70\InsetSpace \thinspace{}
18610 % of the page can be placed at the top
18611  of a page (
18612 \series bold
18613
18614 \backslash
18615 topfraction
18616 \series default
18617 )
18618 \end_layout
18619
18620 \begin_layout Labeling
18621 \labelwidthstring 00.00.0000
18622
18623 \family sans
18624 Bottom\InsetSpace ~
18625 of\InsetSpace ~
18626 page
18627 \family default
18628 : only floats occupying less than 30\InsetSpace \thinspace{}
18629 % of the page can be placed at the bottom
18630  of a page.
18631  (
18632 \series bold
18633
18634 \backslash
18635 bottomfraction
18636 \series default
18637 )
18638 \end_layout
18639
18640 \begin_layout Labeling
18641 \labelwidthstring 00.00.0000
18642
18643 \family sans
18644 Page\InsetSpace ~
18645 of\InsetSpace ~
18646 floats
18647 \family default
18648 : only if more than 50\InsetSpace \thinspace{}
18649 % of the page are occupied by floats, several floats
18650  can be set together on a page.
18651  (
18652 \series bold
18653
18654 \backslash
18655 floatpagefraction
18656 \series default
18657 )
18658 \end_layout
18659
18660 \begin_layout Standard
18661 If you don't like these rules, you can ignore them by using the additional
18662  option 
18663 \family sans
18664 Ignore\InsetSpace ~
18665 LaTeX\InsetSpace ~
18666 rules
18667 \family default
18668 .
18669 \newline
18670 You can also redefine the rules with LaTeX-commands that are given in parenthese
18671 s behind the rules description above.
18672  To increase for example the often too small default of the bottom-rule
18673  to 50\InsetSpace \thinspace{}
18674 % of the page, add this line to your document preamble:
18675 \end_layout
18676
18677 \begin_layout Standard
18678
18679 \series bold
18680
18681 \backslash
18682 renewcommand{
18683 \backslash
18684 bottomfraction}{0.5}
18685 \end_layout
18686
18687 \begin_layout Standard
18688 Sometimes you might need, under all circumstances, a float to be placed
18689  exactly at the position where it is inserted.
18690  For this case you can use the option 
18691 \family sans
18692 Here\InsetSpace ~
18693 definitely
18694 \family default
18695 .
18696  Use this option very rarely and only if the document is nearly ready to
18697  be printed.
18698  Because the float is then no longer able to 
18699 \begin_inset Quotes eld
18700 \end_inset
18701
18702 float
18703 \begin_inset Quotes erd
18704 \end_inset
18705
18706  when you change your document and this will often destroy the page layout.
18707 \end_layout
18708
18709 \begin_layout Standard
18710 There are no placement options for text wrap floats, because they are always
18711  surrounded by the text of a certain paragraph.
18712 \begin_inset VSpace bigskip
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \begin_layout Standard
18719 Sometimes you have the problem that a float is placed at the top of a page
18720  while its corresponding section starts at the middle of the page, so that
18721  the reader could think the float is part of the previous section.
18722  To avoid this the LaTeX-command 
18723 \series bold
18724
18725 \backslash
18726 suppressf\SpecialChar \textcompwordmark{}
18727 loats
18728 \series default
18729  can be used.
18730  It suppresses a given float placement for the page where it is inserted
18731  and can therefore be used to avoid that floats could be set before a section
18732  starts.
18733  To get this, add these commands to your document preamble:
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \series bold
18739
18740 \backslash
18741 let
18742 \backslash
18743 mySection
18744 \backslash
18745 section
18746 \newline
18747
18748 \backslash
18749 renewcommand{
18750 \backslash
18751 section}{
18752 \backslash
18753 suppressf\SpecialChar \textcompwordmark{}
18754 loats[t]
18755 \backslash
18756 mySection}
18757 \end_layout
18758
18759 \begin_layout Standard
18760 You can define the same for all section headings, like chapters and subsections.
18761  This definition is not recommended to be used for small text parts like
18762  subsubsections because LaTeX may then have problems to find a suitable
18763  placement.
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \begin_inset VSpace bigskip
18768 \end_inset
18769
18770 In some cases it is required to have all figures/tables at the end of the
18771  document.
18772  For this purpose the LaTeX-package 
18773 \series bold
18774 endf\SpecialChar \textcompwordmark{}
18775 loat
18776 \series default
18777
18778 \begin_inset LatexCommand index
18779 name "LaTeX-packages ! endfloat"
18780
18781 \end_inset
18782
18783  was developed.
18784  It puts all figure and table floats at the end of the document into own
18785  sections.
18786  At the original float position a text hint like 
18787 \begin_inset Quotes eld
18788 \end_inset
18789
18790
18791 \family sans
18792 [Figure\InsetSpace ~
18793 3.2 about here.]
18794 \family default
18795
18796 \begin_inset Quotes erd
18797 \end_inset
18798
18799  is inserted.
18800  The endfloat-package is loaded in the preamble with the line
18801 \end_layout
18802
18803 \begin_layout Standard
18804
18805 \series bold
18806
18807 \backslash
18808 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18809 loat}
18810 \end_layout
18811
18812 \begin_layout Standard
18813 There are various package options to format the created figure/table sections.
18814  For more information we refer to the 
18815 \series bold
18816 endf\SpecialChar \textcompwordmark{}
18817 loat
18818 \series default
18819  documentation 
18820 \begin_inset LatexCommand cite
18821 key "endfloat"
18822
18823 \end_inset
18824
18825 .
18826 \newline
18827
18828 \begin_inset Note Greyedout
18829 status open
18830
18831 \begin_layout Standard
18832
18833 \series bold
18834 Note: endf\SpecialChar \textcompwordmark{}
18835 loat
18836 \series default
18837  doesn't provide an automatic translation for the text hint, you have to
18838  do this manually, see section\InsetSpace ~
18839 4 in 
18840 \begin_inset LatexCommand cite
18841 key "endfloat"
18842
18843 \end_inset
18844
18845 .
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \newline
18852
18853 \begin_inset Note Greyedout
18854 status open
18855
18856 \begin_layout Standard
18857
18858 \series bold
18859 Note:
18860 \series default
18861  There is currently a bug in 
18862 \series bold
18863 endf\SpecialChar \textcompwordmark{}
18864 loat
18865 \series default
18866  when the caption contains a German 
18867 \begin_inset Quotes eld
18868 \end_inset
18869
18870 ß
18871 \begin_inset Quotes erd
18872 \end_inset
18873
18874 .
18875  Use in this case the command 
18876 \begin_inset Quotes eld
18877 \end_inset
18878
18879
18880 \series bold
18881
18882 \backslash
18883 ss
18884 \series default
18885
18886 \begin_inset Quotes erd
18887 \end_inset
18888
18889  in ERT instead of 
18890 \begin_inset Quotes eld
18891 \end_inset
18892
18893 ß
18894 \begin_inset Quotes erd
18895 \end_inset
18896
18897 .
18898 \end_layout
18899
18900 \end_inset
18901
18902
18903 \end_layout
18904
18905 \begin_layout Standard
18906 \begin_inset VSpace bigskip
18907 \end_inset
18908
18909 For more details about float placements, have a look at LaTeX books, 
18910 \begin_inset LatexCommand cite
18911 key "latexcompanion,latexguide,latexbook"
18912
18913 \end_inset
18914
18915 .
18916 \end_layout
18917
18918 \begin_layout Section
18919 Rotated Floats
18920 \begin_inset LatexCommand label
18921 name "sec:Rotated-Floats"
18922
18923 \end_inset
18924
18925
18926 \begin_inset LatexCommand index
18927 name "Floats ! Rotating"
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \begin_layout Standard
18935 Especially for wide tables you might have floats rotated.
18936  To rotate a whole float including the caption, right-click on the float-box
18937  and use the option 
18938 \family sans
18939 Rotate\InsetSpace ~
18940 sideways
18941 \family default
18942 .
18943 \end_layout
18944
18945 \begin_layout Standard
18946 Rotated floats are always placed on its own page (or column, when you have
18947  a two-column document).
18948  They are normally rotated so that you can read them from the outside margin
18949  -- to the left on even pages, to the right on odd pages.
18950 \end_layout
18951
18952 \begin_layout Standard
18953 Referencing rotated floats is the same like for normal floats, the caption
18954  format is also the same: Table\InsetSpace ~
18955
18956 \begin_inset LatexCommand ref
18957 reference "tab:Rotated-table"
18958
18959 \end_inset
18960
18961  is an example of a rotated table float.
18962 \end_layout
18963
18964 \begin_layout Standard
18965 \begin_inset Note Greyedout
18966 status open
18967
18968 \begin_layout Standard
18969
18970 \series bold
18971 Note:
18972 \series default
18973  Not all DVI-viewers are able to display rotated floats.
18974 \end_layout
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Standard
18982 \begin_inset Float table
18983 wide false
18984 sideways true
18985 status open
18986
18987 \begin_layout Standard
18988 \begin_inset Caption
18989
18990 \begin_layout Standard
18991 \begin_inset LatexCommand label
18992 name "tab:Rotated-table"
18993
18994 \end_inset
18995
18996  Rotated table
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \begin_layout Standard
19005 \align center
19006 \begin_inset Tabular
19007 <lyxtabular version="3" rows="1" columns="5">
19008 <features>
19009 <column alignment="center" valignment="top" leftline="true" width="0">
19010 <column alignment="center" valignment="top" leftline="true" width="0">
19011 <column alignment="center" valignment="top" leftline="true" width="0">
19012 <column alignment="center" valignment="top" leftline="true" width="0">
19013 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19014 <row topline="true" bottomline="true">
19015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Standard
19019 test
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Standard
19028 b
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Standard
19037 c
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Standard
19046 d
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Standard
19055 e
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 </row>
19061 </lyxtabular>
19062
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Section
19074 Caption Formatting
19075 \begin_inset LatexCommand index
19076 name "Caption ! Formatting"
19077
19078 \end_inset
19079
19080
19081 \begin_inset LatexCommand index
19082 name "Floats ! Caption Formatting"
19083
19084 \end_inset
19085
19086
19087 \begin_inset LatexCommand index
19088 name "LaTeX-packages ! caption"
19089
19090 \end_inset
19091
19092
19093 \begin_inset LatexCommand label
19094 name "sec:Caption-Formatting"
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Standard
19102 The 
19103 \family sans
19104 Caption
19105 \family default
19106  environment is the default paragraph environment for 
19107 \family sans
19108 Floats
19109 \family default
19110 .
19111  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
19112 g.\InsetSpace ~
19113
19114 \begin_inset Quotes eld
19115 \end_inset
19116
19117
19118 \family sans
19119 Figure #:
19120 \family default
19121
19122 \begin_inset Quotes erd
19123 \end_inset
19124
19125  followed by the caption text.
19126  The number sign 
19127 \begin_inset Quotes eld
19128 \end_inset
19129
19130 #
19131 \begin_inset Quotes erd
19132 \end_inset
19133
19134  is substituted in the printed output by the actual reference number.
19135  By default the label and the number are in the same font as the caption
19136  text and a colon follows the number to divide then label from the text.
19137  This caption format is not suitable for all document formats.
19138  
19139 \end_layout
19140
19141 \begin_layout Standard
19142 To change the default caption format, load the LaTeX-package 
19143 \series bold
19144 caption
19145 \series default
19146
19147 \begin_inset LatexCommand index
19148 name "LaTeX-packages ! caption"
19149
19150 \end_inset
19151
19152  in the document preamble with this line:
19153 \end_layout
19154
19155 \begin_layout Standard
19156
19157 \series bold
19158
19159 \backslash
19160 usepackage[format definition]{caption}
19161 \end_layout
19162
19163 \begin_layout Standard
19164 To have for example the label and the number in sans-serif bold font and
19165  the table captions always above the table like in this document, use the
19166  following command:
19167 \end_layout
19168
19169 \begin_layout Standard
19170
19171 \series bold
19172
19173 \backslash
19174 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19175 \end_layout
19176
19177 \begin_layout Standard
19178 You can also define different caption formats for the different float types.
19179  In this case load the 
19180 \series bold
19181 caption
19182 \series default
19183  package without format specific options and define the different formats
19184  with the help of the command
19185 \end_layout
19186
19187 \begin_layout Standard
19188
19189 \series bold
19190
19191 \backslash
19192 captionsetup[float type]{format definition}
19193 \end_layout
19194
19195 \begin_layout Standard
19196 in the document preamble.
19197  For example the caption formats of Figure\InsetSpace ~
19198
19199 \begin_inset LatexCommand ref
19200 reference "fig:This-is-an-fig"
19201
19202 \end_inset
19203
19204  and Table\InsetSpace ~
19205
19206 \begin_inset LatexCommand ref
19207 reference "tab:This-is-an-tab"
19208
19209 \end_inset
19210
19211  can be created using these commands in the document preamble:
19212 \end_layout
19213
19214 \begin_layout Standard
19215
19216 \series bold
19217
19218 \backslash
19219 usepackage[tableposition=top]{caption}
19220 \series default
19221
19222 \newline
19223
19224 \series bold
19225
19226 \backslash
19227 captionsetup[f\SpecialChar \textcompwordmark{}
19228 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19229 \newline
19230
19231 \begin_inset ERT
19232 status collapsed
19233
19234 \begin_layout Standard
19235
19236
19237 \backslash
19238 hphantom{
19239 \backslash
19240
19241 \backslash
19242 captionsetup[figure]
19243 \backslash
19244 {}
19245 \end_layout
19246
19247 \end_inset
19248
19249  labelsep=period}
19250 \newline
19251
19252 \backslash
19253 captionsetup[table]{labelfont={bf,sf}}
19254 \end_layout
19255
19256 \begin_layout Standard
19257 \begin_inset Note Greyedout
19258 status open
19259
19260 \begin_layout Standard
19261
19262 \series bold
19263 Note:
19264 \series default
19265  The option 
19266 \series bold
19267 tableposition=top
19268 \series default
19269  has no effect when a 
19270 \series bold
19271 koma-script
19272 \series default
19273
19274 \begin_inset LatexCommand index
19275 name "LaTeX-packages ! koma-script"
19276
19277 \end_inset
19278
19279  document class is used.
19280  In this case the document class option 
19281 \series bold
19282 tablecaptionabove
19283 \series default
19284  must be used.
19285 \end_layout
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \begin_layout Standard
19293 For more information about the package 
19294 \series bold
19295 caption
19296 \series default
19297  we refer to its documentation 
19298 \begin_inset LatexCommand cite
19299 key "caption,caption-de"
19300
19301 \end_inset
19302
19303 .
19304 \end_layout
19305
19306 \begin_layout Standard
19307 To change the label name from e.g.
19308  
19309 \begin_inset Quotes eld
19310 \end_inset
19311
19312 Figure
19313 \begin_inset Quotes erd
19314 \end_inset
19315
19316  to 
19317 \begin_inset Quotes eld
19318 \end_inset
19319
19320 Image
19321 \begin_inset Quotes erd
19322 \end_inset
19323
19324  use this preamble command:
19325 \end_layout
19326
19327 \begin_layout Standard
19328
19329 \series bold
19330
19331 \backslash
19332 renewcommand{
19333 \backslash
19334 fnum@figure}{Image~
19335 \backslash
19336 thefigure}
19337 \end_layout
19338
19339 \begin_layout Standard
19340 where 
19341 \series bold
19342
19343 \backslash
19344 thefigure
19345 \series default
19346  inserts the figure number and
19347 \series bold
19348  
19349 \begin_inset Quotes eld
19350 \end_inset
19351
19352 ~
19353 \series default
19354
19355 \begin_inset Quotes erd
19356 \end_inset
19357
19358  creates a protected space.
19359 \end_layout
19360
19361 \begin_layout Standard
19362 \begin_inset VSpace bigskip
19363 \end_inset
19364
19365 If you are using a 
19366 \series bold
19367 koma-script
19368 \series default
19369
19370 \begin_inset LatexCommand index
19371 name "LaTeX-packages ! koma-script"
19372
19373 \end_inset
19374
19375  document class (
19376 \family sans
19377 article (koma-script)
19378 \family default
19379
19380 \family sans
19381 book (koma-script)
19382 \family default
19383
19384 \family sans
19385 letter (koma-script)
19386 \family default
19387 , or 
19388 \family sans
19389 report (koma-script)
19390 \family default
19391 \InsetSpace \thinspace{}
19392 ), you can alternatively to the 
19393 \series bold
19394 caption
19395 \series default
19396  package use 
19397 \series bold
19398 koma-script
19399 \series default
19400 's built-in command 
19401 \series bold
19402
19403 \backslash
19404 setkomafont
19405 \series default
19406 .
19407  For example, to have the caption label in bold, add this command to your
19408  document preamble:
19409 \end_layout
19410
19411 \begin_layout Standard
19412
19413 \series bold
19414
19415 \backslash
19416 setkomafont{captionlabel}{
19417 \backslash
19418 bfseries}
19419 \end_layout
19420
19421 \begin_layout Standard
19422 For more information about 
19423 \series bold
19424
19425 \backslash
19426 setkomafont
19427 \series default
19428  we refer to the 
19429 \series bold
19430 koma-script
19431 \series default
19432  documentation 
19433 \begin_inset LatexCommand cite
19434 key "koma-script,koma-script-de"
19435
19436 \end_inset
19437
19438 .
19439 \end_layout
19440
19441 \begin_layout Standard
19442 \begin_inset ERT
19443 status collapsed
19444
19445 \begin_layout Standard
19446
19447
19448 \backslash
19449 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19450 }
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \begin_inset Note Note
19457 status open
19458
19459 \begin_layout Standard
19460 The caption format is changed only for this example.
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469 \begin_inset Float figure
19470 placement !p
19471 wide false
19472 sideways false
19473 status open
19474
19475 \begin_layout Standard
19476 \align center
19477 \begin_inset Graphics
19478         filename clipart/mobius.eps
19479         lyxscale 50
19480         scale 50
19481
19482 \end_inset
19483
19484
19485 \end_layout
19486
19487 \begin_layout Standard
19488 \begin_inset Caption
19489
19490 \begin_layout Standard
19491 \begin_inset LatexCommand label
19492 name "fig:This-is-an-fig"
19493
19494 \end_inset
19495
19496 This is an example figure caption that is longer than one line to show the
19497  different caption format.
19498  Here a self-defined caption format is used.
19499 \end_layout
19500
19501 \end_inset
19502
19503
19504 \end_layout
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \begin_layout Standard
19512 \begin_inset ERT
19513 status collapsed
19514
19515 \begin_layout Standard
19516
19517
19518 \backslash
19519 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19520 on}
19521 \end_layout
19522
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \begin_inset Float table
19530 placement !p
19531 wide false
19532 sideways false
19533 status open
19534
19535 \begin_layout Standard
19536 \begin_inset Caption
19537
19538 \begin_layout Standard
19539 \begin_inset LatexCommand label
19540 name "tab:This-is-an-tab"
19541
19542 \end_inset
19543
19544 This is an example table caption that is longer than one line to show the
19545  different caption format.
19546  Here the standard caption format for tables in this document is used.
19547 \end_layout
19548
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \begin_layout Standard
19555 \align center
19556 \begin_inset Tabular
19557 <lyxtabular version="3" rows="1" columns="5">
19558 <features>
19559 <column alignment="center" valignment="top" leftline="true" width="0">
19560 <column alignment="center" valignment="top" leftline="true" width="0">
19561 <column alignment="center" valignment="top" leftline="true" width="0">
19562 <column alignment="center" valignment="top" leftline="true" width="0">
19563 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19564 <row topline="true" bottomline="true">
19565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Standard
19569 a
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Standard
19578 b
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Standard
19587 c
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Standard
19596 d
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Standard
19605 e
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 </lyxtabular>
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Section
19624 Caption Placement
19625 \begin_inset LatexCommand index
19626 name "Caption ! Placement"
19627
19628 \end_inset
19629
19630
19631 \begin_inset LatexCommand index
19632 name "Floats ! Caption Placement"
19633
19634 \end_inset
19635
19636
19637 \begin_inset LatexCommand label
19638 name "sec:Caption-Placement"
19639
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \begin_layout Standard
19646 The common caption placement rule is:
19647 \end_layout
19648
19649 \begin_layout Description
19650 Figure: Caption is set below the figure
19651 \end_layout
19652
19653 \begin_layout Description
19654 Table: Caption is set above the table
19655 \end_layout
19656
19657 \begin_layout Standard
19658 Having the caption above the table is unfortunately not supported in LaTeX's
19659  standard classes.
19660  That means if you are using the document classes 
19661 \family sans
19662 article
19663 \family default
19664
19665 \family sans
19666 book
19667 \family default
19668
19669 \family sans
19670 letter
19671 \family default
19672 , or 
19673 \family sans
19674 report
19675 \family default
19676  there will be no space between the caption and the table.
19677  To insert the needed space, add the following option to the load command
19678  of the LaTeX-package 
19679 \series bold
19680 caption
19681 \series default
19682  in your document preamble
19683 \begin_inset Foot
19684 status collapsed
19685
19686 \begin_layout Standard
19687 See section\InsetSpace ~
19688
19689 \begin_inset LatexCommand ref
19690 reference "sec:Caption-Formatting"
19691
19692 \end_inset
19693
19694  for more information of the package 
19695 \series bold
19696 caption
19697 \series default
19698 .
19699 \end_layout
19700
19701 \end_inset
19702
19703 :
19704 \end_layout
19705
19706 \begin_layout Standard
19707
19708 \series bold
19709 tableposition=top
19710 \end_layout
19711
19712 \begin_layout Standard
19713 If you are using a 
19714 \series bold
19715 koma-script
19716 \series default
19717
19718 \begin_inset LatexCommand index
19719 name "LaTeX-packages ! koma-script"
19720
19721 \end_inset
19722
19723  document class (
19724 \family sans
19725 article (koma-script)
19726 \family default
19727
19728 \family sans
19729 book (koma-script)
19730 \family default
19731
19732 \family sans
19733 letter (koma-script)
19734 \family default
19735 , or 
19736 \family sans
19737 report (koma-script)
19738 \family default
19739 \InsetSpace \thinspace{}
19740 ), you can alternatively to the 
19741 \series bold
19742 caption
19743 \series default
19744  package set the document class option 
19745 \series bold
19746 tablecaptionabove
19747 \series default
19748 , or you can use the environment 
19749 \family sans
19750 caption\InsetSpace ~
19751 above
19752 \family default
19753  instead of the 
19754 \family sans
19755 caption
19756 \family default
19757  environment.
19758 \end_layout
19759
19760 \begin_layout Standard
19761 \begin_inset VSpace bigskip
19762 \end_inset
19763
19764 It is also possible to set the caption beside a figure or table.
19765  To get this the LaTeX-package 
19766 \series bold
19767 sidecap
19768 \series default
19769
19770 \begin_inset LatexCommand index
19771 name "LaTeX-packages ! sidecap"
19772
19773 \end_inset
19774
19775  has to be loaded in the document preamble with the line
19776 \end_layout
19777
19778 \begin_layout Standard
19779
19780 \series bold
19781
19782 \backslash
19783 usepackage[option]{sidecap}
19784 \end_layout
19785
19786 \begin_layout Standard
19787 If you set no option, the caption is placed on the side of the outer page
19788  margin -- to the right on odd pages, to the left on even pages.
19789  You can change the placement to inner margin with the option 
19790 \series bold
19791 innercaption
19792 \series default
19793 .
19794  To force the placement always to the right or left, use the option 
19795 \series bold
19796 rightcaption
19797 \series default
19798  or 
19799 \series bold
19800 leftcaption
19801 \series default
19802 , respectively.
19803 \end_layout
19804
19805 \begin_layout Standard
19806 To place in LyX the caption of a float on the side, it is necessary to add
19807  these commands to the document preamble:
19808 \end_layout
19809
19810 \begin_layout Standard
19811
19812 \lyxline
19813
19814 \end_layout
19815
19816 \begin_layout Standard
19817
19818 \series bold
19819
19820 \backslash
19821 newcommand{
19822 \backslash
19823 TabBesBeg}{%
19824 \newline
19825
19826 \begin_inset ERT
19827 status collapsed
19828
19829 \begin_layout Standard
19830
19831
19832 \backslash
19833 hphantom{ }
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \backslash
19840 let
19841 \backslash
19842 MyTable
19843 \backslash
19844 table
19845 \newline
19846
19847 \begin_inset ERT
19848 status collapsed
19849
19850 \begin_layout Standard
19851
19852
19853 \backslash
19854 hphantom{ }
19855 \end_layout
19856
19857 \end_inset
19858
19859
19860 \backslash
19861 let
19862 \backslash
19863 MyEndtable
19864 \backslash
19865 endtable
19866 \newline
19867
19868 \begin_inset ERT
19869 status collapsed
19870
19871 \begin_layout Standard
19872
19873
19874 \backslash
19875 hphantom{ }
19876 \end_layout
19877
19878 \end_inset
19879
19880
19881 \backslash
19882 renewenvironment{table}{
19883 \backslash
19884 begin{SCtable}}{
19885 \backslash
19886 end{SCtable}}}
19887 \end_layout
19888
19889 \begin_layout Standard
19890
19891 \series bold
19892
19893 \backslash
19894 newcommand{
19895 \backslash
19896 TabBesEnd}{%
19897 \newline
19898
19899 \begin_inset ERT
19900 status collapsed
19901
19902 \begin_layout Standard
19903
19904
19905 \backslash
19906 hphantom{ }
19907 \end_layout
19908
19909 \end_inset
19910
19911
19912 \backslash
19913 let
19914 \backslash
19915 table
19916 \backslash
19917 MyTable
19918 \newline
19919
19920 \begin_inset ERT
19921 status collapsed
19922
19923 \begin_layout Standard
19924
19925
19926 \backslash
19927 hphantom{ }
19928 \end_layout
19929
19930 \end_inset
19931
19932
19933 \backslash
19934 let
19935 \backslash
19936 endtable
19937 \backslash
19938 MyEndtable
19939 \end_layout
19940
19941 \begin_layout Standard
19942
19943 \series bold
19944
19945 \backslash
19946 newcommand{
19947 \backslash
19948 FigBesBeg}{%
19949 \newline
19950
19951 \begin_inset ERT
19952 status collapsed
19953
19954 \begin_layout Standard
19955
19956
19957 \backslash
19958 hphantom{ }
19959 \end_layout
19960
19961 \end_inset
19962
19963
19964 \backslash
19965 let
19966 \backslash
19967 MyFigure
19968 \backslash
19969 f\SpecialChar \textcompwordmark{}
19970 igure
19971 \newline
19972
19973 \begin_inset ERT
19974 status collapsed
19975
19976 \begin_layout Standard
19977
19978
19979 \backslash
19980 hphantom{ }
19981 \end_layout
19982
19983 \end_inset
19984
19985
19986 \backslash
19987 let
19988 \backslash
19989 MyEndf\SpecialChar \textcompwordmark{}
19990 igure
19991 \backslash
19992 endf\SpecialChar \textcompwordmark{}
19993 igure
19994 \newline
19995
19996 \begin_inset ERT
19997 status collapsed
19998
19999 \begin_layout Standard
20000
20001
20002 \backslash
20003 hphantom{ }
20004 \end_layout
20005
20006 \end_inset
20007
20008
20009 \backslash
20010 renewenvironment{f\SpecialChar \textcompwordmark{}
20011 igure}{
20012 \backslash
20013 begin{SCf\SpecialChar \textcompwordmark{}
20014 igure}}{
20015 \backslash
20016 end{SCf\SpecialChar \textcompwordmark{}
20017 igure}}}
20018 \end_layout
20019
20020 \begin_layout Standard
20021
20022 \series bold
20023
20024 \backslash
20025 newcommand{
20026 \backslash
20027 FigBesEnd}{%
20028 \newline
20029
20030 \begin_inset ERT
20031 status collapsed
20032
20033 \begin_layout Standard
20034
20035
20036 \backslash
20037 hphantom{ }
20038 \end_layout
20039
20040 \end_inset
20041
20042
20043 \backslash
20044 let
20045 \backslash
20046 f\SpecialChar \textcompwordmark{}
20047 igure
20048 \backslash
20049 MyFigure
20050 \newline
20051
20052 \begin_inset ERT
20053 status collapsed
20054
20055 \begin_layout Standard
20056
20057
20058 \backslash
20059 hphantom{ }
20060 \end_layout
20061
20062 \end_inset
20063
20064
20065 \backslash
20066 let
20067 \backslash
20068 endf\SpecialChar \textcompwordmark{}
20069 igure
20070 \backslash
20071 MyEndf\SpecialChar \textcompwordmark{}
20072 igure}
20073 \end_layout
20074
20075 \begin_layout Standard
20076
20077 \lyxline
20078
20079 \end_layout
20080
20081 \begin_layout Standard
20082 The commands allow you to redefine the floats so that the caption is set
20083  on the side.
20084  For figure floats use the command
20085 \end_layout
20086
20087 \begin_layout Standard
20088
20089 \series bold
20090
20091 \backslash
20092 FigBesBeg
20093 \end_layout
20094
20095 \begin_layout Standard
20096 in ERT before the float.
20097  Behind the float insert the command
20098 \end_layout
20099
20100 \begin_layout Standard
20101
20102 \series bold
20103
20104 \backslash
20105 FigBesEnd
20106 \end_layout
20107
20108 \begin_layout Standard
20109 in ERT to get back to the original float definition.
20110 \end_layout
20111
20112 \begin_layout Standard
20113 For table floats use the corresponding commands
20114 \end_layout
20115
20116 \begin_layout Standard
20117
20118 \series bold
20119
20120 \backslash
20121 TabBesBeg
20122 \series default
20123  and 
20124 \series bold
20125
20126 \backslash
20127 TabBesEnd
20128 \end_layout
20129
20130 \begin_layout Standard
20131 Figure\InsetSpace ~
20132
20133 \begin_inset LatexCommand ref
20134 reference "fig:cap-beside-fig"
20135
20136 \end_inset
20137
20138  and Table\InsetSpace ~
20139
20140 \begin_inset LatexCommand ref
20141 reference "tab:cap-beside-tab"
20142
20143 \end_inset
20144
20145  are examples where the caption is set beside.
20146 \end_layout
20147
20148 \begin_layout Standard
20149 You can see in the examples that the caption text appears at the top of
20150  the floats for table floats and at the bottom for figure floats.
20151  To change this, you can use the command
20152 \end_layout
20153
20154 \begin_layout Standard
20155
20156 \series bold
20157
20158 \backslash
20159 sidecaptionvpos{float type}{placement}
20160 \end_layout
20161
20162 \begin_layout Standard
20163 in the document preamble or in ERT before the float.
20164  The float type is either 
20165 \family sans
20166 figure
20167 \family default
20168  or 
20169 \family sans
20170 table
20171 \family default
20172 , the placement can be 
20173 \begin_inset Quotes eld
20174 \end_inset
20175
20176
20177 \family sans
20178 t
20179 \family default
20180
20181 \begin_inset Quotes erd
20182 \end_inset
20183
20184  for top, 
20185 \begin_inset Quotes eld
20186 \end_inset
20187
20188
20189 \family sans
20190 c
20191 \family default
20192
20193 \begin_inset Quotes erd
20194 \end_inset
20195
20196  for center, or 
20197 \begin_inset Quotes eld
20198 \end_inset
20199
20200
20201 \family sans
20202 b
20203 \family default
20204
20205 \begin_inset Quotes erd
20206 \end_inset
20207
20208  for bottom.
20209  To have for example the caption of figure floats vertically centered, use
20210  the command
20211 \end_layout
20212
20213 \begin_layout Standard
20214
20215 \series bold
20216
20217 \backslash
20218 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20219 igure}{c}
20220 \end_layout
20221
20222 \begin_layout Standard
20223 This was used for Figure\InsetSpace ~
20224
20225 \begin_inset LatexCommand ref
20226 reference "fig:cap-beside-fig-2"
20227
20228 \end_inset
20229
20230 .
20231 \end_layout
20232
20233 \begin_layout Standard
20234 \begin_inset VSpace defskip
20235 \end_inset
20236
20237 For more information about the package 
20238 \series bold
20239 sidecap
20240 \series default
20241  we refer to its documentation 
20242 \begin_inset LatexCommand cite
20243 key "sidecap"
20244
20245 \end_inset
20246
20247 .
20248 \end_layout
20249
20250 \begin_layout Standard
20251 \begin_inset Note Greyedout
20252 status open
20253
20254 \begin_layout Standard
20255
20256 \series bold
20257 Note:
20258 \series default
20259  The LaTeX-package 
20260 \series bold
20261 hypcap
20262 \series default
20263
20264 \begin_inset LatexCommand index
20265 name "LaTeX-packages ! hypcap"
20266
20267 \end_inset
20268
20269 , described in section\InsetSpace ~
20270
20271 \begin_inset LatexCommand ref
20272 reference "sub:Reference-Position"
20273
20274 \end_inset
20275
20276 , has no effect on floats with the caption set beside.
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Standard
20285 \begin_inset ERT
20286 status collapsed
20287
20288 \begin_layout Standard
20289
20290
20291 \backslash
20292 FigBesBeg 
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \begin_layout Standard
20301 \begin_inset Float figure
20302 wide false
20303 sideways false
20304 status open
20305
20306 \begin_layout Standard
20307 \begin_inset Graphics
20308         filename clipart/escher-lsd.eps
20309         scale 75
20310
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \begin_layout Standard
20317 \begin_inset Caption
20318
20319 \begin_layout Standard
20320 \begin_inset LatexCommand label
20321 name "fig:cap-beside-fig"
20322
20323 \end_inset
20324
20325 This is a caption beside a figure.
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Standard
20339 \begin_inset ERT
20340 status collapsed
20341
20342 \begin_layout Standard
20343
20344
20345 \backslash
20346 TabBesBeg 
20347 \end_layout
20348
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \begin_layout Standard
20355 \begin_inset Float table
20356 wide false
20357 sideways false
20358 status open
20359
20360 \begin_layout Standard
20361 \begin_inset Caption
20362
20363 \begin_layout Standard
20364 \begin_inset LatexCommand label
20365 name "tab:cap-beside-tab"
20366
20367 \end_inset
20368
20369 This is a caption beside a table.
20370 \end_layout
20371
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \begin_layout Standard
20378 \begin_inset Tabular
20379 <lyxtabular version="3" rows="4" columns="5">
20380 <features>
20381 <column alignment="center" valignment="top" leftline="true" width="0">
20382 <column alignment="center" valignment="top" leftline="true" width="0">
20383 <column alignment="center" valignment="top" leftline="true" width="0">
20384 <column alignment="center" valignment="top" leftline="true" width="0">
20385 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20386 <row topline="true">
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Standard
20391 a
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Standard
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Standard
20409 b
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Standard
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Standard
20427 c
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row topline="true">
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Standard
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Standard
20447 d
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Standard
20456
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Standard
20465 e
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Standard
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row topline="true">
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Standard
20485 f
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Standard
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Standard
20503 g
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Standard
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Standard
20521 h
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 </row>
20527 <row topline="true" bottomline="true">
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Standard
20532
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Standard
20541 i
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Standard
20550
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Standard
20559 j
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Standard
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 </row>
20574 </lyxtabular>
20575
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587 \begin_inset ERT
20588 status collapsed
20589
20590 \begin_layout Standard
20591
20592
20593 \backslash
20594 TabBesEnd
20595 \end_layout
20596
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \begin_layout Standard
20603 \begin_inset ERT
20604 status collapsed
20605
20606 \begin_layout Standard
20607
20608
20609 \backslash
20610 sidecaptionvpos{figure}{c}
20611 \end_layout
20612
20613 \end_inset
20614
20615
20616 \begin_inset Float figure
20617 wide false
20618 sideways false
20619 status open
20620
20621 \begin_layout Standard
20622 \begin_inset Graphics
20623         filename clipart/escher-lsd.eps
20624         scale 75
20625
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \begin_layout Standard
20632 \begin_inset Caption
20633
20634 \begin_layout Standard
20635 \begin_inset LatexCommand label
20636 name "fig:cap-beside-fig-2"
20637
20638 \end_inset
20639
20640 This is a vertically centered caption beside a figure.
20641 \end_layout
20642
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \end_inset
20649
20650
20651 \end_layout
20652
20653 \begin_layout Standard
20654 \begin_inset ERT
20655 status collapsed
20656
20657 \begin_layout Standard
20658
20659
20660 \backslash
20661 FigBesEnd
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Section
20670 Listings of Floats
20671 \begin_inset LatexCommand label
20672 name "sec:Listings-of-Floats"
20673
20674 \end_inset
20675
20676
20677 \begin_inset LatexCommand index
20678 name "Floats ! Listings"
20679
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \begin_layout Standard
20686 Similar to the the table of contents where the sections of the document
20687  are listed, there are listings for all float types, like the figures of
20688  the documents.
20689  You can insert them via the 
20690 \family sans
20691 Insert\SpecialChar \menuseparator
20692 List\InsetSpace ~
20693 /\InsetSpace ~
20694 TOC
20695 \family default
20696  sub menus.
20697 \end_layout
20698
20699 \begin_layout Standard
20700 The list entries are the float captions or its short title, the float number,
20701  and the page number where they appear in the document.
20702 \end_layout
20703
20704 \begin_layout Standard
20705 You can find the list of figures and tables at the end of this document.
20706 \end_layout
20707
20708 \begin_layout Chapter
20709 Notes
20710 \end_layout
20711
20712 \begin_layout Section
20713 \begin_inset ERT
20714 status collapsed
20715
20716 \begin_layout Standard
20717
20718
20719 \backslash
20720 texorpdfstring{
20721 \end_layout
20722
20723 \end_inset
20724
20725 LyX
20726 \begin_inset ERT
20727 status collapsed
20728
20729 \begin_layout Standard
20730
20731 }{LyX}
20732 \end_layout
20733
20734 \end_inset
20735
20736  Notes
20737 \begin_inset LatexCommand label
20738 name "sec:LyX-Notes"
20739
20740 \end_inset
20741
20742
20743 \begin_inset LatexCommand index
20744 name "Notes ! LyX Notes"
20745
20746 \end_inset
20747
20748
20749 \begin_inset Note Note
20750 status collapsed
20751
20752 \begin_layout Standard
20753 The command 
20754 \backslash
20755 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
20756  are displayed wrongly in PDF-bookmarks.
20757  For more information about this, have a look at 
20758 \begin_inset LatexCommand cite
20759 key "hyperref"
20760
20761 \end_inset
20762
20763 .
20764 \end_layout
20765
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Notes are inserted with the toolbar button 
20773 \begin_inset Graphics
20774         filename ../images/note-insert.xpm
20775         scale 85
20776
20777 \end_inset
20778
20779  or the menu 
20780 \family sans
20781 Insert\SpecialChar \menuseparator
20782 Note
20783 \family default
20784 .
20785  There are three types of notes:
20786 \end_layout
20787
20788 \begin_layout Description
20789 LyX\InsetSpace ~
20790 Note This note type is for internal notes that won't appear in the output.
20791  Its note-box looks like this:
20792 \newline
20793
20794 \newline
20795
20796 \begin_inset Graphics
20797         filename clipart/LyXNoteImageQt4.png
20798         display none
20799         scale 85
20800
20801 \end_inset
20802
20803  
20804 \begin_inset Note Note
20805 status open
20806
20807 \begin_layout Standard
20808 This is text in a note box that doesn't appear in the output.
20809 \end_layout
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \begin_layout Description
20817 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
20818 ent, when you export the document to LaTeX via the menu 
20819 \family sans
20820 File\SpecialChar \menuseparator
20821 Export\SpecialChar \menuseparator
20822 LaTeX (pdflatex) / LaTeX (plain)
20823 \family default
20824 .
20825  Its note-box looks like this:
20826 \newline
20827
20828 \newline
20829
20830 \begin_inset Graphics
20831         filename clipart/CommentNoteImageQt4.png
20832         display none
20833         scale 85
20834
20835 \end_inset
20836
20837  
20838 \begin_inset Note Comment
20839 status open
20840
20841 \begin_layout Standard
20842 This is text in a note box that only appears as comment in LaTeX-files.
20843 \end_layout
20844
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \begin_layout Description
20851 Greyed\InsetSpace ~
20852 Out This note will appear in the output as grey text.
20853  Its note-box looks like this:
20854 \newline
20855
20856 \newline
20857
20858 \begin_inset Graphics
20859         filename clipart/GreyedOutNoteImageQt4.png
20860         display none
20861         scale 85
20862
20863 \end_inset
20864
20865
20866 \newline
20867
20868 \begin_inset ERT
20869 status collapsed
20870
20871 \begin_layout Standard
20872
20873
20874 \backslash
20875 renewenvironment{lyxgreyedout}
20876 \end_layout
20877
20878 \begin_layout Standard
20879
20880 {
20881 \backslash
20882 textcolor[gray]{0.8}
20883 \backslash
20884 bgroup}{
20885 \backslash
20886 egroup}
20887 \end_layout
20888
20889 \end_inset
20890
20891
20892 \begin_inset Note Greyedout
20893 status open
20894
20895 \begin_layout Standard
20896 This is text
20897 \begin_inset Foot
20898 status open
20899
20900 \begin_layout Standard
20901 This is an example footnote within a greyed out note.
20902 \end_layout
20903
20904 \end_inset
20905
20906  of a comment that appears in the output as grey text.
20907 \end_layout
20908
20909 \end_inset
20910
20911
20912 \begin_inset ERT
20913 status collapsed
20914
20915 \begin_layout Standard
20916
20917
20918 \backslash
20919 renewenvironment{lyxgreyedout}
20920 \end_layout
20921
20922 \begin_layout Standard
20923
20924 {
20925 \backslash
20926 textcolor{blue}
20927 \backslash
20928 bgroup}{
20929 \backslash
20930 egroup}
20931 \end_layout
20932
20933 \end_inset
20934
20935
20936 \begin_inset Note Note
20937 status collapsed
20938
20939 \begin_layout Standard
20940 The greyed out note is here redefined to show it with the original LyX definitio
20941 n because greyed out notes are redefined in the preamble of this document,
20942  as described below, to have blue text.
20943 \end_layout
20944
20945 \end_inset
20946
20947
20948 \newline
20949
20950 \newline
20951 As you can see in the example, the first line of greyed out notes is a bit
20952  indented and greyed out notes can have footnotes.
20953 \end_layout
20954
20955 \begin_layout Description
20956 Framed This note will appear in the output as framed text.
20957  Its note-box looks like this:
20958 \newline
20959
20960 \newline
20961
20962 \begin_inset Graphics
20963         filename clipart/FramedNoteImageQt4.png
20964         display none
20965         scale 85
20966
20967 \end_inset
20968
20969  
20970 \begin_inset Note Framed
20971 status open
20972
20973 \begin_layout Standard
20974 This is text in a note box that appears framed in the output.
20975 \end_layout
20976
20977 \end_inset
20978
20979  In contrary to framed boxes
20980 \begin_inset Foot
20981 status collapsed
20982
20983 \begin_layout Standard
20984 Framed boxes are described in section\InsetSpace ~
20985
20986 \begin_inset LatexCommand ref
20987 reference "sec:Framed-Boxes"
20988
20989 \end_inset
20990
20991 .
20992 \end_layout
20993
20994 \end_inset
20995
20996  the frame uses always the whole text width and the note is set into its
20997  own paragraph.
20998 \end_layout
20999
21000 \begin_layout Description
21001 Shaded This note will appear in the output with red background color.
21002  Its note box looks like this:
21003 \newline
21004
21005 \newline
21006
21007 \begin_inset Graphics
21008         filename clipart/ShadedNoteImageQt4.png
21009         display none
21010         scale 85
21011
21012 \end_inset
21013
21014
21015 \begin_inset Note Shaded
21016 status open
21017
21018 \begin_layout Standard
21019 This text in a note box appears in the output with red background.
21020 \end_layout
21021
21022 \end_inset
21023
21024 In contrary to colored boxes
21025 \begin_inset Foot
21026 status collapsed
21027
21028 \begin_layout Standard
21029 Colored boxes are described in section\InsetSpace ~
21030
21031 \begin_inset LatexCommand ref
21032 reference "sec:Colored-Boxes"
21033
21034 \end_inset
21035
21036 .
21037 \end_layout
21038
21039 \end_inset
21040
21041  the note uses always the whole text width and the note is set into its
21042  own paragraph.
21043 \end_layout
21044
21045 \begin_layout Standard
21046 \begin_inset VSpace bigskip
21047 \end_inset
21048
21049 When you use the toolbar button to insert notes, a 
21050 \family sans
21051 LyX\InsetSpace ~
21052 Note
21053 \family default
21054  is inserted.
21055  You can switch between the three note types by right-clicking on the note-box.
21056  
21057 \family roman
21058 \series medium
21059 \bar no
21060 If you want to turn existing text into a note, mark it and click on the
21061  note
21062 \family default
21063 \series default
21064 \bar default
21065  toolbar 
21066 \family roman
21067 \series medium
21068 \bar no
21069 button
21070 \family default
21071 \series default
21072 \bar default
21073 .
21074 \end_layout
21075
21076 \begin_layout Standard
21077 \begin_inset VSpace bigskip
21078 \end_inset
21079
21080 You can change the text color of the greyed out notes in the preamble with
21081  the following command:
21082 \end_layout
21083
21084 \begin_layout Standard
21085
21086 \series bold
21087
21088 \backslash
21089 renewenvironment{lyxgreyedout}
21090 \newline
21091
21092 \begin_inset ERT
21093 status collapsed
21094
21095 \begin_layout Standard
21096
21097
21098 \backslash
21099 hphantom{ }
21100 \end_layout
21101
21102 \end_inset
21103
21104 {
21105 \backslash
21106 textcolor{color}
21107 \backslash
21108 bgroup}{
21109 \backslash
21110 egroup}
21111 \end_layout
21112
21113 \begin_layout Standard
21114 The available colors and the method to define own colors is explained in
21115  section\InsetSpace ~
21116
21117 \begin_inset LatexCommand ref
21118 reference "sec:Colored-Tables"
21119
21120 \end_inset
21121
21122 .
21123 \end_layout
21124
21125 \begin_layout Standard
21126 Notes that appear in blue in this document are set using greyed out notes
21127  with blue text.
21128 \end_layout
21129
21130 \begin_layout Standard
21131 \begin_inset VSpace bigskip
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \begin_layout Standard
21138 The text style of 
21139 \family sans
21140 Framed
21141 \family default
21142  and 
21143 \family sans
21144 Shaded
21145 \family default
21146  notes can be set in the 
21147 \family sans
21148 Text Style
21149 \family default
21150  dialog.
21151 \end_layout
21152
21153 \begin_layout Standard
21154 The default frame width for 
21155 \family sans
21156 Framed
21157 \family default
21158  notes is 0.4\InsetSpace \thinspace{}
21159 pt; it can be changed by changing the size 
21160 \series bold
21161
21162 \backslash
21163 FrameRule
21164 \series default
21165 .
21166  The default space between the note content and the frame is 9\InsetSpace \thinspace{}
21167 pt; it can
21168  be changed by changing the size 
21169 \series bold
21170
21171 \backslash
21172 FrameSep
21173 \series default
21174 .
21175  For example the frame appearance of the following 
21176 \family sans
21177 Framed
21178 \family default
21179  note is set with the ERT commands
21180 \end_layout
21181
21182 \begin_layout Standard
21183
21184 \series bold
21185
21186 \backslash
21187 FrameRule 5pt 
21188 \backslash
21189 FrameSep 0.5cm
21190 \end_layout
21191
21192 \begin_layout Standard
21193 \begin_inset ERT
21194 status collapsed
21195
21196 \begin_layout Standard
21197
21198
21199 \backslash
21200 FrameRule 5pt 
21201 \backslash
21202 FrameSep 0.5cm
21203 \end_layout
21204
21205 \end_inset
21206
21207
21208 \begin_inset Note Framed
21209 status open
21210
21211 \begin_layout Standard
21212 This is text in a 
21213 \family sans
21214 Framed
21215 \family default
21216  note.
21217 \end_layout
21218
21219 \end_inset
21220
21221
21222 \begin_inset ERT
21223 status collapsed
21224
21225 \begin_layout Standard
21226
21227
21228 \backslash
21229 FrameRule 0.4pt 
21230 \backslash
21231 FrameSep 9pt
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \begin_layout Standard
21240 \begin_inset VSpace bigskip
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \begin_layout Standard
21247 For 
21248 \family sans
21249 Shaded
21250 \family default
21251  notes the default space between the note content and the note border is
21252  3\InsetSpace \thinspace{}
21253 pt; it can be changed by changing the size 
21254 \series bold
21255
21256 \backslash
21257 fboxsep
21258 \series default
21259 .
21260 \newline
21261 The default background color red can be changed with the command 
21262 \series bold
21263
21264 \backslash
21265 def\SpecialChar \textcompwordmark{}
21266 inecolor{shadebox}
21267 \series default
21268 .
21269  The scheme of the 
21270 \series bold
21271
21272 \backslash
21273 def\SpecialChar \textcompwordmark{}
21274 inecolor
21275 \series default
21276  command is explained in section\InsetSpace ~
21277
21278 \begin_inset LatexCommand ref
21279 reference "sec:Colored-Tables"
21280
21281 \end_inset
21282
21283
21284 \begin_inset Foot
21285 status collapsed
21286
21287 \begin_layout Standard
21288 Note that 
21289 \series bold
21290
21291 \backslash
21292 def
21293 \series default
21294 \SpecialChar \textcompwordmark{}
21295
21296 \series bold
21297 inecolor
21298 \series default
21299  requires the LaTeX-package 
21300 \series bold
21301 color
21302 \series default
21303  in the preamble, see section\InsetSpace ~
21304
21305 \begin_inset LatexCommand ref
21306 reference "sec:Colored-Boxes"
21307
21308 \end_inset
21309
21310 .
21311 \end_layout
21312
21313 \end_inset
21314
21315 .
21316 \end_layout
21317
21318 \begin_layout Standard
21319 For example the appearance of the following 
21320 \family sans
21321 Shaded
21322 \family default
21323  note is set with the ERT commands
21324 \end_layout
21325
21326 \begin_layout Standard
21327
21328 \series bold
21329
21330 \backslash
21331 fboxsep 0.5cm
21332 \series default
21333
21334 \newline
21335
21336 \series bold
21337
21338 \backslash
21339 def\SpecialChar \textcompwordmark{}
21340 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21341 \end_layout
21342
21343 \begin_layout Standard
21344 \begin_inset ERT
21345 status collapsed
21346
21347 \begin_layout Standard
21348
21349
21350 \backslash
21351 fboxsep 0.5cm
21352 \end_layout
21353
21354 \end_inset
21355
21356
21357 \begin_inset ERT
21358 status collapsed
21359
21360 \begin_layout Standard
21361
21362
21363 \backslash
21364 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21365 \end_layout
21366
21367 \end_inset
21368
21369
21370 \begin_inset Note Shaded
21371 status open
21372
21373 \begin_layout Standard
21374
21375 \color yellow
21376 This is yellow text in a
21377 \color none
21378  
21379 \family sans
21380 \color yellow
21381 Shaded
21382 \family default
21383 \color none
21384  
21385 \color yellow
21386 note with darkgreen background.
21387 \end_layout
21388
21389 \end_inset
21390
21391
21392 \begin_inset ERT
21393 status collapsed
21394
21395 \begin_layout Standard
21396
21397
21398 \backslash
21399 fboxsep 3pt
21400 \end_layout
21401
21402 \end_inset
21403
21404
21405 \begin_inset ERT
21406 status collapsed
21407
21408 \begin_layout Standard
21409
21410
21411 \backslash
21412 definecolor{shadecolor}{rgb}{1,0,0}
21413 \end_layout
21414
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \begin_layout Section
21421 Footnotes
21422 \begin_inset LatexCommand label
21423 name "sec:Footnotes"
21424
21425 \end_inset
21426
21427
21428 \begin_inset LatexCommand index
21429 name "Notes ! Footnotes"
21430
21431 \end_inset
21432
21433
21434 \begin_inset LatexCommand index
21435 name "Footnotes"
21436
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \begin_layout Standard
21443 Footnotes can be inserted using the toolbar button 
21444 \begin_inset Graphics
21445         filename ../images/footnote-insert.xpm
21446         scale 85
21447
21448 \end_inset
21449
21450  or the menu 
21451 \family sans
21452 Insert\SpecialChar \menuseparator
21453 Footnote
21454 \family default
21455 .
21456  
21457 \family roman
21458 \series medium
21459 \bar no
21460 You'll see
21461 \family default
21462 \series default
21463 \bar default
21464  then the following footnote-box: 
21465 \begin_inset Graphics
21466         filename clipart/footnoteQt4.png
21467         scale 80
21468
21469 \end_inset
21470
21471  
21472 \family roman
21473 \series medium
21474 \bar no
21475 where you can enter the footnote text.
21476  If you want to turn existing text into a footnote, mark it and click on
21477  the footnote
21478 \family default
21479 \series default
21480 \bar default
21481  toolbar 
21482 \family roman
21483 \series medium
21484 \bar no
21485 button
21486 \family default
21487 \series default
21488 \bar default
21489 .
21490 \end_layout
21491
21492 \begin_layout Standard
21493 Here is an example footnote:
21494 \family roman
21495 \series medium
21496 \bar no
21497
21498 \begin_inset Foot
21499 status open
21500
21501 \begin_layout Standard
21502 \begin_inset LatexCommand label
21503 name "foot:This-is-an"
21504
21505 \end_inset
21506
21507 This is an example footnote.
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \family default
21514 \series default
21515 \bar default
21516
21517 \begin_inset ERT
21518 status collapsed
21519
21520 \begin_layout Standard
21521
21522
21523 \backslash
21524 newcounter{MyRepeatFoot}
21525 \end_layout
21526
21527 \begin_layout Standard
21528
21529
21530 \backslash
21531 setcounter{MyRepeatFoot}{
21532 \backslash
21533 thefootnote}
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \begin_layout Standard
21542 The footnote will appear in the output as a superscript number at the text
21543  position where the footnote box is placed.
21544  The footnote text is placed at the bottom of the current page.
21545  The footnote number is calculated by LaTeX, the numbers are consecutive.
21546  It depends on your document-class, if the footnote number is reset for
21547  every chapter.
21548 \end_layout
21549
21550 \begin_layout Standard
21551 Footnotes can be referenced like floats: Insert a label into the footnote
21552  and cross-reference this label in the text as described in section\InsetSpace ~
21553
21554 \begin_inset LatexCommand ref
21555 reference "sec:Referencing-Floats"
21556
21557 \end_inset
21558
21559 .
21560 \newline
21561 This is a cross-reference of Footnote\InsetSpace ~
21562
21563 \begin_inset LatexCommand ref
21564 reference "foot:This-is-an"
21565
21566 \end_inset
21567
21568 .
21569 \newline
21570
21571 \begin_inset Note Greyedout
21572 status open
21573
21574 \begin_layout Standard
21575
21576 \series bold
21577 Note:
21578 \series default
21579  LyX doesn't provide a prefix for labels in footnotes, so you have to insert
21580  e.\InsetSpace \thinspace{}
21581 g.\InsetSpace ~
21582 the prefix 
21583 \family sans
21584
21585 \begin_inset Quotes eld
21586 \end_inset
21587
21588 foot:
21589 \family default
21590
21591 \begin_inset Quotes erd
21592 \end_inset
21593
21594  manually when you want to use the reference style 
21595 \family sans
21596 Formatted\InsetSpace ~
21597 reference
21598 \family default
21599 .
21600 \end_layout
21601
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \begin_layout Standard
21608 \begin_inset VSpace defskip
21609 \end_inset
21610
21611 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
21612
21613 \begin_inset LatexCommand ref
21614 reference "sec:Minipages"
21615
21616 \end_inset
21617
21618 .
21619  Footnotes within longtables are described in section\InsetSpace ~
21620
21621 \begin_inset LatexCommand ref
21622 reference "sub:Footnotes-in-Longtables"
21623
21624 \end_inset
21625
21626 .
21627 \end_layout
21628
21629 \begin_layout Standard
21630 \begin_inset VSpace defskip
21631 \end_inset
21632
21633 To create only a mark for a footnote, use the command 
21634 \series bold
21635
21636 \backslash
21637 footnotemark[number]
21638 \series default
21639  in ERT.
21640  This is used when you have the same annotation several times in a text
21641  but doesn't want to print the footnote text every time.
21642 \newline
21643 As you don't know
21644  the number of the repeating footnote while you are writing the text, you
21645  have to store its number.
21646  For the following footnote mark example, these commands were inserted in
21647  ERT behind Footnote\InsetSpace ~
21648
21649 \begin_inset LatexCommand ref
21650 reference "foot:This-is-an"
21651
21652 \end_inset
21653
21654  to store the footnote number:
21655 \end_layout
21656
21657 \begin_layout Standard
21658
21659 \series bold
21660
21661 \backslash
21662 newcounter{MyRepeatFoot}
21663 \newline
21664
21665 \backslash
21666 setcounter{MyRepeatFoot}{
21667 \backslash
21668 thefootnote}
21669 \end_layout
21670
21671 \begin_layout Standard
21672 The footnote mark was then created with this command:
21673 \end_layout
21674
21675 \begin_layout Standard
21676
21677 \series bold
21678
21679 \backslash
21680 footnotemark[
21681 \backslash
21682 theMyRepeatFoot]
21683 \end_layout
21684
21685 \begin_layout Standard
21686 Here is an example footnote mark:
21687 \family roman
21688 \series medium
21689 \bar no
21690
21691 \begin_inset ERT
21692 status collapsed
21693
21694 \begin_layout Standard
21695
21696
21697 \backslash
21698 footnotemark[
21699 \backslash
21700 theMyRepeatFoot]
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \begin_layout Subsection
21709 Footnote Numbering
21710 \begin_inset LatexCommand label
21711 name "sub:Footnote-Numbering"
21712
21713 \end_inset
21714
21715
21716 \begin_inset LatexCommand index
21717 name "Footnotes ! Numbering"
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \begin_layout Standard
21725 If you want to have footnotes numbered in the scheme 
21726 \begin_inset Quotes eld
21727 \end_inset
21728
21729 chapter.footnote
21730 \begin_inset Quotes erd
21731 \end_inset
21732
21733 , add the following command to your document preamble:
21734 \end_layout
21735
21736 \begin_layout Standard
21737
21738 \series bold
21739
21740 \backslash
21741 numberwithin{footnote}{chapter}
21742 \end_layout
21743
21744 \begin_layout Standard
21745 To be able to use the command 
21746 \series bold
21747
21748 \backslash
21749 numberwithin
21750 \series default
21751 , set in the tab 
21752 \family sans
21753 Math\InsetSpace ~
21754 Options
21755 \family default
21756  in the document settings the option 
21757 \family sans
21758 Use\InsetSpace ~
21759 AMS\InsetSpace ~
21760 math\InsetSpace ~
21761 package
21762 \family default
21763 .
21764 \end_layout
21765
21766 \begin_layout Standard
21767 \begin_inset ERT
21768 status collapsed
21769
21770 \begin_layout Standard
21771
21772
21773 \backslash
21774 numberwithin{footnote}{chapter}
21775 \end_layout
21776
21777 \end_inset
21778
21779 This is another example footnote:
21780 \series bold
21781
21782 \begin_inset Foot
21783 status open
21784
21785 \begin_layout Standard
21786 This is a footnote numbered in the scheme 
21787 \begin_inset Quotes eld
21788 \end_inset
21789
21790 chapter.footnote
21791 \begin_inset Quotes erd
21792 \end_inset
21793
21794 .
21795 \end_layout
21796
21797 \end_inset
21798
21799
21800 \series default
21801
21802 \begin_inset ERT
21803 status collapsed
21804
21805 \begin_layout Standard
21806
21807
21808 \backslash
21809 numberwithin{footnote}{part}
21810 \end_layout
21811
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Standard
21818 \begin_inset VSpace bigskip
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \begin_layout Standard
21825 To reset the footnote number back to 1 after each section
21826 \family roman
21827 , add this command to your document preamble:
21828 \end_layout
21829
21830 \begin_layout Standard
21831
21832 \series bold
21833
21834 \backslash
21835 @addtoreset{footnote}{section}
21836 \end_layout
21837
21838 \begin_layout Standard
21839 \begin_inset VSpace bigskip
21840 \end_inset
21841
21842 The following preamble command changes the footnote numbering style to small
21843  roman numerals:
21844 \end_layout
21845
21846 \begin_layout Standard
21847
21848 \series bold
21849
21850 \backslash
21851 renewcommand{
21852 \backslash
21853 thefootnote}{
21854 \backslash
21855 roman{footnote}}
21856 \end_layout
21857
21858 \begin_layout Standard
21859 \begin_inset ERT
21860 status collapsed
21861
21862 \begin_layout Standard
21863
21864
21865 \backslash
21866 renewcommand{
21867 \backslash
21868 thefootnote}{
21869 \backslash
21870 roman{footnote}}
21871 \end_layout
21872
21873 \end_inset
21874
21875  This is a footnote with roman numbering:
21876 \begin_inset Foot
21877 status open
21878
21879 \begin_layout Standard
21880 This is an example footnote with roman numbering.
21881 \end_layout
21882
21883 \end_inset
21884
21885
21886 \begin_inset ERT
21887 status collapsed
21888
21889 \begin_layout Standard
21890
21891
21892 \backslash
21893 renewcommand{
21894 \backslash
21895 thefootnote}{
21896 \backslash
21897 arabic{footnote}}
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Standard
21906 To change the numbering style to capital roman numerals replace in the command
21907  above 
21908 \series bold
21909
21910 \backslash
21911 roman
21912 \series default
21913  by 
21914 \series bold
21915
21916 \backslash
21917 Roman
21918 \series default
21919 .
21920  To 
21921 \begin_inset Quotes eld
21922 \end_inset
21923
21924 number
21925 \begin_inset Quotes erd
21926 \end_inset
21927
21928  footnotes with capital or small Latin letters use 
21929 \series bold
21930
21931 \backslash
21932 Alph
21933 \series default
21934  or 
21935 \series bold
21936
21937 \backslash
21938 alph
21939 \series default
21940 , respectively.
21941  To 
21942 \begin_inset Quotes eld
21943 \end_inset
21944
21945 number
21946 \begin_inset Quotes erd
21947 \end_inset
21948
21949  footnotes with symbols use 
21950 \series bold
21951
21952 \backslash
21953 fnsymbol
21954 \series default
21955 .
21956 \end_layout
21957
21958 \begin_layout Standard
21959 \begin_inset Note Greyedout
21960 status open
21961
21962 \begin_layout Standard
21963
21964 \series bold
21965 Note:
21966 \series default
21967  You can only number 26 footnotes with Latin letters, because this numbering
21968  is limited to single letters.
21969 \end_layout
21970
21971 \end_inset
21972
21973
21974 \newline
21975
21976 \begin_inset Note Greyedout
21977 status open
21978
21979 \begin_layout Standard
21980
21981 \series bold
21982 Note:
21983 \series default
21984  You can only number 9 footnotes with symbols.
21985 \end_layout
21986
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \begin_layout Standard
21993 To return to the default numbering style when you changed to another one,
21994  use 
21995 \series bold
21996
21997 \backslash
21998 arabic
21999 \series default
22000  instead of 
22001 \series bold
22002
22003 \backslash
22004 roman
22005 \series default
22006  in the command above.
22007 \end_layout
22008
22009 \begin_layout Subsection
22010 Footnote Placement
22011 \begin_inset LatexCommand index
22012 name "Footnotes ! Placement"
22013
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Standard
22020 If you have several footnotes in one page, they appear without vertical
22021  space between them at the bottom of the page.
22022  To make them better readable you can e.\InsetSpace \thinspace{}
22023 g.\InsetSpace ~
22024 add 1.5\InsetSpace \thinspace{}
22025 mm space with the following
22026  preamble command:
22027 \end_layout
22028
22029 \begin_layout Standard
22030
22031 \series bold
22032
22033 \backslash
22034 let
22035 \backslash
22036 myFoot
22037 \backslash
22038 footnote
22039 \newline
22040
22041 \backslash
22042 renewcommand{
22043 \backslash
22044 footnote}[1]{
22045 \backslash
22046 myFoot{#1
22047 \backslash
22048 vspace{1.5mm}}}
22049 \end_layout
22050
22051 \begin_layout Standard
22052 \begin_inset VSpace bigskip
22053 \end_inset
22054
22055 In a two-column document the footnotes appear at the bottom of every column,
22056  see Figure\InsetSpace ~
22057
22058 \begin_inset LatexCommand ref
22059 reference "fig:Standard-footnote-placement"
22060
22061 \end_inset
22062
22063 .
22064  If the footnotes should only appear at the bottom of the right column,
22065  as in Figure\InsetSpace ~
22066
22067 \begin_inset LatexCommand ref
22068 reference "fig:Footnote-placement-in"
22069
22070 \end_inset
22071
22072 , use the LaTeX-package 
22073 \series bold
22074 ftnright
22075 \series default
22076
22077 \begin_inset LatexCommand index
22078 name "LaTeX-packages ! ftnright"
22079
22080 \end_inset
22081
22082  with this command in the document preamble:
22083 \end_layout
22084
22085 \begin_layout Standard
22086
22087 \series bold
22088
22089 \backslash
22090 usepackage{ftnright}
22091 \end_layout
22092
22093 \begin_layout Standard
22094 \begin_inset Float figure
22095 placement !h
22096 wide false
22097 sideways false
22098 status open
22099
22100 \begin_layout Standard
22101 \begin_inset ERT
22102 status collapsed
22103
22104 \begin_layout Standard
22105
22106
22107 \backslash
22108 framebox{
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \begin_inset Graphics
22115         filename clipart/without_fntright.pdf
22116         width 100col%
22117
22118 \end_inset
22119
22120
22121 \begin_inset ERT
22122 status collapsed
22123
22124 \begin_layout Standard
22125
22126 }
22127 \end_layout
22128
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \begin_layout Standard
22135 \begin_inset Caption
22136
22137 \begin_layout Standard
22138 \begin_inset LatexCommand label
22139 name "fig:Standard-footnote-placement"
22140
22141 \end_inset
22142
22143 Standard footnote placement in two-column documents.
22144 \end_layout
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \begin_layout Standard
22157 \begin_inset Float figure
22158 placement !h
22159 wide false
22160 sideways false
22161 status open
22162
22163 \begin_layout Standard
22164 \begin_inset ERT
22165 status collapsed
22166
22167 \begin_layout Standard
22168
22169
22170 \backslash
22171 framebox{
22172 \end_layout
22173
22174 \end_inset
22175
22176
22177 \begin_inset Graphics
22178         filename clipart/with_fntright.pdf
22179         width 100col%
22180
22181 \end_inset
22182
22183
22184 \begin_inset ERT
22185 status collapsed
22186
22187 \begin_layout Standard
22188
22189 }
22190 \end_layout
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \begin_layout Standard
22198 \begin_inset Caption
22199
22200 \begin_layout Standard
22201 \begin_inset LatexCommand label
22202 name "fig:Footnote-placement-in"
22203
22204 \end_inset
22205
22206 Footnote placement in two-column documents when the LaTeX-package 
22207 \series bold
22208 ftnright
22209 \series default
22210  is used.
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \begin_layout Standard
22224 \begin_inset VSpace bigskip
22225 \end_inset
22226
22227 In some scientific literature it is usual to collect the footnotes and print
22228  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
22229
22230 \begin_inset LatexCommand ref
22231 reference "fig:Endnotes----footnotes"
22232
22233 \end_inset
22234
22235 .
22236  They are then so called 
22237 \begin_inset Quotes eld
22238 \end_inset
22239
22240 endnotes
22241 \begin_inset Quotes erd
22242 \end_inset
22243
22244 .
22245  To use endnotes instead of footnotes in your document, load the LaTeX-package
22246  
22247 \series bold
22248 endnotes
22249 \series default
22250
22251 \begin_inset LatexCommand index
22252 name "LaTeX-packages ! endnotes"
22253
22254 \end_inset
22255
22256  with the document preamble lines
22257 \end_layout
22258
22259 \begin_layout Standard
22260
22261 \series bold
22262
22263 \backslash
22264 usepackage{endnotes}
22265 \newline
22266
22267 \backslash
22268 let
22269 \backslash
22270 footnote
22271 \backslash
22272 endnote
22273 \end_layout
22274
22275 \begin_layout Standard
22276 To insert the collected footnotes, insert the command
22277 \end_layout
22278
22279 \begin_layout Standard
22280
22281 \series bold
22282
22283 \backslash
22284 theendnotes
22285 \end_layout
22286
22287 \begin_layout Standard
22288 in ERT at the the end of a section or chapter.
22289 \end_layout
22290
22291 \begin_layout Standard
22292 \begin_inset Float figure
22293 wide false
22294 sideways false
22295 status open
22296
22297 \begin_layout Standard
22298 \align center
22299 \begin_inset ERT
22300 status collapsed
22301
22302 \begin_layout Standard
22303
22304
22305 \backslash
22306 framebox{
22307 \end_layout
22308
22309 \end_inset
22310
22311
22312 \begin_inset Graphics
22313         filename clipart/endnotes.pdf
22314
22315 \end_inset
22316
22317
22318 \begin_inset ERT
22319 status collapsed
22320
22321 \begin_layout Standard
22322
22323 }
22324 \end_layout
22325
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \begin_layout Standard
22332 \begin_inset Caption
22333
22334 \begin_layout Standard
22335 \begin_inset LatexCommand label
22336 name "fig:Endnotes----footnotes"
22337
22338 \end_inset
22339
22340 Endnotes -- footnotes are printed in a separate paragraph at the end of
22341  sections or chapters.
22342 \end_layout
22343
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \end_inset
22350
22351
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \begin_inset VSpace defskip
22356 \end_inset
22357
22358 The paragraph heading for the endnotes isn't automatically translated into
22359  the document language, this must be done manually.
22360  The following preamble command translate the default English name 
22361 \begin_inset Quotes eld
22362 \end_inset
22363
22364 Notes
22365 \begin_inset Quotes erd
22366 \end_inset
22367
22368  to the German translation 
22369 \begin_inset Quotes eld
22370 \end_inset
22371
22372 Anmerkungen
22373 \begin_inset Quotes erd
22374 \end_inset
22375
22376 :
22377 \end_layout
22378
22379 \begin_layout Standard
22380
22381 \series bold
22382
22383 \backslash
22384 renewcommand{
22385 \backslash
22386 notesname}{Anmerkungen}
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset VSpace defskip
22391 \end_inset
22392
22393 The numbering of endnotes can be changed like the footnote numbering as
22394  described in section\InsetSpace ~
22395
22396 \begin_inset LatexCommand ref
22397 reference "sub:Footnote-Numbering"
22398
22399 \end_inset
22400
22401 ; just replace the command 
22402 \series bold
22403
22404 \backslash
22405 thefootnote
22406 \series default
22407  by 
22408 \series bold
22409
22410 \backslash
22411 theendnote
22412 \series default
22413 .
22414  To reset the endnote number use the command 
22415 \series bold
22416
22417 \backslash
22418 @addtoreset
22419 \series default
22420  as described in section\InsetSpace ~
22421
22422 \begin_inset LatexCommand ref
22423 reference "sub:Footnote-Numbering"
22424
22425 \end_inset
22426
22427  and replace the command parameter 
22428 \series bold
22429 footnote
22430 \series default
22431  by 
22432 \series bold
22433 endnote
22434 \series default
22435 .
22436 \end_layout
22437
22438 \begin_layout Standard
22439 To create only a mark for an endnote, use the command 
22440 \series bold
22441
22442 \backslash
22443 endnotemark[number]
22444 \series default
22445  similar to the command 
22446 \series bold
22447
22448 \backslash
22449 footnotemark
22450 \series default
22451 , described in section\InsetSpace ~
22452
22453 \begin_inset LatexCommand ref
22454 reference "sec:Footnotes"
22455
22456 \end_inset
22457
22458 .
22459 \end_layout
22460
22461 \begin_layout Standard
22462 \begin_inset VSpace bigskip
22463 \end_inset
22464
22465 Footnotes can also be placed in the page margin and the footnote text alignment
22466  can be changed, see the LaTeX-package 
22467 \series bold
22468 footmisc
22469 \series default
22470
22471 \begin_inset LatexCommand index
22472 name "LaTeX-packages ! footmisc"
22473
22474 \end_inset
22475
22476
22477 \begin_inset LatexCommand cite
22478 key "footmisc"
22479
22480 \end_inset
22481
22482  for more information about this.
22483 \end_layout
22484
22485 \begin_layout Standard
22486 For various further footnote formatting issues have a look at LaTeX-books,
22487  
22488 \begin_inset LatexCommand cite
22489 key "latexcompanion,latexguide,latexbook"
22490
22491 \end_inset
22492
22493 .
22494 \end_layout
22495
22496 \begin_layout Section
22497 Margin Notes
22498 \begin_inset LatexCommand index
22499 name "Notes ! Margin Notes"
22500
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \begin_layout Standard
22507 Margin notes look and behave in LyX like footnotes.
22508  They are inserted via the menu 
22509 \family sans
22510 Insert\SpecialChar \menuseparator
22511 Marginal\InsetSpace ~
22512 Note
22513 \family default
22514  or the toolbar button 
22515 \begin_inset Graphics
22516         filename ../images/marginalnote-insert.xpm
22517         scale 85
22518
22519 \end_inset
22520
22521 .
22522  A grey 
22523 \family roman
22524 \series medium
22525 box with the
22526 \family default
22527 \series default
22528  red 
22529 \family roman
22530 \series medium
22531 label 
22532 \begin_inset Quotes eld
22533 \end_inset
22534
22535 margin
22536 \begin_inset Quotes erd
22537 \end_inset
22538
22539  appears where you can enter the text of the margin note.
22540 \end_layout
22541
22542 \begin_layout Standard
22543 At the side is an example margin note.
22544 \family roman
22545 \series medium
22546
22547 \begin_inset Marginal
22548 status open
22549
22550 \begin_layout Standard
22551 This is a margin note.
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Standard
22560 Margin notes appear at the right side in single-sided documents.
22561  In double-sided documents they appear in the outer margin -- left on even
22562  pages, right on odd pages.
22563  The text of margin notes is aligned opposite to the outer margin -- right-align
22564 ed when the note appears in the left margin.
22565  The first line of the margin note is placed at the position of the text
22566  line where it is inserted in the document.
22567 \end_layout
22568
22569 \begin_layout Standard
22570 \begin_inset VSpace bigskip
22571 \end_inset
22572
22573 To place the margin note in the inner margin, add the command
22574 \end_layout
22575
22576 \begin_layout Standard
22577
22578 \series bold
22579
22580 \backslash
22581 reversemarginpar
22582 \end_layout
22583
22584 \begin_layout Standard
22585 in ERT before a margin note.
22586  The new placement is valid for all following margin notes.
22587 \begin_inset ERT
22588 status collapsed
22589
22590 \begin_layout Standard
22591
22592
22593 \backslash
22594 reversemarginpar 
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \begin_inset Marginal
22601 status open
22602
22603 \begin_layout Standard
22604 This is a margin note in the inner margin.
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \series bold
22611
22612 \newline
22613
22614 \series default
22615
22616 \begin_inset Note Greyedout
22617 status open
22618
22619 \begin_layout Standard
22620
22621 \series bold
22622 Note:
22623 \series default
22624  There is often not enough space in the inner margin so that the notes are
22625  not correctly displayed in the output.
22626 \end_layout
22627
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \begin_layout Standard
22634 \begin_inset ERT
22635 status collapsed
22636
22637 \begin_layout Standard
22638
22639
22640 \backslash
22641 normalmarginpar 
22642 \end_layout
22643
22644 \end_inset
22645
22646 To return to the default placement insert the command
22647 \end_layout
22648
22649 \begin_layout Standard
22650
22651 \series bold
22652
22653 \backslash
22654 normalmarginpar
22655 \end_layout
22656
22657 \begin_layout Standard
22658 in ERT.
22659  
22660 \begin_inset Note Greyedout
22661 status open
22662
22663 \begin_layout Standard
22664
22665 \series bold
22666 Note:
22667 \series default
22668  The command is ignored when it is within a paragraph where also the command
22669  
22670 \series bold
22671
22672 \backslash
22673 reversemarginpar
22674 \series default
22675  is inserted.
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset VSpace bigskip
22685 \end_inset
22686
22687
22688 \family roman
22689 \series medium
22690
22691 \begin_inset Marginal
22692 status open
22693
22694 \begin_layout Standard
22695 AVeryLongMarginParWord that isn't hyphenated.
22696 \end_layout
22697
22698 \end_inset
22699
22700
22701 \family default
22702 \series default
22703 Similar to the case described in section\InsetSpace ~
22704
22705 \begin_inset LatexCommand ref
22706 reference "sub:Multiple-Lines-in"
22707
22708 \end_inset
22709
22710 , long words cannot be hyphenated when they are the first word in a margin
22711  note.
22712  To avoid this, insert the command
22713 \end_layout
22714
22715 \begin_layout Standard
22716
22717 \series bold
22718
22719 \backslash
22720 hspace{0pt}
22721 \end_layout
22722
22723 \begin_layout Standard
22724 in ERT before the word
22725 \family roman
22726 \series medium
22727 .
22728 \begin_inset Marginal
22729 status open
22730
22731 \begin_layout Standard
22732 \begin_inset ERT
22733 status collapsed
22734
22735 \begin_layout Standard
22736
22737
22738 \backslash
22739 hspace{0pt}
22740 \end_layout
22741
22742 \end_inset
22743
22744 AVeryLongMarginParWord that is hyphenated.
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \begin_layout Standard
22753 \begin_inset VSpace bigskip
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \begin_layout Standard
22760 \begin_inset Note Greyedout
22761 status open
22762
22763 \begin_layout Standard
22764
22765 \series bold
22766 Note:
22767 \series default
22768  Margin notes can normally not be used inside tables, floats, and footnotes.
22769 \end_layout
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \begin_layout Standard
22777 \begin_inset VSpace bigskip
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \begin_layout Standard
22784 \begin_inset ERT
22785 status collapsed
22786
22787 \begin_layout Standard
22788
22789
22790 \backslash
22791 ifmarginnote
22792 \end_layout
22793
22794 \end_inset
22795
22796
22797 \begin_inset Note Note
22798 status open
22799
22800 \begin_layout Standard
22801 The following section will only be displayed when you have the LaTeX-package
22802  
22803 \series bold
22804 marginnote
22805 \series default
22806  is installed.
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \begin_layout Standard
22815 This restriction can be evaded by using the LaTeX-package 
22816 \series bold
22817 marginnote
22818 \series default
22819
22820 \begin_inset LatexCommand index
22821 name "LaTeX-packages ! marginnote"
22822
22823 \end_inset
22824
22825 .
22826  By adding these two lines to your document preamble, the command used by
22827  LyX for margin notes is redefined to use the command provided by the 
22828 \series bold
22829 marginnote
22830 \series default
22831 -package:
22832 \end_layout
22833
22834 \begin_layout Standard
22835
22836 \series bold
22837
22838 \backslash
22839 usepackage{marginnote}
22840 \newline
22841
22842 \backslash
22843 let
22844 \backslash
22845 marginpar
22846 \backslash
22847 marginnote
22848 \end_layout
22849
22850 \begin_layout Standard
22851 This is also used in this document because 
22852 \series bold
22853 marginnote
22854 \series default
22855  has another useful feature: You can set a vertical offset for the note.
22856  This is often needed when too many margin notes are too close together
22857  or for a better page layout.
22858  The offset is set in LyX as ERT directly behind the margin note in the
22859  scheme
22860 \end_layout
22861
22862 \begin_layout Standard
22863
22864 \series bold
22865 [offset]
22866 \end_layout
22867
22868 \begin_layout Standard
22869 where the offset is a length with one of the units listed in Table\InsetSpace ~
22870
22871 \begin_inset LatexCommand ref
22872 reference "tab:Units"
22873
22874 \end_inset
22875
22876 .
22877  A negative value shifts the note up, a positive value shifts it down.
22878  
22879 \family roman
22880 \series medium
22881 For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
22882 cm with
22883  the ERT-command 
22884 \begin_inset Quotes eld
22885 \end_inset
22886
22887
22888 \family default
22889 \series bold
22890 [-1.5cm]
22891 \family roman
22892 \series medium
22893
22894 \begin_inset Quotes erd
22895 \end_inset
22896
22897
22898 \begin_inset Marginal
22899 status open
22900
22901 \begin_layout Standard
22902 This margin note is shifted up 1.5\InsetSpace \thinspace{}
22903 cm from its original position.
22904 \end_layout
22905
22906 \end_inset
22907
22908
22909 \family default
22910 \series default
22911
22912 \begin_inset ERT
22913 status collapsed
22914
22915 \begin_layout Standard
22916
22917 [-1.5cm]
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 \begin_inset VSpace defskip
22927 \end_inset
22928
22929 With 
22930 \series bold
22931 marginnote
22932 \series default
22933  you can also change the alignment of the text in the margin note.
22934  For example the commands
22935 \end_layout
22936
22937 \begin_layout Standard
22938
22939 \series bold
22940
22941 \backslash
22942 renewcommand*{
22943 \backslash
22944 raggedleftmarginnote}{
22945 \backslash
22946 centering}
22947 \newline
22948
22949 \backslash
22950 renewcommand*{
22951 \backslash
22952 raggedrightmarginnote}{
22953 \backslash
22954 centering}
22955 \end_layout
22956
22957 \begin_layout Standard
22958 set the alignment to centered.
22959  
22960 \series bold
22961
22962 \backslash
22963 raggedleftmarginnote
22964 \series default
22965  denotes margin notes that appear at the left side.
22966 \family roman
22967 \series medium
22968
22969 \begin_inset ERT
22970 status collapsed
22971
22972 \begin_layout Standard
22973
22974
22975 \backslash
22976 renewcommand*{
22977 \backslash
22978 raggedleftmarginnote}{
22979 \backslash
22980 centering}
22981 \end_layout
22982
22983 \begin_layout Standard
22984
22985
22986 \backslash
22987 renewcommand*{
22988 \backslash
22989 raggedrightmarginnote}{
22990 \backslash
22991 centering}
22992 \end_layout
22993
22994 \end_inset
22995
22996
22997 \begin_inset Marginal
22998 status open
22999
23000 \begin_layout Standard
23001 The text of this margin note is centered.
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \family default
23008 \series default
23009  The default is
23010 \end_layout
23011
23012 \begin_layout Standard
23013
23014 \series bold
23015
23016 \backslash
23017 renewcommand*{
23018 \backslash
23019 raggedleftmarginnote}{
23020 \backslash
23021 raggedleft}
23022 \newline
23023
23024 \backslash
23025 renewcommand*{
23026 \backslash
23027 raggedrightmarginnote}{
23028 \backslash
23029 raggedright}
23030 \family roman
23031 \series medium
23032
23033 \begin_inset ERT
23034 status collapsed
23035
23036 \begin_layout Standard
23037
23038
23039 \backslash
23040 renewcommand*{
23041 \backslash
23042 raggedleftmarginnote}{
23043 \backslash
23044 raggedleft}
23045 \end_layout
23046
23047 \begin_layout Standard
23048
23049
23050 \backslash
23051 renewcommand*{
23052 \backslash
23053 raggedrightmarginnote}{
23054 \backslash
23055 raggedright}
23056 \end_layout
23057
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \begin_layout Standard
23064 \begin_inset VSpace defskip
23065 \end_inset
23066
23067 For the other features of 
23068 \series bold
23069 marginnote
23070 \series default
23071  we refer to its documentation 
23072 \begin_inset LatexCommand cite
23073 key "marginnote"
23074
23075 \end_inset
23076
23077 .
23078 \end_layout
23079
23080 \begin_layout Standard
23081 \begin_inset VSpace bigskip
23082 \end_inset
23083
23084 You can change the layout of margin notes by redefining its definition.
23085  To create for example a header for all margin notes with the underlined,
23086  sans-serif, and bold header text 
23087 \begin_inset Quotes eld
23088 \end_inset
23089
23090
23091 \family sans
23092 \series bold
23093 \bar under
23094 Attention!
23095 \family default
23096 \series default
23097 \bar default
23098
23099 \begin_inset Quotes erd
23100 \end_inset
23101
23102 , add this to your document preamble:
23103 \end_layout
23104
23105 \begin_layout Standard
23106
23107 \series bold
23108
23109 \backslash
23110 let
23111 \backslash
23112 myMarginpar
23113 \backslash
23114 marginpar
23115 \newline
23116
23117 \backslash
23118 renewcommand{
23119 \backslash
23120 marginpar}[1]{
23121 \backslash
23122 myMarginpar{%
23123 \newline
23124
23125 \begin_inset ERT
23126 status collapsed
23127
23128 \begin_layout Standard
23129
23130
23131 \backslash
23132 hphantom{ }
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \backslash
23139 hspace{0pt}
23140 \backslash
23141 textsf{
23142 \backslash
23143 textbf{
23144 \backslash
23145 underbar{Attention!}}}%
23146 \newline
23147
23148 \begin_inset ERT
23149 status collapsed
23150
23151 \begin_layout Standard
23152
23153
23154 \backslash
23155 hphantom{ }
23156 \end_layout
23157
23158 \end_inset
23159
23160
23161 \backslash
23162 vspace{1.5mm}
23163 \backslash
23164
23165 \backslash
23166 #1}}
23167 \end_layout
23168
23169 \begin_layout Standard
23170
23171 \family roman
23172 \series medium
23173 \begin_inset ERT
23174 status collapsed
23175
23176 \begin_layout Standard
23177
23178
23179 \backslash
23180 let
23181 \backslash
23182 myMarginpar
23183 \backslash
23184 marginpar
23185 \end_layout
23186
23187 \begin_layout Standard
23188
23189
23190 \backslash
23191 renewcommand{
23192 \backslash
23193 marginpar}[1]{
23194 \backslash
23195 myMarginpar{%
23196 \end_layout
23197
23198 \begin_layout Standard
23199
23200    
23201 \backslash
23202 textsf{
23203 \backslash
23204 textbf{
23205 \backslash
23206 underbar{Attention!}}}%
23207 \end_layout
23208
23209 \begin_layout Standard
23210
23211    
23212 \backslash
23213 vspace{1.5mm}
23214 \backslash
23215
23216 \backslash
23217 #1}}
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \begin_inset Marginal
23224 status open
23225
23226 \begin_layout Standard
23227 This is a margin note with a defined heading.
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \family default
23234 \series default
23235
23236 \begin_inset ERT
23237 status collapsed
23238
23239 \begin_layout Standard
23240
23241 [-1.5cm]
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \family roman
23248 \series medium
23249
23250 \begin_inset ERT
23251 status collapsed
23252
23253 \begin_layout Standard
23254
23255
23256 \backslash
23257 renewcommand{
23258 \backslash
23259 marginpar}[1]{
23260 \backslash
23261 myMarginpar{#1}}
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \family default
23268 \series default
23269
23270 \begin_inset Note Note
23271 status collapsed
23272
23273 \begin_layout Standard
23274 The margin note format is changed only for this example.
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \begin_layout Standard
23283 \begin_inset ERT
23284 status collapsed
23285
23286 \begin_layout Standard
23287
23288
23289 \backslash
23290 else
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \begin_inset Note Note
23297 status open
23298
23299 \begin_layout Standard
23300 The following will be displayed when the LaTeX-package 
23301 \series bold
23302 marginnote
23303 \series default
23304  is not installed:
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \begin_layout Standard
23313 You need to install the LaTeX-package 
23314 \series bold
23315 marginnote
23316 \series default
23317  to see the following part of this section in the output.
23318 \end_layout
23319
23320 \begin_layout Standard
23321 \begin_inset ERT
23322 status collapsed
23323
23324 \begin_layout Standard
23325
23326
23327 \backslash
23328 fi
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Chapter
23337 Boxes
23338 \end_layout
23339
23340 \begin_layout Section
23341 Introduction
23342 \begin_inset LatexCommand index
23343 name "Boxes ! Introduction"
23344
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \begin_layout Standard
23351 Boxes are used to format a block of text.
23352  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
23353
23354 \begin_inset LatexCommand ref
23355 reference "sec:Minipages"
23356
23357 \end_inset
23358
23359 , to frame texts, see section\InsetSpace ~
23360
23361 \begin_inset LatexCommand ref
23362 reference "sec:Framed-Boxes"
23363
23364 \end_inset
23365
23366 , to prevent words to be hyphenated, see section\InsetSpace ~
23367
23368 \begin_inset LatexCommand ref
23369 reference "sec:Prevent-Hyphenation"
23370
23371 \end_inset
23372
23373 , to align text, see section\InsetSpace ~
23374
23375 \begin_inset LatexCommand ref
23376 reference "sub:Vertical-Alignment"
23377
23378 \end_inset
23379
23380 , or to set the background color of texts, see section\InsetSpace ~
23381
23382 \begin_inset LatexCommand ref
23383 reference "sec:Colored-Boxes"
23384
23385 \end_inset
23386
23387 .
23388 \end_layout
23389
23390 \begin_layout Standard
23391 Boxes can be inserted with the menu 
23392 \family sans
23393 Insert\SpecialChar \menuseparator
23394 Box
23395 \family default
23396 .
23397  A grey box with the label 
23398 \family sans
23399 Box (Minipage)
23400 \family default
23401
23402 \begin_inset Graphics
23403         filename clipart/BoxInsetDefaultQt4.png
23404         scale 85
23405
23406 \end_inset
23407
23408 , will be inserted.
23409  The box type can be specified by right-clicking on the box.
23410  The appearing box dialog offers the 
23411 \family sans
23412 Inner\InsetSpace ~
23413 Box
23414 \family default
23415  types 
23416 \family sans
23417 Parbox
23418 \family default
23419  and 
23420 \family sans
23421 Minipage
23422 \family default
23423 .
23424  The type 
23425 \family sans
23426 Minipage
23427 \family default
23428  is the default for new boxes and is explained in section\InsetSpace ~
23429
23430 \begin_inset LatexCommand ref
23431 reference "sec:Minipages"
23432
23433 \end_inset
23434
23435 ; the type 
23436 \family sans
23437 Parbox
23438 \family default
23439  is described in section\InsetSpace ~
23440
23441 \begin_inset LatexCommand ref
23442 reference "sec:Parboxes"
23443
23444 \end_inset
23445
23446 .
23447 \end_layout
23448
23449 \begin_layout Standard
23450 Boxes aren't numbered and can therefore not be referenced like floats or
23451  footnotes.
23452 \end_layout
23453
23454 \begin_layout Standard
23455 \begin_inset Note Greyedout
23456 status open
23457
23458 \begin_layout Standard
23459
23460 \series bold
23461 Note:
23462 \series default
23463  Due to a bug in LyX you have to insert a protected space behind a box when
23464  you want to separate in a line the box from the following text with a space.
23465 \end_layout
23466
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \begin_layout Standard
23473 \begin_inset Note Greyedout
23474 status open
23475
23476 \begin_layout Standard
23477
23478 \series bold
23479 Note:
23480 \series default
23481  Boxes must not be the item in an 
23482 \family sans
23483 Itemize
23484 \family default
23485  or 
23486 \family sans
23487 Description
23488 \family default
23489  environment.
23490 \end_layout
23491
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \begin_layout Standard
23498 \begin_inset Note Greyedout
23499 status open
23500
23501 \begin_layout Standard
23502
23503 \series bold
23504 Note:
23505 \series default
23506  For an unknown reason you can only set the 
23507 \family sans
23508 Inner\InsetSpace ~
23509 Box
23510 \family default
23511  type to 
23512 \family sans
23513 None
23514 \family default
23515  when you use a framed box.
23516  Boxes without an 
23517 \family sans
23518 Inner\InsetSpace ~
23519 Box
23520 \family default
23521  type and without frames are explained in section\InsetSpace ~
23522
23523 \begin_inset LatexCommand ref
23524 reference "sec:Prevent-Hyphenation"
23525
23526 \end_inset
23527
23528 .
23529 \end_layout
23530
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \begin_layout Section
23537 Box Dialog
23538 \begin_inset LatexCommand label
23539 name "sec:Box-Dialog"
23540
23541 \end_inset
23542
23543
23544 \begin_inset LatexCommand index
23545 name "Boxes ! Box Dialog"
23546
23547 \end_inset
23548
23549
23550 \begin_inset LatexCommand index
23551 name "Boxes ! Alignment"
23552
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \begin_layout Standard
23559 In the box dialog you can adjust the box geometry in the fields 
23560 \family sans
23561 Width
23562 \family default
23563  and 
23564 \family sans
23565 Height
23566 \family default
23567 .
23568  The available units for the geometry are explained in Table\InsetSpace ~
23569
23570 \begin_inset LatexCommand ref
23571 reference "tab:Units"
23572
23573 \end_inset
23574
23575 .
23576  The field 
23577 \family sans
23578 Heigth
23579 \family default
23580  offers the following additional sizes:
23581 \end_layout
23582
23583 \begin_layout Description
23584 Depth This is the plain text 
23585 \begin_inset Quotes eld
23586 \end_inset
23587
23588 height
23589 \begin_inset Quotes erd
23590 \end_inset
23591
23592 .
23593  It ignores the total depth when there are multiple text lines in the box:
23594 \newline
23595
23596 \newline
23597
23598 \newline
23599
23600 \begin_inset Box Boxed
23601 position "c"
23602 hor_pos "c"
23603 has_inner_box 1
23604 inner_pos "c"
23605 use_parbox 0
23606 width "12col%"
23607 special "none"
23608 height "1in"
23609 height_special "depth"
23610 status collapsed
23611
23612 \begin_layout Standard
23613 \align center
23614 Box height set to 1\InsetSpace \thinspace{}
23615 Depth
23616 \end_layout
23617
23618 \end_inset
23619
23620
23621 \newline
23622
23623 \newline
23624
23625 \end_layout
23626
23627 \begin_layout Description
23628 Height This is the heigth of the text that is inside the box.
23629  A value of e.\InsetSpace \thinspace{}
23630 g.\InsetSpace ~
23631 2 for this size will set the box heigth to 2 times the text
23632  height: 
23633 \begin_inset Box Boxed
23634 position "c"
23635 hor_pos "c"
23636 has_inner_box 1
23637 inner_pos "c"
23638 use_parbox 0
23639 width "20col%"
23640 special "none"
23641 height "2in"
23642 height_special "height"
23643 status collapsed
23644
23645 \begin_layout Standard
23646 \align center
23647 Box height set to 2\InsetSpace \thinspace{}
23648 Height
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Description
23657 Total\InsetSpace ~
23658 Height This is the Height\InsetSpace \thinspace{}
23659 +\InsetSpace \thinspace{}
23660 Depth: 
23661 \begin_inset Box Boxed
23662 position "c"
23663 hor_pos "c"
23664 has_inner_box 1
23665 inner_pos "c"
23666 use_parbox 0
23667 width "20col%"
23668 special "none"
23669 height "1in"
23670 height_special "totalheight"
23671 status collapsed
23672
23673 \begin_layout Standard
23674 \align center
23675 Box height set to 1\InsetSpace \thinspace{}
23676 Total\InsetSpace ~
23677 Height
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \begin_layout Description
23686 Width This set the width of the box as heigth: 
23687 \begin_inset Box Boxed
23688 position "c"
23689 hor_pos "c"
23690 has_inner_box 1
23691 inner_pos "c"
23692 use_parbox 0
23693 width "12col%"
23694 special "none"
23695 height "1in"
23696 height_special "width"
23697 status collapsed
23698
23699 \begin_layout Standard
23700 \align center
23701 Box height set to 1\InsetSpace \thinspace{}
23702 Width
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \begin_layout Standard
23711 \begin_inset VSpace bigskip
23712 \end_inset
23713
23714 When you have chosen an 
23715 \family sans
23716 Inner\InsetSpace ~
23717 Box
23718 \family default
23719 , the vertical box alignment can be:
23720 \end_layout
23721
23722 \begin_layout Description
23723 Top This is an example text line.
23724  
23725 \begin_inset Box Boxed
23726 position "t"
23727 hor_pos "c"
23728 has_inner_box 1
23729 inner_pos "c"
23730 use_parbox 0
23731 width "12col%"
23732 special "none"
23733 height "1in"
23734 height_special "totalheight"
23735 status collapsed
23736
23737 \begin_layout Standard
23738 \align center
23739 This box is top-aligned.
23740 \end_layout
23741
23742 \end_inset
23743
23744 \InsetSpace ~
23745 This is an example text line.
23746 \end_layout
23747
23748 \begin_layout Description
23749 Middle This is an example text line.
23750  
23751 \begin_inset Box Boxed
23752 position "c"
23753 hor_pos "c"
23754 has_inner_box 1
23755 inner_pos "c"
23756 use_parbox 0
23757 width "12col%"
23758 special "none"
23759 height "1in"
23760 height_special "totalheight"
23761 status collapsed
23762
23763 \begin_layout Standard
23764 \align center
23765 This box is middle-aligned.
23766 \end_layout
23767
23768 \end_inset
23769
23770 \InsetSpace ~
23771 This is an example text line.
23772 \end_layout
23773
23774 \begin_layout Description
23775 Bottom This is an example text line.
23776  
23777 \begin_inset Box Boxed
23778 position "b"
23779 hor_pos "c"
23780 has_inner_box 1
23781 inner_pos "c"
23782 use_parbox 0
23783 width "12col%"
23784 special "none"
23785 height "1in"
23786 height_special "totalheight"
23787 status collapsed
23788
23789 \begin_layout Standard
23790 \align center
23791 This box is bottom-aligned.
23792 \end_layout
23793
23794 \end_inset
23795
23796 \InsetSpace ~
23797 This is an example text line.
23798 \end_layout
23799
23800 \begin_layout Standard
23801 The horizontal box alignment can be set via LyX's paragraph dialog when
23802  you set the box into its own paragraph.
23803 \end_layout
23804
23805 \begin_layout Standard
23806 \begin_inset VSpace bigskip
23807 \end_inset
23808
23809 When you have chosen an 
23810 \family sans
23811 Inner\InsetSpace ~
23812 Box
23813 \family default
23814 , the box content can be vertical aligned to:
23815 \end_layout
23816
23817 \begin_layout Description
23818 top This is an example text line.
23819  
23820 \begin_inset Box Boxed
23821 position "c"
23822 hor_pos "c"
23823 has_inner_box 1
23824 inner_pos "t"
23825 use_parbox 0
23826 width "12col%"
23827 special "none"
23828 height "1.5in"
23829 height_special "totalheight"
23830 status collapsed
23831
23832 \begin_layout Standard
23833 \align center
23834 This box text is top-aligned.
23835 \end_layout
23836
23837 \end_inset
23838
23839 \InsetSpace ~
23840 This is an example text line.
23841 \end_layout
23842
23843 \begin_layout Description
23844 middle This is an example text line.
23845  
23846 \begin_inset Box Boxed
23847 position "c"
23848 hor_pos "c"
23849 has_inner_box 1
23850 inner_pos "c"
23851 use_parbox 0
23852 width "12col%"
23853 special "none"
23854 height "1.5in"
23855 height_special "totalheight"
23856 status collapsed
23857
23858 \begin_layout Standard
23859 \align center
23860 This box text is middle-aligned.
23861 \end_layout
23862
23863 \end_inset
23864
23865 \InsetSpace ~
23866 This is an example text line.
23867 \end_layout
23868
23869 \begin_layout Description
23870 bottom This is an example text line.
23871  
23872 \begin_inset Box Boxed
23873 position "c"
23874 hor_pos "c"
23875 has_inner_box 1
23876 inner_pos "b"
23877 use_parbox 0
23878 width "12col%"
23879 special "none"
23880 height "1.5in"
23881 height_special "totalheight"
23882 status collapsed
23883
23884 \begin_layout Standard
23885 \align center
23886 This box text is bottom-aligned.
23887 \end_layout
23888
23889 \end_inset
23890
23891 \InsetSpace ~
23892 This is an example text line.
23893 \end_layout
23894
23895 \begin_layout Description
23896 stretch This is an example text line.
23897  
23898 \begin_inset Box Boxed
23899 position "c"
23900 hor_pos "c"
23901 has_inner_box 1
23902 inner_pos "s"
23903 use_parbox 0
23904 width "12col%"
23905 special "none"
23906 height "1.5in"
23907 height_special "totalheight"
23908 status collapsed
23909
23910 \begin_layout Standard
23911 \align center
23912 This box
23913 \end_layout
23914
23915 \begin_layout Standard
23916 \align center
23917 text is
23918 \end_layout
23919
23920 \begin_layout Standard
23921 \align center
23922 stretched.
23923 \end_layout
23924
23925 \end_inset
23926
23927 \InsetSpace ~
23928 This is an example text line.
23929 \end_layout
23930
23931 \begin_layout Standard
23932 To stretch the box content, it must consist of more than one paragraph.
23933  In the example above every text line is in an own paragraph.
23934 \end_layout
23935
23936 \begin_layout Standard
23937 \begin_inset VSpace bigskip
23938 \end_inset
23939
23940 To align the box content horizontally you can use LyX's paragraph dialog
23941  when you have chosen an 
23942 \family sans
23943 Inner\InsetSpace ~
23944 Box
23945 \family default
23946 .
23947 \end_layout
23948
23949 \begin_layout Standard
23950 \align center
23951 \begin_inset Box Boxed
23952 position "c"
23953 hor_pos "c"
23954 has_inner_box 1
23955 inner_pos "s"
23956 use_parbox 0
23957 width "15col%"
23958 special "none"
23959 height "1.25in"
23960 height_special "totalheight"
23961 status collapsed
23962
23963 \begin_layout Standard
23964 \align left
23965 This box
23966 \end_layout
23967
23968 \begin_layout Standard
23969 \align center
23970 text is
23971 \end_layout
23972
23973 \begin_layout Standard
23974 \align right
23975 stretched.
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 If you haven't set an 
23985 \family sans
23986 Inner\InsetSpace ~
23987 Box
23988 \family default
23989 , you can align the box content horizontally in the box dialog.
23990 \end_layout
23991
23992 \begin_layout Standard
23993 \align center
23994 \begin_inset Box Boxed
23995 position "c"
23996 hor_pos "s"
23997 has_inner_box 0
23998 inner_pos "s"
23999 use_parbox 0
24000 width "90col%"
24001 special "none"
24002 height "1.25in"
24003 height_special "totalheight"
24004 status collapsed
24005
24006 \begin_layout Standard
24007 \align left
24008 This box text is horizontally stretched.
24009 \end_layout
24010
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \begin_layout Section
24017 Framed Boxes
24018 \begin_inset LatexCommand label
24019 name "sec:Framed-Boxes"
24020
24021 \end_inset
24022
24023
24024 \begin_inset LatexCommand index
24025 name "Boxes ! Frames"
24026
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \begin_layout Standard
24033 The frame style of the box can be specified in the box-dialog in the drop-down
24034  list 
24035 \family sans
24036 Type
24037 \family default
24038 .
24039  The following frame types are possible:
24040 \end_layout
24041
24042 \begin_layout Description
24043 Rectangular\InsetSpace ~
24044 box This draws a rectangle frame around the box.
24045  The frame line thickness has the size of 
24046 \series bold
24047
24048 \backslash
24049 fboxrule
24050 \series default
24051 .
24052  
24053 \begin_inset Box Boxed
24054 position "c"
24055 hor_pos "c"
24056 has_inner_box 1
24057 inner_pos "c"
24058 use_parbox 0
24059 width "20col%"
24060 special "none"
24061 height "1in"
24062 height_special "totalheight"
24063 status collapsed
24064
24065 \begin_layout Standard
24066 \align center
24067 Rectangular box
24068 \end_layout
24069
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \begin_layout Description
24076 Oval\InsetSpace ~
24077 box,\InsetSpace ~
24078 thin This draws an oval frame around the box.
24079  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
24080 pt.
24081  
24082 \begin_inset Box ovalbox
24083 position "c"
24084 hor_pos "c"
24085 has_inner_box 1
24086 inner_pos "c"
24087 use_parbox 0
24088 width "20col%"
24089 special "none"
24090 height "1in"
24091 height_special "totalheight"
24092 status collapsed
24093
24094 \begin_layout Standard
24095 \align center
24096 Oval box, thin
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Description
24105 Oval\InsetSpace ~
24106 box,\InsetSpace ~
24107 thick This draws an oval frame around the box.
24108  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
24109 pt.
24110  
24111 \begin_inset Box Ovalbox
24112 position "c"
24113 hor_pos "c"
24114 has_inner_box 1
24115 inner_pos "c"
24116 use_parbox 0
24117 width "20col%"
24118 special "none"
24119 height "1in"
24120 height_special "totalheight"
24121 status collapsed
24122
24123 \begin_layout Standard
24124 \align center
24125 Oval box, thick
24126 \end_layout
24127
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \begin_layout Description
24134 Shadow\InsetSpace ~
24135 box This draws a rectangle frame with a shadow around the box.
24136  The frame line thickness has the size of 
24137 \series bold
24138
24139 \backslash
24140 fboxrule
24141 \series default
24142 , the shadow has a width of 4\InsetSpace \thinspace{}
24143 pt.
24144  
24145 \begin_inset Box Shadowbox
24146 position "c"
24147 hor_pos "c"
24148 has_inner_box 1
24149 inner_pos "c"
24150 use_parbox 0
24151 width "20col%"
24152 special "none"
24153 height "1in"
24154 height_special "totalheight"
24155 status collapsed
24156
24157 \begin_layout Standard
24158 \align center
24159 Shadow box
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Description
24168 Double\InsetSpace ~
24169 box This draws a double-line rectangle frame around the box.
24170  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
24171
24172 \series bold
24173
24174 \backslash
24175 fboxrule
24176 \series default
24177 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
24178
24179 \series bold
24180
24181 \backslash
24182 fboxrule
24183 \series default
24184 .
24185  The distance between the lines is 1.5\InsetSpace \thinspace{}
24186
24187 \series bold
24188
24189 \backslash
24190 fboxrule
24191 \series default
24192 \InsetSpace \thinspace{}
24193 +\InsetSpace \thinspace{}
24194 0.5\InsetSpace \thinspace{}
24195 pt.
24196  
24197 \begin_inset Box Doublebox
24198 position "c"
24199 hor_pos "c"
24200 has_inner_box 1
24201 inner_pos "c"
24202 use_parbox 0
24203 width "20col%"
24204 special "none"
24205 height "1in"
24206 height_special "totalheight"
24207 status collapsed
24208
24209 \begin_layout Standard
24210 \align center
24211 Double box
24212 \end_layout
24213
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \begin_layout Standard
24220 \begin_inset VSpace bigskip
24221 \end_inset
24222
24223 LyX's box label will change to the used frame style when you set a frame.
24224  To be able to use the different frame styles, the LaTeX-package 
24225 \series bold
24226 fancybox
24227 \series default
24228
24229 \begin_inset LatexCommand index
24230 name "LaTeX-packages ! fancybox"
24231
24232 \end_inset
24233
24234  must be installed.
24235 \end_layout
24236
24237 \begin_layout Standard
24238 \begin_inset VSpace bigskip
24239 \end_inset
24240
24241 The default value for the size 
24242 \series bold
24243
24244 \backslash
24245 fboxrule
24246 \series default
24247  is 0.4\InsetSpace \thinspace{}
24248 pt.
24249  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
24250 g.\InsetSpace ~
24251 2\InsetSpace \thinspace{}
24252 pt:
24253 \end_layout
24254
24255 \begin_layout Standard
24256
24257 \series bold
24258
24259 \backslash
24260 setlength{
24261 \backslash
24262 fboxrule}{2pt}
24263 \end_layout
24264
24265 \begin_layout Standard
24266 \begin_inset ERT
24267 status collapsed
24268
24269 \begin_layout Standard
24270
24271
24272 \backslash
24273 setlength{
24274 \backslash
24275 fboxrule}{2pt}
24276 \end_layout
24277
24278 \end_inset
24279
24280
24281 \begin_inset Box Boxed
24282 position "c"
24283 hor_pos "c"
24284 has_inner_box 1
24285 inner_pos "c"
24286 use_parbox 0
24287 width "25col%"
24288 special "none"
24289 height "1in"
24290 height_special "totalheight"
24291 status collapsed
24292
24293 \begin_layout Standard
24294 \align center
24295 Rectangular box with 
24296 \series bold
24297
24298 \backslash
24299 fboxrule
24300 \series default
24301 \InsetSpace \thinspace{}
24302 =\InsetSpace \thinspace{}
24303 2\InsetSpace \thinspace{}
24304 pt
24305 \end_layout
24306
24307 \end_inset
24308
24309
24310 \begin_inset ERT
24311 status collapsed
24312
24313 \begin_layout Standard
24314
24315
24316 \backslash
24317 setlength{
24318 \backslash
24319 fboxrule}{0.4pt}
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Standard
24328 \begin_inset VSpace bigskip
24329 \end_inset
24330
24331 The space between the frame and the box content is for all frame styles
24332  by default 3\InsetSpace \thinspace{}
24333 pt.
24334  You can change it by setting the length 
24335 \series bold
24336
24337 \backslash
24338 fboxsep
24339 \series default
24340  to another value.
24341  For example the command
24342 \end_layout
24343
24344 \begin_layout Standard
24345
24346 \series bold
24347
24348 \backslash
24349 setlength{
24350 \backslash
24351 fboxsep}{10pt}
24352 \end_layout
24353
24354 \begin_layout Standard
24355 sets the value to 10\InsetSpace \thinspace{}
24356 pt, like for the following box:
24357 \end_layout
24358
24359 \begin_layout Standard
24360 \begin_inset ERT
24361 status collapsed
24362
24363 \begin_layout Standard
24364
24365
24366 \backslash
24367 setlength{
24368 \backslash
24369 fboxsep}{10pt}
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \begin_inset Box Boxed
24376 position "c"
24377 hor_pos "c"
24378 has_inner_box 1
24379 inner_pos "c"
24380 use_parbox 0
24381 width "25col%"
24382 special "none"
24383 height "1in"
24384 height_special "totalheight"
24385 status collapsed
24386
24387 \begin_layout Standard
24388 \align center
24389 Rectangular box with 
24390 \series bold
24391
24392 \backslash
24393 fboxsep
24394 \series default
24395 \InsetSpace \thinspace{}
24396 =\InsetSpace \thinspace{}
24397 10\InsetSpace \thinspace{}
24398 pt
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \begin_inset ERT
24405 status collapsed
24406
24407 \begin_layout Standard
24408
24409
24410 \backslash
24411 setlength{
24412 \backslash
24413 fboxsep}{3pt}
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \begin_layout Standard
24422 \begin_inset VSpace bigskip
24423 \end_inset
24424
24425 The diameter of the round corners of the oval boxes can be set with the
24426  command 
24427 \series bold
24428
24429 \backslash
24430 cornersize
24431 \series default
24432 .
24433  The command
24434 \end_layout
24435
24436 \begin_layout Standard
24437
24438 \series bold
24439
24440 \backslash
24441 cornersize*{1cm}
24442 \end_layout
24443
24444 \begin_layout Standard
24445 sets the diameter to 1\InsetSpace \thinspace{}
24446 cm.
24447  The command
24448 \end_layout
24449
24450 \begin_layout Standard
24451
24452 \series bold
24453
24454 \backslash
24455 cornersize{num}
24456 \end_layout
24457
24458 \begin_layout Standard
24459 sets the diameter to 
24460 \family sans
24461 num\InsetSpace \thinspace{}
24462 ×\InsetSpace \thinspace{}
24463 minimum(width and heigth of box)
24464 \family default
24465 .
24466  The default is 
24467 \series bold
24468
24469 \backslash
24470 cornersize{0.5}
24471 \series default
24472 .
24473 \end_layout
24474
24475 \begin_layout Standard
24476 \begin_inset ERT
24477 status collapsed
24478
24479 \begin_layout Standard
24480
24481
24482 \backslash
24483 cornersize*{1.5cm}
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \begin_inset Box Ovalbox
24490 position "c"
24491 hor_pos "c"
24492 has_inner_box 1
24493 inner_pos "c"
24494 use_parbox 0
24495 width "25col%"
24496 special "none"
24497 height "1in"
24498 height_special "totalheight"
24499 status collapsed
24500
24501 \begin_layout Standard
24502 \align center
24503 Oval box with 
24504 \series bold
24505
24506 \backslash
24507 cornersize
24508 \series default
24509 \InsetSpace \thinspace{}
24510 =\InsetSpace \thinspace{}
24511 1.5\InsetSpace \thinspace{}
24512 cm
24513 \end_layout
24514
24515 \end_inset
24516
24517
24518 \begin_inset ERT
24519 status collapsed
24520
24521 \begin_layout Standard
24522
24523
24524 \backslash
24525 cornersize{0.5}
24526 \end_layout
24527
24528 \end_inset
24529
24530
24531 \end_layout
24532
24533 \begin_layout Standard
24534 \begin_inset VSpace bigskip
24535 \end_inset
24536
24537 The size of the shadow can be adjusted by changing the length 
24538 \series bold
24539
24540 \backslash
24541 shadowsize
24542 \series default
24543 .
24544  It it set to 2\InsetSpace \thinspace{}
24545 pt for the following box by this command:
24546 \end_layout
24547
24548 \begin_layout Standard
24549
24550 \series bold
24551
24552 \backslash
24553 setlength{
24554 \backslash
24555 shadowsize}{2pt}
24556 \end_layout
24557
24558 \begin_layout Standard
24559 \begin_inset ERT
24560 status collapsed
24561
24562 \begin_layout Standard
24563
24564
24565 \backslash
24566 setlength{
24567 \backslash
24568 shadowsize}{2pt}
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \begin_inset Box Shadowbox
24575 position "c"
24576 hor_pos "c"
24577 has_inner_box 1
24578 inner_pos "c"
24579 use_parbox 0
24580 width "25col%"
24581 special "none"
24582 height "1in"
24583 height_special "totalheight"
24584 status collapsed
24585
24586 \begin_layout Standard
24587 \align center
24588 Shadow box with 
24589 \series bold
24590
24591 \backslash
24592 shadowsize
24593 \series default
24594 \InsetSpace \thinspace{}
24595 =\InsetSpace \thinspace{}
24596 2\InsetSpace \thinspace{}
24597 pt
24598 \end_layout
24599
24600 \end_inset
24601
24602
24603 \begin_inset ERT
24604 status collapsed
24605
24606 \begin_layout Standard
24607
24608
24609 \backslash
24610 setlength{
24611 \backslash
24612 shadowsize}{4pt}
24613 \end_layout
24614
24615 \end_inset
24616
24617
24618 \end_layout
24619
24620 \begin_layout Standard
24621 \begin_inset VSpace bigskip
24622 \end_inset
24623
24624 Changed lengths and widths are valid for all boxes following the commands
24625  that change them.
24626 \end_layout
24627
24628 \begin_layout Section
24629 Minipages
24630 \begin_inset LatexCommand label
24631 name "sec:Minipages"
24632
24633 \end_inset
24634
24635
24636 \begin_inset LatexCommand index
24637 name "Boxes ! Minipages"
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Standard
24645 Minipages are treated by LaTeX as pages within pages and can therefore for
24646  example have their own footnotes.
24647 \end_layout
24648
24649 \begin_layout Standard
24650 Minipages are useful when you write documents with different languages.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Below are two example minipages side by side.
24655  Their width is set to 45\InsetSpace \thinspace{}
24656 col% and they are separated by a horizontal fill,
24657  that was inserted via the menu 
24658 \family sans
24659 Insert\SpecialChar \menuseparator
24660 Special\InsetSpace ~
24661 Formatting\SpecialChar \menuseparator
24662 Horizontal\InsetSpace ~
24663 Fill
24664 \family default
24665 .
24666 \end_layout
24667
24668 \begin_layout Standard
24669 \begin_inset Box Frameless
24670 position "t"
24671 hor_pos "c"
24672 has_inner_box 1
24673 inner_pos "c"
24674 use_parbox 0
24675 width "45col%"
24676 special "none"
24677 height "1in"
24678 height_special "totalheight"
24679 status open
24680
24681 \begin_layout Standard
24682
24683 \lang german
24684 Dies ist ein deutscher Text.
24685  Dies ist ein deutscher Text.
24686  Dies ist ein deutscher Text.
24687  Dies ist ein deutscher Text.
24688  Dies ist ein deutscher Text.
24689  Dies ist ein deutscher Text.
24690  Dies ist ein deutscher Text.
24691  Dies ist ein deutscher Text.
24692  Dies ist ein deutscher Text.
24693  Dies ist ein deutscher Text.
24694  Dies ist ein deutscher Text.
24695  Dies ist ein deutscher Text.
24696  Dies ist ein deutscher Text
24697 \begin_inset Foot
24698 status collapsed
24699
24700 \begin_layout Standard
24701
24702 \lang german
24703 Dies ist eine deutsche Fußnote.
24704 \end_layout
24705
24706 \end_inset
24707
24708 .
24709  Dies ist ein deutscher Text.
24710  Dies ist ein deutscher Text.
24711 \end_layout
24712
24713 \end_inset
24714
24715
24716 \hfill
24717
24718 \begin_inset Box Frameless
24719 position "t"
24720 hor_pos "c"
24721 has_inner_box 1
24722 inner_pos "c"
24723 use_parbox 0
24724 width "45col%"
24725 special "none"
24726 height "1in"
24727 height_special "totalheight"
24728 status open
24729
24730 \begin_layout Standard
24731 This is an English Text.
24732  This is an English Text.
24733  This is an English Text.
24734  This is an English Text.
24735  This is an English Text.
24736  This is an English Text.
24737  This is an English Text.
24738  This is an English Text.
24739  This is an English Text.
24740  This is an English Text.
24741  This is an English Text.
24742  This is an English Text.
24743  This is an English Text.
24744  This is an English Text.
24745  This is an English Text.
24746  This is an English Text.
24747 \begin_inset Foot
24748 status collapsed
24749
24750 \begin_layout Standard
24751 This is an English footnote.
24752 \end_layout
24753
24754 \end_inset
24755
24756  This is an English Text.
24757  
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \begin_inset VSpace bigskip
24767 \end_inset
24768
24769 Another application for minipages are footnotes within tables.
24770  Due to a LaTeX restriction footnotes within tables doesn't appear at the
24771  bottom of the current page.
24772  But when you put the table with the footnote to a minipage, the footnote
24773  will appear at its bottom, numbered with Latin letters.
24774  The footnote number is reset to 1 in every minipage but not outside the
24775  minipages.
24776 \end_layout
24777
24778 \begin_layout Standard
24779 The footnote of this table doesn't appear: 
24780 \begin_inset Tabular
24781 <lyxtabular version="3" rows="3" columns="4">
24782 <features>
24783 <column alignment="center" valignment="top" leftline="true" width="0pt">
24784 <column alignment="center" valignment="top" leftline="true" width="0pt">
24785 <column alignment="center" valignment="top" leftline="true" width="0pt">
24786 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24787 <row topline="true">
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Standard
24792 1
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Standard
24801 2
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Standard
24810 3
24811 \begin_inset Foot
24812 status collapsed
24813
24814 \begin_layout Standard
24815 This is a footnote within a table.
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Standard
24829 4
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 </row>
24835 <row topline="true">
24836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Standard
24840 a
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Standard
24849 b
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Standard
24858 c
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Standard
24867 d
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 <row topline="true" bottomline="true">
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Standard
24878 e
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Standard
24887 f
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Standard
24896 g
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Standard
24905 h
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 </row>
24911 </lyxtabular>
24912
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \begin_layout Standard
24919 \align center
24920 \begin_inset Box Frameless
24921 position "t"
24922 hor_pos "c"
24923 has_inner_box 1
24924 inner_pos "c"
24925 use_parbox 0
24926 width "30col%"
24927 special "none"
24928 height "1in"
24929 height_special "totalheight"
24930 status open
24931
24932 \begin_layout Standard
24933 \align center
24934 \begin_inset Tabular
24935 <lyxtabular version="3" rows="3" columns="4">
24936 <features>
24937 <column alignment="center" valignment="top" leftline="true" width="0pt">
24938 <column alignment="center" valignment="top" leftline="true" width="0pt">
24939 <column alignment="center" valignment="top" leftline="true" width="0pt">
24940 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24941 <row topline="true">
24942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Standard
24946 1
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Standard
24955 2
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Standard
24964 3
24965 \begin_inset Foot
24966 status collapsed
24967
24968 \begin_layout Standard
24969 This is a footnote within a table.
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Standard
24983 4
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 </row>
24989 <row topline="true">
24990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Standard
24994 a
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Standard
25003 b
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Standard
25012 c
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Standard
25021 d
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 </row>
25027 <row topline="true" bottomline="true">
25028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Standard
25032 e
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Standard
25041 f
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Standard
25050 g
25051 \end_layout
25052
25053 \end_inset
25054 </cell>
25055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Standard
25059 h
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 </row>
25065 </lyxtabular>
25066
25067 \end_inset
25068
25069
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 \begin_inset VSpace bigskip
25079 \end_inset
25080
25081 The document-wide paragraph settings are ignored within minipages.
25082  That means that there will be no space between paragraphs in minipages
25083  although you set it to e.\InsetSpace \thinspace{}
25084 g.\InsetSpace ~
25085
25086 \family sans
25087 MedSkip
25088 \family default
25089  in the document settings.
25090 \end_layout
25091
25092 \begin_layout Standard
25093 Minipages can also be used to set a background color for text parts, see
25094  section\InsetSpace ~
25095
25096 \begin_inset LatexCommand ref
25097 reference "sub:Color-for-Paragraphs"
25098
25099 \end_inset
25100
25101 .
25102 \end_layout
25103
25104 \begin_layout Standard
25105 \begin_inset Note Greyedout
25106 status open
25107
25108 \begin_layout Standard
25109
25110 \series bold
25111 Note:
25112 \series default
25113  You cannot have floats or margin notes inside minipages but minipages can
25114  be used inside tables, floats, and other boxes.
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \end_layout
25121
25122 \begin_layout Section
25123 Parboxes
25124 \begin_inset LatexCommand label
25125 name "sec:Parboxes"
25126
25127 \end_inset
25128
25129
25130 \begin_inset LatexCommand index
25131 name "Boxes ! Parboxes"
25132
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \begin_layout Standard
25139 Parboxes are very similar to minipages with the difference that they cannot
25140  have footnotes.
25141  The main difference to minipages is that minipages are in contrary to parboxes
25142  no real boxes but LaTeX-environments.
25143 \end_layout
25144
25145 \begin_layout Standard
25146 \align center
25147 \begin_inset Box Frameless
25148 position "t"
25149 hor_pos "c"
25150 has_inner_box 1
25151 inner_pos "t"
25152 use_parbox 1
25153 width "33col%"
25154 special "none"
25155 height "1in"
25156 height_special "totalheight"
25157 status collapsed
25158
25159 \begin_layout Standard
25160 This a text within a parbox.
25161  This a text within a parbox.
25162 \end_layout
25163
25164 \begin_layout Standard
25165 This footnote won't appear:
25166 \begin_inset Foot
25167 status collapsed
25168
25169 \begin_layout Standard
25170 This footnote is inside a parbox and will therefore not appear.
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \begin_layout Section
25184 Boxes for Words and Characters
25185 \begin_inset LatexCommand index
25186 name "Boxes ! for Characters"
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Subsection
25194 Prevent Hyphenation
25195 \begin_inset LatexCommand label
25196 name "sec:Prevent-Hyphenation"
25197
25198 \end_inset
25199
25200
25201 \begin_inset LatexCommand index
25202 name "Boxes ! to Prevent Hyphenation"
25203
25204 \end_inset
25205
25206
25207 \end_layout
25208
25209 \begin_layout Standard
25210 You can use a special kind of boxes to prevent words or text to be hyphenated.
25211 \newline
25212 Her
25213 e is an example text:
25214 \end_layout
25215
25216 \begin_layout Standard
25217 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25218 g.\InsetSpace ~
25219 veryver
25220 ylongwords.
25221 \end_layout
25222
25223 \begin_layout Standard
25224 To prevent the hyphenation of the word 
25225 \begin_inset Quotes eld
25226 \end_inset
25227
25228 veryverylongwords
25229 \begin_inset Quotes erd
25230 \end_inset
25231
25232 , add the command
25233 \end_layout
25234
25235 \begin_layout Standard
25236
25237 \series bold
25238
25239 \backslash
25240 mbox{
25241 \end_layout
25242
25243 \begin_layout Standard
25244 in ERT before the word.
25245  Behind the word insert a closing brace 
25246 \begin_inset Quotes eld
25247 \end_inset
25248
25249
25250 \series bold
25251 }
25252 \series default
25253
25254 \begin_inset Quotes erd
25255 \end_inset
25256
25257  in ERT.
25258 \begin_inset ERT
25259 status collapsed
25260
25261 \begin_layout Standard
25262
25263
25264 \backslash
25265 pagebreak 
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \end_layout
25272
25273 \begin_layout Standard
25274 This is the result:
25275 \end_layout
25276
25277 \begin_layout Standard
25278 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25279 g.\InsetSpace ~
25280
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Standard
25285
25286
25287 \backslash
25288 mbox{
25289 \end_layout
25290
25291 \end_inset
25292
25293 veryverylongwords.
25294 \begin_inset ERT
25295 status collapsed
25296
25297 \begin_layout Standard
25298
25299 }
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 Of course the word now protrudes over the side margin.
25309  To avoid this, add via the menu 
25310 \family sans
25311 Insert\SpecialChar \menuseparator
25312 Special\InsetSpace ~
25313 Formatting\SpecialChar \menuseparator
25314 Line\InsetSpace ~
25315 Break
25316 \family default
25317  (shortcut 
25318 \series bold
25319 Ctrl-Return
25320 \series default
25321 ) a line break before the word:
25322 \end_layout
25323
25324 \begin_layout Standard
25325 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25326 g.\InsetSpace ~
25327
25328 \newline
25329
25330 \begin_inset ERT
25331 status collapsed
25332
25333 \begin_layout Standard
25334
25335
25336 \backslash
25337 mbox{
25338 \end_layout
25339
25340 \end_inset
25341
25342 veryverylongwords.
25343 \begin_inset ERT
25344 status collapsed
25345
25346 \begin_layout Standard
25347
25348 }
25349 \end_layout
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \begin_layout Subsection
25357 Vertical Alignment
25358 \begin_inset LatexCommand label
25359 name "sub:Vertical-Alignment"
25360
25361 \end_inset
25362
25363
25364 \begin_inset LatexCommand index
25365 name "Boxes ! for Vertical Alignment"
25366
25367 \end_inset
25368
25369
25370 \begin_inset LatexCommand index
25371 name "Boxes ! Raiseboxes"
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Standard
25379 With the help of the command 
25380 \series bold
25381
25382 \backslash
25383 raisebox
25384 \series default
25385  you can align words, characters or other boxes vertically to the surrounding
25386  text.
25387  
25388 \series bold
25389
25390 \backslash
25391 raisebox
25392 \series default
25393  is used with the following scheme:
25394 \end_layout
25395
25396 \begin_layout Standard
25397
25398 \series bold
25399
25400 \backslash
25401 raisebox{lift}[height][depth]{box content}
25402 \end_layout
25403
25404 \begin_layout Standard
25405 The lift can be a positive value to raise the box or a negative value to
25406  lower the box.
25407 \end_layout
25408
25409 \begin_layout Standard
25410 To align for example the word 
25411 \begin_inset Quotes eld
25412 \end_inset
25413
25414 preventing
25415 \begin_inset Quotes erd
25416 \end_inset
25417
25418  so that the bottom of the 
25419 \begin_inset Quotes eld
25420 \end_inset
25421
25422 deepest
25423 \begin_inset Quotes erd
25424 \end_inset
25425
25426  character 
25427 \begin_inset Quotes eld
25428 \end_inset
25429
25430 p
25431 \begin_inset Quotes erd
25432 \end_inset
25433
25434  is at the baseline, insert the command
25435 \end_layout
25436
25437 \begin_layout Standard
25438
25439 \series bold
25440
25441 \backslash
25442 raisebox{
25443 \backslash
25444 depth}{
25445 \end_layout
25446
25447 \begin_layout Standard
25448 in ERT before the word.
25449  Behind the word insert a closing brace 
25450 \begin_inset Quotes eld
25451 \end_inset
25452
25453
25454 \series bold
25455 }
25456 \series default
25457
25458 \begin_inset Quotes erd
25459 \end_inset
25460
25461  in ERT.
25462 \newline
25463 This is the result:
25464 \end_layout
25465
25466 \begin_layout Standard
25467 This is a text line with the word 
25468 \begin_inset ERT
25469 status collapsed
25470
25471 \begin_layout Standard
25472
25473
25474 \backslash
25475 raisebox{
25476 \backslash
25477 depth}{
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \begin_inset Quotes eld
25484 \end_inset
25485
25486 preventing
25487 \begin_inset Quotes erd
25488 \end_inset
25489
25490
25491 \begin_inset ERT
25492 status collapsed
25493
25494 \begin_layout Standard
25495
25496 }
25497 \end_layout
25498
25499 \end_inset
25500
25501  as raised word.
25502 \end_layout
25503
25504 \begin_layout Standard
25505 \begin_inset VSpace bigskip
25506 \end_inset
25507
25508 When you raise or lower characters in a line, the line distance will be
25509  spread:
25510 \end_layout
25511
25512 \begin_layout Standard
25513 This is a text line with the word 
25514 \begin_inset ERT
25515 status collapsed
25516
25517 \begin_layout Standard
25518
25519
25520 \backslash
25521 raisebox{-
25522 \backslash
25523 depth}{
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \begin_inset Quotes eld
25530 \end_inset
25531
25532 preventing
25533 \begin_inset Quotes erd
25534 \end_inset
25535
25536
25537 \begin_inset ERT
25538 status collapsed
25539
25540 \begin_layout Standard
25541
25542 }
25543 \end_layout
25544
25545 \end_inset
25546
25547  as lowered word.
25548 \newline
25549 This is a text line with the word 
25550 \begin_inset ERT
25551 status collapsed
25552
25553 \begin_layout Standard
25554
25555
25556 \backslash
25557 raisebox{0.5cm}{
25558 \end_layout
25559
25560 \end_inset
25561
25562
25563 \begin_inset Quotes eld
25564 \end_inset
25565
25566 testing
25567 \begin_inset Quotes erd
25568 \end_inset
25569
25570
25571 \begin_inset ERT
25572 status collapsed
25573
25574 \begin_layout Standard
25575
25576 }
25577 \end_layout
25578
25579 \end_inset
25580
25581  as raised word.
25582 \end_layout
25583
25584 \begin_layout Standard
25585 If you want to prevent this for a certain reason, set the box height to
25586  a zero value.
25587  For example use
25588 \end_layout
25589
25590 \begin_layout Standard
25591
25592 \series bold
25593
25594 \backslash
25595 raisebox{-
25596 \backslash
25597 depth}[0pt]{
25598 \end_layout
25599
25600 \begin_layout Standard
25601 This is a text line with the word 
25602 \begin_inset ERT
25603 status collapsed
25604
25605 \begin_layout Standard
25606
25607
25608 \backslash
25609 raisebox{-
25610 \backslash
25611 depth}[0pt]{
25612 \end_layout
25613
25614 \end_inset
25615
25616
25617 \begin_inset Quotes eld
25618 \end_inset
25619
25620 preventing
25621 \begin_inset Quotes erd
25622 \end_inset
25623
25624
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Standard
25629
25630 }
25631 \end_layout
25632
25633 \end_inset
25634
25635  as lowered word.
25636 \newline
25637 This is a text line with the word 
25638 \begin_inset ERT
25639 status collapsed
25640
25641 \begin_layout Standard
25642
25643
25644 \backslash
25645 raisebox{0.5cm}[0pt]{
25646 \end_layout
25647
25648 \end_inset
25649
25650
25651 \begin_inset Quotes eld
25652 \end_inset
25653
25654 testing
25655 \begin_inset Quotes erd
25656 \end_inset
25657
25658
25659 \begin_inset ERT
25660 status collapsed
25661
25662 \begin_layout Standard
25663
25664 }
25665 \end_layout
25666
25667 \end_inset
25668
25669  as raised word.
25670 \end_layout
25671
25672 \begin_layout Section
25673 Colored Boxes
25674 \begin_inset LatexCommand label
25675 name "sec:Colored-Boxes"
25676
25677 \end_inset
25678
25679
25680 \begin_inset LatexCommand index
25681 name "Boxes ! Color"
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \begin_layout Subsection
25689 Color for Text
25690 \begin_inset LatexCommand index
25691 name "Color ! for Text"
25692
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \begin_layout Standard
25699 To color the background of text the text must be put into a so called colorbox.
25700  This requires that the LaTeX-package 
25701 \series bold
25702 color
25703 \series default
25704
25705 \begin_inset LatexCommand index
25706 name "LaTeX-packages ! color"
25707
25708 \end_inset
25709
25710  is loaded in the document preamble with the command
25711 \end_layout
25712
25713 \begin_layout Standard
25714
25715 \series bold
25716
25717 \backslash
25718 @ifundef\SpecialChar \textcompwordmark{}
25719 ined{textcolor}
25720 \newline
25721
25722 \begin_inset ERT
25723 status collapsed
25724
25725 \begin_layout Standard
25726
25727
25728 \backslash
25729 hphantom{ }
25730 \end_layout
25731
25732 \end_inset
25733
25734 {
25735 \backslash
25736 usepackage{color}}{}
25737 \end_layout
25738
25739 \begin_layout Standard
25740 The package 
25741 \series bold
25742 color
25743 \series default
25744  will be loaded automatically by LyX when you color text
25745 \begin_inset Foot
25746 status collapsed
25747
25748 \begin_layout Standard
25749 To avoid that it is loaded twice the command 
25750 \series bold
25751
25752 \backslash
25753 @ifundef\SpecialChar \textcompwordmark{}
25754 ined
25755 \series default
25756  is used.
25757 \end_layout
25758
25759 \end_inset
25760
25761 .
25762 \end_layout
25763
25764 \begin_layout Standard
25765 \begin_inset VSpace medskip
25766 \end_inset
25767
25768 Colorboxes are created with the command 
25769 \series bold
25770
25771 \backslash
25772 colorbox
25773 \series default
25774 .
25775  This will be used with the following scheme:
25776 \end_layout
25777
25778 \begin_layout Standard
25779
25780 \series bold
25781
25782 \backslash
25783 colorbox{color}{box content}
25784 \end_layout
25785
25786 \begin_layout Standard
25787 The box content can also be a box and colorboxes can also be within other
25788  boxes.
25789 \end_layout
25790
25791 \begin_layout Standard
25792 The following colors are predefined:
25793 \newline
25794
25795 \family sans
25796 black
25797 \family default
25798
25799 \family sans
25800 blue
25801 \family default
25802
25803 \family sans
25804 cyan
25805 \family default
25806 \series bold
25807 ,
25808 \series default
25809  
25810 \family sans
25811 green
25812 \family default
25813
25814 \family sans
25815 magenta
25816 \family default
25817
25818 \family sans
25819 red
25820 \family default
25821
25822 \family sans
25823 white
25824 \family default
25825 , and 
25826 \family sans
25827 yellow
25828 \family default
25829 .
25830 \newline
25831 You can also define your own color as described in section\InsetSpace ~
25832
25833 \begin_inset LatexCommand ref
25834 reference "sec:Colored-Tables"
25835
25836 \end_inset
25837
25838 .
25839 \end_layout
25840
25841 \begin_layout Standard
25842 To have e.\InsetSpace \thinspace{}
25843 g.\InsetSpace ~
25844 a red background for a word, insert the command
25845 \end_layout
25846
25847 \begin_layout Standard
25848
25849 \series bold
25850
25851 \backslash
25852 colorbox{red}{
25853 \end_layout
25854
25855 \begin_layout Standard
25856 before the word in ERT.
25857  Behind the word insert a closing brace 
25858 \begin_inset Quotes eld
25859 \end_inset
25860
25861
25862 \series bold
25863 }
25864 \series default
25865
25866 \begin_inset Quotes erd
25867 \end_inset
25868
25869  in ERT.
25870 \newline
25871 This is the result:
25872 \end_layout
25873
25874 \begin_layout Standard
25875 This is a line where the word 
25876 \begin_inset ERT
25877 status collapsed
25878
25879 \begin_layout Standard
25880
25881
25882 \backslash
25883 colorbox{red}{
25884 \end_layout
25885
25886 \end_inset
25887
25888
25889 \begin_inset Quotes eld
25890 \end_inset
25891
25892 Attention!
25893 \begin_inset Quotes erd
25894 \end_inset
25895
25896
25897 \begin_inset ERT
25898 status collapsed
25899
25900 \begin_layout Standard
25901
25902 }
25903 \end_layout
25904
25905 \end_inset
25906
25907  has a red background.
25908 \end_layout
25909
25910 \begin_layout Standard
25911 \begin_inset VSpace bigskip
25912 \end_inset
25913
25914 If you would have the box frame in a different color, you can use the command
25915  
25916 \series bold
25917
25918 \backslash
25919 fcolorbox
25920 \series default
25921  with the following scheme:
25922 \end_layout
25923
25924 \begin_layout Standard
25925
25926 \series bold
25927
25928 \backslash
25929 fcolorbox{frame color}{box color}{box content}
25930 \end_layout
25931
25932 \begin_layout Standard
25933
25934 \series bold
25935
25936 \backslash
25937 fcolorbox
25938 \series default
25939  is an extension to 
25940 \series bold
25941
25942 \backslash
25943 colorbox
25944 \series default
25945 .
25946  The frame thickness and the space between the frame and the box content
25947  can be adjusted with the lengths 
25948 \series bold
25949
25950 \backslash
25951 fboxrule
25952 \series default
25953  and 
25954 \series bold
25955
25956 \backslash
25957 fboxsep
25958 \series default
25959 , respectively, as described in section\InsetSpace ~
25960
25961 \begin_inset LatexCommand ref
25962 reference "sec:Framed-Boxes"
25963
25964 \end_inset
25965
25966 .
25967 \end_layout
25968
25969 \begin_layout Standard
25970 For the following example the command
25971 \end_layout
25972
25973 \begin_layout Standard
25974
25975 \series bold
25976
25977 \backslash
25978 fcolorbox{cyan}{magenta}{
25979 \end_layout
25980
25981 \begin_layout Standard
25982 was used.
25983 \end_layout
25984
25985 \begin_layout Standard
25986 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
25987 mm:
25988 \newline
25989
25990 \begin_inset ERT
25991 status collapsed
25992
25993 \begin_layout Standard
25994
25995
25996 \backslash
25997 fboxrule 1mm 
25998 \backslash
25999 fboxsep 1mm
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Standard
26009
26010
26011 \backslash
26012 fcolorbox{cyan}{magenta}{
26013 \end_layout
26014
26015 \end_inset
26016
26017 This is text within a colored, framed box.
26018 \begin_inset ERT
26019 status collapsed
26020
26021 \begin_layout Standard
26022
26023 }
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Standard
26032 \begin_inset VSpace bigskip
26033 \end_inset
26034
26035 Of course you can also have colored text inside a colorbox:
26036 \newline
26037
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Standard
26042
26043
26044 \backslash
26045 fcolorbox{cyan}{magenta}{
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \color yellow
26052 This is colored text within a colored, framed box.
26053 \color none
26054
26055 \begin_inset ERT
26056 status collapsed
26057
26058 \begin_layout Standard
26059
26060 }
26061 \end_layout
26062
26063 \end_inset
26064
26065
26066 \begin_inset ERT
26067 status collapsed
26068
26069 \begin_layout Standard
26070
26071
26072 \backslash
26073 fboxrule 0.4pt 
26074 \backslash
26075 fboxsep 3pt
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \end_layout
26082
26083 \begin_layout Standard
26084
26085 \series bold
26086 \begin_inset VSpace medskip
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Standard
26093 \begin_inset Note Greyedout
26094 status open
26095
26096 \begin_layout Standard
26097
26098 \series bold
26099 Note:
26100 \series default
26101  Text in colorboxes cannot have line breaks.
26102  To color multiple text lines or paragraphs, use a box inside a colorbox
26103  as described in the following.
26104 \end_layout
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Subsection
26112 Color for Paragraphs
26113 \begin_inset LatexCommand label
26114 name "sub:Color-for-Paragraphs"
26115
26116 \end_inset
26117
26118
26119 \begin_inset LatexCommand index
26120 name "Color ! for Paragraphs"
26121
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \begin_layout Standard
26128 To set the background color for more than one text line, put the text into
26129  a minipage.
26130  Before the minipage insert the 
26131 \series bold
26132
26133 \backslash
26134 colorbox
26135 \series default
26136  command
26137 \end_layout
26138
26139 \begin_layout Standard
26140
26141 \series bold
26142
26143 \backslash
26144 colorbox{color}{
26145 \end_layout
26146
26147 \begin_layout Standard
26148 in ERT.
26149  Behind the minipage insert a closing brace 
26150 \begin_inset Quotes eld
26151 \end_inset
26152
26153
26154 \series bold
26155 }
26156 \series default
26157
26158 \begin_inset Quotes erd
26159 \end_inset
26160
26161  in ERT.
26162 \end_layout
26163
26164 \begin_layout Standard
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Standard
26169
26170
26171 \backslash
26172 colorbox{lightgrey}{
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \begin_inset Box Frameless
26179 position "t"
26180 hor_pos "c"
26181 has_inner_box 1
26182 inner_pos "t"
26183 use_parbox 0
26184 width "100col%"
26185 special "none"
26186 height "1in"
26187 height_special "totalheight"
26188 status collapsed
26189
26190 \begin_layout Standard
26191 This is text with background color.
26192  This is text with background color.
26193 \end_layout
26194
26195 \begin_layout Standard
26196 \begin_inset VSpace defskip
26197 \end_inset
26198
26199 The text can have footnotes
26200 \begin_inset Foot
26201 status collapsed
26202
26203 \begin_layout Standard
26204 Another example footnote
26205 \end_layout
26206
26207 \end_inset
26208
26209  and can include tables and figures.
26210 \end_layout
26211
26212 \begin_layout Standard
26213 \align center
26214 \begin_inset Tabular
26215 <lyxtabular version="3" rows="3" columns="3">
26216 <features>
26217 <column alignment="center" valignment="top" leftline="true" width="0">
26218 <column alignment="center" valignment="top" leftline="true" width="0">
26219 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26220 <row topline="true">
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Standard
26225 a
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Standard
26234 !
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Standard
26243 3
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 </row>
26249 <row topline="true">
26250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Standard
26254 <
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Standard
26263 b2
26264 \begin_inset Quotes erd
26265 \end_inset
26266
26267 |
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Standard
26276 >
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 </row>
26282 <row topline="true" bottomline="true">
26283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Standard
26287 1
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Standard
26296 §
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Standard
26305 c
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 </row>
26311 </lyxtabular>
26312
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Standard
26325
26326 }
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \begin_layout Section
26335 URLs (Uniform Resource Locators)
26336 \begin_inset LatexCommand index
26337 name "URLs"
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Standard
26345 Links to web pages or email addresses can be inserted via the menu 
26346 \family sans
26347 Insert\SpecialChar \menuseparator
26348 URL
26349 \family default
26350 .
26351  The appearing URL dialog has two fields; the 
26352 \family sans
26353 URL
26354 \family default
26355  field and the 
26356 \family sans
26357 Name
26358 \family default
26359  field for the URL description, which will be typeset as plain text immediately
26360  before the URL.
26361 \end_layout
26362
26363 \begin_layout Standard
26364 Here is an example URL: 
26365 \begin_inset LatexCommand url
26366 name "LyX's homepage"
26367 target "http://www.lyx.org"
26368
26369 \end_inset
26370
26371
26372 \end_layout
26373
26374 \begin_layout Standard
26375 The option 
26376 \family sans
26377 Generate\InsetSpace ~
26378 hyperlink
26379 \family default
26380  in the URL dialog has only an affect when you export your document to the
26381  format 
26382 \begin_inset Quotes eld
26383 \end_inset
26384
26385
26386 \family sans
26387 LinuxDoc
26388 \family default
26389
26390 \begin_inset Quotes erd
26391 \end_inset
26392
26393 .
26394 \end_layout
26395
26396 \begin_layout Standard
26397 You cannot change the style of the link text.
26398  The text of the 
26399 \family sans
26400 Name
26401 \family default
26402  field will have the default text style of the document while the text of
26403  the 
26404 \family sans
26405 URL
26406 \family default
26407  field will have the style 
26408 \begin_inset Quotes eld
26409 \end_inset
26410
26411
26412 \family sans
26413 Typewriter
26414 \family default
26415
26416 \begin_inset Quotes erd
26417 \end_inset
26418
26419 .
26420 \end_layout
26421
26422 \begin_layout Standard
26423 When you use the LaTeX-package 
26424 \series bold
26425 hyperref
26426 \series default
26427
26428 \begin_inset LatexCommand index
26429 name "LaTeX-packages ! hyperref"
26430
26431 \end_inset
26432
26433  to link cross-references in the output, URLs will automatically become
26434  clickable hyperlinks in DVI and PDF-output.
26435 \end_layout
26436
26437 \begin_layout Standard
26438 \begin_inset Note Greyedout
26439 status open
26440
26441 \begin_layout Standard
26442
26443 \series bold
26444 Note:
26445 \series default
26446  When you use the following characters: "%", "#", "^", you have to write
26447  them with a preceding backslash, e.\InsetSpace \thinspace{}
26448 g.\InsetSpace ~
26449
26450 \begin_inset Quotes eld
26451 \end_inset
26452
26453
26454 \backslash
26455 #
26456 \begin_inset Quotes erd
26457 \end_inset
26458
26459 .
26460  URLs must not end with a backslash.
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \begin_layout Standard
26469 \begin_inset VSpace bigskip
26470 \end_inset
26471
26472 To create real hyperlinks without the force to write the link location to
26473  the text, you can use the command
26474 \end_layout
26475
26476 \begin_layout Standard
26477
26478 \series bold
26479
26480 \backslash
26481 href{link location}{link text}
26482 \end_layout
26483
26484 \begin_layout Standard
26485 in ERT.
26486  To get for example a link to LyX's web page, write the command
26487 \end_layout
26488
26489 \begin_layout Standard
26490
26491 \series bold
26492
26493 \backslash
26494 href{http://www.lyx.org}{
26495 \end_layout
26496
26497 \begin_layout Standard
26498 in ERT.
26499  Insert after the command the link text 
26500 \begin_inset Quotes eld
26501 \end_inset
26502
26503 LyX's homepage
26504 \begin_inset Quotes erd
26505 \end_inset
26506
26507  as normal text followed by a closing brace 
26508 \begin_inset Quotes eld
26509 \end_inset
26510
26511
26512 \series bold
26513 }
26514 \series default
26515
26516 \begin_inset Quotes erd
26517 \end_inset
26518
26519  in ERT.
26520  This is the result: 
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Standard
26525
26526
26527 \backslash
26528 href{http://www.lyx.org}{
26529 \end_layout
26530
26531 \end_inset
26532
26533 LyX's homepage
26534 \begin_inset ERT
26535 status collapsed
26536
26537 \begin_layout Standard
26538
26539 }
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Standard
26548 To link to email addresses, add the prefix 
26549 \begin_inset Quotes eld
26550 \end_inset
26551
26552
26553 \family sans
26554 mailto:
26555 \family default
26556
26557 \begin_inset Quotes erd
26558 \end_inset
26559
26560  to the link location:
26561 \newline
26562 Email to 
26563 \begin_inset ERT
26564 status collapsed
26565
26566 \begin_layout Standard
26567
26568
26569 \backslash
26570 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26571 \end_layout
26572
26573 \end_inset
26574
26575 lyx-docs mailing list
26576 \begin_inset ERT
26577 status collapsed
26578
26579 \begin_layout Standard
26580
26581 }
26582 \end_layout
26583
26584 \end_inset
26585
26586 .
26587 \end_layout
26588
26589 \begin_layout Standard
26590 Using 
26591 \series bold
26592
26593 \backslash
26594 href
26595 \series default
26596  instead of LyX's URL box has the advantage that you can specify the text
26597  style of the link text like for all other text parts.
26598  You can therefore set hyphenation points and forced linebreaks to have
26599  long link text broken at the page margin.
26600  You are furthermore able to change the text style for all URLs in your
26601  document with an option in 
26602 \series bold
26603 hyperref
26604 \series default
26605 's load command and the restrictions mentioned above doesn't apply for 
26606 \series bold
26607
26608 \backslash
26609 href
26610 \series default
26611 .
26612 \end_layout
26613
26614 \begin_layout Chapter
26615 External Stuff
26616 \begin_inset LatexCommand index
26617 name "External Stuff"
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Standard
26625 With the menu 
26626 \family sans
26627 Insert\SpecialChar \menuseparator
26628 File
26629 \family default
26630  you can insert external material to your document.
26631  This can be:
26632 \end_layout
26633
26634 \begin_layout Description
26635 LyX\InsetSpace ~
26636 Document Another LyX document; its content is directly inserted to your
26637  document.
26638 \end_layout
26639
26640 \begin_layout Description
26641 Plain\InsetSpace ~
26642 Text A text document; every of its text lines is inserted to your document
26643  as own paragraph.
26644 \end_layout
26645
26646 \begin_layout Description
26647 Plain\InsetSpace ~
26648 Text,\InsetSpace ~
26649 Join\InsetSpace ~
26650 Lines A text document; its text lines are inserted as they
26651  are.
26652  Empty text lines creates a new paragraph in your document.
26653 \end_layout
26654
26655 \begin_layout Description
26656 External\InsetSpace ~
26657 Material Files in various formats.
26658 \end_layout
26659
26660 \begin_layout Description
26661 Child\InsetSpace ~
26662 Document LyX or LaTeX-documents.
26663 \end_layout
26664
26665 \begin_layout Section
26666 External Material
26667 \begin_inset LatexCommand index
26668 name "External Stuff ! External Material"
26669
26670 \end_inset
26671
26672
26673 \end_layout
26674
26675 \begin_layout Standard
26676 The external material feature allows you to insert files to your document
26677  without converting them previously to a format that can be read by the
26678  document output format because LyX takes care of needed conversions.
26679  This is similar to images that can be inserted in various image formats
26680  to LyX documents.
26681 \end_layout
26682
26683 \begin_layout Standard
26684 External material can be inserted via the 
26685 \family sans
26686 External Material
26687 \family default
26688  dialog that is accessible with the menu 
26689 \family sans
26690 Insert\SpecialChar \menuseparator
26691 File\SpecialChar \menuseparator
26692 External\InsetSpace ~
26693 Material
26694 \family default
26695 .
26696  Currently the following file types (
26697 \family sans
26698 Templates
26699 \family default
26700 ) are allowed:
26701 \end_layout
26702
26703 \begin_layout Description
26704 ChessDiagram This template supports chess position diagrams made with the
26705  program 
26706 \begin_inset ERT
26707 status collapsed
26708
26709 \begin_layout Standard
26710
26711
26712 \backslash
26713 href{http://en.wikipedia.org/wiki/XBoard}{
26714 \end_layout
26715
26716 \end_inset
26717
26718
26719 \series bold
26720 XBoard
26721 \series default
26722
26723 \begin_inset ERT
26724 status collapsed
26725
26726 \begin_layout Standard
26727
26728 }
26729 \end_layout
26730
26731 \end_inset
26732
26733 .
26734 \end_layout
26735
26736 \begin_layout Description
26737 Date This inserts the date in the form 
26738 \emph on
26739 Date-Month-Year
26740 \emph default
26741 .
26742  This is a date inserted as external material: 
26743 \begin_inset External
26744         template Date
26745         filename .
26746
26747 \end_inset
26748
26749
26750 \newline
26751 The date is not shown within LyX, only in the output.
26752  There are two other methods of inserting a date, via menu 
26753 \family sans
26754 Insert\SpecialChar \menuseparator
26755 Date
26756 \family default
26757  and with the LaTeX command 
26758 \series bold
26759
26760 \backslash
26761 today
26762 \series default
26763  as ERT.
26764  The different methods are compared in Table\InsetSpace ~
26765
26766 \begin_inset LatexCommand ref
26767 reference "tab:Comparison-of-the"
26768
26769 \end_inset
26770
26771 .
26772 \end_layout
26773
26774 \begin_layout Description
26775 LilyPond This template is used for music notation typeset with the program
26776 \begin_inset ERT
26777 status collapsed
26778
26779 \begin_layout Standard
26780
26781
26782 \backslash
26783 linebreak 
26784 \end_layout
26785
26786 \end_inset
26787
26788
26789 \begin_inset ERT
26790 status collapsed
26791
26792 \begin_layout Standard
26793
26794
26795 \backslash
26796 href{http://en.wikipedia.org/wiki/LilyPond}{
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \series bold
26803 LilyPond
26804 \series default
26805
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Standard
26810
26811 }
26812 \end_layout
26813
26814 \end_inset
26815
26816 .
26817 \begin_inset Note Note
26818 status collapsed
26819
26820 \begin_layout Standard
26821 The command 
26822 \series bold
26823
26824 \backslash
26825 linebreak
26826 \series default
26827  breaks the line while the remaining text in the line is stretched to the
26828  page margin.
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \begin_layout Description
26837 RasterImage This can be used for bitmap images.
26838  Nearly all popular image formats are supported.
26839  The image can be treated in the 
26840 \family sans
26841 External material
26842 \family default
26843  dialog like the images that are usually included via the 
26844 \family sans
26845 Graphics
26846 \family default
26847  dialog as described in section\InsetSpace ~
26848
26849 \begin_inset LatexCommand ref
26850 reference "sec:Graphics-Dialog"
26851
26852 \end_inset
26853
26854 .
26855  The difference is that only raster images are allowed, that means that
26856  PDF and EPS-images are not supported.
26857 \end_layout
26858
26859 \begin_layout Description
26860 Xfig This template supports images created with the program 
26861 \begin_inset ERT
26862 status collapsed
26863
26864 \begin_layout Standard
26865
26866
26867 \backslash
26868 href{http://en.wikipedia.org/wiki/Xfig}{
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \series bold
26875 Xfig
26876 \series default
26877
26878 \begin_inset ERT
26879 status collapsed
26880
26881 \begin_layout Standard
26882
26883 }
26884 \end_layout
26885
26886 \end_inset
26887
26888 .
26889 \end_layout
26890
26891 \begin_layout Standard
26892 \begin_inset Float table
26893 placement h
26894 wide false
26895 sideways false
26896 status open
26897
26898 \begin_layout Standard
26899 \begin_inset Caption
26900
26901 \begin_layout Standard
26902 \begin_inset LatexCommand label
26903 name "tab:Comparison-of-the"
26904
26905 \end_inset
26906
26907 Comparison of the date input methods.
26908 \end_layout
26909
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \begin_layout Standard
26916 \align center
26917 \begin_inset Tabular
26918 <lyxtabular version="3" rows="4" columns="4">
26919 <features>
26920 <column alignment="center" valignment="top" leftline="true" width="0">
26921 <column alignment="center" valignment="top" leftline="true" width="0">
26922 <column alignment="center" valignment="top" leftline="true" width="0">
26923 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26924 <row topline="true">
26925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26926 \begin_inset Text
26927
26928 \begin_layout Standard
26929 Document format
26930 \end_layout
26931
26932 \end_inset
26933 </cell>
26934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Standard
26938
26939 \family sans
26940 External Material\SpecialChar \menuseparator
26941 Date
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Standard
26950
26951 \family sans
26952 Insert\SpecialChar \menuseparator
26953 Date
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 command 
26963 \series bold
26964
26965 \backslash
26966 today
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 </row>
26972 <row topline="true">
26973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26974 \begin_inset Text
26975
26976 \begin_layout Standard
26977 LyX
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Standard
26986 as inset box
26987 \end_layout
26988
26989 \end_inset
26990 </cell>
26991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Standard
26995 as date
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Standard
27004 as ERT inset box
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 <row topline="true">
27011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Standard
27015 LaTeX
27016 \end_layout
27017
27018 \end_inset
27019 </cell>
27020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27021 \begin_inset Text
27022
27023 \begin_layout Standard
27024 as date
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Standard
27033 as date
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Standard
27042 as command
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 </row>
27048 <row topline="true" bottomline="true">
27049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27050 \begin_inset Text
27051
27052 \begin_layout Standard
27053 DVI, PDF, PS
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27059 \begin_inset Text
27060
27061 \begin_layout Standard
27062 as date
27063 \end_layout
27064
27065 \end_inset
27066 </cell>
27067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27068 \begin_inset Text
27069
27070 \begin_layout Standard
27071 as date
27072 \end_layout
27073
27074 \end_inset
27075 </cell>
27076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27077 \begin_inset Text
27078
27079 \begin_layout Standard
27080 as date
27081 \end_layout
27082
27083 \end_inset
27084 </cell>
27085 </row>
27086 </lyxtabular>
27087
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Standard
27099 When you use the option 
27100 \family sans
27101 Draft
27102 \family default
27103  in the 
27104 \family sans
27105 File
27106 \family default
27107  tab of the 
27108 \family sans
27109 External Material
27110 \family default
27111  dialog, only the path to the inserted file is shown in the output.
27112 \newline
27113 External
27114  material is displayed in LyX either as box like this: 
27115 \begin_inset Graphics
27116         filename clipart/ExternalMaterialQt4.png
27117         scale 85
27118
27119 \end_inset
27120
27121  or as image, depending on the setting in the 
27122 \family sans
27123 LyX\InsetSpace ~
27124 View
27125 \family default
27126  tab of the 
27127 \family sans
27128 External Material
27129 \family default
27130  dialog.
27131 \end_layout
27132
27133 \begin_layout Standard
27134 The 
27135 \family sans
27136 \emph on
27137 Customization
27138 \family default
27139 \emph default
27140  manual explains how you can define your own templates.
27141 \end_layout
27142
27143 \begin_layout Section
27144 Child Documents
27145 \begin_inset LatexCommand index
27146 name "External Stuff ! Child Documents"
27147
27148 \end_inset
27149
27150
27151 \begin_inset LatexCommand index
27152 name "Files ! Child Documents"
27153
27154 \end_inset
27155
27156
27157 \begin_inset LatexCommand index
27158 name "Files ! Include"
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \begin_layout Standard
27166 Child documents are used when you have a long document consisting of several
27167  larger parts or sections.
27168  For maintenance it is often useful and sometimes even required to split
27169  the document in several files that can be revised separately.
27170  The different documents are then the so called child documents and a master
27171  document connects them to print the full document or parts of it.
27172 \end_layout
27173
27174 \begin_layout Standard
27175 Included documents are displayed in LyX as a box like this: 
27176 \begin_inset Graphics
27177         filename clipart/ChildDocumentQt4.png
27178         scale 85
27179
27180 \end_inset
27181
27182  To include child documents to a master document use the menu 
27183 \family sans
27184 Insert\SpecialChar \menuseparator
27185 File\SpecialChar \menuseparator
27186 Child\InsetSpace ~
27187 Documents
27188 \family default
27189 .
27190  A dialog pops up where you can choose between three include methods:
27191 \end_layout
27192
27193 \begin_layout Description
27194 Include You can include LyX and LaTeX-documents.
27195  When you press the 
27196 \family sans
27197 Load
27198 \family default
27199  button in the 
27200 \family sans
27201 Child Document
27202 \family default
27203  dialog, the included documents will be opened in LyX in a new file tab
27204  so that you can modify it.
27205 \newline
27206
27207 \end_layout
27208
27209 \begin_layout Standard
27210 Here is a child document inserted using 
27211 \family sans
27212 Include
27213 \family default
27214
27215 \begin_inset Include \include{DummyDocument1.lyx}
27216 preview false
27217
27218 \end_inset
27219
27220
27221 \end_layout
27222
27223 \begin_layout Standard
27224 The section numbering includes the sections of the included files in the
27225  order they are inserted in the master document.
27226  The included example document has for example a subsection that is numbered
27227  as subsection of this section.
27228  Labels of included documents can be referenced: Subsection\InsetSpace ~
27229
27230 \begin_inset LatexCommand ref
27231 reference "sub:External-Subsection-1"
27232
27233 \end_inset
27234
27235
27236 \end_layout
27237
27238 \begin_layout Standard
27239 The preamble of the child document is ignored, only the preamble of the
27240  master document is used.
27241  Included documents are inserted starting on a new page and end with a pagebreak.
27242 \end_layout
27243
27244 \begin_layout Standard
27245 With the LaTeX-command 
27246 \series bold
27247
27248 \backslash
27249 includeonly 
27250 \series default
27251 you can specify which included child documents are processed when the output
27252  is generated.
27253  This is useful when you are perhaps only working on a certain chapter of
27254  your large document as this saves compiling time.
27255  
27256 \series bold
27257
27258 \backslash
27259 includeonly
27260 \series default
27261  is inserted to the master document preamble.
27262  It takes a comma-separated list of the filenames as argument, e.g.
27263 \end_layout
27264
27265 \begin_layout Standard
27266
27267 \series bold
27268
27269 \backslash
27270 includeonly{chapter1,chapter5}
27271 \end_layout
27272
27273 \begin_layout Standard
27274 will only process the included files named 
27275 \begin_inset Quotes eld
27276 \end_inset
27277
27278 chapter1.lyx
27279 \begin_inset Quotes erd
27280 \end_inset
27281
27282  (or 
27283 \begin_inset Quotes eld
27284 \end_inset
27285
27286 chapter1.tex
27287 \begin_inset Quotes erd
27288 \end_inset
27289
27290 ) and 
27291 \begin_inset Quotes eld
27292 \end_inset
27293
27294 chapter5.lyx
27295 \begin_inset Quotes erd
27296 \end_inset
27297
27298  .
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \begin_inset Note Greyedout
27303 status open
27304
27305 \begin_layout Standard
27306
27307 \series bold
27308 Note:
27309 \series default
27310  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
27311 w the document in case that the child document uses another document class
27312  than the master document as this will lead to unexpected outputs.
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \begin_layout Description
27321 Input This method is very similar to the Include method.
27322  The differences are:
27323 \end_layout
27324
27325 \begin_deeper
27326 \begin_layout Itemize
27327 Input files don't start with a new page and don't end with a pagebreak.
27328 \end_layout
27329
27330 \begin_layout Itemize
27331 Input files can be previewed in LyX when 
27332 \family sans
27333 Instant\InsetSpace ~
27334 Preview
27335 \family default
27336  is enabled in LyX's preferences under 
27337 \family sans
27338 Look\InsetSpace ~
27339 and\InsetSpace ~
27340 feel\SpecialChar \menuseparator
27341 Graphics
27342 \family default
27343 .
27344 \end_layout
27345
27346 \begin_layout Itemize
27347 The LaTeX-command 
27348 \series bold
27349
27350 \backslash
27351 includeonly
27352 \series default
27353  cannot be used.
27354 \end_layout
27355
27356 \end_deeper
27357 \begin_layout Standard
27358 Here is a child document inserted using 
27359 \family sans
27360 Input
27361 \family default
27362
27363 \begin_inset Include \input{DummyDocument2.lyx}
27364 preview true
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Description
27372 Verbatim With this method every text file can be included.
27373  The file is shown in the output with its source code, no command used in
27374  the text is invoked.
27375  You can use the option 
27376 \family sans
27377 Mark spaces in output
27378 \family default
27379  that displays the character 
27380 \begin_inset Quotes eld
27381 \end_inset
27382
27383
27384 \begin_inset ERT
27385 status collapsed
27386
27387 \begin_layout Standard
27388
27389
27390 \backslash
27391 textvisiblespace 
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \begin_inset Quotes erd
27398 \end_inset
27399
27400  for every space character in the source code.
27401  The difference to the method via the menu 
27402 \family sans
27403 Insert\SpecialChar \menuseparator
27404 File\SpecialChar \menuseparator
27405 Plain\InsetSpace ~
27406 Text
27407 \family default
27408  is that the document content is not shown in LyX.
27409 \end_layout
27410
27411 \begin_layout Standard
27412 Here is a child document inserted as Verbatim: 
27413 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
27414 preview false
27415
27416 \end_inset
27417
27418
27419 \begin_inset VSpace bigskip
27420 \end_inset
27421
27422 Here is a child document inserted as Verbatim using the 
27423 \family sans
27424 Mark spaces in output
27425 \family default
27426  option: 
27427 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
27428 preview false
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \begin_layout Standard
27436 \begin_inset VSpace bigskip
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \begin_layout Standard
27443 \begin_inset Note Greyedout
27444 status open
27445
27446 \begin_layout Standard
27447
27448 \series bold
27449 Note:
27450 \series default
27451  As you can see in the examples above, the text of the documents included
27452  as verbatim is not broken at the end of the document lines.
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \begin_layout Standard
27461 \begin_inset Note Greyedout
27462 status open
27463
27464 \begin_layout Standard
27465
27466 \series bold
27467 Note:
27468 \series default
27469  Including the same document twice in a document using different methods
27470  could cause LaTeX-problems.
27471 \end_layout
27472
27473 \end_inset
27474
27475
27476 \end_layout
27477
27478 \begin_layout Standard
27479
27480 \newpage
27481
27482 \end_layout
27483
27484 \begin_layout Chapter
27485 \start_of_appendix
27486 Units available in 
27487 \begin_inset ERT
27488 status collapsed
27489
27490 \begin_layout Standard
27491
27492
27493 \backslash
27494 texorpdfstring{
27495 \end_layout
27496
27497 \end_inset
27498
27499 LyX
27500 \begin_inset ERT
27501 status collapsed
27502
27503 \begin_layout Standard
27504
27505 }{LyX}
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \begin_inset LatexCommand index
27512 name "Units"
27513
27514 \end_inset
27515
27516
27517 \begin_inset LatexCommand label
27518 name "cha:Units-available-in"
27519
27520 \end_inset
27521
27522
27523 \begin_inset Note Note
27524 status collapsed
27525
27526 \begin_layout Standard
27527 The command 
27528 \backslash
27529 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
27530  are displayed wrongly in PDF-bookmarks.
27531  For more information about this, have a look at 
27532 \begin_inset LatexCommand cite
27533 key "hyperref"
27534
27535 \end_inset
27536
27537 .
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Standard
27546 To understand the units described in this documentation, Table\InsetSpace ~
27547
27548 \begin_inset LatexCommand ref
27549 reference "tab:Units"
27550
27551 \end_inset
27552
27553  explains all units available in LyX.
27554 \end_layout
27555
27556 \begin_layout Standard
27557 \begin_inset Float table
27558 placement h
27559 wide false
27560 sideways false
27561 status open
27562
27563 \begin_layout Standard
27564 \begin_inset Caption
27565
27566 \begin_layout Standard
27567 \begin_inset LatexCommand label
27568 name "tab:Units"
27569
27570 \end_inset
27571
27572 Units
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Standard
27581 \begin_inset VSpace medskip
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \begin_layout Standard
27588 \align center
27589 \begin_inset Tabular
27590 <lyxtabular version="3" rows="20" columns="2">
27591 <features>
27592 <column alignment="center" valignment="top" leftline="true" width="0">
27593 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27594 <row topline="true" bottomline="true">
27595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27596 \begin_inset Text
27597
27598 \begin_layout Standard
27599 unit
27600 \end_layout
27601
27602 \end_inset
27603 </cell>
27604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27605 \begin_inset Text
27606
27607 \begin_layout Standard
27608 name/description
27609 \end_layout
27610
27611 \end_inset
27612 </cell>
27613 </row>
27614 <row topline="true">
27615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27616 \begin_inset Text
27617
27618 \begin_layout Standard
27619 mm
27620 \end_layout
27621
27622 \end_inset
27623 </cell>
27624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27625 \begin_inset Text
27626
27627 \begin_layout Standard
27628 millimeter
27629 \end_layout
27630
27631 \end_inset
27632 </cell>
27633 </row>
27634 <row topline="true">
27635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27636 \begin_inset Text
27637
27638 \begin_layout Standard
27639 cm
27640 \end_layout
27641
27642 \end_inset
27643 </cell>
27644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27645 \begin_inset Text
27646
27647 \begin_layout Standard
27648 centimeter
27649 \end_layout
27650
27651 \end_inset
27652 </cell>
27653 </row>
27654 <row topline="true">
27655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27656 \begin_inset Text
27657
27658 \begin_layout Standard
27659 in
27660 \end_layout
27661
27662 \end_inset
27663 </cell>
27664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27665 \begin_inset Text
27666
27667 \begin_layout Standard
27668 inch
27669 \end_layout
27670
27671 \end_inset
27672 </cell>
27673 </row>
27674 <row topline="true">
27675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27676 \begin_inset Text
27677
27678 \begin_layout Standard
27679 pt
27680 \end_layout
27681
27682 \end_inset
27683 </cell>
27684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27685 \begin_inset Text
27686
27687 \begin_layout Standard
27688 point (72.27\InsetSpace \thinspace{}
27689 pt = 1\InsetSpace \thinspace{}
27690 in)
27691 \end_layout
27692
27693 \end_inset
27694 </cell>
27695 </row>
27696 <row topline="true">
27697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27698 \begin_inset Text
27699
27700 \begin_layout Standard
27701 pc
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27707 \begin_inset Text
27708
27709 \begin_layout Standard
27710 pica (1\InsetSpace \thinspace{}
27711 pc = 12\InsetSpace \thinspace{}
27712 pt)
27713 \end_layout
27714
27715 \end_inset
27716 </cell>
27717 </row>
27718 <row topline="true">
27719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27720 \begin_inset Text
27721
27722 \begin_layout Standard
27723 sp
27724 \end_layout
27725
27726 \end_inset
27727 </cell>
27728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27729 \begin_inset Text
27730
27731 \begin_layout Standard
27732 scaled point (65536\InsetSpace \thinspace{}
27733 sp = 1\InsetSpace \thinspace{}
27734 pt)
27735 \end_layout
27736
27737 \end_inset
27738 </cell>
27739 </row>
27740 <row topline="true">
27741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Standard
27745 bp
27746 \end_layout
27747
27748 \end_inset
27749 </cell>
27750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Standard
27754 big point (72\InsetSpace \thinspace{}
27755 bp = 1\InsetSpace \thinspace{}
27756 in)
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 </row>
27762 <row topline="true">
27763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27764 \begin_inset Text
27765
27766 \begin_layout Standard
27767 dd
27768 \end_layout
27769
27770 \end_inset
27771 </cell>
27772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27773 \begin_inset Text
27774
27775 \begin_layout Standard
27776 didot (72\InsetSpace \thinspace{}
27777 dd 
27778 \begin_inset Formula $\approx$
27779 \end_inset
27780
27781  37.6\InsetSpace \thinspace{}
27782 mm)
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 </row>
27788 <row topline="true">
27789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Standard
27793 cc
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Standard
27802 cicero (1\InsetSpace \thinspace{}
27803 cc = 12\InsetSpace \thinspace{}
27804 dd)
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 </row>
27810 <row topline="true">
27811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Standard
27815 Scale%
27816 \end_layout
27817
27818 \end_inset
27819 </cell>
27820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Standard
27824 % of original image width
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 </row>
27830 <row topline="true">
27831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Standard
27835 text%
27836 \end_layout
27837
27838 \end_inset
27839 </cell>
27840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27841 \begin_inset Text
27842
27843 \begin_layout Standard
27844 % of text width
27845 \end_layout
27846
27847 \end_inset
27848 </cell>
27849 </row>
27850 <row topline="true">
27851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Standard
27855 col%
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Standard
27864 % of column width
27865 \end_layout
27866
27867 \end_inset
27868 </cell>
27869 </row>
27870 <row topline="true">
27871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27872 \begin_inset Text
27873
27874 \begin_layout Standard
27875 page%
27876 \end_layout
27877
27878 \end_inset
27879 </cell>
27880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Standard
27884 % of paper width
27885 \end_layout
27886
27887 \end_inset
27888 </cell>
27889 </row>
27890 <row topline="true">
27891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27892 \begin_inset Text
27893
27894 \begin_layout Standard
27895 line%
27896 \end_layout
27897
27898 \end_inset
27899 </cell>
27900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27901 \begin_inset Text
27902
27903 \begin_layout Standard
27904 % of line width
27905 \end_layout
27906
27907 \end_inset
27908 </cell>
27909 </row>
27910 <row topline="true">
27911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27912 \begin_inset Text
27913
27914 \begin_layout Standard
27915 theight%
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Standard
27924 % of text height
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 </row>
27930 <row topline="true">
27931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27932 \begin_inset Text
27933
27934 \begin_layout Standard
27935 pheight%
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Standard
27944 % of paper height
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 </row>
27950 <row topline="true">
27951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27952 \begin_inset Text
27953
27954 \begin_layout Standard
27955 ex
27956 \end_layout
27957
27958 \end_inset
27959 </cell>
27960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27961 \begin_inset Text
27962
27963 \begin_layout Standard
27964 height of letter 
27965 \emph on
27966 x
27967 \emph default
27968  in current font
27969 \end_layout
27970
27971 \end_inset
27972 </cell>
27973 </row>
27974 <row topline="true">
27975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Standard
27979 em
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Standard
27988 width of letter 
27989 \emph on
27990 M
27991 \emph default
27992  in current font
27993 \end_layout
27994
27995 \end_inset
27996 </cell>
27997 </row>
27998 <row topline="true" bottomline="true">
27999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Standard
28003 mu
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Standard
28012 math unit (1\InsetSpace \thinspace{}
28013 mu = 1/18\InsetSpace \thinspace{}
28014 em)
28015 \end_layout
28016
28017 \end_inset
28018 </cell>
28019 </row>
28020 </lyxtabular>
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Chapter
28033 Output File Formats with Graphics
28034 \begin_inset LatexCommand label
28035 name "cha:Output-File-Formats"
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \begin_layout Section
28043 DVI
28044 \begin_inset LatexCommand index
28045 name "File Formats ! DVI"
28046
28047 \end_inset
28048
28049
28050 \begin_inset LatexCommand index
28051 name "DVI|see{File Formats}"
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 This file type has the extension 
28060 \begin_inset Quotes eld
28061 \end_inset
28062
28063
28064 \family typewriter
28065 .dvi
28066 \family default
28067
28068 \begin_inset Quotes erd
28069 \end_inset
28070
28071 .
28072  It is called 
28073 \begin_inset Quotes eld
28074 \end_inset
28075
28076 device-independent
28077 \begin_inset Quotes erd
28078 \end_inset
28079
28080  (DVI), because it is completely portable; you can move them from one machine
28081  to another without needing to do any sort of conversion.
28082  At the time when this file-format was developed, this was no matter of
28083  course.
28084  DVIs are used for quick previews and as pre-stage for other output formats,
28085  like PostScript.
28086 \end_layout
28087
28088 \begin_layout Standard
28089 \begin_inset Note Greyedout
28090 status open
28091
28092 \begin_layout Standard
28093
28094 \series bold
28095 Note:
28096 \series default
28097  DVI-files doesn't contain images, they will only be a linked.
28098 \end_layout
28099
28100 \end_inset
28101
28102  So don't forget this, if you move your 
28103 \family typewriter
28104 .dvi
28105 \family default
28106  file to another computer.
28107  This property can also slow down your computer when you view the DVI.
28108  Because the DVI-viewer has to convert the image in the background to make
28109  it visible when you scroll in the DVI.
28110  So we recommend to use PDF for files with many images.
28111 \end_layout
28112
28113 \begin_layout Standard
28114 You can export your document to DVI by using the menu 
28115 \family sans
28116 File\SpecialChar \menuseparator
28117 Export\SpecialChar \menuseparator
28118 DVI
28119 \family default
28120 .
28121  You can view your document as DVI via the 
28122 \family sans
28123 View
28124 \family default
28125  menu or by using the toolbar button 
28126 \begin_inset Graphics
28127         filename ../images/buffer-view_dvi.xpm
28128         scale 85
28129
28130 \end_inset
28131
28132 .
28133 \end_layout
28134
28135 \begin_layout Section
28136 PostScript
28137 \begin_inset LatexCommand label
28138 name "sec:PostScript"
28139
28140 \end_inset
28141
28142
28143 \begin_inset LatexCommand index
28144 name "File Formats ! PostScript\\protect\\pagebreak"
28145
28146 \end_inset
28147
28148
28149 \begin_inset LatexCommand index
28150 name "PostScript|see{File Formats}"
28151
28152 \end_inset
28153
28154
28155 \end_layout
28156
28157 \begin_layout Standard
28158 This file type has the extension 
28159 \begin_inset Quotes eld
28160 \end_inset
28161
28162
28163 \family typewriter
28164 .ps
28165 \family default
28166
28167 \begin_inset Quotes erd
28168 \end_inset
28169
28170 .
28171  PostScript was developed by the company 
28172 \family typewriter
28173 Adobe
28174 \family default
28175  as printer language.
28176  The file contains therefore commands that the printer uses to print the
28177  file.
28178  PostScript can be seen as 
28179 \begin_inset Quotes eld
28180 \end_inset
28181
28182 programming language
28183 \begin_inset Quotes erd
28184 \end_inset
28185
28186 ; you can calculate with it and draw diagrams and images
28187 \begin_inset Foot
28188 status collapsed
28189
28190 \begin_layout Standard
28191 If you are interested to learn more about this, have a look at the LaTeX-package
28192  
28193 \series bold
28194 PSTricks
28195 \series default
28196  
28197 \begin_inset LatexCommand cite
28198 key "pstricks"
28199
28200 \end_inset
28201
28202 .
28203 \end_layout
28204
28205 \end_inset
28206
28207 .
28208  Due to this ability, the files are often bigger than PDFs.
28209 \end_layout
28210
28211 \begin_layout Standard
28212 PostScript can only contain images in the format 
28213 \begin_inset Quotes eld
28214 \end_inset
28215
28216 Encapsulated PostScript
28217 \begin_inset Quotes erd
28218 \end_inset
28219
28220  (EPS, file extension 
28221 \begin_inset Quotes eld
28222 \end_inset
28223
28224
28225 \family typewriter
28226 .eps
28227 \family default
28228
28229 \begin_inset Quotes erd
28230 \end_inset
28231
28232 ).
28233  As LyX allows you to use any known image format in your document, it has
28234  to convert images in the background to EPS.
28235  If you have e.g 50 images in your document, LyX has to do 50 conversions
28236  whenever you view or export your document.
28237  This will slow down your work flow with LyX drastically.
28238  So if you plan to use PostScript, you can insert your images directly as
28239  EPS to avoid this problem.
28240 \end_layout
28241
28242 \begin_layout Standard
28243 You can export your document to PostScript using the menu 
28244 \family sans
28245 File\SpecialChar \menuseparator
28246 Export\SpecialChar \menuseparator
28247 Postscript
28248 \family default
28249 .
28250  You can view your document as PostScript via the 
28251 \family sans
28252 View
28253 \family default
28254  menu or by using the toolbar button 
28255 \begin_inset Graphics
28256         filename ../images/buffer-view_ps.xpm
28257         scale 85
28258
28259 \end_inset
28260
28261 .
28262 \end_layout
28263
28264 \begin_layout Section
28265 PDF
28266 \begin_inset LatexCommand label
28267 name "sec:PDF"
28268
28269 \end_inset
28270
28271
28272 \begin_inset LatexCommand index
28273 name "File Formats ! PDF"
28274
28275 \end_inset
28276
28277
28278 \begin_inset LatexCommand index
28279 name "PDF"
28280
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \begin_layout Standard
28287 This file type has the extension 
28288 \begin_inset Quotes eld
28289 \end_inset
28290
28291
28292 \family typewriter
28293 .pdf
28294 \family default
28295
28296 \begin_inset Quotes erd
28297 \end_inset
28298
28299 .
28300  The 
28301 \begin_inset Quotes eld
28302 \end_inset
28303
28304 Portable Document Format
28305 \begin_inset Quotes erd
28306 \end_inset
28307
28308  (PDF) is developed by 
28309 \family typewriter
28310 Adobe
28311 \family default
28312  as derivative from PostScript.
28313  It is more compressed and it uses much less commands than PostScript.
28314  As the name 
28315 \begin_inset Quotes eld
28316 \end_inset
28317
28318 portable
28319 \begin_inset Quotes erd
28320 \end_inset
28321
28322  implies, it can be processed at any computer system and the printed output
28323  looks exactly the same.
28324 \end_layout
28325
28326 \begin_layout Standard
28327 PDF can contain images in its own PDF format, in the format 
28328 \begin_inset Quotes eld
28329 \end_inset
28330
28331 Joint Photographic Experts Group
28332 \begin_inset Quotes erd
28333 \end_inset
28334
28335  (JPG, file extension 
28336 \begin_inset Quotes eld
28337 \end_inset
28338
28339
28340 \family typewriter
28341 .jpg
28342 \family default
28343
28344 \begin_inset Quotes erd
28345 \end_inset
28346
28347  or 
28348 \begin_inset Quotes eld
28349 \end_inset
28350
28351
28352 \family typewriter
28353 .jpeg
28354 \family default
28355
28356 \begin_inset Quotes erd
28357 \end_inset
28358
28359 ), and in the format 
28360 \begin_inset Quotes eld
28361 \end_inset
28362
28363 Portable Network Graphics
28364 \begin_inset Quotes erd
28365 \end_inset
28366
28367  (PNG, file extension 
28368 \begin_inset Quotes eld
28369 \end_inset
28370
28371
28372 \family typewriter
28373 .png
28374 \family default
28375
28376 \begin_inset Quotes erd
28377 \end_inset
28378
28379 ).
28380  You can although use any other image format, because LyX converts them
28381  in the background to one of these formats.
28382  But as described in the section about PostScript, the image conversion
28383  will slow down your work flow.
28384  So it is recommended to use images in one of the three mentioned formats.
28385 \end_layout
28386
28387 \begin_layout Standard
28388 You can export your document to PDF via the menu 
28389 \family sans
28390 File\SpecialChar \menuseparator
28391 Export
28392 \family default
28393  in three different ways:
28394 \end_layout
28395
28396 \begin_layout Description
28397 PDF This uses the program 
28398 \family typewriter
28399 ps2pdf
28400 \family default
28401  that creates a PDF from a PostScript-version of your file.
28402  The PostScript-version is produced by the program 
28403 \family typewriter
28404 dvips
28405 \family default
28406  which uses a DVI-version as intermediate step.
28407  So this export variant consist of three conversions.
28408 \end_layout
28409
28410 \begin_layout Description
28411 PDF\InsetSpace ~
28412 (dvipdfm) This uses the program 
28413 \family typewriter
28414 dvipdfm
28415 \family default
28416  that converts your file in the background to DVI and in a second step to
28417  PDF.
28418 \end_layout
28419
28420 \begin_layout Description
28421 PDF\InsetSpace ~
28422 (pdflatex) This uses the program 
28423 \family typewriter
28424 pdftex
28425 \family default
28426  that converts your file directly to PDF.
28427 \end_layout
28428
28429 \begin_layout Standard
28430 It is recommended to use 
28431 \family sans
28432 PDF\InsetSpace ~
28433 (pdflatex)
28434 \family default
28435  because 
28436 \family typewriter
28437 pdftex
28438 \family default
28439  supports all features of actual PDF-versions, is quick and works stable
28440  without problems.
28441  The program 
28442 \family typewriter
28443 dvipdfm
28444 \family default
28445  is not under development and therefore a bit outdated.
28446 \end_layout
28447
28448 \begin_layout Standard
28449 You can view your document as PDF via the 
28450 \family sans
28451 View
28452 \family default
28453  menu or by using the toolbar button 
28454 \begin_inset Graphics
28455         filename ../images/buffer-view_pdf2.xpm
28456         scale 85
28457
28458 \end_inset
28459
28460  
28461 \family sans
28462 (
28463 \family default
28464 that uses 
28465 \family sans
28466 PDF\InsetSpace ~
28467 (pdflatex)
28468 \family default
28469 ).
28470 \end_layout
28471
28472 \begin_layout Chapter
28473 Explanation of Equation\InsetSpace ~
28474
28475 \begin_inset LatexCommand eqref
28476 reference "eq:Wgn"
28477
28478 \end_inset
28479
28480
28481 \begin_inset LatexCommand label
28482 name "cha:Explanation-of-Equation"
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Standard
28490 The total width of 
28491 \emph on
28492 n
28493 \emph default
28494  table cells 
28495 \begin_inset Formula $W_{\mathrm{tot\, n}}$
28496 \end_inset
28497
28498  can be calculated to
28499 \end_layout
28500
28501 \begin_layout Standard
28502 \begin_inset Formula \begin{equation}
28503 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Standard
28511 Where 
28512 \begin_inset Formula $W_{g\, n}$
28513 \end_inset
28514
28515  is the given width of all cells.
28516  
28517 \series bold
28518
28519 \backslash
28520 tabcolsep
28521 \series default
28522  is the LaTeX-length between the cell text and the cell border, its default
28523  value is 6\InsetSpace \thinspace{}
28524 pt.
28525  
28526 \series bold
28527
28528 \backslash
28529 arrayrulewidth
28530 \series default
28531  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
28532 pt.
28533 \end_layout
28534
28535 \begin_layout Standard
28536 Following equation\InsetSpace ~
28537
28538 \begin_inset LatexCommand eqref
28539 reference "eq:Wtot_n"
28540
28541 \end_inset
28542
28543 , the total width of a multicolumn 
28544 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
28545 \end_inset
28546
28547  is
28548 \end_layout
28549
28550 \begin_layout Standard
28551 \begin_inset Formula \begin{equation}
28552 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
28553
28554 \end_inset
28555
28556
28557 \end_layout
28558
28559 \begin_layout Standard
28560 By setting equation\InsetSpace ~
28561
28562 \begin_inset LatexCommand eqref
28563 reference "eq:Wtot_n"
28564
28565 \end_inset
28566
28567  and 
28568 \begin_inset LatexCommand eqref
28569 reference "eq:Wtot_mult"
28570
28571 \end_inset
28572
28573  equal we can calculate the needed given width 
28574 \begin_inset Formula $W_{g\, n}$
28575 \end_inset
28576
28577  when 
28578 \emph on
28579 n
28580 \emph default
28581  columns are spanned, so that each column has a total width of 
28582 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
28583 \end_inset
28584
28585 :
28586 \end_layout
28587
28588 \begin_layout Standard
28589 \begin_inset Formula \begin{equation}
28590 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Bibliography
28598 \begin_inset LatexCommand bibitem
28599 key "latexcompanion"
28600
28601 \end_inset
28602
28603 Frank Mittelbach and Michel Goossens: 
28604 \emph on
28605 The LaTeX Companion Second Edition.
28606
28607 \emph default
28608  Addison-Wesley, 2004
28609 \end_layout
28610
28611 \begin_layout Bibliography
28612 \begin_inset LatexCommand bibitem
28613 key "latexguide"
28614
28615 \end_inset
28616
28617 Helmut Kopka and Patrick W.
28618  Daly: 
28619 \emph on
28620 A Guide to LaTeX Fourth Edition.
28621
28622 \emph default
28623  Addison-Wesley, 2003
28624 \end_layout
28625
28626 \begin_layout Bibliography
28627 \begin_inset LatexCommand bibitem
28628 key "latexbook"
28629
28630 \end_inset
28631
28632 Leslie Lamport: 
28633 \emph on
28634 LaTeX: A Document Preparation System.
28635
28636 \emph default
28637  Addison-Wesley, second edition, 1994
28638 \end_layout
28639
28640 \begin_layout Bibliography
28641 \begin_inset LatexCommand bibitem
28642 key "booktabs"
28643
28644 \end_inset
28645
28646
28647 \begin_inset ERT
28648 status collapsed
28649
28650 \begin_layout Standard
28651
28652
28653 \backslash
28654 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
28655 {
28656 \end_layout
28657
28658 \end_inset
28659
28660 Documentation
28661 \begin_inset ERT
28662 status collapsed
28663
28664 \begin_layout Standard
28665
28666 }
28667 \end_layout
28668
28669 \end_inset
28670
28671  of the LaTeX-package 
28672 \series bold
28673 booktabs
28674 \series default
28675
28676 \begin_inset LatexCommand index
28677 name "LaTeX-packages ! booktabs"
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Bibliography
28685 \begin_inset LatexCommand bibitem
28686 key "caption"
28687
28688 \end_inset
28689
28690
28691 \begin_inset ERT
28692 status collapsed
28693
28694 \begin_layout Standard
28695
28696
28697 \backslash
28698 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
28699 \end_layout
28700
28701 \end_inset
28702
28703 Documentation
28704 \begin_inset ERT
28705 status collapsed
28706
28707 \begin_layout Standard
28708
28709 }
28710 \end_layout
28711
28712 \end_inset
28713
28714  of the LaTeX-package 
28715 \series bold
28716 caption
28717 \series default
28718
28719 \begin_inset LatexCommand index
28720 name "LaTeX-packages ! caption"
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \begin_layout Bibliography
28728 \begin_inset LatexCommand bibitem
28729 key "caption-de"
28730
28731 \end_inset
28732
28733 German 
28734 \begin_inset ERT
28735 status collapsed
28736
28737 \begin_layout Standard
28738
28739
28740 \backslash
28741 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
28742 {
28743 \end_layout
28744
28745 \end_inset
28746
28747 documentation
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Standard
28752
28753 }
28754 \end_layout
28755
28756 \end_inset
28757
28758  of the LaTeX-package 
28759 \series bold
28760 caption
28761 \end_layout
28762
28763 \begin_layout Bibliography
28764 \begin_inset LatexCommand bibitem
28765 key "endfloat"
28766
28767 \end_inset
28768
28769
28770 \begin_inset ERT
28771 status collapsed
28772
28773 \begin_layout Standard
28774
28775
28776 \backslash
28777 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
28778 {
28779 \end_layout
28780
28781 \end_inset
28782
28783 Documentation
28784 \begin_inset ERT
28785 status collapsed
28786
28787 \begin_layout Standard
28788
28789 }
28790 \end_layout
28791
28792 \end_inset
28793
28794  of the LaTeX-package 
28795 \series bold
28796 endf\SpecialChar \textcompwordmark{}
28797 loat
28798 \series default
28799
28800 \begin_inset LatexCommand index
28801 name "LaTeX-packages ! endfloat"
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \begin_layout Bibliography
28809 \begin_inset LatexCommand bibitem
28810 key "floatflt"
28811
28812 \end_inset
28813
28814
28815 \begin_inset ERT
28816 status collapsed
28817
28818 \begin_layout Standard
28819
28820
28821 \backslash
28822 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
28823 {
28824 \end_layout
28825
28826 \end_inset
28827
28828 Documentation
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Standard
28833
28834 }
28835 \end_layout
28836
28837 \end_inset
28838
28839  of the LaTeX-package 
28840 \series bold
28841 floatf\SpecialChar \textcompwordmark{}
28842 lt
28843 \series default
28844
28845 \begin_inset LatexCommand index
28846 name "LaTeX-packages ! floatflt"
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \begin_layout Bibliography
28854 \begin_inset LatexCommand bibitem
28855 key "footmisc"
28856
28857 \end_inset
28858
28859
28860 \begin_inset ERT
28861 status collapsed
28862
28863 \begin_layout Standard
28864
28865
28866 \backslash
28867 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
28868 {
28869 \end_layout
28870
28871 \end_inset
28872
28873 Documentation
28874 \begin_inset ERT
28875 status collapsed
28876
28877 \begin_layout Standard
28878
28879 }
28880 \end_layout
28881
28882 \end_inset
28883
28884  of the LaTeX-package 
28885 \series bold
28886 footmisc
28887 \series default
28888
28889 \begin_inset LatexCommand index
28890 name "LaTeX-packages ! footmisc"
28891
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \begin_layout Bibliography
28898 \begin_inset LatexCommand bibitem
28899 key "hypcap"
28900
28901 \end_inset
28902
28903
28904 \begin_inset ERT
28905 status collapsed
28906
28907 \begin_layout Standard
28908
28909
28910 \backslash
28911 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
28912 \end_layout
28913
28914 \end_inset
28915
28916 Documentation
28917 \begin_inset ERT
28918 status collapsed
28919
28920 \begin_layout Standard
28921
28922 }
28923 \end_layout
28924
28925 \end_inset
28926
28927  of the LaTeX-package 
28928 \series bold
28929 hypcap
28930 \series default
28931
28932 \begin_inset LatexCommand index
28933 name "LaTeX-packages ! hyperref"
28934
28935 \end_inset
28936
28937
28938 \end_layout
28939
28940 \begin_layout Bibliography
28941 \begin_inset LatexCommand bibitem
28942 key "hyperref"
28943
28944 \end_inset
28945
28946
28947 \begin_inset ERT
28948 status collapsed
28949
28950 \begin_layout Standard
28951
28952
28953 \backslash
28954 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
28955 {
28956 \end_layout
28957
28958 \end_inset
28959
28960 Documentation
28961 \begin_inset ERT
28962 status collapsed
28963
28964 \begin_layout Standard
28965
28966 }
28967 \end_layout
28968
28969 \end_inset
28970
28971  of the LaTeX-package 
28972 \series bold
28973 hyperref
28974 \series default
28975
28976 \begin_inset LatexCommand index
28977 name "LaTeX-packages ! hyperref"
28978
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \begin_layout Bibliography
28985 \begin_inset LatexCommand bibitem
28986 key "koma-script"
28987
28988 \end_inset
28989
28990
28991 \begin_inset ERT
28992 status collapsed
28993
28994 \begin_layout Standard
28995
28996
28997 \backslash
28998 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
28999 df}{
29000 \end_layout
29001
29002 \end_inset
29003
29004 Documentation
29005 \begin_inset ERT
29006 status collapsed
29007
29008 \begin_layout Standard
29009
29010 }
29011 \end_layout
29012
29013 \end_inset
29014
29015  of the LaTeX-package 
29016 \series bold
29017 koma-script
29018 \series default
29019
29020 \begin_inset LatexCommand index
29021 name "LaTeX-packages ! koma-script"
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Bibliography
29029 \begin_inset LatexCommand bibitem
29030 key "koma-script-de"
29031
29032 \end_inset
29033
29034 German 
29035 \begin_inset ERT
29036 status collapsed
29037
29038 \begin_layout Standard
29039
29040
29041 \backslash
29042 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
29043 df}{
29044 \end_layout
29045
29046 \end_inset
29047
29048 documentation
29049 \begin_inset ERT
29050 status collapsed
29051
29052 \begin_layout Standard
29053
29054 }
29055 \end_layout
29056
29057 \end_inset
29058
29059  of the LaTeX-package 
29060 \series bold
29061 koma-script
29062 \series default
29063
29064 \begin_inset LatexCommand index
29065 name "LaTeX-packages ! koma-script"
29066
29067 \end_inset
29068
29069
29070 \end_layout
29071
29072 \begin_layout Bibliography
29073 \begin_inset LatexCommand bibitem
29074 key "marginnote"
29075
29076 \end_inset
29077
29078
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Standard
29083
29084
29085 \backslash
29086 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
29087 pdf}{
29088 \end_layout
29089
29090 \end_inset
29091
29092 Documentation
29093 \begin_inset ERT
29094 status collapsed
29095
29096 \begin_layout Standard
29097
29098 }
29099 \end_layout
29100
29101 \end_inset
29102
29103  of the LaTeX-package 
29104 \series bold
29105 marginnote
29106 \series default
29107
29108 \begin_inset LatexCommand index
29109 name "LaTeX-packages ! marginnote"
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Bibliography
29117 \begin_inset LatexCommand bibitem
29118 key "pstricks"
29119
29120 \end_inset
29121
29122
29123 \begin_inset ERT
29124 status collapsed
29125
29126 \begin_layout Standard
29127
29128
29129 \backslash
29130 href{http://tug.org/PSTricks/main.cgi/}{
29131 \end_layout
29132
29133 \end_inset
29134
29135 Web page
29136 \begin_inset ERT
29137 status collapsed
29138
29139 \begin_layout Standard
29140
29141 }
29142 \end_layout
29143
29144 \end_inset
29145
29146  of the LaTeX-package 
29147 \series bold
29148 PSTricks
29149 \series default
29150
29151 \begin_inset LatexCommand index
29152 name "LaTeX-packages ! PSTricks"
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Bibliography
29160 \begin_inset LatexCommand bibitem
29161 key "sidecap"
29162
29163 \end_inset
29164
29165
29166 \begin_inset ERT
29167 status collapsed
29168
29169 \begin_layout Standard
29170
29171
29172 \backslash
29173 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
29174 \end_layout
29175
29176 \end_inset
29177
29178 Documentation
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Standard
29183
29184 }
29185 \end_layout
29186
29187 \end_inset
29188
29189  of the LaTeX-package 
29190 \series bold
29191 sidecap
29192 \series default
29193
29194 \begin_inset LatexCommand index
29195 name "LaTeX-packages ! sidecap"
29196
29197 \end_inset
29198
29199
29200 \end_layout
29201
29202 \begin_layout Bibliography
29203 \begin_inset LatexCommand bibitem
29204 key "NewInLyX15"
29205
29206 \end_inset
29207
29208
29209 \begin_inset ERT
29210 status collapsed
29211
29212 \begin_layout Standard
29213
29214
29215 \backslash
29216 href{http://wiki.lyx.org/LyX/NewInLyX15}{
29217 \end_layout
29218
29219 \end_inset
29220
29221 Wiki page
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Standard
29226
29227 }
29228 \end_layout
29229
29230 \end_inset
29231
29232  about new LyX-features planned for the release 
29233 \family sans
29234 LyX 1.5
29235 \family default
29236 .
29237 \end_layout
29238
29239 \begin_layout Standard
29240 \begin_inset LatexCommand printindex
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Standard
29248 \begin_inset FloatList figure
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256 \begin_inset FloatList table
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \end_body
29264 \end_document