]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects: remove prettyref description
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 258
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}} % if it exists
14  {% if it exists not
15   \usepackage[scaled=0.92]{helvet}
16   \usepackage{mathptmx}
17   \usepackage{courier}
18  } % end if it exists not
19
20 % link all cross references and URLs
21 % in pdf output
22  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
23   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
24   pdfpagelayout=OneColumn, pdfnewwindow=true,
25   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
26   pdfauthor={LyX Team}, pdftex,
27   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
28   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
29   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
30  
31 \else % if dvi or ps is produced
32
33  % link all cross references and URLs in DVI output
34  \usepackage[ps2pdf, colorlinks=true,
35   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
36
37 \fi % end if pdflatex is used
38
39 % that links to image floats jumps
40 % to the beginning of the float and 
41 % not to its caption
42 \usepackage[figure]{hypcap}
43
44 % the pages of the TOC are numbered roman
45 % and a PDF-bookmark for the TOC is added
46 \pagenumbering{roman}
47 \let\myTOC\tableofcontents
48 \renewcommand{\tableofcontents}{%
49  \pdfbookmark[1]{Contents}{}
50  \myTOC
51  \cleardoublepage
52  \pagenumbering{arabic}}
53
54 % provides caption formatting
55 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
56
57 % provides commands to set caption
58 % beside tables/images
59 \usepackage{sidecap}
60
61 \newcommand{\TabBesBeg}{%
62  \let\MyTable\table
63  \let\MyEndtable\endtable
64  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
65
66 \newcommand{\TabBesEnd}{%
67  \let\table\MyTable
68  \let\endtable\MyEndtable}
69
70 \newcommand{\FigBesBeg}{%
71  \let\MyFigure\figure
72  \let\MyEndfigure\endfigure
73  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
74
75 \newcommand{\FigBesEnd}{%
76  \let\figure\MyFigure
77  \let\endfigure\MyEndfigure}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % provides special table cell alignments
83 \usepackage{dcolumn}
84
85 % increase the bottom float placement fraction
86 \renewcommand{\bottomfraction}{0.5}
87
88 % avoids that floats are placed before their
89 % corresponding section starts
90 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
91
92 % speed up the longtable calculation
93 \setcounter{LTchunksize}{100}
94
95 % used for colored tables
96 \@ifundefined{textcolor}
97  {\usepackage{color}}{}
98 \usepackage{colortbl}
99 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
100 \definecolor{lightgrey}{gray}{0.8}
101
102 % used for multirows
103 \usepackage{multirow}
104 %\renewcommand{\multirowsetup}{\centering}
105
106 % used for book-style tables
107 \usepackage{booktabs}
108
109 % used to have extra space in table cells,
110 \setlength{\extrarowheight}{2pt}
111
112 % used for customized tables
113 % ---
114 \newcolumntype{M}[1]
115  {>{\centering\hspace{0pt}}m{#1}}
116
117 \newcolumntype{S}[2]
118  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
119
120 \newcolumntype{K}[1]
121  {>{\columncolor{#1}\hspace{0pt}}c}
122
123 \newcolumntype{V}{!{\vrule width 1.5pt}}
124
125 \newcolumntype{W}{!{\color{green}\vline}}
126 % ---
127
128 % To be able to enter the characters ° and · directly in LyX
129 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
130 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
131
132 % insert additional vertical space of
133 % 1.5 mm between footnotes
134 \let\myFoot\footnote
135 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
136
137 % enable algorithm floats to be referenced
138 \newfloat{Xalgorithm}{tbp}{loa}
139 \floatname{Xalgorithm}{Algorithm}
140 \newcommand{\theHalgorithm}{\theHXalgorithm}
141 \renewenvironment{algorithm}[1][tbp]
142  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
143
144 % number algorithm floats within chapters
145 \numberwithin{Xalgorithm}{chapter}
146
147 % redefine the greyed out note
148 \renewenvironment{lyxgreyedout}
149  {\textcolor{blue}\bgroup}{\egroup}
150
151 % ------------------------------------
152 % used to check for needed LaTeX packages
153 \usepackage{ifthen}
154
155 % check for package arydshln
156 % used for tables with dashed lines
157 \newboolean{arydshln}
158 \IfFileExists{arydshln.sty}
159  {\usepackage{arydshln}
160   \setboolean{arydshln}{true}}
161  {\setboolean{arydshln}{false}}
162
163 % check for package marginnote
164 % used for margin notes
165 \newboolean{marginnote}
166 \IfFileExists{marginnote.sty}
167  {\usepackage{marginnote}
168   \let\marginpar\marginnote
169   \setboolean{marginnote}{true}}
170  {\setboolean{marginnote}{false}}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
173 \language english
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \papersize default
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 0
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 3
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language english
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle default
201 \bullet 1 1 34 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes true
206 \author "" 
207 \end_header
208
209 \begin_body
210
211 \begin_layout Title
212 LyX's detailed Figure, Table, Floats, Notes, and Boxes manual
213 \end_layout
214
215 \begin_layout Author
216 by the LyX Team
217 \begin_inset Foot
218 status collapsed
219
220 \begin_layout Standard
221 \noindent
222 If you have comments or error corrections, please send them to the LyX Documenta
223 tion mailing list: 
224 \family typewriter
225
226 \begin_inset ERT
227 status open
228
229 \begin_layout Standard
230
231
232 \backslash
233 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
234 \end_layout
235
236 \end_inset
237
238 lyx-docs@lists.lyx.org
239 \begin_inset ERT
240 status collapsed
241
242 \begin_layout Standard
243
244 }
245 \end_layout
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Standard
259 original author: Uwe Stöhr
260 \end_layout
261
262 \end_inset
263
264
265 \newline
266
267 \newline
268
269 \family sans
270 Version 1.5.0-
271 \family default
272 1
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Standard
288 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
289  
290 \series bold
291 arydshln
292 \series default
293  and 
294 \series bold
295 marginnote
296 \series default
297  must be installed.
298  If they are not installed you can export the document anyway but the sections
299  where the packages are required won't appear in the output.
300 \end_layout
301
302 \begin_layout Standard
303 The latest PDF-version of this document can be found here:
304 \newline
305
306 \series bold
307 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
308 \end_layout
309
310 \end_inset
311
312
313 \end_layout
314
315 \begin_layout Chapter
316 Figures
317 \begin_inset LatexCommand label
318 name "cha:Figures"
319
320 \end_inset
321
322
323 \begin_inset LatexCommand index
324 name "Figure"
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Section
332 Graphics Dialog
333 \begin_inset LatexCommand index
334 name "Figure ! Graphics Dialog"
335
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Standard
342 To insert an image into your document, place the cursor at the text position
343  you want and click on the toolbar icon 
344 \begin_inset Graphics
345         filename ../images/dialog-show-new-inset_graphics.xpm
346         scale 85
347
348 \end_inset
349
350  or use the menu 
351 \family sans
352 Insert\SpecialChar \menuseparator
353 Graphics
354 \family default
355 .
356  Then a dialog will appear to choose the file to load.
357  The image will appear in the output exactly at the position where it is
358  in the text.
359 \end_layout
360
361 \begin_layout Standard
362 The graphics dialog can be called at any time by right-clicking on an image.
363  This dialog has three tabs:
364 \end_layout
365
366 \begin_layout Description
367
368 \family sans
369 Graphics
370 \family default
371  Here you can choose an image file and adjust its appearance in the output.
372  The available units for the image size are explained in appendix\InsetSpace ~
373
374 \begin_inset LatexCommand ref
375 reference "cha:Units-available-in"
376
377 \end_inset
378
379 .
380 \newline
381 You can rotate images counter-clockwise by setting a rotation angle and
382  a rotation origin.
383  The image will also be rotated inside LyX.
384 \end_layout
385
386 \begin_layout Description
387
388 \family sans
389 Clipping
390 \family default
391  Alternatively to the usage of scaling units it is possible to set image
392  coordinates to adjust the height and width of the image in the output.
393  The coordinates can also be calculated automatically by pressing the button
394  
395 \family sans
396 Get\InsetSpace ~
397 from\InsetSpace ~
398 File
399 \family default
400 .
401  The option 
402 \family sans
403 Clip\InsetSpace ~
404 to\InsetSpace ~
405 bounding\InsetSpace ~
406 box
407 \family default
408  will only print the image region within the given coordinates.
409  Normally you don't need to take care about image coordinates and can ignore
410  this tab.
411 \end_layout
412
413 \begin_layout Description
414
415 \family sans
416 Extra\InsetSpace ~
417 options
418 \family default
419  In this tab you can modify the appearance of the image within LyX and set
420  the image to be a subfigure of a figure float with an own caption.
421  Subfigures are explained in section\InsetSpace ~
422
423 \begin_inset LatexCommand ref
424 reference "sec:Figure-Floats"
425
426 \end_inset
427
428 .
429 \newline
430  LaTeX experts can also specify on this tab additional LaTeX options.
431 \newline
432  The
433  option 
434 \family sans
435 Draft\InsetSpace ~
436 mode
437 \family default
438  makes the image appear in the output only as a frame with the size of the
439  image.
440 \newline
441 The 
442 \family sans
443 Don't\InsetSpace ~
444 unzip\InsetSpace ~
445 on\InsetSpace ~
446 export
447 \family default
448  option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
449 g.\InsetSpace ~
450
451 \emph on
452 x.eps.gz
453 \emph default
454 .
455  When the option is used the images will not be unzipped on export, since
456  LaTeX can handle them as they are.
457 \newline
458 Zipped EPS-graphics are useful to save
459  disk space when you choose PostScript as output format, see appendix\InsetSpace ~
460
461 \begin_inset LatexCommand ref
462 reference "sec:PostScript"
463
464 \end_inset
465
466 .
467  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
468  console:
469 \newline
470
471 \series bold
472 gzip x.eps
473 \series default
474
475 \newline
476
477 \series bold
478 zgrep %%Bounding x.eps.gz > x.eps.bb
479 \series default
480
481 \newline
482 The second command creates the bounding box file 
483 \begin_inset Quotes eld
484 \end_inset
485
486 x.eps.bb
487 \begin_inset Quotes erd
488 \end_inset
489
490  that is needed by LaTeX for zipped graphics.
491 \end_layout
492
493 \begin_layout Standard
494
495 \newpage
496 This is an example image in EPS format
497 \begin_inset Foot
498 status collapsed
499
500 \begin_layout Standard
501 Image formats are explained in section\InsetSpace ~
502
503 \begin_inset LatexCommand ref
504 reference "sec:Image-Formats"
505
506 \end_inset
507
508 .
509 \end_layout
510
511 \end_inset
512
513  within a separate, horizontally centered paragraph:
514 \end_layout
515
516 \begin_layout Standard
517 \align center
518 \begin_inset Graphics
519         filename mobius.eps
520         display color
521         scale 70
522         rotateOrigin center
523
524 \end_inset
525
526
527 \end_layout
528
529 \begin_layout Standard
530 This is the same image like the one above but in draft mode:
531 \end_layout
532
533 \begin_layout Standard
534 \align center
535 \begin_inset Graphics
536         filename mobius.eps
537         display color
538         scale 70
539         draft
540         rotateOrigin center
541
542 \end_inset
543
544
545 \end_layout
546
547 \begin_layout Section
548 Figure Floats
549 \begin_inset LatexCommand label
550 name "sec:Figure-Floats"
551
552 \end_inset
553
554
555 \begin_inset LatexCommand index
556 name "Floats ! Figure Floats"
557
558 \end_inset
559
560
561 \begin_inset LatexCommand index
562 name "Figure ! Floats"
563
564 \end_inset
565
566
567 \end_layout
568
569 \begin_layout Standard
570 For general explanations about floats, have a look at section\InsetSpace ~
571
572 \begin_inset LatexCommand ref
573 reference "sec:FloatIntroduction"
574
575 \end_inset
576
577 .
578 \end_layout
579
580 \begin_layout Standard
581 The toolbar button 
582 \begin_inset Graphics
583         filename ../images/float-insert_figure.xpm
584         scale 85
585
586 \end_inset
587
588  and the menu 
589 \family sans
590 Insert\SpecialChar \menuseparator
591 Float\SpecialChar \menuseparator
592 Figure 
593 \family default
594 inserts a float with the label 
595 \begin_inset Quotes eld
596 \end_inset
597
598
599 \series bold
600 Figure\InsetSpace ~
601 #:
602 \series default
603
604 \begin_inset Quotes erd
605 \end_inset
606
607 .
608  Set the cursor behind this label, press Enter and insert the image as described
609  above to get the caption printed below the image.
610  This was done for Figure\InsetSpace ~
611
612 \begin_inset LatexCommand ref
613 reference "fig:kill-plat"
614
615 \end_inset
616
617 .
618  If you want the caption to be above the image, set the cursor at the end
619  of the caption, press enter and insert the image.
620  This was done in Figure\InsetSpace ~
621
622 \begin_inset LatexCommand ref
623 reference "fig:escher"
624
625 \end_inset
626
627 .
628  More about the caption placement is described in section\InsetSpace ~
629
630 \begin_inset LatexCommand ref
631 reference "sec:Caption-Placement"
632
633 \end_inset
634
635 .
636 \end_layout
637
638 \begin_layout Standard
639 \begin_inset Float figure
640 wide false
641 sideways false
642 status open
643
644 \begin_layout Standard
645 \align center
646 \begin_inset Graphics
647         filename platypus.eps
648         display color
649         width 50col%
650         rotateOrigin center
651
652 \end_inset
653
654
655 \end_layout
656
657 \begin_layout Standard
658 \begin_inset Caption
659
660 \begin_layout Standard
661 \begin_inset LatexCommand label
662 name "fig:kill-plat"
663
664 \end_inset
665
666 A severely distorted platypus in a float.
667 \end_layout
668
669 \end_inset
670
671
672 \end_layout
673
674 \end_inset
675
676
677 \end_layout
678
679 \begin_layout Standard
680 \begin_inset Float figure
681 wide false
682 sideways false
683 status open
684
685 \begin_layout Standard
686 \begin_inset Caption
687
688 \begin_layout Standard
689 \begin_inset LatexCommand label
690 name "fig:escher"
691
692 \end_inset
693
694 M.C.
695  Escher on acid.
696 \end_layout
697
698 \end_inset
699
700
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename escher-lsd.eps
707         display color
708         scale 80
709         rotateOrigin center
710
711 \end_inset
712
713
714 \end_layout
715
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 \begin_inset LatexCommand index
723 name "References ! to Figures"
724
725 \end_inset
726
727 Figure\InsetSpace ~
728
729 \begin_inset LatexCommand ref
730 reference "fig:kill-plat"
731
732 \end_inset
733
734  and 
735 \begin_inset LatexCommand ref
736 reference "fig:escher"
737
738 \end_inset
739
740  are examples of cross-referenced figures.
741  Figures can be cross-referenced in the text by referencing their label.
742  To do this insert a label in the caption using the menu 
743 \family sans
744 Insert\SpecialChar \menuseparator
745 Label
746 \family default
747  or the toolbar button 
748 \begin_inset Graphics
749         filename ../images/label-insert.xpm
750         scale 85
751
752 \end_inset
753
754 .
755  You can now refer to the label using the menu 
756 \family sans
757 Insert\SpecialChar \menuseparator
758 Cross\InsetSpace ~
759 reference
760 \family default
761  or the toolbar button 
762 \begin_inset Graphics
763         filename ../images/dialog-show-new-inset_ref.xpm
764         scale 85
765
766 \end_inset
767
768 .
769  It is important to use references to floats, rather than using vague references
770  like 
771 \begin_inset Quotes eld
772 \end_inset
773
774 the figure above
775 \begin_inset Quotes erd
776 \end_inset
777
778 , because as LaTeX will reposition the floats in the final document, it
779  might not be 
780 \begin_inset Quotes eld
781 \end_inset
782
783 above
784 \begin_inset Quotes erd
785 \end_inset
786
787  at all.
788 \end_layout
789
790 \begin_layout Standard
791 Normally only one image is inserted to a figure float, but sometimes you
792  might want to use two images with separate subcaptions.
793  This can be set in the tab
794 \family sans
795  Extra\InsetSpace ~
796 options
797 \family default
798  of the graphics dialog.
799  Choose there the option 
800 \family sans
801 Subfigure
802 \family default
803  and enter the subcaption for the image in the caption field.
804  Note that only the main caption of the float is added to the List of Figures.
805 \end_layout
806
807 \begin_layout Standard
808 Figure\InsetSpace ~
809
810 \begin_inset LatexCommand ref
811 reference "fig:Two-distorted-images"
812
813 \end_inset
814
815  is an example of a figure float with two images set side by side.
816  You can also set the images one below the other.
817 \end_layout
818
819 \begin_layout Standard
820 \begin_inset Float figure
821 wide false
822 sideways false
823 status open
824
825 \begin_layout Standard
826
827 \hfill
828
829 \begin_inset Graphics
830         filename escher-lsd.eps
831         width 45col%
832         subcaption
833         subcaptionText "Undefinable structure"
834
835 \end_inset
836
837
838 \hfill
839
840 \begin_inset Graphics
841         filename platypus.eps
842         lyxscale 60
843         width 45col%
844         subcaption
845         subcaptionText "Platypus"
846
847 \end_inset
848
849
850 \hfill
851
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Caption
856
857 \begin_layout Standard
858 \begin_inset LatexCommand label
859 name "fig:Two-distorted-images"
860
861 \end_inset
862
863 Two distorted images.
864 \end_layout
865
866 \end_inset
867
868
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Section
877 Image Formats
878 \begin_inset LatexCommand label
879 name "sec:Image-Formats"
880
881 \end_inset
882
883
884 \begin_inset LatexCommand index
885 name "Image Formats"
886
887 \end_inset
888
889
890 \begin_inset LatexCommand index
891 name "Figure ! Image Formats"
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Standard
899 You can insert images in any known file format.
900  But as explained in appendix\InsetSpace ~
901
902 \begin_inset LatexCommand ref
903 reference "cha:Output-File-Formats"
904
905 \end_inset
906
907 , every output document format allows only a few image formats.
908  LyX uses therefore the program 
909 \family typewriter
910 Imagemagick
911 \family default
912  in the background to convert the images to the right format.
913  To increase your work flow by avoiding these conversions in the background,
914  you can use only the image formats that can directly be embedded in the
915  output file format.
916  The output file formats are explained in appendix\InsetSpace ~
917
918 \begin_inset LatexCommand ref
919 reference "cha:Output-File-Formats"
920
921 \end_inset
922
923 .
924 \end_layout
925
926 \begin_layout Standard
927 Similar to fonts there are two types of image formats:
928 \end_layout
929
930 \begin_layout Description
931 Bitmap\InsetSpace ~
932 images consist of pixel values, often in a compressed form.
933  They are therefore not fully scalable and look pixeled in large zooms.
934  Well-known bitmap image formats are 
935 \begin_inset Quotes eld
936 \end_inset
937
938 Graphics Interchange Format
939 \begin_inset Quotes erd
940 \end_inset
941
942  (GIF, file extension 
943 \begin_inset Quotes eld
944 \end_inset
945
946
947 \family typewriter
948 .gif
949 \family default
950
951 \begin_inset Quotes erd
952 \end_inset
953
954 )
955 \begin_inset LatexCommand index
956 name "GIF|see{Image formats}"
957
958 \end_inset
959
960
961 \begin_inset Quotes eld
962 \end_inset
963
964 Portable Network Graphics
965 \begin_inset Quotes erd
966 \end_inset
967
968  (PNG, file extension 
969 \begin_inset Quotes eld
970 \end_inset
971
972
973 \family typewriter
974 .png
975 \family default
976
977 \begin_inset Quotes erd
978 \end_inset
979
980 )
981 \begin_inset LatexCommand index
982 name "PNG|see{Image formats}"
983
984 \end_inset
985
986 , and 
987 \begin_inset Quotes eld
988 \end_inset
989
990 Joint Photographic Experts Group
991 \begin_inset Quotes erd
992 \end_inset
993
994  (JPG, file extension 
995 \begin_inset Quotes eld
996 \end_inset
997
998
999 \family typewriter
1000 .jpg
1001 \family default
1002
1003 \begin_inset Quotes erd
1004 \end_inset
1005
1006  or 
1007 \begin_inset Quotes eld
1008 \end_inset
1009
1010
1011 \family typewriter
1012 .jpeg
1013 \family default
1014
1015 \begin_inset Quotes erd
1016 \end_inset
1017
1018 )
1019 \begin_inset LatexCommand index
1020 name "JPG|see{Image formats}"
1021
1022 \end_inset
1023
1024 .
1025 \end_layout
1026
1027 \begin_layout Description
1028 Vector\InsetSpace ~
1029 images consist of vectors and can therefore be scaled to any size
1030  without data loss.
1031  The scaling ability is necessary if you want to create presentations, because
1032  presentations are always scaled by the video projector.
1033  Scaling is also useful for online documents to let the user zoom into diagrams.
1034 \newline
1035 W
1036 ell-known scalable image formats are 
1037 \begin_inset Quotes eld
1038 \end_inset
1039
1040 Scalable Vector Graphics
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044  (SVG, file extension 
1045 \begin_inset Quotes eld
1046 \end_inset
1047
1048
1049 \family typewriter
1050 .svg
1051 \family default
1052
1053 \begin_inset Quotes erd
1054 \end_inset
1055
1056 )
1057 \begin_inset LatexCommand index
1058 name "SVG|see{Image formats}"
1059
1060 \end_inset
1061
1062
1063 \begin_inset Quotes eld
1064 \end_inset
1065
1066 Encapsulated PostScript
1067 \begin_inset Quotes erd
1068 \end_inset
1069
1070  (EPS, file extension 
1071 \begin_inset Quotes eld
1072 \end_inset
1073
1074
1075 \family typewriter
1076 .eps
1077 \family default
1078
1079 \begin_inset Quotes erd
1080 \end_inset
1081
1082 )
1083 \begin_inset LatexCommand index
1084 name "EPS|see{Image formats}"
1085
1086 \end_inset
1087
1088
1089 \begin_inset Quotes eld
1090 \end_inset
1091
1092 Portable Document Format
1093 \begin_inset Quotes erd
1094 \end_inset
1095
1096  (PDF, file extension 
1097 \begin_inset Quotes eld
1098 \end_inset
1099
1100
1101 \family typewriter
1102 .pdf
1103 \family default
1104
1105 \begin_inset Quotes erd
1106 \end_inset
1107
1108 )
1109 \begin_inset LatexCommand index
1110 name "PDF"
1111
1112 \end_inset
1113
1114 , and 
1115 \begin_inset Quotes eld
1116 \end_inset
1117
1118 Windows Metafile
1119 \begin_inset Quotes erd
1120 \end_inset
1121
1122  (WMF, file extension 
1123 \begin_inset Quotes eld
1124 \end_inset
1125
1126
1127 \family typewriter
1128 .wmf
1129 \family default
1130
1131 \begin_inset Quotes erd
1132 \end_inset
1133
1134 )
1135 \begin_inset LatexCommand index
1136 name "SVG|see{Image formats}"
1137
1138 \end_inset
1139
1140 .
1141  We wrote 
1142 \begin_inset Quotes eld
1143 \end_inset
1144
1145 can be
1146 \begin_inset Quotes erd
1147 \end_inset
1148
1149 , because you can convert any bitmap image to a PDF or EPS-image and the
1150  result will still be a bitmap image.
1151  In this cases only a header with the image properties is added to the original
1152  image
1153 \begin_inset Foot
1154 status open
1155
1156 \begin_layout Standard
1157 In the case of PDF, the original image is additionally compressed.
1158 \end_layout
1159
1160 \end_inset
1161
1162 .
1163  The PDF-files generated by 
1164 \family typewriter
1165 Adobe Photoshop
1166 \family default
1167  are for example bitmap images.
1168 \end_layout
1169
1170 \begin_layout Standard
1171 Normally it is not possible to convert a bitmap image into a scalable one,
1172  only vice versa.
1173  Only the image formats PDF and EPS can directly be embedded to PDF and
1174  PostScript output files, respectively.
1175  SVG and WMF-images are currently recalculated to bitmaps when the output
1176  file is generated because there is currently no adequate WMF/SVG
1177 \begin_inset Formula $\to$
1178 \end_inset
1179
1180 PDF/EPS converter available.
1181 \end_layout
1182
1183 \begin_layout Chapter
1184 Tables
1185 \begin_inset LatexCommand label
1186 name "cha:Tables"
1187
1188 \end_inset
1189
1190
1191 \begin_inset LatexCommand index
1192 name "Table"
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Section
1200 Introduction
1201 \begin_inset LatexCommand index
1202 name "Table ! Introduction"
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Standard
1210 You can insert a table using either the toolbar button 
1211 \begin_inset Graphics
1212         filename ../images/tabular-insert.xpm
1213         scale 85
1214
1215 \end_inset
1216
1217  or the menu 
1218 \family sans
1219 Insert\SpecialChar \menuseparator
1220 Table
1221 \family default
1222 .
1223  The toolbar button offers you a graphical selection: Move the mouse to
1224  set the column/row number of the table that should be created and then
1225  press a mouse button.
1226  When you use the menu to create a table, a dialog will appear, asking you
1227  for the number of rows and columns.
1228 \newline
1229  The default table has lines around any
1230  cell and the first row appears separated from the rest of the table.
1231  This separation occurs due to a double line: The cells of the first row
1232  have a line below them and the cells of the second row have a line above
1233  them.
1234  Here is an example table:
1235 \end_layout
1236
1237 \begin_layout Standard
1238 \align center
1239 \begin_inset Tabular
1240 <lyxtabular version="3" rows="4" columns="4">
1241 <features>
1242 <column alignment="center" valignment="top" leftline="true" width="0">
1243 <column alignment="center" valignment="top" leftline="true" width="0">
1244 <column alignment="center" valignment="top" leftline="true" width="0">
1245 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1246 <row topline="true" bottomline="true">
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Standard
1251
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Standard
1260
1261 \family roman
1262 \series medium
1263 \shape up
1264 \size normal
1265 \emph off
1266 \bar no
1267 \noun off
1268 \color none
1269 1
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Standard
1278 2
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Standard
1287 3
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 </row>
1293 <row topline="true">
1294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Standard
1298
1299 \family roman
1300 \series medium
1301 \shape up
1302 \size normal
1303 \emph off
1304 \bar no
1305 \noun off
1306 \color none
1307 A
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Standard
1316
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Standard
1325
1326 \end_layout
1327
1328 \end_inset
1329 </cell>
1330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Standard
1334
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row topline="true">
1341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Standard
1345
1346 \family roman
1347 \series medium
1348 \shape up
1349 \size normal
1350 \emph off
1351 \bar no
1352 \noun off
1353 \color none
1354 B
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Standard
1363
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Standard
1372
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1378 \begin_inset Text
1379
1380 \begin_layout Standard
1381
1382 \end_layout
1383
1384 \end_inset
1385 </cell>
1386 </row>
1387 <row topline="true" bottomline="true">
1388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1389 \begin_inset Text
1390
1391 \begin_layout Standard
1392
1393 \family roman
1394 \series medium
1395 \shape up
1396 \size normal
1397 \emph off
1398 \bar no
1399 \noun off
1400 \color none
1401 C
1402 \end_layout
1403
1404 \end_inset
1405 </cell>
1406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1407 \begin_inset Text
1408
1409 \begin_layout Standard
1410
1411 \end_layout
1412
1413 \end_inset
1414 </cell>
1415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1416 \begin_inset Text
1417
1418 \begin_layout Standard
1419
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Standard
1428
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 </row>
1434 </lyxtabular>
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \begin_layout Section
1442 Table Dialog
1443 \begin_inset LatexCommand index
1444 name "Table ! Dialog"
1445
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \begin_layout Standard
1452 You can alter a table by clicking on it with the right mouse button, which
1453  brings up the table dialog.
1454  Here you can adjust the settings of that cell and row/column respectively
1455  where the cursor is currently placed.
1456  Most of the dialog options also work on selections.
1457  This means if you select more cells, columns or rows, the action is done
1458  for the whole selection.
1459  Note that there is a difference between selecting the 
1460 \emph on
1461 contents
1462 \emph default
1463  of the cell, and the cell itself.
1464  You can alter tables with the following tabs of the table dialog:
1465 \end_layout
1466
1467 \begin_layout Description
1468
1469 \family sans
1470 Table\InsetSpace ~
1471 Settings
1472 \family default
1473  Here you can set the horizontal alignment for the current row and the width
1474  of the current column.
1475  When you have set a width you can also adjust the vertical alignment of
1476  the current column.
1477  A given width will allow the cell to have line breaks and multiple paragraphs
1478  of text, see section\InsetSpace ~
1479
1480 \begin_inset LatexCommand ref
1481 reference "sub:Multiple-Lines-in"
1482
1483 \end_inset
1484
1485 .
1486  If you set no width, the column is as wide as their widest cell content
1487  is.
1488 \newline
1489 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1490  cell, see section\InsetSpace ~
1491
1492 \begin_inset LatexCommand ref
1493 reference "sub:Multicolumns"
1494
1495 \end_inset
1496
1497 .
1498 \newline
1499 The rotate check boxes rotates the current cell, a selection, or the whole
1500  table counter-clockwise by 90°.
1501  The rotation is not shown within LyX, only in the output.
1502 \newline
1503
1504 \begin_inset Note Greyedout
1505 status open
1506
1507 \begin_layout Standard
1508
1509 \series bold
1510 Note:
1511 \series default
1512  Not all DVI-viewers are able to display rotations.
1513 \end_layout
1514
1515 \end_inset
1516
1517
1518 \newline
1519 It is also possible to enter a LaTeX-argument which is needed for special
1520  table formattings, see section\InsetSpace ~
1521
1522 \begin_inset LatexCommand ref
1523 reference "sub:Multicolumn-Calculations"
1524
1525 \end_inset
1526
1527  and 
1528 \begin_inset LatexCommand ref
1529 reference "sec:Colored-Tables"
1530
1531 \end_inset
1532
1533 .
1534 \end_layout
1535
1536 \begin_layout Description
1537
1538 \family sans
1539 Borders
1540 \family default
1541  In this tab you can add and delete border lines for the current row/column.
1542 \newline
1543 Using
1544  the style option 
1545 \family sans
1546 Formal
1547 \family default
1548  will convert the table to a formal table as described in section\InsetSpace ~
1549
1550 \begin_inset LatexCommand ref
1551 reference "sec:Formal-Tables"
1552
1553 \end_inset
1554
1555 .
1556 \newline
1557 You can also add here space to table rows as decribed in section\InsetSpace ~
1558
1559 \begin_inset LatexCommand ref
1560 reference "sub:Row-Spacing"
1561
1562 \end_inset
1563
1564 .
1565 \end_layout
1566
1567 \begin_layout Description
1568
1569 \family sans
1570 Longtable
1571 \family default
1572  This tab is to make a table a so called 
1573 \begin_inset Quotes eld
1574 \end_inset
1575
1576
1577 \emph on
1578 longtable
1579 \emph default
1580
1581 \begin_inset Quotes erd
1582 \end_inset
1583
1584  that can run over several pages.
1585  Section\InsetSpace ~
1586
1587 \begin_inset LatexCommand ref
1588 reference "sec:Longtables"
1589
1590 \end_inset
1591
1592  and 
1593 \begin_inset LatexCommand ref
1594 reference "sec:Special-Longtable-Issues"
1595
1596 \end_inset
1597
1598  describe the longtable features in detail.
1599 \end_layout
1600
1601 \begin_layout Standard
1602 When the table toolbar is opened, you can move the cursor with the arrow
1603  keys from cell to cell and the property of the current cell will immediately
1604  be displayed in the dialog.
1605 \end_layout
1606
1607 \begin_layout Section
1608 Table Toolbar
1609 \begin_inset LatexCommand index
1610 name "Table ! Toolbar"
1611
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \begin_layout Standard
1618 The table toolbar is an alternative to the table dialog to be able to alter
1619  tables faster.
1620  It should normally appear at the bottom of LyX's main window when the cursor
1621  is inside a table.
1622  You can alternatively switch it on to appear always, by right-clicking
1623  in LyX's main menu bar.
1624 \end_layout
1625
1626 \begin_layout Standard
1627 The toolbar has the following icons:
1628 \end_layout
1629
1630 \begin_layout Labeling
1631 \labelwidthstring 00.00.0000
1632 \begin_inset Graphics
1633         filename ../images/tabular-feature_append-row.xpm
1634
1635 \end_inset
1636
1637  adds a row below the current cell or selection
1638 \end_layout
1639
1640 \begin_layout Labeling
1641 \labelwidthstring 00.00.0000
1642 \begin_inset Graphics
1643         filename ../images/tabular-feature_append-column.xpm
1644
1645 \end_inset
1646
1647  adds a column right beside the current cell or selection
1648 \end_layout
1649
1650 \begin_layout Labeling
1651 \labelwidthstring 00.00.0000
1652 \begin_inset Graphics
1653         filename ../images/tabular-feature_delete-row.xpm
1654
1655 \end_inset
1656
1657  deletes the current row or selection
1658 \end_layout
1659
1660 \begin_layout Labeling
1661 \labelwidthstring 00.00.0000
1662 \begin_inset Graphics
1663         filename ../images/tabular-feature_delete-column.xpm
1664
1665 \end_inset
1666
1667  deletes the current column or selection
1668 \end_layout
1669
1670 \begin_layout Labeling
1671 \labelwidthstring 00.00.0000
1672 \begin_inset Graphics
1673         filename ../images/tabular-feature_toggle-line-top.xpm
1674
1675 \end_inset
1676
1677  adds a line at the top of the current cell / row or of a selection
1678 \end_layout
1679
1680 \begin_layout Labeling
1681 \labelwidthstring 00.00.0000
1682 \begin_inset Graphics
1683         filename ../images/tabular-feature_toggle-line-bottom.xpm
1684
1685 \end_inset
1686
1687  adds a line at the bottom of the current cell / row or of a selection
1688 \end_layout
1689
1690 \begin_layout Labeling
1691 \labelwidthstring 00.00.0000
1692 \begin_inset Graphics
1693         filename ../images/tabular-feature_toggle-line-left.xpm
1694
1695 \end_inset
1696
1697  adds a line at the left side of the current cell / row or of a selection
1698 \end_layout
1699
1700 \begin_layout Labeling
1701 \labelwidthstring 00.00.0000
1702 \begin_inset Graphics
1703         filename ../images/tabular-feature_toggle-line-right.xpm
1704
1705 \end_inset
1706
1707  adds a line at the right side of the current cell / row or of a selection
1708 \end_layout
1709
1710 \begin_layout Labeling
1711 \labelwidthstring 00.00.0000
1712 \begin_inset Graphics
1713         filename ../images/tabular-feature_set-all-lines.xpm
1714
1715 \end_inset
1716
1717  adds lines around the current or selected cells - if the current cell no
1718  multicolumn this also affects the current row and column
1719 \end_layout
1720
1721 \begin_layout Labeling
1722 \labelwidthstring 00.00.0000
1723 \begin_inset Graphics
1724         filename ../images/tabular-feature_unset-all-lines.xpm
1725
1726 \end_inset
1727
1728  deletes all lines of the current or selected cells - if the current cell
1729  no multicolumn this also affects the current row and column
1730 \end_layout
1731
1732 \begin_layout Labeling
1733 \labelwidthstring 00.00.0000
1734 \begin_inset Graphics
1735         filename ../images/tabular-feature_align-left.xpm
1736
1737 \end_inset
1738
1739  left-aligns the content of the current cell / column
1740 \end_layout
1741
1742 \begin_layout Labeling
1743 \labelwidthstring 00.00.0000
1744 \begin_inset Graphics
1745         filename ../images/tabular-feature_align-center.xpm
1746
1747 \end_inset
1748
1749  centers the content of the current cell / column horizontally
1750 \end_layout
1751
1752 \begin_layout Labeling
1753 \labelwidthstring 00.00.0000
1754 \begin_inset Graphics
1755         filename ../images/tabular-feature_align-right.xpm
1756
1757 \end_inset
1758
1759  right-aligns the content of the current cell / column
1760 \end_layout
1761
1762 \begin_layout Labeling
1763 \labelwidthstring 00.00.0000
1764 \begin_inset Graphics
1765         filename ../images/tabular-feature_valign-top.xpm
1766
1767 \end_inset
1768
1769  aligns the content of the current cell vertically to the top
1770 \end_layout
1771
1772 \begin_layout Labeling
1773 \labelwidthstring 00.00.0000
1774 \begin_inset Graphics
1775         filename ../images/tabular-feature_valign-middle.xpm
1776
1777 \end_inset
1778
1779  centers the content of the current cell vertically
1780 \end_layout
1781
1782 \begin_layout Labeling
1783 \labelwidthstring 00.00.0000
1784 \begin_inset Graphics
1785         filename ../images/tabular-feature_valign-bottom.xpm
1786
1787 \end_inset
1788
1789  aligns the content of the current cell vertically to the bottom
1790 \end_layout
1791
1792 \begin_layout Labeling
1793 \labelwidthstring 00.00.0000
1794 \begin_inset Graphics
1795         filename ../images/tabular-feature_set-rotate-cell.xpm
1796
1797 \end_inset
1798
1799  rotates the current cell or selection counter-clockwise by 90°
1800 \end_layout
1801
1802 \begin_layout Labeling
1803 \labelwidthstring 00.00.0000
1804 \begin_inset Graphics
1805         filename ../images/tabular-feature_set-rotate-tabular.xpm
1806
1807 \end_inset
1808
1809  rotates the whole table counter-clockwise by 90°
1810 \end_layout
1811
1812 \begin_layout Labeling
1813 \labelwidthstring 00.00.0000
1814 \begin_inset Graphics
1815         filename ../images/tabular-feature_multicolumn.xpm
1816
1817 \end_inset
1818
1819  sets the current cell or selection as a multicolumn
1820 \end_layout
1821
1822 \begin_layout Section
1823 Edit Table Menu
1824 \begin_inset LatexCommand index
1825 name "Table ! Edit Menu"
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \begin_layout Standard
1833 Additionally to the table dialog and toolbar, the menu 
1834 \family sans
1835 Edit\SpecialChar \menuseparator
1836 Table
1837 \family default
1838  allows you to add and delete border lines for the current row/column and
1839  to set the current selection as multicolumn.
1840  The menu is only available when the cursor is inside a table.
1841 \end_layout
1842
1843 \begin_layout Section
1844 Table Floats
1845 \begin_inset LatexCommand label
1846 name "sec:Table-Floats"
1847
1848 \end_inset
1849
1850
1851 \begin_inset LatexCommand index
1852 name "Floats ! Tables"
1853
1854 \end_inset
1855
1856
1857 \begin_inset LatexCommand index
1858 name "Table ! Floats"
1859
1860 \end_inset
1861
1862
1863 \end_layout
1864
1865 \begin_layout Standard
1866 For general explanations about floats, have a look at section\InsetSpace ~
1867
1868 \begin_inset LatexCommand ref
1869 reference "sec:FloatIntroduction"
1870
1871 \end_inset
1872
1873 .
1874 \end_layout
1875
1876 \begin_layout Standard
1877 \begin_inset Float table
1878 placement h
1879 wide false
1880 sideways false
1881 status open
1882
1883 \begin_layout Standard
1884 \begin_inset Caption
1885
1886 \begin_layout Standard
1887 \begin_inset LatexCommand label
1888 name "tab:a table float"
1889
1890 \end_inset
1891
1892 A table float.
1893 \end_layout
1894
1895 \end_inset
1896
1897
1898 \end_layout
1899
1900 \begin_layout Standard
1901 \align center
1902 \begin_inset Tabular
1903 <lyxtabular version="3" rows="3" columns="3">
1904 <features>
1905 <column alignment="center" valignment="top" leftline="true" width="0pt">
1906 <column alignment="center" valignment="top" leftline="true" width="0pt">
1907 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1908 <row topline="true" bottomline="true">
1909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Standard
1913
1914 \family roman
1915 \series medium
1916 \shape up
1917 \size normal
1918 \emph off
1919 \bar no
1920 \noun off
1921 \color none
1922 1
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Standard
1931
1932 \family roman
1933 \series medium
1934 \shape up
1935 \size normal
1936 \emph off
1937 \bar no
1938 \noun off
1939 \color none
1940 2
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Standard
1949
1950 \family roman
1951 \series medium
1952 \shape up
1953 \size normal
1954 \emph off
1955 \bar no
1956 \noun off
1957 \color none
1958 3
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 </row>
1964 <row topline="true">
1965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Standard
1969
1970 \family roman
1971 \series medium
1972 \shape up
1973 \size normal
1974 \emph off
1975 \bar no
1976 \noun off
1977 \color none
1978 Joe
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Standard
1987
1988 \family roman
1989 \series medium
1990 \shape up
1991 \size normal
1992 \emph off
1993 \bar no
1994 \noun off
1995 \color none
1996 Mary
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Standard
2005
2006 \family roman
2007 \series medium
2008 \shape up
2009 \size normal
2010 \emph off
2011 \bar no
2012 \noun off
2013 \color none
2014 Ted
2015 \end_layout
2016
2017 \end_inset
2018 </cell>
2019 </row>
2020 <row topline="true" bottomline="true">
2021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Standard
2025
2026 \family roman
2027 \series medium
2028 \shape up
2029 \size normal
2030 \emph off
2031 \bar no
2032 \noun off
2033 \color none
2034 \begin_inset Formula $\int x^{2}dx$
2035 \end_inset
2036
2037
2038 \end_layout
2039
2040 \end_inset
2041 </cell>
2042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2043 \begin_inset Text
2044
2045 \begin_layout Standard
2046
2047 \family roman
2048 \series medium
2049 \shape up
2050 \size normal
2051 \emph off
2052 \bar no
2053 \noun off
2054 \color none
2055 \begin_inset Formula $\left[\begin{array}{cc}
2056 a & b\\
2057 c & d\end{array}\right]$
2058 \end_inset
2059
2060
2061 \end_layout
2062
2063 \end_inset
2064 </cell>
2065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2066 \begin_inset Text
2067
2068 \begin_layout Standard
2069
2070 \family roman
2071 \series medium
2072 \shape up
2073 \size normal
2074 \emph off
2075 \bar no
2076 \noun off
2077 \color none
2078 \begin_inset Formula $1+1=2$
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \end_inset
2085 </cell>
2086 </row>
2087 </lyxtabular>
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \end_inset
2095
2096
2097 \end_layout
2098
2099 \begin_layout Standard
2100 Table floats can be inserted using the menu 
2101 \family sans
2102 Insert\SpecialChar \menuseparator
2103 Float\SpecialChar \menuseparator
2104 Table
2105 \family default
2106  or the toolbar button 
2107 \begin_inset Graphics
2108         filename ../images/float-insert_table.xpm
2109         scale 85
2110
2111 \end_inset
2112
2113 .
2114 \end_layout
2115
2116 \begin_layout Standard
2117 The float appears as a collapsible box with the label 
2118 \begin_inset Quotes eld
2119 \end_inset
2120
2121
2122 \series bold
2123 Table\InsetSpace ~
2124 #:
2125 \series default
2126
2127 \begin_inset Quotes erd
2128 \end_inset
2129
2130  inside it.
2131  The text following the label is the caption of the table.
2132  To insert a table to the the float set the cursor at the end of the caption
2133  text, press enter and insert the table.
2134  The caption is now printed above the table.
2135 \end_layout
2136
2137 \begin_layout Standard
2138 Table\InsetSpace ~
2139
2140 \begin_inset LatexCommand ref
2141 reference "tab:a table float"
2142
2143 \end_inset
2144
2145  is an example table within a table float.
2146 \end_layout
2147
2148 \begin_layout Standard
2149 Having the caption above the table is the common rule that is unfortunately
2150  not supported in LaTeX's standard classes.
2151  That means if you are using the document classes 
2152 \family sans
2153 article
2154 \family default
2155
2156 \family sans
2157 book
2158 \family default
2159
2160 \family sans
2161 letter
2162 \family default
2163 , or 
2164 \family sans
2165 report
2166 \family default
2167  there will be no space between the caption and the table.
2168  To insert the needed space, add the following option to the load command
2169  of the LaTeX-package 
2170 \series bold
2171 caption
2172 \series default
2173
2174 \begin_inset LatexCommand index
2175 name "LaTeX-packages ! caption"
2176
2177 \end_inset
2178
2179  in your document preamble
2180 \begin_inset Foot
2181 status collapsed
2182
2183 \begin_layout Standard
2184 For more information have a look at section\InsetSpace ~
2185
2186 \begin_inset LatexCommand ref
2187 reference "sec:Caption-Placement"
2188
2189 \end_inset
2190
2191 .
2192 \end_layout
2193
2194 \end_inset
2195
2196 :
2197 \end_layout
2198
2199 \begin_layout Standard
2200
2201 \series bold
2202 tableposition=top
2203 \end_layout
2204
2205 \begin_layout Standard
2206 The package 
2207 \series bold
2208 caption
2209 \series default
2210 , which is described in section\InsetSpace ~
2211
2212 \begin_inset LatexCommand ref
2213 reference "sec:Caption-Formatting"
2214
2215 \end_inset
2216
2217 , is used to adjust the caption format.
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \begin_inset LatexCommand index
2222 name "References ! to Tables"
2223
2224 \end_inset
2225
2226 Tables can be cross-referenced in the text by referencing their label.
2227  To do this insert a label in the caption using the menu 
2228 \family sans
2229 Insert\SpecialChar \menuseparator
2230 Label
2231 \family default
2232  or the toolbar button 
2233 \begin_inset Graphics
2234         filename ../images/label-insert.xpm
2235         scale 85
2236
2237 \end_inset
2238
2239 .
2240  You can now refer to the label using the menu 
2241 \family sans
2242 Insert\SpecialChar \menuseparator
2243 Cross\InsetSpace ~
2244 reference
2245 \family default
2246  or the toolbar button 
2247 \begin_inset Graphics
2248         filename ../images/dialog-show-new-inset_ref.xpm
2249         scale 85
2250
2251 \end_inset
2252
2253 .
2254 \end_layout
2255
2256 \begin_layout Standard
2257
2258 \end_layout
2259
2260 \begin_layout Section
2261 Longtables
2262 \begin_inset LatexCommand label
2263 name "sec:Longtables"
2264
2265 \end_inset
2266
2267
2268 \begin_inset LatexCommand index
2269 name "Longtables"
2270
2271 \end_inset
2272
2273
2274 \begin_inset LatexCommand index
2275 name "Table ! Longtables"
2276
2277 \end_inset
2278
2279
2280 \end_layout
2281
2282 \begin_layout Standard
2283 If the table is too long to fit on one page, you can use the option 
2284 \family sans
2285 Use\InsetSpace ~
2286 long\InsetSpace ~
2287 table
2288 \family default
2289  in the tab 
2290 \family sans
2291 Longtable
2292 \family default
2293  of the table dialog to split the table automatically over more pages.
2294  Doing this enables some check boxes and you can now define:
2295 \end_layout
2296
2297 \begin_layout Description
2298
2299 \family sans
2300 Header
2301 \family default
2302 : The current row and all rows above, that don't have any special options
2303  defined, are defined to be the header rows of all pages of the longtable;
2304  except for the first page, if 
2305 \family sans
2306 First\InsetSpace ~
2307 header
2308 \family default
2309  is defined.
2310  This therefore called the main header.
2311 \end_layout
2312
2313 \begin_layout Description
2314
2315 \family sans
2316 First\InsetSpace ~
2317 header
2318 \family default
2319 : The current row and all rows above, that don't have any special options
2320  defined, are defined to be the header rows of the first page of the longtable.
2321 \end_layout
2322
2323 \begin_layout Description
2324
2325 \family sans
2326 Footer
2327 \family default
2328 : The current row and all rows below, that don't have any special options
2329  defined, are defined to be the footer rows of all pages of the longtable;
2330  except for the last page, if 
2331 \family sans
2332 Last\InsetSpace ~
2333 footer
2334 \family default
2335  is defined.
2336 \end_layout
2337
2338 \begin_layout Description
2339
2340 \family sans
2341 Last\InsetSpace ~
2342 footer
2343 \family default
2344 : The current row and all rows below, that don't have any special options
2345  defined, are defined to be the footer rows of the last page of the longtable.
2346 \end_layout
2347
2348 \begin_layout Standard
2349 You can also specify a row where the table is splitted.
2350  If you set more than one option in the same table row, you should be aware
2351  of the fact that only the first one is used in the given table row.
2352  The others will then be defined as 
2353 \emph on
2354 empty
2355 \emph default
2356 .
2357  In this context, first means first in this order: 
2358 \family sans
2359 Footer, Last\InsetSpace ~
2360 footer,
2361 \family default
2362  
2363 \family sans
2364 Header,
2365 \family default
2366  
2367 \family sans
2368 First\InsetSpace ~
2369 header.
2370
2371 \family default
2372 \emph on
2373  
2374 \emph default
2375 See the following longtable to see how it works:
2376 \end_layout
2377
2378 \begin_layout Standard
2379 \align center
2380 \begin_inset Tabular
2381 <lyxtabular version="3" rows="69" columns="3">
2382 <features islongtable="true">
2383 <column alignment="left" valignment="top" leftline="true" width="0cm">
2384 <column alignment="left" valignment="top" width="0pt">
2385 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2386 <row topline="true" bottomline="true" endfirsthead="true">
2387 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Standard
2391
2392 \series bold
2393 Example Phone List (ignore the names)
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2399 \begin_inset Text
2400
2401 \begin_layout Standard
2402
2403 \end_layout
2404
2405 \end_inset
2406 </cell>
2407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Standard
2411
2412 \end_layout
2413
2414 \end_inset
2415 </cell>
2416 </row>
2417 <row topline="true" bottomline="true" endfirsthead="true">
2418 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Standard
2422
2423 \series bold
2424 NAME
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Standard
2433
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Standard
2442
2443 \series bold
2444 TEL.
2445 \end_layout
2446
2447 \end_inset
2448 </cell>
2449 </row>
2450 <row topline="true" bottomline="true" endhead="true">
2451 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2452 \begin_inset Text
2453
2454 \begin_layout Standard
2455
2456 \series bold
2457 Example Phone List
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Standard
2466
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2472 \begin_inset Text
2473
2474 \begin_layout Standard
2475
2476 \end_layout
2477
2478 \end_inset
2479 </cell>
2480 </row>
2481 <row topline="true" bottomline="true" endhead="true">
2482 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2483 \begin_inset Text
2484
2485 \begin_layout Standard
2486
2487 \series bold
2488 NAME
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2494 \begin_inset Text
2495
2496 \begin_layout Standard
2497
2498 \end_layout
2499
2500 \end_inset
2501 </cell>
2502 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2503 \begin_inset Text
2504
2505 \begin_layout Standard
2506
2507 \series bold
2508 TEL.
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 </row>
2514 <row topline="true" bottomline="true" endfoot="true">
2515 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2516 \begin_inset Text
2517
2518 \begin_layout Standard
2519  continued on next page
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Standard
2528
2529 \end_layout
2530
2531 \end_inset
2532 </cell>
2533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2534 \begin_inset Text
2535
2536 \begin_layout Standard
2537
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 </row>
2543 <row>
2544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2545 \begin_inset Text
2546
2547 \begin_layout Standard
2548
2549 \series bold
2550 Annovi
2551 \end_layout
2552
2553 \end_inset
2554 </cell>
2555 <cell alignment="center" valignment="top" topline="true" usebox="none">
2556 \begin_inset Text
2557
2558 \begin_layout Standard
2559 Silvia
2560 \end_layout
2561
2562 \end_inset
2563 </cell>
2564 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2565 \begin_inset Text
2566
2567 \begin_layout Standard
2568 111
2569 \end_layout
2570
2571 \end_inset
2572 </cell>
2573 </row>
2574 <row>
2575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Standard
2579
2580 \series bold
2581 Bertoli
2582 \end_layout
2583
2584 \end_inset
2585 </cell>
2586 <cell alignment="center" valignment="top" topline="true" usebox="none">
2587 \begin_inset Text
2588
2589 \begin_layout Standard
2590 Stefano
2591 \end_layout
2592
2593 \end_inset
2594 </cell>
2595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2596 \begin_inset Text
2597
2598 \begin_layout Standard
2599 111
2600 \end_layout
2601
2602 \end_inset
2603 </cell>
2604 </row>
2605 <row>
2606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2607 \begin_inset Text
2608
2609 \begin_layout Standard
2610
2611 \series bold
2612 Bozzi
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Standard
2621 Walter
2622 \end_layout
2623
2624 \end_inset
2625 </cell>
2626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2627 \begin_inset Text
2628
2629 \begin_layout Standard
2630 111
2631 \end_layout
2632
2633 \end_inset
2634 </cell>
2635 </row>
2636 <row>
2637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Standard
2641
2642 \series bold
2643 Cachia
2644 \end_layout
2645
2646 \end_inset
2647 </cell>
2648 <cell alignment="center" valignment="top" topline="true" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Standard
2652 Maria
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2658 \begin_inset Text
2659
2660 \begin_layout Standard
2661 111
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 </row>
2667 <row>
2668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Standard
2672
2673 \series bold
2674 Cachia
2675 \end_layout
2676
2677 \end_inset
2678 </cell>
2679 <cell alignment="center" valignment="top" topline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Standard
2683 Maurizio
2684 \end_layout
2685
2686 \end_inset
2687 </cell>
2688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2689 \begin_inset Text
2690
2691 \begin_layout Standard
2692 111
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 </row>
2698 <row>
2699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2700 \begin_inset Text
2701
2702 \begin_layout Standard
2703
2704 \series bold
2705 Cinquemani
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 <cell alignment="center" valignment="top" topline="true" usebox="none">
2711 \begin_inset Text
2712
2713 \begin_layout Standard
2714 Giusi
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Standard
2723 111
2724 \end_layout
2725
2726 \end_inset
2727 </cell>
2728 </row>
2729 <row>
2730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2731 \begin_inset Text
2732
2733 \begin_layout Standard
2734
2735 \series bold
2736 Colin
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 <cell alignment="center" valignment="top" topline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Standard
2745 Bernard
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Standard
2754 111
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 </row>
2760 <row>
2761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Standard
2765
2766 \series bold
2767 Concli
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell alignment="center" valignment="top" topline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Standard
2776 Gianfranco
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Standard
2785 111
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row>
2792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Standard
2796
2797 \series bold
2798 Dal Bosco
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Standard
2807 Carolina
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Standard
2816 111
2817 \end_layout
2818
2819 \end_inset
2820 </cell>
2821 </row>
2822 <row>
2823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Standard
2827
2828 \series bold
2829 Dalpiaz
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" topline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Standard
2838 Annamaria
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Standard
2847 111
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 </row>
2853 <row>
2854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Standard
2858
2859 \series bold
2860 Feliciello
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell alignment="center" valignment="top" topline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Standard
2869 Domenico
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Standard
2878 111
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 </row>
2884 <row>
2885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Standard
2889
2890 \series bold
2891 Focarelli
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" topline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Standard
2900 Paola
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Standard
2909 111
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 </row>
2915 <row>
2916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Standard
2920
2921 \series bold
2922 Galletti
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" topline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Standard
2931 Oreste
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Standard
2940 111
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row>
2947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Standard
2951
2952 \series bold
2953 Gasparini
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell alignment="center" valignment="top" topline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Standard
2962 Franca
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Standard
2971 111
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 </row>
2977 <row>
2978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Standard
2982
2983 \series bold
2984 Rizzardi
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Standard
2993 Paola
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Standard
3002 111
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 <row>
3009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Standard
3013
3014 \series bold
3015 Lassini
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Standard
3024 Giancarlo
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Standard
3033 111
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 </row>
3039 <row>
3040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Standard
3044
3045 \series bold
3046 Malfatti
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Standard
3055 Luciano
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Standard
3064 111
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 </row>
3070 <row>
3071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3072 \begin_inset Text
3073
3074 \begin_layout Standard
3075
3076 \series bold
3077 Malfatti
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 <cell alignment="center" valignment="top" topline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Standard
3086 Valeriano
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Standard
3095 111
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 </row>
3101 <row>
3102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Standard
3106
3107 \series bold
3108 Meneguzzo
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell alignment="center" valignment="top" topline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Standard
3117 Roberto
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Standard
3126 111
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 </row>
3132 <row>
3133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Standard
3137
3138 \series bold
3139 Mezzadra
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 <cell alignment="center" valignment="top" topline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Standard
3148 Roberto
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Standard
3157 111
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 </row>
3163 <row>
3164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Standard
3168
3169 \series bold
3170 Pirpamer
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 <cell alignment="center" valignment="top" topline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Standard
3179 Erich
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Standard
3188 111
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 </row>
3194 <row>
3195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Standard
3199
3200 \series bold
3201 Pochiesa
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 <cell alignment="center" valignment="top" topline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Standard
3210 Paolo
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Standard
3219 111, 222
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 </row>
3225 <row>
3226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Standard
3230
3231 \series bold
3232 Radina
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell alignment="center" valignment="top" topline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Standard
3241 Claudio
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Standard
3250 111
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 </row>
3256 <row>
3257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Standard
3261
3262 \series bold
3263 Stuffer
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell alignment="center" valignment="top" topline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Standard
3272 Oskar
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Standard
3281 111
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 </row>
3287 <row>
3288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Standard
3292
3293 \series bold
3294 Tacchelli
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell alignment="center" valignment="top" topline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Standard
3303 Ugo
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Standard
3312 111
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row>
3319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Standard
3323
3324 \series bold
3325 Tezzele
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell alignment="center" valignment="top" topline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Standard
3334 Margit
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Standard
3343 111
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 </row>
3349 <row>
3350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Standard
3354
3355 \series bold
3356 Unterkalmsteiner
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" topline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Standard
3365 Frieda
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Standard
3374 111
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 </row>
3380 <row>
3381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Standard
3385
3386 \series bold
3387 Vieider
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" topline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Standard
3396 Hilde
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Standard
3405 111
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 </row>
3411 <row>
3412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Standard
3416
3417 \series bold
3418 Vigna
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell alignment="center" valignment="top" topline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Standard
3427 Jürgen
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Standard
3436 111
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 </row>
3442 <row>
3443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Standard
3447
3448 \series bold
3449 Weber
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell alignment="center" valignment="top" topline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Standard
3458 Maurizio
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Standard
3467 111
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row bottomline="true">
3474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Standard
3478
3479 \series bold
3480 Winkler
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" topline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Standard
3489 Franz
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Standard
3498 111
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 </row>
3504 <row bottomline="true">
3505 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Standard
3509  
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Standard
3518
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Standard
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Standard
3538
3539 \series bold
3540 Annovi
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" topline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Standard
3549 Silvia
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Standard
3558 555
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Standard
3569
3570 \series bold
3571 Bertoli
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" topline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Standard
3580 Stefano
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Standard
3589 555
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Standard
3600
3601 \series bold
3602 Bozzi
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" topline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Standard
3611 Walter
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Standard
3620 555
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Standard
3631
3632 \series bold
3633 Cachia
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" topline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Standard
3642 Maria
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Standard
3651 555
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Standard
3662
3663 \series bold
3664 Cachia
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Standard
3673 Maurizio
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Standard
3682 555
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Standard
3693
3694 \series bold
3695 Cinquemani
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" topline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Standard
3704 Giusi
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Standard
3713 555
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Standard
3724
3725 \series bold
3726 Colin
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" topline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Standard
3735 Bernard
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Standard
3744 555
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Standard
3755
3756 \series bold
3757 Concli
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" topline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Standard
3766 Gianfranco
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Standard
3775 555
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Standard
3786
3787 \series bold
3788 Dal Bosco
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" topline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Standard
3797 Carolina
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Standard
3806 555
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Standard
3817
3818 \series bold
3819 Dalpiaz
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" topline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Standard
3828 Annamaria
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Standard
3837 555
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Standard
3848
3849 \series bold
3850 Feliciello
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" topline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Standard
3859 Domenico
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Standard
3868 555
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Standard
3879
3880 \series bold
3881 Focarelli
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" topline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Standard
3890 Paola
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Standard
3899 555
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Standard
3910
3911 \series bold
3912 Galletti
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" topline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Standard
3921 Oreste
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Standard
3930 555
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Standard
3941
3942 \series bold
3943 Gasparini
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" topline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Standard
3952 Franca
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Standard
3961 555
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Standard
3972
3973 \series bold
3974 Rizzardi
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" topline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Standard
3983 Paola
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Standard
3992 555
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Standard
4003
4004 \series bold
4005 Lassini
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" topline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Standard
4014 Giancarlo
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Standard
4023 555
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Standard
4034
4035 \series bold
4036 Malfatti
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" topline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Standard
4045 Luciano
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Standard
4054 555
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Standard
4065
4066 \series bold
4067 Malfatti
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" topline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Standard
4076 Valeriano
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Standard
4085 555
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Standard
4096
4097 \series bold
4098 Meneguzzo
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" topline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Standard
4107 Roberto
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Standard
4116 555
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Standard
4127
4128 \series bold
4129 Mezzadra
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" topline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Standard
4138 Roberto
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Standard
4147 555
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Standard
4158
4159 \series bold
4160 Pirpamer
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" topline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Standard
4169 Erich
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Standard
4178 555
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Standard
4189
4190 \series bold
4191 Pochiesa
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" topline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Standard
4200 Paolo
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Standard
4209 555, 222
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Standard
4220
4221 \series bold
4222 Radina
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" topline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Standard
4231 Claudio
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Standard
4240 555
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Standard
4251
4252 \series bold
4253 Stuffer
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" topline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Standard
4262 Oskar
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Standard
4271 555
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Standard
4282
4283 \series bold
4284 Tacchelli
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" topline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Standard
4293 Ugo
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Standard
4302 555
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Standard
4313
4314 \series bold
4315 Tezzele
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" topline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Standard
4324 Margit
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Standard
4333 555
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 <row>
4340 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Standard
4344
4345 \series bold
4346 Unterkalmsteiner
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" topline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Standard
4355 Frieda
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Standard
4364 555
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 </row>
4370 <row>
4371 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Standard
4375
4376 \series bold
4377 Vieider
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" topline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Standard
4386 Hilde
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Standard
4395 555
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 </row>
4401 <row>
4402 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Standard
4406
4407 \series bold
4408 Vigna
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" topline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Standard
4417 Jürgen
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Standard
4426 999
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 </row>
4432 <row>
4433 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Standard
4437
4438 \series bold
4439 Weber
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" topline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Standard
4448 Maurizio
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Standard
4457 555
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row bottomline="true">
4464 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Standard
4468
4469 \series bold
4470 Winkler
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" topline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Standard
4479 Franz
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Standard
4488 555
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row bottomline="true" endlastfoot="true">
4495 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Standard
4499 end
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Standard
4508
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Standard
4517
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 </lyxtabular>
4524
4525 \end_inset
4526
4527
4528 \begin_inset ERT
4529 status collapsed
4530
4531 \begin_layout Standard
4532
4533
4534 \backslash
4535 addtocounter{table}{-1}
4536 \end_layout
4537
4538 \end_inset
4539
4540
4541 \begin_inset Note Note
4542 status collapsed
4543
4544 \begin_layout Standard
4545 See greyed-out note in section 2.6.2 for an explanation of this command.
4546 \end_layout
4547
4548 \end_inset
4549
4550
4551 \end_layout
4552
4553 \begin_layout Subsection
4554 Footnotes in Longtables
4555 \begin_inset LatexCommand label
4556 name "sub:Footnotes-in-Longtables"
4557
4558 \end_inset
4559
4560
4561 \begin_inset LatexCommand index
4562 name "Longtables ! Footnotes"
4563
4564 \end_inset
4565
4566
4567 \end_layout
4568
4569 \begin_layout Standard
4570 Footnotes can be inserted to every longtable cell.
4571  They appear at the bottom of the page where the table cell with the footnote
4572  appears.
4573  Table\InsetSpace ~
4574
4575 \begin_inset LatexCommand ref
4576 reference "tab:DiffCaptions"
4577
4578 \end_inset
4579
4580  has for example a footnote.
4581 \end_layout
4582
4583 \begin_layout Subsection
4584 Longtable Captions
4585 \begin_inset LatexCommand index
4586 name "Longtables ! Captions"
4587
4588 \end_inset
4589
4590
4591 \end_layout
4592
4593 \begin_layout Standard
4594 A longtable cannot be put into a table float because floats can only be
4595  on one page but the caption environment of floats can also be used for
4596  longtables.
4597 \end_layout
4598
4599 \begin_layout Standard
4600 As LyX does not yet fully support captions in longtables, a hack is needed
4601  to create them:
4602 \end_layout
4603
4604 \begin_layout Enumerate
4605 Create a longtable
4606 \family sans
4607 .
4608 \end_layout
4609
4610 \begin_layout Enumerate
4611 Mark the first row an disable its upper line.
4612 \end_layout
4613
4614 \begin_layout Enumerate
4615 Insert a caption via the menu 
4616 \family sans
4617 Insert\SpecialChar \menuseparator
4618 Caption
4619 \family default
4620 \series bold
4621  
4622 \series default
4623 into the first table cell.
4624 \newline
4625 You can also add a short title for the caption.
4626 \end_layout
4627
4628 \begin_layout Enumerate
4629 Insert a 
4630 \begin_inset Quotes eld
4631 \end_inset
4632
4633
4634 \series bold
4635
4636 \backslash
4637
4638 \backslash
4639 %
4640 \series default
4641
4642 \begin_inset Quotes erd
4643 \end_inset
4644
4645  as ERT behind the caption.
4646 \end_layout
4647
4648 \begin_layout Standard
4649 A short title that will appear in the LOT instead of the full title.
4650  The 
4651 \series bold
4652
4653 \backslash
4654
4655 \backslash
4656 %
4657 \series default
4658  behind the caption omits the vertical lines between the following cells
4659  in the row.
4660  The first table row is now only a dummy row for the caption, the actual
4661  table starts with the second row.
4662 \end_layout
4663
4664 \begin_layout Standard
4665 Here is a short longtable to see how it works:
4666 \end_layout
4667
4668 \begin_layout Standard
4669 \begin_inset Tabular
4670 <lyxtabular version="3" rows="6" columns="5">
4671 <features islongtable="true">
4672 <column alignment="center" valignment="top" leftline="true" width="0">
4673 <column alignment="center" valignment="top" leftline="true" width="0">
4674 <column alignment="center" valignment="top" leftline="true" width="0">
4675 <column alignment="center" valignment="top" leftline="true" width="0">
4676 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4677 <row>
4678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Standard
4682 \begin_inset Caption
4683
4684 \begin_layout Standard
4685 Longtable with caption
4686 \begin_inset OptArg
4687 status open
4688
4689 \begin_layout Standard
4690 Longtable
4691 \end_layout
4692
4693 \end_inset
4694
4695
4696 \end_layout
4697
4698 \end_inset
4699
4700
4701 \begin_inset ERT
4702 status collapsed
4703
4704 \begin_layout Standard
4705
4706
4707 \backslash
4708
4709 \backslash
4710 %
4711 \end_layout
4712
4713 \end_inset
4714
4715
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Standard
4724
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Standard
4733
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Standard
4742
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Standard
4751
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row topline="true">
4758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Standard
4762 1
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Standard
4771 2
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Standard
4780 3
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Standard
4789 4
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Standard
4798 5
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row topline="true">
4805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Standard
4809 asd
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Standard
4818 s
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Standard
4827 s
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Standard
4836 s
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Standard
4845 asd
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row topline="true">
4852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Standard
4856 asd
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Standard
4865 s
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Standard
4874 s
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Standard
4883 s
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Standard
4892 asd
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row topline="true">
4899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Standard
4903 asd
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Standard
4912 s
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Standard
4921 s
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Standard
4930 s
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Standard
4939 asd
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row topline="true" bottomline="true">
4946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Standard
4950 asd
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Standard
4959 asd
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Standard
4968 asd
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Standard
4977 asd
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Standard
4986 asd
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 </lyxtabular>
4993
4994 \end_inset
4995
4996
4997 \end_layout
4998
4999 \begin_layout Standard
5000 \begin_inset VSpace medskip
5001 \end_inset
5002
5003
5004 \begin_inset Note Greyedout
5005 status open
5006
5007 \begin_layout Standard
5008
5009 \series bold
5010 Note:
5011 \series default
5012  The table number is increased for every longtable, also if you didn't set
5013  a caption for it.
5014  For this reason you could have the case that e.g.
5015  Table\InsetSpace ~
5016 2.4 follows on Table\InsetSpace ~
5017 2.1 in the list of tables if there are two longtables
5018  without captions.
5019  To avoid this you can add the following command in ERT behind every longtable
5020  without a caption:
5021 \end_layout
5022
5023 \begin_layout Standard
5024
5025 \series bold
5026
5027 \backslash
5028 addtocounter{table}{-1}
5029 \end_layout
5030
5031 \end_inset
5032
5033
5034 \end_layout
5035
5036 \begin_layout Standard
5037 \begin_inset Note Greyedout
5038 status open
5039
5040 \begin_layout Standard
5041
5042 \series bold
5043 Note:
5044 \series default
5045  If you are using the LaTeX-package 
5046 \series bold
5047 hyperref
5048 \series default
5049
5050 \begin_inset LatexCommand index
5051 name "LaTeX-packages ! hyperref"
5052
5053 \end_inset
5054
5055  to link cross-references, the link to a longtable caption will always point
5056  to the beginning of the document.
5057 \end_layout
5058
5059 \end_inset
5060
5061
5062 \end_layout
5063
5064 \begin_layout Subsubsection
5065 References to Longtables
5066 \begin_inset LatexCommand index
5067 name "Longtables ! References"
5068
5069 \end_inset
5070
5071
5072 \end_layout
5073
5074 \begin_layout Standard
5075 \begin_inset Tabular
5076 <lyxtabular version="3" rows="6" columns="5">
5077 <features islongtable="true">
5078 <column alignment="center" valignment="top" leftline="true" width="0">
5079 <column alignment="center" valignment="top" leftline="true" width="0">
5080 <column alignment="center" valignment="top" leftline="true" width="0">
5081 <column alignment="center" valignment="top" leftline="true" width="0">
5082 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5083 <row>
5084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Standard
5088 \begin_inset Caption
5089
5090 \begin_layout Standard
5091 Referenced longtable
5092 \begin_inset LatexCommand label
5093 name "tab:RefExample"
5094
5095 \end_inset
5096
5097
5098 \end_layout
5099
5100 \end_inset
5101
5102
5103 \begin_inset ERT
5104 status collapsed
5105
5106 \begin_layout Standard
5107
5108
5109 \backslash
5110
5111 \backslash
5112 %
5113 \end_layout
5114
5115 \end_inset
5116
5117
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Standard
5126
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Standard
5135
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Standard
5144
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Standard
5153
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row topline="true">
5160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Standard
5164 1
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Standard
5173 2
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Standard
5182 3
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Standard
5191 4
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Standard
5200 5
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row topline="true">
5207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Standard
5211 asd
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Standard
5220 s
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Standard
5229 s
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Standard
5238 s
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Standard
5247 asd
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 </row>
5253 <row topline="true">
5254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Standard
5258 asd
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Standard
5267 s
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Standard
5276 s
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Standard
5285 s
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Standard
5294 asd
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 </row>
5300 <row topline="true">
5301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Standard
5305 asd
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Standard
5314 s
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Standard
5323 s
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Standard
5332 s
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Standard
5341 asd
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 </row>
5347 <row topline="true" bottomline="true">
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Standard
5352 asd
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Standard
5361 sad
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Standard
5370 asd
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Standard
5379 asd
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Standard
5388 asd
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 </row>
5394 </lyxtabular>
5395
5396 \end_inset
5397
5398
5399 \end_layout
5400
5401 \begin_layout Standard
5402 To reference a longtable, insert a label into the caption.
5403  Note that you have to add the label prefix 
5404 \begin_inset Quotes eld
5405 \end_inset
5406
5407
5408 \emph on
5409 tab:
5410 \emph default
5411
5412 \begin_inset Quotes eld
5413 \end_inset
5414
5415  manually in the label field.
5416 \end_layout
5417
5418 \begin_layout Standard
5419 This is a reference to Table\InsetSpace ~
5420
5421 \begin_inset LatexCommand ref
5422 reference "tab:RefExample"
5423
5424 \end_inset
5425
5426 .
5427 \end_layout
5428
5429 \begin_layout Standard
5430 The caption layout can be set together with all other caption of your document
5431  using the LaTeX-package 
5432 \series bold
5433 caption
5434 \series default
5435
5436 \begin_inset LatexCommand index
5437 name "LaTeX-packages ! caption"
5438
5439 \end_inset
5440
5441 , see section\InsetSpace ~
5442
5443 \begin_inset LatexCommand ref
5444 reference "sec:Caption-Formatting"
5445
5446 \end_inset
5447
5448 .
5449 \end_layout
5450
5451 \begin_layout Subsubsection
5452 Caption Width
5453 \begin_inset LatexCommand index
5454 name "Longtables ! Caption Width"
5455
5456 \end_inset
5457
5458
5459 \end_layout
5460
5461 \begin_layout Standard
5462 The maximal width of of caption lines is defined by the length 
5463 \series bold
5464
5465 \backslash
5466 LTcapwidth
5467 \series default
5468 .
5469  Its default value is 4\InsetSpace \thinspace{}
5470 in.
5471  To change it add the following command to your document preamble or as
5472  ERT into your document before the longtable that should be affected
5473 \end_layout
5474
5475 \begin_layout Standard
5476
5477 \series bold
5478
5479 \backslash
5480 setlength{
5481 \backslash
5482 LTcapwidth}{width}
5483 \end_layout
5484
5485 \begin_layout Standard
5486 where the width could have one of the units listed in appendix\InsetSpace ~
5487
5488 \begin_inset LatexCommand ref
5489 reference "cha:Units-available-in"
5490
5491 \end_inset
5492
5493 .
5494 \end_layout
5495
5496 \begin_layout Standard
5497 The following tables show the difference:
5498 \end_layout
5499
5500 \begin_layout Standard
5501 \begin_inset Tabular
5502 <lyxtabular version="3" rows="6" columns="5">
5503 <features islongtable="true">
5504 <column alignment="center" valignment="top" leftline="true" width="0">
5505 <column alignment="center" valignment="top" leftline="true" width="0">
5506 <column alignment="center" valignment="top" leftline="true" width="0">
5507 <column alignment="center" valignment="top" leftline="true" width="0">
5508 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5509 <row>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Standard
5514 \begin_inset Caption
5515
5516 \begin_layout Standard
5517 long full title with default width long full title with default width long
5518  full title with default width
5519 \begin_inset OptArg
5520 status collapsed
5521
5522 \begin_layout Standard
5523 caption with default width
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \end_inset
5532
5533
5534 \begin_inset ERT
5535 status collapsed
5536
5537 \begin_layout Standard
5538
5539
5540 \backslash
5541
5542 \backslash
5543 %
5544 \end_layout
5545
5546 \end_inset
5547
5548
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Standard
5557
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Standard
5566
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Standard
5575
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Standard
5584
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 <row topline="true">
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Standard
5595 1
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Standard
5604 2
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Standard
5613 3
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Standard
5622 4
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Standard
5631 5
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 </row>
5637 <row topline="true">
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Standard
5642 asd
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Standard
5651 s
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Standard
5660 s
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Standard
5669 s
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Standard
5678 asd
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row topline="true">
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Standard
5689 asd
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Standard
5698 s
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Standard
5707 s
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Standard
5716 s
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Standard
5725 asd
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row topline="true">
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Standard
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Standard
5745 s
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Standard
5754 s
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Standard
5763 s
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Standard
5772 asd
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row topline="true" bottomline="true">
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Standard
5783 asd
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Standard
5792 sad
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Standard
5801 asd
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Standard
5810 asd
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Standard
5819 asd
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 </lyxtabular>
5826
5827 \end_inset
5828
5829
5830 \end_layout
5831
5832 \begin_layout Standard
5833 \begin_inset ERT
5834 status collapsed
5835
5836 \begin_layout Standard
5837
5838
5839 \backslash
5840 setlength{
5841 \backslash
5842 LTcapwidth}{5cm}
5843 \end_layout
5844
5845 \end_inset
5846
5847
5848 \begin_inset Tabular
5849 <lyxtabular version="3" rows="6" columns="5">
5850 <features islongtable="true">
5851 <column alignment="center" valignment="top" leftline="true" width="0">
5852 <column alignment="center" valignment="top" leftline="true" width="0">
5853 <column alignment="center" valignment="top" leftline="true" width="0">
5854 <column alignment="center" valignment="top" leftline="true" width="0">
5855 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Standard
5861 \begin_inset Caption
5862
5863 \begin_layout Standard
5864 long full title with width set to 5\InsetSpace \thinspace{}
5865 cm long full title with width set to
5866  5\InsetSpace \thinspace{}
5867 cm long full title with width set to 5\InsetSpace \thinspace{}
5868 cm
5869 \begin_inset OptArg
5870 status collapsed
5871
5872 \begin_layout Standard
5873 caption with width\InsetSpace \thinspace{}
5874 =\InsetSpace \thinspace{}
5875 5\InsetSpace \thinspace{}
5876 cm
5877 \end_layout
5878
5879 \end_inset
5880
5881
5882 \end_layout
5883
5884 \end_inset
5885
5886
5887 \begin_inset ERT
5888 status collapsed
5889
5890 \begin_layout Standard
5891
5892
5893 \backslash
5894
5895 \backslash
5896 %
5897 \end_layout
5898
5899 \end_inset
5900
5901
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Standard
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Standard
5919
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Standard
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Standard
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 <row topline="true">
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Standard
5948 1
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Standard
5957 2
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Standard
5966 3
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Standard
5975 4
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Standard
5984 5
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 <row topline="true">
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Standard
5995 asd
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Standard
6004 s
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Standard
6013 s
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Standard
6022 s
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Standard
6031 asd
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 <row topline="true">
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Standard
6042 asd
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Standard
6051 s
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Standard
6060 s
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Standard
6069 s
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Standard
6078 asd
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row topline="true">
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Standard
6089 asd
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Standard
6098 s
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Standard
6107 s
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Standard
6116 s
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Standard
6125 asd
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 </row>
6131 <row topline="true" bottomline="true">
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Standard
6136 asd
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Standard
6145 sad
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Standard
6154 asd
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Standard
6163 asd
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Standard
6172 asd
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 </row>
6178 </lyxtabular>
6179
6180 \end_inset
6181
6182
6183 \begin_inset ERT
6184 status collapsed
6185
6186 \begin_layout Standard
6187
6188
6189 \backslash
6190 setlength{
6191 \backslash
6192 LTcapwidth}{4in}
6193 \end_layout
6194
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \begin_layout Standard
6201
6202 \end_layout
6203
6204 \begin_layout Subsubsection
6205 Different Captions for Table Pages
6206 \begin_inset LatexCommand index
6207 name "Longtables ! Different Captions for Pages"
6208
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \begin_layout Standard
6215 When the other captions should differ from the one of the first table page,
6216  insert a caption with a non-empty short title in a dummy caption row marked
6217  as first header.
6218  The caption used for the other table pages is inserted as caption without
6219  a short title in a dummy caption row that is marked as main header.
6220  When this caption shouldn't include the table number, use the command
6221 \end_layout
6222
6223 \begin_layout Standard
6224
6225 \series bold
6226
6227 \backslash
6228 caption*{caption text}
6229 \end_layout
6230
6231 \begin_layout Standard
6232 instead of LyX's caption box.
6233  The label to reference the table is inserted into the caption of the first
6234  header.
6235  Table\InsetSpace ~
6236
6237 \begin_inset LatexCommand ref
6238 reference "tab:DiffCaptions"
6239
6240 \end_inset
6241
6242  is an example for a longtable with different heading where the second caption
6243  doesn't include the table number.
6244 \end_layout
6245
6246 \begin_layout Standard
6247 \align center
6248 \begin_inset Tabular
6249 <lyxtabular version="3" rows="60" columns="3">
6250 <features islongtable="true">
6251 <column alignment="left" valignment="top" leftline="true" width="0cm">
6252 <column alignment="left" valignment="top" rightline="true" width="0pt">
6253 <column alignment="right" valignment="top" rightline="true" width="0pt">
6254 <row endfirsthead="true">
6255 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Standard
6259 \begin_inset Caption
6260
6261 \begin_layout Standard
6262 Example Phone List
6263 \begin_inset LatexCommand label
6264 name "tab:DiffCaptions"
6265
6266 \end_inset
6267
6268
6269 \begin_inset OptArg
6270 status collapsed
6271
6272 \begin_layout Standard
6273 Example Phone List
6274 \end_layout
6275
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \end_inset
6282
6283
6284 \begin_inset ERT
6285 status collapsed
6286
6287 \begin_layout Standard
6288
6289
6290 \backslash
6291
6292 \backslash
6293 %
6294 \end_layout
6295
6296 \end_inset
6297
6298
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Standard
6307
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Standard
6316
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 <row topline="true" bottomline="true" endfirsthead="true">
6323 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Standard
6327
6328 \series bold
6329 Example Phone List (ignore the names)
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Standard
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Standard
6347
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 </row>
6353 <row topline="true" bottomline="true" endfirsthead="true">
6354 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Standard
6358
6359 \series bold
6360 NAME
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Standard
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Standard
6378
6379 \series bold
6380 TEL.
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 </row>
6386 <row bottomline="true" endhead="true">
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Standard
6391 \begin_inset ERT
6392 status collapsed
6393
6394 \begin_layout Standard
6395
6396
6397 \backslash
6398 caption*{Continued Example Phone List}
6399 \backslash
6400
6401 \backslash
6402 %
6403 \end_layout
6404
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Standard
6416
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Standard
6425
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 </row>
6431 <row topline="true" bottomline="true" endhead="true">
6432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Standard
6436
6437 \series bold
6438 Example Phone List
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Standard
6447
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Standard
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 <row topline="true" bottomline="true" endhead="true">
6463 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Standard
6467
6468 \series bold
6469 NAME
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Standard
6478
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Standard
6487
6488 \series bold
6489 TEL.
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 <row topline="true" bottomline="true" endfoot="true">
6496 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Standard
6500 continued on next page
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Standard
6509
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Standard
6518
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 </row>
6524 <row>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Standard
6529
6530 \series bold
6531 Annovi
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Standard
6540 Silvia
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Standard
6549 111
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 </row>
6555 <row>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Standard
6560
6561 \series bold
6562 Bertoli
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Standard
6571 Stefano
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Standard
6580 111
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Standard
6591
6592 \series bold
6593 Bozzi
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Standard
6602 Walter
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Standard
6611 111
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 </row>
6617 <row>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Standard
6622
6623 \series bold
6624 Cachia
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" topline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Standard
6633 Maria
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Standard
6642 111
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Standard
6653
6654 \series bold
6655 Cachia
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Standard
6664 Maurizio
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Standard
6673 111
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 </row>
6679 <row>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Standard
6684
6685 \series bold
6686 Cinquemani
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Standard
6695 Giusi
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Standard
6704 111
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 </row>
6710 <row>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Standard
6715
6716 \series bold
6717 Colin
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Standard
6726 Bernard
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Standard
6735 111
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 </row>
6741 <row>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Standard
6746
6747 \series bold
6748 Concli
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Standard
6757 Gianfranco
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Standard
6766 111
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 </row>
6772 <row>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Standard
6777
6778 \series bold
6779 Dal Bosco
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Standard
6788 Carolina
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Standard
6797 111
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 </row>
6803 <row>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Standard
6808
6809 \series bold
6810 Dalpiaz
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Standard
6819 Annamaria
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Standard
6828 111
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 </row>
6834 <row>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Standard
6839
6840 \series bold
6841 Feliciello
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Standard
6850 Domenico
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Standard
6859 111
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 </row>
6865 <row>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Standard
6870
6871 \series bold
6872 Focarelli
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Standard
6881 Paola
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Standard
6890 111
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 </row>
6896 <row>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Standard
6901
6902 \series bold
6903 Galletti
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Standard
6912 Oreste
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Standard
6921 111
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Standard
6932
6933 \series bold
6934 Gasparini
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Standard
6943 Franca
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Standard
6952 111
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Standard
6963
6964 \series bold
6965 Rizzardi
6966 \series default
6967
6968 \begin_inset Foot
6969 status collapsed
6970
6971 \begin_layout Standard
6972 Example footnote
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Standard
6986 Paola
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Standard
6995 111
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Standard
7006
7007 \series bold
7008 Lassini
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Standard
7017 Giancarlo
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Standard
7026 111
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Standard
7037
7038 \series bold
7039 Malfatti
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Standard
7048 Luciano
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Standard
7057 111
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 <row>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Standard
7068
7069 \series bold
7070 Malfatti
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Standard
7079 Valeriano
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Standard
7088 111
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Standard
7099
7100 \series bold
7101 Meneguzzo
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Standard
7110 Roberto
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Standard
7119 111
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 </row>
7125 <row>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Standard
7130
7131 \series bold
7132 Mezzadra
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Standard
7141 Roberto
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Standard
7150 111
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 </row>
7156 <row>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Standard
7161
7162 \series bold
7163 Pirpamer
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Standard
7172 Erich
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Standard
7181 111
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Standard
7192
7193 \series bold
7194 Pochiesa
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Standard
7203 Paolo
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Standard
7212 111, 222
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 </row>
7218 <row>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Standard
7223
7224 \series bold
7225 Radina
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Standard
7234 Claudio
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Standard
7243 111
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 </row>
7249 <row>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Standard
7254
7255 \series bold
7256 Stuffer
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Standard
7265 Oskar
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Standard
7274 111
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Standard
7285
7286 \series bold
7287 Tacchelli
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" topline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Standard
7296 Ugo
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Standard
7305 111
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Standard
7316
7317 \series bold
7318 Tezzele
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Standard
7327 Margit
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Standard
7336 111
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Standard
7347
7348 \series bold
7349 Unterkalmsteiner
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Standard
7358 Frieda
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Standard
7367 111
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 </row>
7373 <row>
7374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Standard
7378
7379 \series bold
7380 Vieider
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Standard
7389 Hilde
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Standard
7398 111
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 </row>
7404 <row>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Standard
7409
7410 \series bold
7411 Vigna
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Standard
7420 Jürgen
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Standard
7429 111
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Standard
7440
7441 \series bold
7442 Weber
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" topline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Standard
7451 Maurizio
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Standard
7460 111
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row bottomline="true">
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Standard
7471
7472 \series bold
7473 Winkler
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Standard
7482 Franz
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Standard
7491 111
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row bottomline="true">
7498 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Standard
7502  
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Standard
7511
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Standard
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row>
7527 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Standard
7531
7532 \series bold
7533 Annovi
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Standard
7542 Silvia
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Standard
7551 555
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row>
7558 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Standard
7562
7563 \series bold
7564 Bertoli
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" topline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Standard
7573 Stefano
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Standard
7582 555
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 </row>
7588 <row>
7589 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Standard
7593
7594 \series bold
7595 Bozzi
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell alignment="center" valignment="top" topline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Standard
7604 Walter
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Standard
7613 555
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 <row>
7620 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Standard
7624
7625 \series bold
7626 Cachia
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell alignment="center" valignment="top" topline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Standard
7635 Maria
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Standard
7644 555
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 </row>
7650 <row>
7651 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Standard
7655
7656 \series bold
7657 Cachia
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" topline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Standard
7666 Maurizio
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Standard
7675 555
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row>
7682 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Standard
7686
7687 \series bold
7688 Cinquemani
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" topline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Standard
7697 Giusi
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Standard
7706 555
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Standard
7717
7718 \series bold
7719 Colin
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" topline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Standard
7728 Bernard
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Standard
7737 555
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Standard
7748
7749 \series bold
7750 Concli
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" topline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Standard
7759 Gianfranco
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Standard
7768 555
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row>
7775 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Standard
7779
7780 \series bold
7781 Dal Bosco
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell alignment="center" valignment="top" topline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Standard
7790 Carolina
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Standard
7799 555
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Standard
7810
7811 \series bold
7812 Dalpiaz
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Standard
7821 Annamaria
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Standard
7830 555
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 </row>
7836 <row>
7837 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Standard
7841
7842 \series bold
7843 Feliciello
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="center" valignment="top" topline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Standard
7852 Domenico
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Standard
7861 555
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 </row>
7867 <row>
7868 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Standard
7872
7873 \series bold
7874 Focarelli
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell alignment="center" valignment="top" topline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Standard
7883 Paola
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Standard
7892 555
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row>
7899 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Standard
7903
7904 \series bold
7905 Galletti
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" topline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Standard
7914 Oreste
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Standard
7923 555
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row>
7930 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Standard
7934
7935 \series bold
7936 Gasparini
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" topline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Standard
7945 Franca
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Standard
7954 555
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row>
7961 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Standard
7965
7966 \series bold
7967 Rizzardi
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" topline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Standard
7976 Paola
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Standard
7985 555
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Standard
7996
7997 \series bold
7998 Lassini
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" topline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Standard
8007 Giancarlo
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Standard
8016 555
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Standard
8027
8028 \series bold
8029 Malfatti
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" topline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Standard
8038 Luciano
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Standard
8047 555
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Standard
8058
8059 \series bold
8060 Malfatti
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" topline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Standard
8069 Valeriano
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Standard
8078 555
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Standard
8089
8090 \series bold
8091 Meneguzzo
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" topline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Standard
8100 Roberto
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Standard
8109 555
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row bottomline="true">
8116 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Standard
8120
8121 \series bold
8122 Mezzadra
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" topline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Standard
8131 Roberto
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Standard
8140 555
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row bottomline="true" endlastfoot="true">
8147 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Standard
8151
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Standard
8160
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Standard
8169
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 </lyxtabular>
8176
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \begin_layout Section
8183 Special Longtable Issues
8184 \begin_inset LatexCommand label
8185 name "sec:Special-Longtable-Issues"
8186
8187 \end_inset
8188
8189
8190 \end_layout
8191
8192 \begin_layout Subsection
8193 Longtable Calculation
8194 \begin_inset LatexCommand index
8195 name "Longtables ! Calculation"
8196
8197 \end_inset
8198
8199
8200 \end_layout
8201
8202 \begin_layout Standard
8203 LaTeX calculates the height of table pages and their page breaks using so
8204  called chunks.
8205  Chunks are pieces of the tables that are at once in LaTeX's memory.
8206  The default value is historically set to only 20 table rows.
8207  If you are using longtables with many pages this may slow down the creation
8208  of your document.
8209  You can safely increase the chunk size to values of 100-1000 by adding
8210  this command line to your document preamble:
8211 \end_layout
8212
8213 \begin_layout Standard
8214
8215 \series bold
8216
8217 \backslash
8218 setcounter{LTchunksize}{100}
8219 \end_layout
8220
8221 \begin_layout Subsection
8222 Floats and Longtables
8223 \begin_inset LatexCommand index
8224 name "Longtables ! Floats"
8225
8226 \end_inset
8227
8228
8229 \end_layout
8230
8231 \begin_layout Standard
8232 There might be problems when a float appears on the same page where a longtable
8233  starts.
8234  To avoid such situation, add the command 
8235 \series bold
8236
8237 \backslash
8238 clearpage
8239 \series default
8240  as ERT before your longtable.
8241 \end_layout
8242
8243 \begin_layout Subsection
8244 Forced Page Breaks
8245 \begin_inset LatexCommand index
8246 name "Longtables ! Forced Page Breaks"
8247
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \begin_layout Standard
8254 By default tables are only broken between rows.
8255  If you have a cell with multiples lines and want to have a page break within
8256  the cell, insert the new line command 
8257 \begin_inset Quotes eld
8258 \end_inset
8259
8260
8261 \series bold
8262
8263 \backslash
8264
8265 \backslash
8266
8267 \series default
8268
8269 \begin_inset Quotes erd
8270 \end_inset
8271
8272  as ERT at this point of the cell where it should be broken.
8273  Before the 
8274 \series bold
8275
8276 \backslash
8277
8278 \backslash
8279
8280 \series default
8281  command you have to insert in ERT so many 
8282 \begin_inset Quotes eld
8283 \end_inset
8284
8285
8286 \series bold
8287 &
8288 \series default
8289
8290 \begin_inset Quotes erd
8291 \end_inset
8292
8293  characters like the number of the following table columns.
8294  The 
8295 \series bold
8296 &
8297 \series default
8298  is the character to separate table cells.
8299  Write in ERT after each 
8300 \series bold
8301 &
8302 \series default
8303  the content of the corresponding following cell and delete the content
8304  of these cells.
8305 \newline
8306 Behind the the 
8307 \series bold
8308
8309 \backslash
8310
8311 \backslash
8312
8313 \series default
8314  command, insert so many 
8315 \series bold
8316 &
8317 \series default
8318  characters like the number of table columns before the current column.
8319  In Table\InsetSpace ~
8320
8321 \begin_inset LatexCommand ref
8322 reference "tab:ForcedPagebreak"
8323
8324 \end_inset
8325
8326  the cell that should be broken is in the second column followed by another
8327  column.
8328  Therefore the following command was inserted in the cell as ERT behind
8329  
8330 \begin_inset Quotes eld
8331 \end_inset
8332
8333
8334 \emph on
8335 Castelchiodato,
8336 \emph default
8337
8338 \begin_inset Quotes erd
8339 \end_inset
8340
8341 :
8342 \end_layout
8343
8344 \begin_layout Standard
8345
8346 \series bold
8347 & 111
8348 \backslash
8349
8350 \backslash
8351
8352 \newline
8353 &
8354 \end_layout
8355
8356 \begin_layout Standard
8357 The 
8358 \begin_inset Quotes eld
8359 \end_inset
8360
8361 111
8362 \begin_inset Quotes erd
8363 \end_inset
8364
8365  in the third columns of the row was deleted.
8366  If your footer row of the longtable has for a certain reason no upper line
8367  but you would have a horizontal line where the cell is broken, use this
8368  command instead:
8369 \end_layout
8370
8371 \begin_layout Standard
8372
8373 \series bold
8374 & 111
8375 \backslash
8376
8377 \backslash
8378
8379 \newline
8380
8381 \backslash
8382 hline &
8383 \end_layout
8384
8385 \begin_layout Standard
8386 When the cell to be broken is in the last column, the command
8387 \end_layout
8388
8389 \begin_layout Standard
8390
8391 \series bold
8392
8393 \backslash
8394 setlength{
8395 \backslash
8396 parf\SpecialChar \textcompwordmark{}
8397 illskip}{0pt}
8398 \end_layout
8399
8400 \begin_layout Standard
8401 must be inserted as ERT at the beginning of the cell.
8402  This assures that the part of the cell that will be displayed on the new
8403  page appears with the full width.
8404  
8405 \end_layout
8406
8407 \begin_layout Standard
8408 \align center
8409 \begin_inset Tabular
8410 <lyxtabular version="3" rows="39" columns="3">
8411 <features islongtable="true">
8412 <column alignment="left" valignment="top" leftline="true" width="0cm">
8413 <column alignment="left" valignment="top" rightline="true" width="3cm">
8414 <column alignment="right" valignment="top" rightline="true" width="0pt">
8415 <row endfirsthead="true">
8416 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Standard
8420 \begin_inset Caption
8421
8422 \begin_layout Standard
8423 Table with forced page break in table cell
8424 \begin_inset LatexCommand label
8425 name "tab:ForcedPagebreak"
8426
8427 \end_inset
8428
8429
8430 \begin_inset OptArg
8431 status collapsed
8432
8433 \begin_layout Standard
8434 Table with forced page break in table cell
8435 \end_layout
8436
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \end_inset
8443
8444
8445 \begin_inset ERT
8446 status collapsed
8447
8448 \begin_layout Standard
8449
8450
8451 \backslash
8452
8453 \backslash
8454 %
8455 \end_layout
8456
8457 \end_inset
8458
8459
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Standard
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Standard
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row topline="true" bottomline="true" endfirsthead="true">
8484 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Standard
8488
8489 \series bold
8490 Example Phone List (ignore the names)
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Standard
8499
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Standard
8508
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row topline="true" bottomline="true" endfirsthead="true">
8515 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Standard
8519
8520 \series bold
8521 NAME
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Standard
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Standard
8539
8540 \series bold
8541 TEL.
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row bottomline="true" endhead="true">
8548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Standard
8552 \begin_inset ERT
8553 status collapsed
8554
8555 \begin_layout Standard
8556
8557
8558 \backslash
8559 caption*{Continued table with forced page break in table cell}
8560 \backslash
8561
8562 \backslash
8563 %
8564 \end_layout
8565
8566 \end_inset
8567
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Standard
8577
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Standard
8586
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row topline="true" bottomline="true" endhead="true">
8593 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Standard
8597
8598 \series bold
8599  Example Phone List
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Standard
8608
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Standard
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row topline="true" bottomline="true" endhead="true">
8624 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Standard
8628
8629 \series bold
8630 NAME
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Standard
8639
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Standard
8648
8649 \series bold
8650 TEL.
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row topline="true" bottomline="true" endfoot="true">
8657 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Standard
8661 continued on next page
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Standard
8670
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Standard
8679
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Standard
8690
8691 \series bold
8692 Annovi
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" topline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Standard
8701 Silvia
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Standard
8710 111
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Standard
8721
8722 \series bold
8723 Bertoli
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" topline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Standard
8732 Stefano
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Standard
8741 111
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Standard
8752
8753 \series bold
8754 Bozzi
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" topline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Standard
8763 Walter
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Standard
8772 111
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Standard
8783
8784 \series bold
8785 Cachia
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" topline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Standard
8794 Maria
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Standard
8803 111
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Standard
8814
8815 \series bold
8816 Cachia
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" topline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Standard
8825 Maurizio
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Standard
8834 111
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Standard
8845
8846 \series bold
8847 Cinquemani
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" topline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Standard
8856 Giusi
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Standard
8865 111
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Standard
8876
8877 \series bold
8878 Colin
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" topline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Standard
8887 Bernard
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Standard
8896 111
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Standard
8907
8908 \series bold
8909 Concli
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" topline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Standard
8918 Gianfranco
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Standard
8927 111
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Standard
8938
8939 \series bold
8940 Dal Bosco
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" topline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Standard
8949 Carolina
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Standard
8958 111
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Standard
8969
8970 \series bold
8971 Dalpiaz
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" topline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Standard
8980 Annamaria
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Standard
8989 111
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Standard
9000
9001 \series bold
9002 Feliciello
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" topline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Standard
9011 Domenico
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Standard
9020 111
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Standard
9031
9032 \series bold
9033 Focarelli
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" topline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Standard
9042 Paola
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Standard
9051 111
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Standard
9062
9063 \series bold
9064 Galletti
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" topline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Standard
9073 Oreste
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Standard
9082 111
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Standard
9093
9094 \series bold
9095 Gasparini
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" topline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Standard
9104 Franca
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Standard
9113 111
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Standard
9124
9125 \series bold
9126 Lassini
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" topline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Standard
9135 Giancarlo
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Standard
9144 111
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Standard
9155
9156 \series bold
9157 Malfatti
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" topline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Standard
9166 Luciano
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Standard
9175 111
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Standard
9186
9187 \series bold
9188 Malfatti
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" topline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Standard
9197 Valeriano
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Standard
9206 111
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Standard
9217
9218 \series bold
9219 Meneguzzo
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" topline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Standard
9228 Roberto
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Standard
9237 111
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row>
9244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Standard
9248
9249 \series bold
9250 Mezzadra
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" topline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Standard
9259 Roberto
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Standard
9268 111
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row>
9275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Standard
9279
9280 \series bold
9281 Pirpamer
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" topline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Standard
9290 Erich
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Standard
9299 111
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 <row>
9306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Standard
9310
9311 \series bold
9312 Pochiesa
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" topline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Standard
9321 Paolo
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Standard
9330 111, 222
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Standard
9341
9342 \series bold
9343 Radina
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" topline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Standard
9352 Claudio
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Standard
9361 111
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 </row>
9367 <row>
9368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Standard
9372
9373 \series bold
9374 Rizzardi
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Standard
9383 Paolo, 11.
9384  Fürst von Montecompatri, 11.
9385  Fürst von Sulmona und Vivaro, 10.
9386  Fürst von Rossano, 5.
9387  Herzog von Canemorte, 11.
9388  Herzog von Palombara, 5.
9389  Herzog von Castelchiodato,
9390 \begin_inset ERT
9391 status collapsed
9392
9393 \begin_layout Standard
9394
9395 & 111
9396 \backslash
9397
9398 \backslash
9399
9400 \end_layout
9401
9402 \begin_layout Standard
9403
9404 &
9405 \end_layout
9406
9407 \end_inset
9408
9409  11.
9410  Herzog von Poggionativo, 11.
9411  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9412  Graf von Valinfreda, 11.
9413  Baron von Cropalati, 11.
9414  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Standard
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Standard
9434
9435 \series bold
9436 Stuffer
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" topline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Standard
9445 Oskar
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Standard
9454 111
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 <row>
9461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Standard
9465
9466 \series bold
9467 Tacchelli
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" topline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Standard
9476 Ugo
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Standard
9485 111
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 </row>
9491 <row>
9492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Standard
9496
9497 \series bold
9498 Tezzele
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" topline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Standard
9507 Margit
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Standard
9516 111
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 </row>
9522 <row>
9523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Standard
9527
9528 \series bold
9529 Unterkalmsteiner
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" topline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Standard
9538 Frieda
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Standard
9547 111
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row>
9554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Standard
9558
9559 \series bold
9560 Vieider
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" topline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Standard
9569 Hilde
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Standard
9578 111
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 </row>
9584 <row>
9585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Standard
9589
9590 \series bold
9591 Vigna
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" topline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Standard
9600 Jürgen
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Standard
9609 111
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row>
9616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Standard
9620
9621 \series bold
9622 Weber
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" topline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Standard
9631 Maurizio
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Standard
9640 111
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 <row bottomline="true">
9647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Standard
9651
9652 \series bold
9653 Winkler
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" topline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Standard
9662 Franz
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Standard
9671 111
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 </row>
9677 <row endlastfoot="true">
9678 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Standard
9682
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Standard
9691
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Standard
9700
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 </lyxtabular>
9707
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \begin_layout Section
9714 Multiple Lines Columns and Rows
9715 \end_layout
9716
9717 \begin_layout Subsection
9718 Multiple Lines in Table Cells
9719 \begin_inset LatexCommand label
9720 name "sub:Multiple-Lines-in"
9721
9722 \end_inset
9723
9724
9725 \begin_inset LatexCommand index
9726 name "Multiple Lines in Table Cells"
9727
9728 \end_inset
9729
9730
9731 \begin_inset LatexCommand index
9732 name "Table ! Linebreaks"
9733
9734 \end_inset
9735
9736
9737 \end_layout
9738
9739 \begin_layout Standard
9740 \align center
9741 \begin_inset Float table
9742 placement H
9743 wide false
9744 sideways false
9745 status collapsed
9746
9747 \begin_layout Standard
9748 \begin_inset Caption
9749
9750 \begin_layout Standard
9751 \begin_inset LatexCommand label
9752 name "tab:Table-with-multiple"
9753
9754 \end_inset
9755
9756 Table with multiple lines in cells
9757 \end_layout
9758
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \begin_layout Standard
9765 \align center
9766 \begin_inset Tabular
9767 <lyxtabular version="3" rows="3" columns="3">
9768 <features>
9769 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9770 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9771 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9772 <row topline="true">
9773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Standard
9777 multiple
9778 \begin_inset ERT
9779 status collapsed
9780
9781 \begin_layout Standard
9782
9783
9784 \backslash
9785 linebreak 
9786 \end_layout
9787
9788 \end_inset
9789
9790  lines
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Standard
9799 b
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Standard
9808 c
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row topline="true">
9815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Standard
9819 d
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Standard
9828 e
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Standard
9837 f
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row topline="true" bottomline="true">
9844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Standard
9848 g
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Standard
9857 h
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Standard
9866 i
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 </row>
9872 </lyxtabular>
9873
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \begin_layout Standard
9885 Adjusting a fixed width for a column, enables to enter text as a paragraph
9886  with multiple lines and hyphenations.
9887 \end_layout
9888
9889 \begin_layout Standard
9890 To produce Table\InsetSpace ~
9891
9892 \begin_inset LatexCommand ref
9893 reference "tab:Table-with-multiple"
9894
9895 \end_inset
9896
9897 , create a 3×3 table, mark the first cell and right-click on it.
9898  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
9899 cm and choose centered
9900  for the vertical and horizontal alignment.
9901  As our text is smaller than than 2.5\InsetSpace \thinspace{}
9902 cm, only one line will appear.
9903  To get two lines, we add a line break with the command
9904 \end_layout
9905
9906 \begin_layout Standard
9907
9908 \series bold
9909
9910 \backslash
9911 linebreak
9912 \end_layout
9913
9914 \begin_layout Standard
9915 in ERT.
9916  If the text is wider than the set cell width it will automatically be broken
9917  to several lines.
9918 \end_layout
9919
9920 \begin_layout Standard
9921 To center the text inside the two other cells of the first row vertically,
9922  right-click in the second cell, adjust a fixed width of 0.5\InsetSpace \thinspace{}
9923 cm and choose
9924  centered alignments.
9925  Then do the same for the third cell of the row.
9926 \end_layout
9927
9928 \begin_layout Standard
9929 If you have a long word in a cell with a fixed width, it cannot be hyphenated
9930  by LaTeX if it is the first entry.
9931  Therefore you need to insert something, to make the word not being the
9932  first entry: Add the command
9933 \end_layout
9934
9935 \begin_layout Standard
9936
9937 \series bold
9938
9939 \backslash
9940 hspace{0pt}
9941 \end_layout
9942
9943 \begin_layout Standard
9944 in ERT before the word.
9945  As the space is zero, it doesn't change the output.
9946  Table\InsetSpace ~
9947
9948 \begin_inset LatexCommand ref
9949 reference "tab:Table-with-and"
9950
9951 \end_inset
9952
9953  shows the effect.
9954 \end_layout
9955
9956 \begin_layout Standard
9957 \begin_inset Float table
9958 wide false
9959 sideways false
9960 status open
9961
9962 \begin_layout Standard
9963 \begin_inset Caption
9964
9965 \begin_layout Standard
9966 \begin_inset LatexCommand label
9967 name "tab:Table-with-and"
9968
9969 \end_inset
9970
9971 Table with and without hyphenation
9972 \end_layout
9973
9974 \end_inset
9975
9976
9977 \end_layout
9978
9979 \begin_layout Standard
9980
9981 \hfill
9982
9983 \begin_inset Tabular
9984 <lyxtabular version="3" rows="3" columns="3">
9985 <features>
9986 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9987 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9988 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9989 <row topline="true">
9990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Standard
9994 verylongtablecellword
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Standard
10003 b
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Standard
10012 c
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row topline="true">
10019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Standard
10023 d
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Standard
10032 e
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Standard
10041 f
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row topline="true" bottomline="true">
10048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Standard
10052 g
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Standard
10061 h
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Standard
10070 i
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 </lyxtabular>
10077
10078 \end_inset
10079
10080
10081 \hfill
10082
10083 \begin_inset Tabular
10084 <lyxtabular version="3" rows="3" columns="3">
10085 <features>
10086 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10087 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10088 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10089 <row topline="true">
10090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Standard
10094 \begin_inset ERT
10095 status collapsed
10096
10097 \begin_layout Standard
10098
10099
10100 \backslash
10101 hspace{0pt}
10102 \end_layout
10103
10104 \end_inset
10105
10106 verylongtablecellword
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Standard
10115 b
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Standard
10124 c
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row topline="true">
10131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Standard
10135 d
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Standard
10144 e
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Standard
10153 f
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row topline="true" bottomline="true">
10160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Standard
10164 g
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Standard
10173 h
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Standard
10182 i
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 </lyxtabular>
10189
10190 \end_inset
10191
10192
10193 \hfill
10194
10195 \end_layout
10196
10197 \end_inset
10198
10199
10200 \end_layout
10201
10202 \begin_layout Standard
10203
10204 \newpage
10205
10206 \end_layout
10207
10208 \begin_layout Subsection
10209 Multicolumns
10210 \begin_inset LatexCommand label
10211 name "sub:Multicolumns"
10212
10213 \end_inset
10214
10215
10216 \begin_inset LatexCommand index
10217 name "Multicolumns"
10218
10219 \end_inset
10220
10221
10222 \begin_inset LatexCommand index
10223 name "Table ! Multicolumns"
10224
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \begin_layout Subsubsection
10231 Multicolumn Basics
10232 \end_layout
10233
10234 \begin_layout Standard
10235 To span a cell over multiple columns, mark as much cells within a line that
10236  should be one spanned cell and use either the table-toolbar button 
10237 \begin_inset Graphics
10238         filename ../images/tabular-feature_multicolumn.xpm
10239         scale 85
10240
10241 \end_inset
10242
10243 , or the menu 
10244 \family sans
10245 Edit\SpecialChar \menuseparator
10246 Table\SpecialChar \menuseparator
10247 Multicolumn
10248 \family default
10249 , or right click on the marked cells and choose multicolumn in the appearing
10250  table dialog under the tab 
10251 \family sans
10252 Table Settings
10253 \family default
10254 .
10255 \end_layout
10256
10257 \begin_layout Standard
10258 Multicolumns have there own cell settings.
10259  That means changing cell borders, cell alignment, and the width only affects
10260  the multicolumn.
10261  Here is an example table with a multicolumn cell in the first row and one
10262  in the last row without the upper border:
10263 \end_layout
10264
10265 \begin_layout Standard
10266 \align center
10267 \begin_inset Tabular
10268 <lyxtabular version="3" rows="3" columns="4">
10269 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10270 <column alignment="center" valignment="top" leftline="true" width="0pt">
10271 <column alignment="center" valignment="middle" leftline="true" width="0">
10272 <column alignment="center" valignment="top" leftline="true" width="0in">
10273 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10274 <row topline="true" bottomline="true">
10275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Standard
10279 abc
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Standard
10288 def
10289 \lang ngerman
10290  
10291 \lang english
10292 ghi
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Standard
10301
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Standard
10310 jkl
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row topline="true">
10317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Standard
10321
10322 \family roman
10323 \series medium
10324 \shape up
10325 \size normal
10326 \emph off
10327 \bar no
10328 \noun off
10329 \color none
10330 A
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Standard
10339 B
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Standard
10348 C
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Standard
10357 D
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row topline="true" bottomline="true">
10364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Standard
10368 1
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Standard
10377 2
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Standard
10386 3
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Standard
10395 4
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 </lyxtabular>
10402
10403 \end_inset
10404
10405
10406 \end_layout
10407
10408 \begin_layout Subsubsection
10409 Multicolumn Calculations
10410 \begin_inset LatexCommand label
10411 name "sub:Multicolumn-Calculations"
10412
10413 \end_inset
10414
10415
10416 \begin_inset LatexCommand index
10417 name "Multicolumns ! Calculations"
10418
10419 \end_inset
10420
10421
10422 \end_layout
10423
10424 \begin_layout Standard
10425 LyX supports multicolumns directly, but we have to take notice of the cell
10426  width of the columns spanned by the multicolumn cell.
10427 \end_layout
10428
10429 \begin_layout Standard
10430 \begin_inset Float table
10431 wide false
10432 sideways false
10433 status open
10434
10435 \begin_layout Standard
10436 \begin_inset Caption
10437
10438 \begin_layout Standard
10439 \begin_inset LatexCommand label
10440 name "tab:Table-with-centered"
10441
10442 \end_inset
10443
10444 Table with centered multicolumn text above two columns that have exactly
10445  half the width of the multicolumn cell
10446 \begin_inset OptArg
10447 status collapsed
10448
10449 \begin_layout Standard
10450 Perfect multicolumn table
10451 \end_layout
10452
10453 \end_inset
10454
10455
10456 \end_layout
10457
10458 \end_inset
10459
10460
10461 \end_layout
10462
10463 \begin_layout Standard
10464 \align center
10465 \begin_inset Tabular
10466 <lyxtabular version="3" rows="3" columns="3">
10467 <features>
10468 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10469 <column alignment="center" valignment="middle" leftline="true" width="0">
10470 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10471 <row topline="true">
10472 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10473 \begin_inset Text
10474
10475 \begin_layout Standard
10476 multiple lines multicolumn
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Standard
10485
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Standard
10494 c
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row topline="true">
10501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Standard
10505 d
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Standard
10514 e
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Standard
10523 f
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row topline="true" bottomline="true">
10530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Standard
10534 g
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Standard
10543 h
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Standard
10552 i
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 </lyxtabular>
10559
10560 \end_inset
10561
10562
10563 \end_layout
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \begin_layout Standard
10571 To create for example Table\InsetSpace ~
10572
10573 \begin_inset LatexCommand ref
10574 reference "tab:Table-with-centered"
10575
10576 \end_inset
10577
10578 , mark the first two cells in the first row a 3×3 table and right-click
10579  on them.
10580  Now choose for this cell 
10581 \emph on
10582 multicolumn
10583 \emph default
10584
10585 \emph on
10586 centered alignment
10587 \emph default
10588  and a width of 2.5\InsetSpace \thinspace{}
10589 cm in the table dialog.
10590  The spanned columns should have exactly half the width of the multicolumn
10591  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
10592 cm for the first column.
10593  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
10594 cm (multicolumn
10595  width - width of first column).
10596  This was done for Table\InsetSpace ~
10597
10598 \begin_inset LatexCommand ref
10599 reference "tab:Table-without-half"
10600
10601 \end_inset
10602
10603 .
10604 \end_layout
10605
10606 \begin_layout Standard
10607 \begin_inset Float table
10608 wide false
10609 sideways false
10610 status open
10611
10612 \begin_layout Standard
10613 \begin_inset Caption
10614
10615 \begin_layout Standard
10616 \begin_inset LatexCommand label
10617 name "tab:Table-without-half"
10618
10619 \end_inset
10620
10621 Table where the spanned table columns have not exactly half the width of
10622  the multicolumn cell
10623 \begin_inset OptArg
10624 status collapsed
10625
10626 \begin_layout Standard
10627 Imperfect multicolumn table
10628 \end_layout
10629
10630 \end_inset
10631
10632
10633 \end_layout
10634
10635 \end_inset
10636
10637
10638 \end_layout
10639
10640 \begin_layout Standard
10641 \align center
10642 \begin_inset Tabular
10643 <lyxtabular version="3" rows="3" columns="3">
10644 <features>
10645 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10646 <column alignment="center" valignment="top" leftline="true" width="0">
10647 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10648 <row topline="true" bottomline="true">
10649 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10650 \begin_inset Text
10651
10652 \begin_layout Standard
10653 multiple lines multicolumn
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Standard
10662
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Standard
10671 c
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row topline="true">
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Standard
10682 d
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Standard
10691 e
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Standard
10700 f
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 </row>
10706 <row topline="true" bottomline="true">
10707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Standard
10711 g
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Standard
10720 h
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Standard
10729 i
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 </lyxtabular>
10736
10737 \end_inset
10738
10739
10740 \end_layout
10741
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \begin_layout Standard
10748 You can see that the first column has not the half width of the multicolumn
10749  cell, it is a bit bigger.
10750  The reason is that the given width of a cell 
10751 \begin_inset Formula $W_{g}$
10752 \end_inset
10753
10754  is not its total width 
10755 \begin_inset Formula $W_{\mathrm{tot}}$
10756 \end_inset
10757
10758  because a cell is always a bit larger than its given width.
10759  Appendix\InsetSpace ~
10760
10761 \begin_inset LatexCommand eqref
10762 reference "cha:Explanation-of-Equation"
10763
10764 \end_inset
10765
10766  explains it in detail.
10767 \end_layout
10768
10769 \begin_layout Standard
10770 The needed given width 
10771 \begin_inset Formula $W_{g\, n}$
10772 \end_inset
10773
10774  when 
10775 \emph on
10776 n
10777 \emph default
10778  columns are spanned columns can be calculated, so that each column has
10779  a total width of 
10780 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10781 \end_inset
10782
10783 :
10784 \begin_inset Formula \begin{equation}
10785 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10786
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \begin_layout Standard
10793 In our case we have 
10794 \begin_inset Formula $n=2$
10795 \end_inset
10796
10797
10798 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10799 \end_inset
10800
10801 cm and the default values for the lengths, so that equation 
10802 \begin_inset LatexCommand ref
10803 reference "eq:Wgn"
10804
10805 \end_inset
10806
10807  becomes
10808 \begin_inset Formula \begin{equation}
10809 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10810
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \begin_layout Standard
10817 To enable calculations in LaTeX, the LaTeX-package 
10818 \series bold
10819 calc
10820 \series default
10821  must be loaded with the document preamble line
10822 \begin_inset LatexCommand index
10823 name "LaTeX-packages ! calc"
10824
10825 \end_inset
10826
10827
10828 \end_layout
10829
10830 \begin_layout Standard
10831
10832 \series bold
10833
10834 \backslash
10835 usepackage{calc}
10836 \end_layout
10837
10838 \begin_layout Standard
10839 LyX does not allow to calculate lengths in the width-field of the table
10840  dialog.
10841  Therefore you have to format the column by inserting a LaTeX-argument in
10842  the dialog.
10843  Here is an overview about the arguments:
10844 \end_layout
10845
10846 \begin_layout Itemize
10847
10848 \series bold
10849 p{width}
10850 \series default
10851  creates cell with a fixed width, its text is vertically top-aligned
10852 \end_layout
10853
10854 \begin_layout Itemize
10855
10856 \series bold
10857 m{width}
10858 \series default
10859  creates cell with a fixed width, its text is vertically centered
10860 \end_layout
10861
10862 \begin_layout Itemize
10863
10864 \series bold
10865 b{width}
10866 \series default
10867  creates cell with a fixed width, its text is vertically bottom-aligned
10868 \end_layout
10869
10870 \begin_layout Standard
10871 By entering a LaTeX-argument, all cell properties set in the table dialog
10872  are overwritten.
10873  
10874 \begin_inset Note Greyedout
10875 status open
10876
10877 \begin_layout Standard
10878
10879 \series bold
10880 Note:
10881 \series default
10882  Due to a bug, LyX shows the overwritten properties anyway.
10883 \end_layout
10884
10885 \end_inset
10886
10887  As the text should be horizontally centered, the command 
10888 \series bold
10889
10890 \backslash
10891 centering
10892 \series default
10893  is added.
10894  You can now enter the following LaTeX-argument for the first spanned column:
10895 \end_layout
10896
10897 \begin_layout Standard
10898
10899 \series bold
10900 |>{
10901 \backslash
10902 centering}m{1.25cm-6.2pt}
10903 \end_layout
10904
10905 \begin_layout Standard
10906 The bar 
10907 \begin_inset Quotes eld
10908 \end_inset
10909
10910
10911 \series bold
10912 |
10913 \series default
10914
10915 \begin_inset Quotes erd
10916 \end_inset
10917
10918  at the beginning draws the border line and the command 
10919 \series bold
10920 >{ }
10921 \series default
10922  means, that the commands inside the braces are applied before the cell
10923  is created.
10924 \end_layout
10925
10926 \begin_layout Standard
10927 Although we have chosen centered alignment for the text of the multicolumn
10928  cell, it is still left aligned.
10929  This is because LyX only applies the alignment to single columns.
10930  So we have to use for the multicolumn the LaTeX-argument
10931 \end_layout
10932
10933 \begin_layout Standard
10934
10935 \series bold
10936 |>{
10937 \backslash
10938 centering}m{2.5cm}|
10939 \end_layout
10940
10941 \begin_layout Subsection
10942 Multirows
10943 \begin_inset LatexCommand index
10944 name "Multirows"
10945
10946 \end_inset
10947
10948
10949 \begin_inset LatexCommand index
10950 name "Table ! Multirows"
10951
10952 \end_inset
10953
10954
10955 \begin_inset LatexCommand index
10956 name "LaTeX-packages ! multirow"
10957
10958 \end_inset
10959
10960
10961 \end_layout
10962
10963 \begin_layout Standard
10964 In contrary to multicolumns multirows are not yet supported by LyX so a
10965  bit of ERT needs to be used.
10966  To use multirows load the LaTeX-package 
10967 \series bold
10968 multirow
10969 \series default
10970  in your document preamble with the command
10971 \end_layout
10972
10973 \begin_layout Standard
10974
10975 \series bold
10976
10977 \backslash
10978 usepackage{multirow}
10979 \end_layout
10980
10981 \begin_layout Standard
10982 Multirows are created with the command
10983 \end_layout
10984
10985 \begin_layout Standard
10986
10987 \series bold
10988
10989 \backslash
10990 multirow{number of rows}{cell width}{cell entry}
10991 \end_layout
10992
10993 \begin_layout Standard
10994 To create the following table:
10995 \end_layout
10996
10997 \begin_layout Standard
10998 \align center
10999 \begin_inset ERT
11000 status collapsed
11001
11002 \begin_layout Standard
11003
11004
11005 \backslash
11006 renewcommand{
11007 \backslash
11008 multirowsetup}{
11009 \backslash
11010 centering}
11011 \end_layout
11012
11013 \end_inset
11014
11015
11016 \begin_inset Tabular
11017 <lyxtabular version="3" rows="3" columns="3">
11018 <features>
11019 <column alignment="center" valignment="top" leftline="true" width="0">
11020 <column alignment="center" valignment="top" leftline="true" width="0">
11021 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11022 <row topline="true">
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Standard
11027 a
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Standard
11036 b
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Standard
11045 c
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row topline="true">
11052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Standard
11056 \begin_inset ERT
11057 status collapsed
11058
11059 \begin_layout Standard
11060
11061
11062 \backslash
11063 multirow{2}{2.5cm}{
11064 \end_layout
11065
11066 \end_inset
11067
11068 multirow entry
11069 \begin_inset ERT
11070 status collapsed
11071
11072 \begin_layout Standard
11073
11074 }
11075 \end_layout
11076
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Standard
11088 e
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Standard
11097 f
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 </row>
11103 <row topline="true" bottomline="true">
11104 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Standard
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Standard
11117 h
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Standard
11126 i
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 </row>
11132 </lyxtabular>
11133
11134 \end_inset
11135
11136
11137 \begin_inset ERT
11138 status collapsed
11139
11140 \begin_layout Standard
11141
11142
11143 \backslash
11144 renewcommand{
11145 \backslash
11146 multirowsetup}{
11147 \backslash
11148 raggedright}
11149 \end_layout
11150
11151 \end_inset
11152
11153
11154 \end_layout
11155
11156 \begin_layout Standard
11157 create a 3×3 table.
11158  To get rid of the line above the last cell in the first column, the cell
11159  is marked as multicolumn and the upper border is unset.
11160  The multirow is now created in the second row of the first column by inserting
11161  there the command
11162 \end_layout
11163
11164 \begin_layout Standard
11165
11166 \series bold
11167
11168 \backslash
11169 multirow{2}{2.5cm}{
11170 \end_layout
11171
11172 \begin_layout Standard
11173 as ERT.
11174  According to the command parameters the multirow spans now two rows and
11175  has a width of 2.5\InsetSpace \thinspace{}
11176 cm.
11177  The content of the multirow cell follows outside the ERT box and the command
11178  is finished with a right brace 
11179 \series bold
11180 }
11181 \series default
11182  in another ERT-box behind the text.
11183 \end_layout
11184
11185 \begin_layout Standard
11186
11187 \series bold
11188
11189 \backslash
11190 multirow
11191 \series default
11192  left-aligns its content by default.
11193  To override the default, renew the command 
11194 \series bold
11195
11196 \backslash
11197 multirowsetup
11198 \series default
11199  with the command
11200 \end_layout
11201
11202 \begin_layout Standard
11203
11204 \series bold
11205
11206 \backslash
11207 renewcommand{
11208 \backslash
11209 multirowsetup}{
11210 \backslash
11211 centering}
11212 \end_layout
11213
11214 \begin_layout Standard
11215 in ERT in the document preamble.
11216  Then all entries of multirow cells in the document are centered.
11217  If centering is only needed for several tables, you can renew the command
11218  in an ERT box just before the table instead of the preamble.
11219  If the text should be right-aligned, replace 
11220 \series bold
11221
11222 \backslash
11223 centering
11224 \series default
11225  by 
11226 \series bold
11227
11228 \backslash
11229 raggedleft
11230 \series default
11231 .
11232  To return to left-alignment 
11233 \series bold
11234
11235 \backslash
11236 raggedright
11237 \series default
11238  is used.
11239 \end_layout
11240
11241 \begin_layout Section
11242 Formal Tables
11243 \begin_inset LatexCommand label
11244 name "sec:Formal-Tables"
11245
11246 \end_inset
11247
11248
11249 \begin_inset LatexCommand index
11250 name "Table ! Formal"
11251
11252 \end_inset
11253
11254
11255 \end_layout
11256
11257 \begin_layout Standard
11258 Tables are often typeset in books similar to Table\InsetSpace ~
11259
11260 \begin_inset LatexCommand ref
11261 reference "tab:Example-booktabs-table"
11262
11263 \end_inset
11264
11265 .
11266  This kind of tables is called 
11267 \begin_inset Quotes eld
11268 \end_inset
11269
11270
11271 \emph on
11272 formal
11273 \emph default
11274
11275 \begin_inset Quotes erd
11276 \end_inset
11277
11278 .
11279  To make a table a formal table use the option 
11280 \family sans
11281 Formal
11282 \family default
11283  in the 
11284 \family sans
11285 Borders
11286 \family default
11287  tab of the table dialog.
11288 \end_layout
11289
11290 \begin_layout Standard
11291 \begin_inset Float table
11292 placement h
11293 wide false
11294 sideways false
11295 status open
11296
11297 \begin_layout Standard
11298 \begin_inset Caption
11299
11300 \begin_layout Standard
11301 \begin_inset LatexCommand label
11302 name "tab:Example-booktabs-table"
11303
11304 \end_inset
11305
11306 Example booktabs-table
11307 \end_layout
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \begin_layout Standard
11315 \align center
11316 \begin_inset Tabular
11317 <lyxtabular version="3" rows="8" columns="4">
11318 <features booktabs="true">
11319 <column alignment="center" valignment="top" rightline="true" width="0">
11320 <column alignment="center" valignment="top" width="0">
11321 <column alignment="center" valignment="top" width="0">
11322 <column alignment="center" valignment="top" width="0">
11323 <row topline="true">
11324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Standard
11328 System
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Standard
11337 Medipix
11338 \begin_inset Formula $\,$
11339 \end_inset
11340
11341 1
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Standard
11350 Medipix
11351 \begin_inset Formula $\,$
11352 \end_inset
11353
11354 2
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Standard
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Standard
11374 \begin_inset ERT
11375 status collapsed
11376
11377 \begin_layout Standard
11378
11379
11380 \backslash
11381 cmidrule(r){2-2}
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \begin_inset ERT
11388 status collapsed
11389
11390 \begin_layout Standard
11391
11392
11393 \backslash
11394 cmidrule(l){3-4}
11395 \end_layout
11396
11397 \end_inset
11398
11399 Detector thickness [µm]
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Standard
11408 300
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Standard
11417 300
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Standard
11426 700
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 <row topline="true">
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Standard
11437 Edge angle [°]
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Standard
11446 3.55
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Standard
11455 2.71
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Standard
11464 7.99
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 </row>
11470 <row topspace="default">
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Standard
11475 Spatial resolution [µm]
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Standard
11484 4.26
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Standard
11493 10.17
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Standard
11502 10.56
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 <row topspace="default">
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Standard
11513 MTF at 
11514 \begin_inset Formula $f_{\mathrm{max}}$
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Standard
11526 0.53
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Standard
11535 0.37
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Standard
11544 0.39
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 <row topspace="default">
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Standard
11555 \begin_inset ERT
11556 status collapsed
11557
11558 \begin_layout Standard
11559
11560
11561 \backslash
11562 cmidrule(l{10pt}){1-1}
11563 \end_layout
11564
11565 \end_inset
11566
11567 LSF-spatial resolution
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Standard
11576
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Standard
11585
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Standard
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Standard
11605 in µm
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Standard
11614 129.7
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Standard
11623 52.75
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Standard
11632 50.78
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 </row>
11638 <row bottomline="true">
11639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Standard
11643 in % of pixel size
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Standard
11652 76.3
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Standard
11661 95.9
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Standard
11670 92.3
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 </lyxtabular>
11677
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \begin_layout Standard
11689 Spaces to table rows can be added using the 
11690 \family sans
11691 Borders
11692 \family default
11693  tab of the table dialog as described in section\InsetSpace ~
11694
11695 \begin_inset LatexCommand ref
11696 reference "sub:Row-Spacing"
11697
11698 \end_inset
11699
11700 .
11701 \end_layout
11702
11703 \begin_layout Standard
11704 In contrary to normal tables, formal tables have no vertical table lines.
11705  The horizontal table lines can be set like for normal tables but they appear
11706  with different width in the output:
11707 \newline
11708 The first and the last table line have
11709  a default width of 0.08\InsetSpace \thinspace{}
11710 em while the other lines have a default width of
11711  0.05\InsetSpace \thinspace{}
11712 em.
11713 \end_layout
11714
11715 \begin_layout Standard
11716 The default widths can be changed with the following preamble lines
11717 \end_layout
11718
11719 \begin_layout Standard
11720
11721 \series bold
11722
11723 \backslash
11724 let
11725 \backslash
11726 mytoprule
11727 \backslash
11728 toprule
11729 \newline
11730
11731 \backslash
11732 renewcommand{
11733 \backslash
11734 toprule}{
11735 \backslash
11736 mytoprule[width]}
11737 \end_layout
11738
11739 \begin_layout Standard
11740 This example is for the first line, the so called toprule.
11741  If you want to change the width for the last line, replace 
11742 \series bold
11743 toprule
11744 \series default
11745  by 
11746 \series bold
11747 bottomrule
11748 \series default
11749 .
11750  To change the width for the other lines replace 
11751 \series bold
11752 toprule
11753 \series default
11754  by 
11755 \series bold
11756 midrule
11757 \series default
11758 .
11759  You can use all units listed in appendix\InsetSpace ~
11760
11761 \begin_inset LatexCommand ref
11762 reference "cha:Units-available-in"
11763
11764 \end_inset
11765
11766  to set the width.
11767 \end_layout
11768
11769 \begin_layout Standard
11770 Lines that don't span over all table columns can be created by setting a
11771  table line for multicolumn cells.
11772  LyX will then internally use the command 
11773 \series bold
11774
11775 \backslash
11776 cmidrule
11777 \series default
11778  to create this line.
11779  Its full scheme is
11780 \end_layout
11781
11782 \begin_layout Standard
11783
11784 \series bold
11785
11786 \backslash
11787 cmidrule[width](trim){startcol-endcol}
11788 \end_layout
11789
11790 \begin_layout Standard
11791 The options of 
11792 \series bold
11793
11794 \backslash
11795 cmidrule
11796 \series default
11797  are are currently not supported by LyX so you have to use ERT to be able
11798  to use them.
11799  
11800 \series bold
11801
11802 \backslash
11803 cmidrule
11804 \series default
11805 s can manually be created by inserting the command as ERT as first cell
11806  entry of the first cell of a row.
11807  The line is then drawn in the output above the current row.
11808 \end_layout
11809
11810 \begin_layout Standard
11811 The default for the width is 0.03\InsetSpace \thinspace{}
11812 em.
11813  Startcol is the number of the column where the line starts and endcol the
11814  column number where the line ends.
11815  The endcol always needs to be specified, also when the line should span
11816  only one column.
11817  The optional parameter trim could be either 
11818 \emph on
11819 l{trimwidth}
11820 \emph default
11821 , or 
11822 \emph on
11823 r{trimwidth}
11824 \emph default
11825  where the trimwidth is also optional.
11826  Using for example the parameter 
11827 \emph on
11828 l{2pt}
11829 \emph default
11830  means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
11831 pt.
11832  If you don't specify the trimwidth the lines are trimmed by the default
11833  of 0.5\InsetSpace \thinspace{}
11834 em.
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \begin_inset VSpace bigskip
11839 \end_inset
11840
11841 Table\InsetSpace ~
11842
11843 \begin_inset LatexCommand ref
11844 reference "tab:Example-booktabs-table"
11845
11846 \end_inset
11847
11848  was created using the commands
11849 \end_layout
11850
11851 \begin_layout Standard
11852
11853 \series bold
11854
11855 \backslash
11856 cmidrule(r){2-2}
11857 \backslash
11858 cmidrule(l){3-4}
11859 \end_layout
11860
11861 \begin_layout Standard
11862 at the beginning of the in the second row and
11863 \end_layout
11864
11865 \begin_layout Standard
11866
11867 \series bold
11868
11869 \backslash
11870 cmidrule(l{10pt}){1-1}
11871 \end_layout
11872
11873 \begin_layout Standard
11874 in the sixth row.
11875 \end_layout
11876
11877 \begin_layout Standard
11878
11879 \end_layout
11880
11881 \begin_layout Standard
11882 \begin_inset VSpace bigskip
11883 \end_inset
11884
11885
11886 \end_layout
11887
11888 \begin_layout Standard
11889 You might want to have overlapping 
11890 \series bold
11891
11892 \backslash
11893 cmidrule
11894 \series default
11895 s like in Table\InsetSpace ~
11896
11897 \begin_inset LatexCommand ref
11898 reference "tab:Special-booktabs-table"
11899
11900 \end_inset
11901
11902 .
11903  This can be achieved with the ERT command
11904 \end_layout
11905
11906 \begin_layout Standard
11907
11908 \series bold
11909
11910 \backslash
11911 morecmidrules
11912 \end_layout
11913
11914 \begin_layout Standard
11915 The command that was used for the second row of Table\InsetSpace ~
11916
11917 \begin_inset LatexCommand ref
11918 reference "tab:Special-booktabs-table"
11919
11920 \end_inset
11921
11922  is
11923 \end_layout
11924
11925 \begin_layout Standard
11926
11927 \series bold
11928
11929 \backslash
11930 cmidrule(r){2-2}
11931 \backslash
11932 cmidrule(l){3-4}
11933 \backslash
11934 morecmidrules
11935 \backslash
11936 cmidrule{2-4}
11937 \end_layout
11938
11939 \begin_layout Standard
11940 The command for the sixth row is
11941 \end_layout
11942
11943 \begin_layout Standard
11944
11945 \series bold
11946
11947 \backslash
11948 midrule
11949 \backslash
11950 morecmidrules
11951 \backslash
11952 cmidrule{3-4}
11953 \end_layout
11954
11955 \begin_layout Standard
11956 \begin_inset VSpace bigskip
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Standard
11963 If you are anyway not satisfied with the border line spacing, you can use
11964  the following command to produce lines that span over all table columns
11965 \series bold
11966 :
11967 \end_layout
11968
11969 \begin_layout Standard
11970
11971 \series bold
11972
11973 \backslash
11974 specialrule{width}{space above}{space below}
11975 \end_layout
11976
11977 \begin_layout Standard
11978 For more informations about these specialties, we refer to the manual of
11979  the LaTeX-package 
11980 \series bold
11981 booktabs
11982 \series default
11983  
11984 \begin_inset LatexCommand cite
11985 key "booktabs"
11986
11987 \end_inset
11988
11989 .
11990 \begin_inset LatexCommand index
11991 name "LaTeX-packages ! booktabs"
11992
11993 \end_inset
11994
11995
11996 \end_layout
11997
11998 \begin_layout Standard
11999 \begin_inset Float table
12000 placement h
12001 wide false
12002 sideways false
12003 status open
12004
12005 \begin_layout Standard
12006 \begin_inset Caption
12007
12008 \begin_layout Standard
12009 \begin_inset LatexCommand label
12010 name "tab:Special-booktabs-table"
12011
12012 \end_inset
12013
12014 Special booktabs-table
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \begin_layout Standard
12023 \align center
12024 \begin_inset Tabular
12025 <lyxtabular version="3" rows="8" columns="4">
12026 <features booktabs="true">
12027 <column alignment="center" valignment="top" width="0">
12028 <column alignment="center" valignment="top" width="0">
12029 <column alignment="center" valignment="top" width="0">
12030 <column alignment="center" valignment="top" width="0">
12031 <row topline="true">
12032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Standard
12036 System
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Standard
12045 Medipix\InsetSpace \thinspace{}
12046 1
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Standard
12055 Medipix\InsetSpace \thinspace{}
12056 2
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Standard
12065
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 </row>
12071 <row>
12072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Standard
12076 \begin_inset ERT
12077 status collapsed
12078
12079 \begin_layout Standard
12080
12081
12082 \backslash
12083 cmidrule(r){2-2}
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \begin_inset ERT
12090 status collapsed
12091
12092 \begin_layout Standard
12093
12094
12095 \backslash
12096 cmidrule(l){3-4}
12097 \end_layout
12098
12099 \end_inset
12100
12101
12102 \begin_inset ERT
12103 status collapsed
12104
12105 \begin_layout Standard
12106
12107
12108 \backslash
12109 morecmidrules 
12110 \end_layout
12111
12112 \end_inset
12113
12114
12115 \begin_inset ERT
12116 status collapsed
12117
12118 \begin_layout Standard
12119
12120
12121 \backslash
12122 cmidrule{2-4}
12123 \end_layout
12124
12125 \end_inset
12126
12127 Detector thickness [µm]
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Standard
12136 300
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Standard
12145 300
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Standard
12154 700
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 <row topline="true">
12161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Standard
12165 Edge angle [°]
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Standard
12174 3.55
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Standard
12183 2.71
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Standard
12192 7.99
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 </row>
12198 <row topspace="default">
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Standard
12203 Spatial resolution [µm]
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Standard
12212 4.26
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Standard
12221 10.17
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Standard
12230 10.56
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 </row>
12236 <row topspace="default">
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Standard
12241 MTF at 
12242 \begin_inset Formula $f_{\mathrm{max}}$
12243 \end_inset
12244
12245
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Standard
12254 0.53
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Standard
12263 0.37
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12269 \begin_inset Text
12270
12271 \begin_layout Standard
12272 0.39
12273 \end_layout
12274
12275 \end_inset
12276 </cell>
12277 </row>
12278 <row topline="true">
12279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Standard
12283 \begin_inset ERT
12284 status collapsed
12285
12286 \begin_layout Standard
12287
12288
12289 \backslash
12290 morecmidrules 
12291 \end_layout
12292
12293 \end_inset
12294
12295
12296 \begin_inset ERT
12297 status collapsed
12298
12299 \begin_layout Standard
12300
12301
12302 \backslash
12303 cmidrule{3-4}
12304 \end_layout
12305
12306 \end_inset
12307
12308 LSF-spatial resolution
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Standard
12317
12318 \end_layout
12319
12320 \end_inset
12321 </cell>
12322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Standard
12326
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Standard
12335
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 </row>
12341 <row>
12342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Standard
12346 in µm
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Standard
12355 129.7
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Standard
12364 52.75
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Standard
12373 50.78
12374 \end_layout
12375
12376 \end_inset
12377 </cell>
12378 </row>
12379 <row bottomline="true">
12380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Standard
12384 in % of pixel size
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12390 \begin_inset Text
12391
12392 \begin_layout Standard
12393 76.3
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Standard
12402 95.9
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Standard
12411 92.3
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 </row>
12417 </lyxtabular>
12418
12419 \end_inset
12420
12421
12422 \end_layout
12423
12424 \end_inset
12425
12426
12427 \end_layout
12428
12429 \begin_layout Section
12430 Vertical Table Alignment
12431 \begin_inset LatexCommand index
12432 name "Table ! Alignment"
12433
12434 \end_inset
12435
12436
12437 \end_layout
12438
12439 \begin_layout Standard
12440 To align tables vertically in a text line the table must be inside a box.
12441  The box can then be vertically aligned as described in section\InsetSpace ~
12442
12443 \begin_inset LatexCommand ref
12444 reference "sec:Box-Dialog"
12445
12446 \end_inset
12447
12448 .
12449 \end_layout
12450
12451 \begin_layout Standard
12452 In the following example the tables are inside a minipage
12453 \begin_inset Foot
12454 status collapsed
12455
12456 \begin_layout Standard
12457 Minipages are described in section\InsetSpace ~
12458
12459 \begin_inset LatexCommand ref
12460 reference "sec:Minipages"
12461
12462 \end_inset
12463
12464 .
12465 \end_layout
12466
12467 \end_inset
12468
12469  box that has a width of 15\InsetSpace \thinspace{}
12470 col%:
12471 \end_layout
12472
12473 \begin_layout Itemize
12474 test 
12475 \begin_inset Box Frameless
12476 position "t"
12477 hor_pos "c"
12478 has_inner_box 1
12479 inner_pos "c"
12480 use_parbox 0
12481 width "15col%"
12482 special "none"
12483 height "1in"
12484 height_special "totalheight"
12485 status collapsed
12486
12487 \begin_layout Standard
12488 \begin_inset Tabular
12489 <lyxtabular version="3" rows="3" columns="3">
12490 <features>
12491 <column alignment="center" valignment="top" leftline="true" width="0">
12492 <column alignment="center" valignment="top" leftline="true" width="0">
12493 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12494 <row topline="true">
12495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Standard
12499 a
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Standard
12508 d
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Standard
12517 g
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 </row>
12523 <row topline="true">
12524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Standard
12528 b
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Standard
12537 e
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Standard
12546 h
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 </row>
12552 <row topline="true" bottomline="true">
12553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Standard
12557 c
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Standard
12566 f
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Standard
12575 i
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 </row>
12581 </lyxtabular>
12582
12583 \end_inset
12584
12585
12586 \end_layout
12587
12588 \end_inset
12589
12590  test 
12591 \begin_inset ERT
12592 status collapsed
12593
12594 \begin_layout Standard
12595
12596
12597 \backslash
12598 raisebox{0.85
12599 \backslash
12600 baselineskip}{
12601 \end_layout
12602
12603 \end_inset
12604
12605
12606 \begin_inset Box Frameless
12607 position "t"
12608 hor_pos "c"
12609 has_inner_box 1
12610 inner_pos "c"
12611 use_parbox 0
12612 width "15col%"
12613 special "none"
12614 height "1in"
12615 height_special "totalheight"
12616 status collapsed
12617
12618 \begin_layout Standard
12619 \begin_inset Tabular
12620 <lyxtabular version="3" rows="3" columns="3">
12621 <features>
12622 <column alignment="center" valignment="top" leftline="true" width="0">
12623 <column alignment="center" valignment="top" leftline="true" width="0">
12624 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12625 <row topline="true">
12626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Standard
12630 a
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Standard
12639 d
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Standard
12648 g
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row topline="true">
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Standard
12659 b
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Standard
12668 e
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Standard
12677 h
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row topline="true" bottomline="true">
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Standard
12688 c
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Standard
12697 f
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Standard
12706 i
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 </lyxtabular>
12713
12714 \end_inset
12715
12716
12717 \end_layout
12718
12719 \end_inset
12720
12721
12722 \begin_inset ERT
12723 status collapsed
12724
12725 \begin_layout Standard
12726
12727 }
12728 \end_layout
12729
12730 \end_inset
12731
12732
12733 \end_layout
12734
12735 \begin_layout Itemize
12736 test 
12737 \begin_inset Box Frameless
12738 position "c"
12739 hor_pos "c"
12740 has_inner_box 1
12741 inner_pos "c"
12742 use_parbox 0
12743 width "15col%"
12744 special "none"
12745 height "1in"
12746 height_special "totalheight"
12747 status collapsed
12748
12749 \begin_layout Standard
12750 \begin_inset Tabular
12751 <lyxtabular version="3" rows="3" columns="3">
12752 <features>
12753 <column alignment="center" valignment="top" leftline="true" width="0">
12754 <column alignment="center" valignment="top" leftline="true" width="0">
12755 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12756 <row topline="true">
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Standard
12761 a
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Standard
12770 d
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Standard
12779 g
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 </row>
12785 <row topline="true">
12786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Standard
12790 b
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Standard
12799 e
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Standard
12808 h
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 </row>
12814 <row topline="true" bottomline="true">
12815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Standard
12819 c
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Standard
12828 f
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Standard
12837 i
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 </row>
12843 </lyxtabular>
12844
12845 \end_inset
12846
12847
12848 \end_layout
12849
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Itemize
12856 test 
12857 \begin_inset Box Frameless
12858 position "b"
12859 hor_pos "c"
12860 has_inner_box 1
12861 inner_pos "c"
12862 use_parbox 0
12863 width "15col%"
12864 special "none"
12865 height "1in"
12866 height_special "totalheight"
12867 status collapsed
12868
12869 \begin_layout Standard
12870 \begin_inset Tabular
12871 <lyxtabular version="3" rows="3" columns="3">
12872 <features>
12873 <column alignment="center" valignment="top" leftline="true" width="0">
12874 <column alignment="center" valignment="top" leftline="true" width="0">
12875 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12876 <row topline="true">
12877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Standard
12881 a
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Standard
12890 d
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Standard
12899 g
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 </row>
12905 <row topline="true">
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Standard
12910 b
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Standard
12919 e
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Standard
12928 h
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 </row>
12934 <row topline="true" bottomline="true">
12935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Standard
12939 c
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Standard
12948 f
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Standard
12957 i
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 </lyxtabular>
12964
12965 \end_inset
12966
12967
12968 \end_layout
12969
12970 \end_inset
12971
12972  test 
12973 \begin_inset ERT
12974 status collapsed
12975
12976 \begin_layout Standard
12977
12978
12979 \backslash
12980 raisebox{-0.32
12981 \backslash
12982 baselineskip}{
12983 \end_layout
12984
12985 \end_inset
12986
12987
12988 \begin_inset Box Frameless
12989 position "b"
12990 hor_pos "c"
12991 has_inner_box 1
12992 inner_pos "c"
12993 use_parbox 0
12994 width "15col%"
12995 special "none"
12996 height "1in"
12997 height_special "totalheight"
12998 status collapsed
12999
13000 \begin_layout Standard
13001 \begin_inset Tabular
13002 <lyxtabular version="3" rows="3" columns="3">
13003 <features>
13004 <column alignment="center" valignment="top" leftline="true" width="0">
13005 <column alignment="center" valignment="top" leftline="true" width="0">
13006 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13007 <row topline="true">
13008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Standard
13012 a
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Standard
13021 d
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Standard
13030 g
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 </row>
13036 <row topline="true">
13037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Standard
13041 b
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Standard
13050 e
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Standard
13059 h
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 </row>
13065 <row topline="true" bottomline="true">
13066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Standard
13070 c
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Standard
13079 f
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Standard
13088 i
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 </row>
13094 </lyxtabular>
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \end_inset
13102
13103
13104 \begin_inset ERT
13105 status collapsed
13106
13107 \begin_layout Standard
13108
13109 }
13110 \end_layout
13111
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \begin_layout Standard
13118 As you can see, the content of the first and last table row is not correctly
13119  aligned with the text line where the table is in.
13120  To get this alignment, the minipage box must be set into a raisebox
13121 \begin_inset Foot
13122 status collapsed
13123
13124 \begin_layout Standard
13125 Raiseboxes are described in section\InsetSpace ~
13126
13127 \begin_inset LatexCommand ref
13128 reference "sub:Vertical-Alignment"
13129
13130 \end_inset
13131
13132 .
13133 \end_layout
13134
13135 \end_inset
13136
13137 .
13138  In the example above the second table in the first item is aligned using
13139  the ERT-command
13140 \end_layout
13141
13142 \begin_layout Standard
13143
13144 \series bold
13145
13146 \backslash
13147 raisebox{0.85
13148 \backslash
13149 baselineskip}{
13150 \end_layout
13151
13152 \begin_layout Standard
13153 before the box.
13154  Behind the box the closing brace 
13155 \series bold
13156 }
13157 \series default
13158  is inserted as ERT.
13159  For the second table in the last item the command
13160 \end_layout
13161
13162 \begin_layout Standard
13163
13164 \series bold
13165
13166 \backslash
13167 raisebox{-0.32
13168 \backslash
13169 baselineskip}{
13170 \end_layout
13171
13172 \begin_layout Standard
13173 is used.
13174 \end_layout
13175
13176 \begin_layout Standard
13177 \begin_inset Note Greyedout
13178 status open
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183 Note: 
13184 \series default
13185 The alignment of the table row content to the surrounding text line is not
13186  exact.
13187  The needed factor of the 
13188 \series bold
13189
13190 \backslash
13191 raisebox
13192 \series default
13193  command for this alignment depends on the document font, the font size,
13194  and the table line thickness.
13195 \end_layout
13196
13197 \end_inset
13198
13199
13200 \end_layout
13201
13202 \begin_layout Section
13203 Colored Tables
13204 \begin_inset LatexCommand label
13205 name "sec:Colored-Tables"
13206
13207 \end_inset
13208
13209
13210 \begin_inset LatexCommand index
13211 name "Table ! Color"
13212
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \begin_layout Subsection
13219 Colored Cells
13220 \begin_inset LatexCommand index
13221 name "Table Color ! for Cells"
13222
13223 \end_inset
13224
13225
13226 \begin_inset LatexCommand index
13227 name "Color ! for Table Cells"
13228
13229 \end_inset
13230
13231
13232 \end_layout
13233
13234 \begin_layout Standard
13235 \begin_inset Float table
13236 placement h
13237 wide false
13238 sideways false
13239 status open
13240
13241 \begin_layout Standard
13242 \begin_inset Caption
13243
13244 \begin_layout Standard
13245 \begin_inset LatexCommand label
13246 name "tab:Table-colored-without"
13247
13248 \end_inset
13249
13250 Table colored without using the package 
13251 \series bold
13252 colortbl
13253 \series default
13254
13255 \begin_inset OptArg
13256 status collapsed
13257
13258 \begin_layout Standard
13259 Table without colortbl
13260 \end_layout
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \begin_layout Standard
13273 \align center
13274 \begin_inset Tabular
13275 <lyxtabular version="3" rows="3" columns="3">
13276 <features>
13277 <column alignment="center" valignment="top" leftline="true" width="0">
13278 <column alignment="center" valignment="top" leftline="true" width="0">
13279 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13280 <row topline="true">
13281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Standard
13285
13286 \color green
13287 a
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Standard
13296
13297 \color red
13298 b
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Standard
13307
13308 \color red
13309 c
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 </row>
13315 <row topline="true">
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Standard
13320
13321 \color green
13322 d
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Standard
13331
13332 \color blue
13333 e
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Standard
13342
13343 \color blue
13344 f
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 </row>
13350 <row topline="true" bottomline="true">
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Standard
13355
13356 \color green
13357 g
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Standard
13366
13367 \color blue
13368 h
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Standard
13377
13378 \color blue
13379 i
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 </row>
13385 </lyxtabular>
13386
13387 \end_inset
13388
13389
13390 \end_layout
13391
13392 \end_inset
13393
13394
13395 \end_layout
13396
13397 \begin_layout Standard
13398 If you only need colored text, mark the cells and choose a color in the
13399  menu 
13400 \family sans
13401 Edit\SpecialChar \menuseparator
13402 Text\InsetSpace ~
13403 Style
13404 \family default
13405 .
13406  This was used to create Table\InsetSpace ~
13407
13408 \begin_inset LatexCommand ref
13409 reference "tab:Table-colored-without"
13410
13411 \end_inset
13412
13413 .
13414  In any other case you have to use the LaTeX-package 
13415 \series bold
13416 colortbl
13417 \series default
13418 .
13419 \begin_inset LatexCommand index
13420 name "LaTeX-packages ! colortbl"
13421
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \begin_layout Standard
13428 To create colored tables, 
13429 \series bold
13430 colortbl
13431 \series default
13432  must be loaded in the preamble with the line
13433 \end_layout
13434
13435 \begin_layout Standard
13436
13437 \series bold
13438
13439 \backslash
13440 usepackage{colortbl}
13441 \end_layout
13442
13443 \begin_layout Standard
13444 The color of a column is adjusted with the command
13445 \end_layout
13446
13447 \begin_layout Standard
13448
13449 \series bold
13450
13451 \backslash
13452 columncolor{name of color}
13453 \end_layout
13454
13455 \begin_layout Standard
13456 inside the command 
13457 \series bold
13458 >{ }
13459 \series default
13460 .
13461  More about the command 
13462 \series bold
13463 >{}
13464 \series default
13465  is described in section\InsetSpace ~
13466
13467 \begin_inset LatexCommand ref
13468 reference "sub:Multicolumn-Calculations"
13469
13470 \end_inset
13471
13472 .
13473 \end_layout
13474
13475 \begin_layout Standard
13476 The following color names are predefined:
13477 \end_layout
13478
13479 \begin_layout Standard
13480
13481 \family sans
13482 red
13483 \family default
13484
13485 \family sans
13486 green
13487 \family default
13488
13489 \family sans
13490 yellow
13491 \family default
13492
13493 \family sans
13494 blue
13495 \family default
13496
13497 \family sans
13498 cyan
13499 \family default
13500
13501 \family sans
13502 magenta
13503 \family default
13504
13505 \family sans
13506 black
13507 \family default
13508  and 
13509 \family sans
13510 white
13511 \end_layout
13512
13513 \begin_layout Standard
13514 \begin_inset VSpace medskip
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Standard
13521 You can also define your own color with the command
13522 \end_layout
13523
13524 \begin_layout Standard
13525
13526 \series bold
13527
13528 \backslash
13529 def\SpecialChar \textcompwordmark{}
13530 inecolor{color name}{color model}{color values}
13531 \end_layout
13532
13533 \begin_layout Standard
13534 The color model can be
13535 \end_layout
13536
13537 \begin_layout Labeling
13538 \labelwidthstring 00.00.0000
13539 cmyk: cyan, magenta, yellow, black
13540 \end_layout
13541
13542 \begin_layout Labeling
13543 \labelwidthstring 00.00.0000
13544 rgb: red, green blue
13545 \end_layout
13546
13547 \begin_layout Labeling
13548 \labelwidthstring 00.00.0000
13549 gray gray
13550 \end_layout
13551
13552 \begin_layout Standard
13553 and the color values are comma separated numbers between 0 and 1 describing
13554  the factor for the corresponding color of the color model.
13555 \end_layout
13556
13557 \begin_layout Standard
13558 You can e.\InsetSpace \thinspace{}
13559 g.\InsetSpace ~
13560 define the color "
13561 \emph on
13562 darkgreen
13563 \emph default
13564 " in the preamble with
13565 \end_layout
13566
13567 \begin_layout Standard
13568
13569 \series bold
13570
13571 \backslash
13572 def\SpecialChar \textcompwordmark{}
13573 inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
13574 \end_layout
13575
13576 \begin_layout Standard
13577 and the color "
13578 \emph on
13579 lightgray
13580 \emph default
13581 " with
13582 \end_layout
13583
13584 \begin_layout Standard
13585
13586 \series bold
13587
13588 \backslash
13589 def\SpecialChar \textcompwordmark{}
13590 inecolor{lightgray}{gray}{0.8}
13591 \end_layout
13592
13593 \begin_layout Standard
13594 \begin_inset VSpace medskip
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \begin_layout Standard
13601 Lines are colored with the command
13602 \end_layout
13603
13604 \begin_layout Standard
13605
13606 \series bold
13607
13608 \backslash
13609 rowcolor{name of color}
13610 \end_layout
13611
13612 \begin_layout Standard
13613 and cells are colored with the command
13614 \end_layout
13615
13616 \begin_layout Standard
13617
13618 \series bold
13619
13620 \backslash
13621 cellcolor{name of color}
13622 \end_layout
13623
13624 \begin_layout Standard
13625 Both commands are inserted at the beginning of a cell as ERT.
13626 \end_layout
13627
13628 \begin_layout Standard
13629 To color characters in the table, mark the cells and use the LyX menu 
13630 \family sans
13631 Edit\SpecialChar \menuseparator
13632 Text\InsetSpace ~
13633 Style
13634 \family default
13635 .
13636  If a cell contains ERT mark only the characters, otherwise the colored
13637  ERT will cause LaTeX-errors.
13638 \end_layout
13639
13640 \begin_layout Standard
13641 \begin_inset VSpace bigskip
13642 \end_inset
13643
13644
13645 \end_layout
13646
13647 \begin_layout Standard
13648 To create Table\InsetSpace ~
13649
13650 \begin_inset LatexCommand ref
13651 reference "tab:Table-colored-using"
13652
13653 \end_inset
13654
13655  do the following: The color of the first column should be 
13656 \emph on
13657 darkgreen
13658 \emph default
13659 .
13660  So insert
13661 \end_layout
13662
13663 \begin_layout Standard
13664
13665 \series bold
13666 >{
13667 \backslash
13668 columncolor{darkgreen}
13669 \backslash
13670 centering}c
13671 \end_layout
13672
13673 \begin_layout Standard
13674 as LaTeX-argument for this column.
13675  The first row should be blue, therefore the ERT command
13676 \end_layout
13677
13678 \begin_layout Standard
13679
13680 \series bold
13681
13682 \backslash
13683 rowcolow{cyan}
13684 \end_layout
13685
13686 \begin_layout Standard
13687 is inserted to the first cell of this row.
13688  Note that this overwrites the column color for the first cell.
13689  The last cell of the last row is colored magenta by inserting the ERT command
13690 \end_layout
13691
13692 \begin_layout Standard
13693
13694 \series bold
13695
13696 \backslash
13697 cellcolor{magenta}
13698 \end_layout
13699
13700 \begin_layout Standard
13701 The characters could now be colored using the menu 
13702 \family sans
13703 Edit\SpecialChar \menuseparator
13704 Text\InsetSpace ~
13705 Style
13706 \family default
13707 .
13708 \end_layout
13709
13710 \begin_layout Standard
13711 \begin_inset Float table
13712 placement h
13713 wide false
13714 sideways false
13715 status open
13716
13717 \begin_layout Standard
13718 \begin_inset Caption
13719
13720 \begin_layout Standard
13721 \begin_inset LatexCommand label
13722 name "tab:Table-colored-using"
13723
13724 \end_inset
13725
13726 Table colored using the package 
13727 \series bold
13728 colortbl
13729 \series default
13730
13731 \begin_inset OptArg
13732 status collapsed
13733
13734 \begin_layout Standard
13735 Table with colortbl
13736 \end_layout
13737
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \begin_layout Standard
13749 \align center
13750 \begin_inset Tabular
13751 <lyxtabular version="3" rows="3" columns="3">
13752 <features>
13753 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{darkgreen}\centering}c">
13754 <column alignment="center" valignment="top" width="0">
13755 <column alignment="center" valignment="top" width="0">
13756 <row>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Standard
13761 \begin_inset ERT
13762 status collapsed
13763
13764 \begin_layout Standard
13765
13766
13767 \backslash
13768 rowcolor{cyan}
13769 \end_layout
13770
13771 \end_inset
13772
13773
13774 \color magenta
13775 a
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Standard
13784
13785 \color red
13786 b
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Standard
13795
13796 \color red
13797 c
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row>
13804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Standard
13808
13809 \color yellow
13810 d
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Standard
13819
13820 \color blue
13821 e
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Standard
13830
13831 \color blue
13832 f
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 </row>
13838 <row>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Standard
13843
13844 \color yellow
13845 g
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Standard
13854
13855 \color blue
13856 h
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Standard
13865 \begin_inset ERT
13866 status collapsed
13867
13868 \begin_layout Standard
13869
13870
13871 \backslash
13872 cellcolor{magenta}
13873 \end_layout
13874
13875 \end_inset
13876
13877
13878 \color green
13879 i
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 </row>
13885 </lyxtabular>
13886
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \begin_layout Subsection
13898 Colored Lines
13899 \begin_inset LatexCommand index
13900 name "Table Color ! for Lines"
13901
13902 \end_inset
13903
13904
13905 \begin_inset LatexCommand index
13906 name "Color ! for Table Lines"
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914 As described in section\InsetSpace ~
13915
13916 \begin_inset LatexCommand ref
13917 reference "sub:Line-Thickness"
13918
13919 \end_inset
13920
13921 , the line thickness for all lines in a table can be adjusted with the length
13922  
13923 \series bold
13924
13925 \backslash
13926 arrayrulewidth
13927 \series default
13928 .
13929  It is set to 1.5\InsetSpace \thinspace{}
13930 pt for all tables of this section.
13931 \begin_inset ERT
13932 status collapsed
13933
13934 \begin_layout Standard
13935
13936
13937 \backslash
13938 setlength{
13939 \backslash
13940 arrayrulewidth}{1.5pt}
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \begin_layout Standard
13949 To color vertical lines for example with green, create the following column
13950  format in the document preamble, according to the description in section\InsetSpace ~
13951
13952 \begin_inset LatexCommand ref
13953 reference "sub:Customized-Format"
13954
13955 \end_inset
13956
13957 :
13958 \end_layout
13959
13960 \begin_layout Standard
13961
13962 \series bold
13963
13964 \backslash
13965 newcolumntype{W}{!{
13966 \backslash
13967 color{green}
13968 \backslash
13969 vline}}
13970 \end_layout
13971
13972 \begin_layout Standard
13973 For Table\InsetSpace ~
13974
13975 \begin_inset LatexCommand ref
13976 reference "tab:Table-with-vertical-colored"
13977
13978 \end_inset
13979
13980  the LaTeX-argument
13981 \end_layout
13982
13983 \begin_layout Standard
13984
13985 \series bold
13986 WcW
13987 \end_layout
13988
13989 \begin_layout Standard
13990 was used for the last column and
13991 \end_layout
13992
13993 \begin_layout Standard
13994
13995 \series bold
13996 Wc
13997 \end_layout
13998
13999 \begin_layout Standard
14000 for the other columns.
14001 \end_layout
14002
14003 \begin_layout Standard
14004 If you want to have several colors, define more column formats.
14005 \end_layout
14006
14007 \begin_layout Standard
14008 \begin_inset Float table
14009 wide false
14010 sideways false
14011 status open
14012
14013 \begin_layout Standard
14014 \begin_inset Caption
14015
14016 \begin_layout Standard
14017 \begin_inset LatexCommand label
14018 name "tab:Table-with-vertical-colored"
14019
14020 \end_inset
14021
14022 Table with colored vertical lines
14023 \end_layout
14024
14025 \end_inset
14026
14027
14028 \end_layout
14029
14030 \begin_layout Standard
14031 \align center
14032 \begin_inset Tabular
14033 <lyxtabular version="3" rows="3" columns="3">
14034 <features>
14035 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14036 <column alignment="center" valignment="top" width="0" special="Wc">
14037 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14038 <row topline="true">
14039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Standard
14043 sd
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Standard
14052
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Standard
14061
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 </row>
14067 <row topline="true">
14068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Standard
14072
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Standard
14081 sd
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Standard
14090
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 </row>
14096 <row topline="true" bottomline="true">
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Standard
14101
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Standard
14110
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Standard
14119 sd
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 </lyxtabular>
14126
14127 \end_inset
14128
14129
14130 \end_layout
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \begin_layout Standard
14138 \begin_inset VSpace bigskip
14139 \end_inset
14140
14141 To color horizontal lines for example with red, like in Table\InsetSpace ~
14142
14143 \begin_inset LatexCommand ref
14144 reference "tab:Table-with-horizontal-colored"
14145
14146 \end_inset
14147
14148 , insert these commands in ERT before the table or table float:
14149 \end_layout
14150
14151 \begin_layout Standard
14152
14153 \series bold
14154
14155 \backslash
14156 let
14157 \backslash
14158 myHlineC
14159 \backslash
14160 hline
14161 \newline
14162
14163 \backslash
14164 renewcommand{
14165 \backslash
14166 hline}{
14167 \backslash
14168 arrayrulecolor{red}
14169 \backslash
14170 myHlineC
14171 \backslash
14172 arrayrulecolor{black}}
14173 \end_layout
14174
14175 \begin_layout Standard
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Standard
14180
14181
14182 \backslash
14183 let
14184 \backslash
14185 myHlineC
14186 \backslash
14187 hline
14188 \end_layout
14189
14190 \begin_layout Standard
14191
14192
14193 \backslash
14194 renewcommand{
14195 \backslash
14196 hline}{
14197 \backslash
14198 arrayrulecolor{red}
14199 \backslash
14200 myHlineC
14201 \backslash
14202 arrayrulecolor{black}}
14203 \end_layout
14204
14205 \end_inset
14206
14207
14208 \begin_inset Float table
14209 wide false
14210 sideways false
14211 status open
14212
14213 \begin_layout Standard
14214 \begin_inset Caption
14215
14216 \begin_layout Standard
14217 \begin_inset LatexCommand label
14218 name "tab:Table-with-horizontal-colored"
14219
14220 \end_inset
14221
14222 Table with colored horizontal lines
14223 \end_layout
14224
14225 \end_inset
14226
14227
14228 \end_layout
14229
14230 \begin_layout Standard
14231 \align center
14232 \begin_inset Tabular
14233 <lyxtabular version="3" rows="3" columns="3">
14234 <features>
14235 <column alignment="center" valignment="top" leftline="true" width="0">
14236 <column alignment="center" valignment="top" leftline="true" width="0">
14237 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14238 <row topline="true">
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Standard
14243 sd
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Standard
14252
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Standard
14261
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 </row>
14267 <row topline="true">
14268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Standard
14272
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Standard
14281 sd
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Standard
14290
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 <row topline="true" bottomline="true">
14297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Standard
14301
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Standard
14310
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Standard
14319 sd
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 </row>
14325 </lyxtabular>
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \end_inset
14333
14334
14335 \end_layout
14336
14337 \begin_layout Standard
14338 \begin_inset ERT
14339 status collapsed
14340
14341 \begin_layout Standard
14342
14343
14344 \backslash
14345 pagebreak 
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \begin_layout Standard
14354 To return to the default line color black, insert this command in ERT behind
14355  the table or table float:
14356 \end_layout
14357
14358 \begin_layout Standard
14359
14360 \series bold
14361
14362 \backslash
14363 renewcommand{
14364 \backslash
14365 hline}{
14366 \backslash
14367 myHlineC}
14368 \end_layout
14369
14370 \begin_layout Standard
14371 Table\InsetSpace ~
14372
14373 \begin_inset LatexCommand ref
14374 reference "tab:Table-with-colored"
14375
14376 \end_inset
14377
14378  is an example with colored vertical and horizontal lines.
14379 \end_layout
14380
14381 \begin_layout Standard
14382 \begin_inset Float table
14383 wide false
14384 sideways false
14385 status open
14386
14387 \begin_layout Standard
14388 \begin_inset Caption
14389
14390 \begin_layout Standard
14391 \begin_inset LatexCommand label
14392 name "tab:Table-with-colored"
14393
14394 \end_inset
14395
14396 Table with colored lines
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \begin_layout Standard
14405 \align center
14406 \begin_inset Tabular
14407 <lyxtabular version="3" rows="3" columns="3">
14408 <features>
14409 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14410 <column alignment="center" valignment="top" width="0" special="Wc">
14411 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14412 <row topline="true">
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Standard
14417 sd
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Standard
14426
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Standard
14435
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 </row>
14441 <row topline="true">
14442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Standard
14446
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Standard
14455 sd
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Standard
14464
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 </row>
14470 <row topline="true" bottomline="true" topspace="default">
14471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Standard
14475
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Standard
14484
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Standard
14493 sd
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 </row>
14499 </lyxtabular>
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \begin_layout Standard
14512 \begin_inset ERT
14513 status collapsed
14514
14515 \begin_layout Standard
14516
14517
14518 \backslash
14519 renewcommand{
14520 \backslash
14521 hline}{
14522 \backslash
14523 myHlineC}
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \begin_layout Standard
14532 \begin_inset ERT
14533 status collapsed
14534
14535 \begin_layout Standard
14536
14537
14538 \backslash
14539 setlength{
14540 \backslash
14541 arrayrulewidth}{0.4pt}
14542 \end_layout
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \begin_layout Section
14550 Table Customization
14551 \begin_inset LatexCommand index
14552 name "Table Customization"
14553
14554 \end_inset
14555
14556
14557 \begin_inset LatexCommand index
14558 name "Table ! Customization"
14559
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \begin_layout Subsection
14566 Row Spacing
14567 \begin_inset LatexCommand label
14568 name "sub:Row-Spacing"
14569
14570 \end_inset
14571
14572
14573 \begin_inset LatexCommand index
14574 name "Table Customization ! Row Spacing"
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \begin_layout Standard
14582 You can add vertical space to table rows in the 
14583 \family sans
14584 Borders
14585 \family default
14586  tab of the table dialog.
14587  You find there three possibilities:
14588 \end_layout
14589
14590 \begin_layout Description
14591 Top\InsetSpace ~
14592 of\InsetSpace ~
14593 row will add space above the characters of the table row.
14594  If the table is a formal table
14595 \begin_inset Foot
14596 status collapsed
14597
14598 \begin_layout Standard
14599 Formal tables are explained in section\InsetSpace ~
14600
14601 \begin_inset LatexCommand ref
14602 reference "sec:Formal-Tables"
14603
14604 \end_inset
14605
14606 .
14607 \end_layout
14608
14609 \end_inset
14610
14611  LyX will insert as default 0.5\InsetSpace \thinspace{}
14612 em space.
14613  For normal tables the inserted space will unfortunately destroy the vertical
14614  table lines as in the following table: 
14615 \begin_inset Tabular
14616 <lyxtabular version="3" rows="3" columns="1">
14617 <features>
14618 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14619 <row topline="true">
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Standard
14624 A
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 <row topline="true" topspace="3mm">
14631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Standard
14635 3\InsetSpace \thinspace{}
14636 mm space top of row
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 </row>
14642 <row topline="true" bottomline="true">
14643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Standard
14647 C
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 </lyxtabular>
14654
14655 \end_inset
14656
14657
14658 \newline
14659 So inserting space to the top of row for normal tables is only useful when
14660  you don't have vertical lines.
14661 \end_layout
14662
14663 \begin_layout Description
14664 Bottom\InsetSpace ~
14665 of\InsetSpace ~
14666 row will add space below the characters of the table row.
14667  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14668 em space, for
14669  normal tables the default size is 2\InsetSpace \thinspace{}
14670 pt.
14671 \end_layout
14672
14673 \begin_layout Description
14674 Between\InsetSpace ~
14675 rows only has an effect when you have selected the whole table row
14676  before.
14677  The space is added between the current and the following row.
14678  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14679 em space.
14680  For normal tables the inserted space will unfortunately destroy the vertical
14681  table lines as in the following table: 
14682 \begin_inset Tabular
14683 <lyxtabular version="3" rows="3" columns="1">
14684 <features>
14685 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14686 <row topline="true">
14687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Standard
14691 A
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 </row>
14697 <row topline="true" interlinespace="3mm">
14698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Standard
14702 \begin_inset Formula $\downarrow$
14703 \end_inset
14704
14705  3\InsetSpace \thinspace{}
14706 mm space between row 
14707 \begin_inset Formula $\downarrow$
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 </row>
14716 <row topline="true" bottomline="true">
14717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Standard
14721 \begin_inset Formula $\uparrow$
14722 \end_inset
14723
14724  3\InsetSpace \thinspace{}
14725 mm space between row 
14726 \begin_inset Formula $\uparrow$
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 </row>
14735 </lyxtabular>
14736
14737 \end_inset
14738
14739
14740 \newline
14741 So inserting space to the top of row for normal tables is only useful when
14742  you don't have vertical lines.
14743 \end_layout
14744
14745 \begin_layout Standard
14746 When you want to add extra height to all cells of all tables, you can do
14747  this with the following preamble line:
14748 \end_layout
14749
14750 \begin_layout Standard
14751
14752 \series bold
14753
14754 \backslash
14755 setlength{
14756 \backslash
14757 extrarowheight}{height}
14758 \end_layout
14759
14760 \begin_layout Standard
14761 But this has the disadvantage that the cell texts are no longer exactly
14762  vertically centered.
14763 \end_layout
14764
14765 \begin_layout Subsection
14766 Special Cell Alignment
14767 \begin_inset LatexCommand index
14768 name "Table Customization ! Special Cell Alignment"
14769
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \begin_layout Standard
14776 Sometimes it looks better when the cell entries of a column are aligned
14777  with a special character, e.\InsetSpace \thinspace{}
14778 g.\InsetSpace ~
14779 with the decimal separator as in Table\InsetSpace ~
14780
14781 \begin_inset LatexCommand ref
14782 reference "tab:Table-cells-of"
14783
14784 \end_inset
14785
14786 .
14787 \end_layout
14788
14789 \begin_layout Standard
14790 \begin_inset Float table
14791 placement h
14792 wide false
14793 sideways false
14794 status open
14795
14796 \begin_layout Standard
14797 \begin_inset Caption
14798
14799 \begin_layout Standard
14800 \begin_inset LatexCommand label
14801 name "tab:Table-cells-of"
14802
14803 \end_inset
14804
14805 Table cells of a column aligned with the decimal separator.
14806 \end_layout
14807
14808 \end_inset
14809
14810
14811 \end_layout
14812
14813 \begin_layout Standard
14814 \align center
14815 \begin_inset Tabular
14816 <lyxtabular version="3" rows="4" columns="2">
14817 <features>
14818 <column alignment="right" valignment="top" width="0">
14819 <column alignment="left" valignment="top" width="0" special="@{}l">
14820 <row bottomline="true">
14821 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Standard
14825 heading
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Standard
14834
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 </row>
14840 <row>
14841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Standard
14845 12.
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Standard
14854 6
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 </row>
14860 <row>
14861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Standard
14865 0.
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Standard
14874 68
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 </row>
14880 <row>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Standard
14885 -123.
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Standard
14894 0
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 </row>
14900 </lyxtabular>
14901
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \end_layout
14911
14912 \begin_layout Standard
14913 This table was created with a 4×2 table.
14914  The heading is a centered multicolumn.
14915  The first column is right-aligned and contains the digits before the decimal
14916  point and the decimal point.
14917  The second column is left aligned and contains the digits after the decimal
14918  point.
14919  To omit the space that is normally between two table columns, use the following
14920  LaTeX-argument for the second column:
14921 \end_layout
14922
14923 \begin_layout Standard
14924
14925 \series bold
14926 @{}l
14927 \end_layout
14928
14929 \begin_layout Standard
14930 If you need a vertical line right beside the second column, use this LaTeX-argum
14931 ent instead: 
14932 \series bold
14933 @{}l|
14934 \end_layout
14935
14936 \begin_layout Standard
14937 Table\InsetSpace ~
14938
14939 \begin_inset LatexCommand ref
14940 reference "tab:Several-table-cell"
14941
14942 \end_inset
14943
14944  shows some example alignments.
14945  For the alignment with the relation sign, you must add the second smallest
14946  math-space at the beginning of the last column to get the correct space
14947  surrounding the relation sign.
14948 \end_layout
14949
14950 \begin_layout Standard
14951 \begin_inset Float table
14952 wide false
14953 sideways false
14954 status open
14955
14956 \begin_layout Standard
14957 \begin_inset Caption
14958
14959 \begin_layout Standard
14960 \begin_inset LatexCommand label
14961 name "tab:Several-table-cell"
14962
14963 \end_inset
14964
14965 Several table cell alignments.
14966 \end_layout
14967
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \begin_layout Standard
14974 \align center
14975 \begin_inset Tabular
14976 <lyxtabular version="3" rows="4" columns="6">
14977 <features>
14978 <column alignment="right" valignment="top" width="0">
14979 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14980 <column alignment="right" valignment="top" width="0">
14981 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14982 <column alignment="right" valignment="top" width="0">
14983 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
14984 <row bottomline="true">
14985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Standard
14989 units
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Standard
14998
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Standard
15007 exponents
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Standard
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Standard
15025 relations
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Standard
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 <row>
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Standard
15045 12×
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Standard
15054 24\InsetSpace \thinspace{}
15055 bottles
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Standard
15064 \begin_inset Formula $10\cdot$
15065 \end_inset
15066
15067
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Standard
15076 \begin_inset Formula $10^{\mbox{-}17}$
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Standard
15088 \begin_inset Formula $\Gamma(t)\propto$
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Standard
15100 \begin_inset Formula $\:\Upsilon(t)$
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 </row>
15109 <row>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Standard
15114 1024×
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Standard
15123 768\InsetSpace \thinspace{}
15124 Pixels
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Standard
15133 \begin_inset Formula $5.78\cdot$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Standard
15145 \begin_inset Formula $10^{7}$
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Standard
15157 \begin_inset Formula $A\ne$
15158 \end_inset
15159
15160
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Standard
15169 \begin_inset Formula $\: B_{\mathrm{red}}$
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 </row>
15178 <row>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Standard
15183 32×
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Standard
15192 6\InsetSpace \thinspace{}
15193 cm
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Standard
15202 -
15203 \begin_inset Formula $33.5\cdot$
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Standard
15215 \begin_inset Formula $10^{4}$
15216 \end_inset
15217
15218
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 \begin_inset Formula $\sin(\alpha)\ge$
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Standard
15239 \begin_inset Formula $\:\sin(\beta)$
15240 \end_inset
15241
15242
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 </row>
15248 </lyxtabular>
15249
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \end_inset
15256
15257
15258 \end_layout
15259
15260 \begin_layout Standard
15261 \begin_inset VSpace bigskip
15262 \end_inset
15263
15264 There is also the LaTeX-package 
15265 \series bold
15266 dcolumn
15267 \series default
15268
15269 \begin_inset LatexCommand index
15270 name "LaTeX-packages ! dcolumn"
15271
15272 \end_inset
15273
15274  that provides table cell alignments.
15275  But this unfortunately treats the cell entries as math and doesn't allow
15276  formulas in table cells: The first column of Table\InsetSpace ~
15277
15278 \begin_inset LatexCommand ref
15279 reference "tab:Several-table-cell"
15280
15281 \end_inset
15282
15283  will look with 
15284 \series bold
15285 dcolumn
15286 \series default
15287  like the first column in Table\InsetSpace ~
15288
15289 \begin_inset LatexCommand ref
15290 reference "tab:Alignments-when"
15291
15292 \end_inset
15293
15294  and only with some tricks like the expected.
15295  The alignment of the second and third column of Table\InsetSpace ~
15296
15297 \begin_inset LatexCommand ref
15298 reference "tab:Several-table-cell"
15299
15300 \end_inset
15301
15302  is not possible with 
15303 \series bold
15304 dcolumn
15305 \series default
15306 .
15307 \end_layout
15308
15309 \begin_layout Standard
15310 \begin_inset Float table
15311 placement h
15312 wide false
15313 sideways false
15314 status open
15315
15316 \begin_layout Standard
15317 \begin_inset Caption
15318
15319 \begin_layout Standard
15320 \begin_inset LatexCommand label
15321 name "tab:Alignments-when"
15322
15323 \end_inset
15324
15325 Alignments when LaTeX-package dcolumn is used.
15326  For the second and third alignment some tricks were used.
15327 \end_layout
15328
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \begin_layout Standard
15335 \align center
15336 \begin_inset Tabular
15337 <lyxtabular version="3" rows="4" columns="3">
15338 <features>
15339 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15340 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15341 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15342 <row bottomline="true">
15343 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Standard
15347 units
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Standard
15356 units
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Standard
15365 units
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 <row>
15372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Standard
15376 12×24\InsetSpace \thinspace{}
15377 bottles
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Standard
15386 12×24\InsetSpace \thinspace{}
15387
15388 \begin_inset Formula $\mbox{bottles}$
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Standard
15400 12×24~
15401 \begin_inset Formula $\mbox{bottles}$
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \end_inset
15408 </cell>
15409 </row>
15410 <row>
15411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Standard
15415 1024×768\InsetSpace \thinspace{}
15416 Pixels
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 1024×768\InsetSpace \thinspace{}
15426
15427 \begin_inset Formula $\mbox{Pixels}$
15428 \end_inset
15429
15430
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Standard
15439 1024×768~
15440 \begin_inset Formula $\mbox{Pixels}$
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Standard
15454 32×6\InsetSpace \thinspace{}
15455 cm
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 32×6\InsetSpace \thinspace{}
15465
15466 \begin_inset Formula $\mbox{cm}$
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Standard
15478 32×6~
15479 \begin_inset Formula $\mbox{cm}$
15480 \end_inset
15481
15482
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 </row>
15488 </lyxtabular>
15489
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \begin_layout Subsection
15501 Customized Cell/Column Format
15502 \begin_inset LatexCommand label
15503 name "sub:Customized-Format"
15504
15505 \end_inset
15506
15507
15508 \begin_inset LatexCommand index
15509 name "Table Customization ! Cell/Column Format"
15510
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \begin_layout Standard
15517 Calculating the needed width for spanned columns like in section\InsetSpace ~
15518
15519 \begin_inset LatexCommand ref
15520 reference "sub:Multicolumn-Calculations"
15521
15522 \end_inset
15523
15524  is very annoying if you have several tables with multicolumn cells.
15525  To make life easier, you can define a cell/column format in the preamble,
15526  so that it can be used in all tables of the document.
15527  The format is defined with the command
15528 \end_layout
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533
15534 \backslash
15535 newcolumntype{name of format}[number of arguments]{commands}
15536 \end_layout
15537
15538 \begin_layout Standard
15539 The format name may only consist of one letter.
15540  The letters 
15541 \emph on
15542 b
15543 \emph default
15544
15545 \emph on
15546 c
15547 \emph default
15548
15549 \emph on
15550 l
15551 \emph default
15552
15553 \emph on
15554 m
15555 \emph default
15556
15557 \emph on
15558 p
15559 \emph default
15560  and 
15561 \emph on
15562 r
15563 \emph default
15564  are predefined and cannot be used.
15565  But all letters are allowed as capitals.
15566 \end_layout
15567
15568 \begin_layout Standard
15569 \begin_inset VSpace medskip
15570 \end_inset
15571
15572
15573 \end_layout
15574
15575 \begin_layout Standard
15576 For vertically and horizontally centered multicolumn cells with a fixed
15577  width you can define the cell format
15578 \end_layout
15579
15580 \begin_layout Standard
15581
15582 \series bold
15583
15584 \backslash
15585 newcolumntype{M}[1]{>{
15586 \backslash
15587 centering
15588 \backslash
15589 hspace{0pt}}m{#1}}
15590 \end_layout
15591
15592 \begin_layout Standard
15593 where 
15594 \series bold
15595
15596 \backslash
15597 hspace{0pt}
15598 \series default
15599  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
15600
15601 \begin_inset LatexCommand ref
15602 reference "sub:Multiple-Lines-in"
15603
15604 \end_inset
15605
15606 .
15607  Now you can simply enter
15608 \end_layout
15609
15610 \begin_layout Standard
15611
15612 \series bold
15613 |M{width}
15614 \end_layout
15615
15616 \begin_layout Standard
15617 as LaTeX-argument in the table dialog to create a multicolumn.
15618 \end_layout
15619
15620 \begin_layout Standard
15621 \begin_inset VSpace bigskip
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \begin_layout Standard
15628 For cells spanned by a multicolumn cell, you can define the format
15629 \end_layout
15630
15631 \begin_layout Standard
15632
15633 \series bold
15634
15635 \backslash
15636 newcolumntype{S}[2]{>{
15637 \backslash
15638 centering
15639 \backslash
15640 hspace{0pt}}
15641 \newline
15642
15643 \begin_inset ERT
15644 status collapsed
15645
15646 \begin_layout Standard
15647
15648
15649 \backslash
15650 phantom{
15651 \end_layout
15652
15653 \end_inset
15654
15655
15656 \backslash
15657 newcolumntype{S}[2]
15658 \begin_inset ERT
15659 status collapsed
15660
15661 \begin_layout Standard
15662
15663 }
15664 \end_layout
15665
15666 \end_inset
15667
15668 m{(#1+(2
15669 \backslash
15670 tabcolsep+
15671 \backslash
15672 arrayrulewidth)*(1-#2))/#2}}
15673 \end_layout
15674
15675 \begin_layout Standard
15676 This format uses equation 
15677 \begin_inset LatexCommand eqref
15678 reference "eq:Wgn"
15679
15680 \end_inset
15681
15682  to calculate the needed width so that each spanned cell has the same width.
15683 \end_layout
15684
15685 \begin_layout Standard
15686 You can now enter
15687 \end_layout
15688
15689 \begin_layout Standard
15690
15691 \series bold
15692 |S{width of multicolumn cell}{number of spanned columns}
15693 \end_layout
15694
15695 \begin_layout Standard
15696 as LaTeX-argument of the column.
15697 \end_layout
15698
15699 \begin_layout Standard
15700 \begin_inset VSpace bigskip
15701 \end_inset
15702
15703
15704 \end_layout
15705
15706 \begin_layout Standard
15707 For colored columns, you can define
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \series bold
15713
15714 \backslash
15715 newcolumntype{K}[1]{>{
15716 \backslash
15717 columncolor{#1}
15718 \backslash
15719 hspace{0pt}}c}
15720 \end_layout
15721
15722 \begin_layout Standard
15723 The 
15724 \begin_inset Quotes eld
15725 \end_inset
15726
15727 c
15728 \begin_inset Quotes erd
15729 \end_inset
15730
15731  at the end creates a column with a flexible width whose text is horizontally
15732  centered.
15733  You can now enter
15734 \end_layout
15735
15736 \begin_layout Standard
15737
15738 \series bold
15739 K{color name}
15740 \end_layout
15741
15742 \begin_layout Standard
15743 as LaTeX-argument.
15744 \end_layout
15745
15746 \begin_layout Standard
15747 \begin_inset VSpace bigskip
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Standard
15754 To create Table\InsetSpace ~
15755
15756 \begin_inset LatexCommand ref
15757 reference "tab:Table-using-user-defined"
15758
15759 \end_inset
15760
15761  use the LaTeX-arguments
15762 \end_layout
15763
15764 \begin_layout Standard
15765
15766 \series bold
15767 |M{2.5cm}
15768 \end_layout
15769
15770 \begin_layout Standard
15771 for the first column and the multicolumn,
15772 \end_layout
15773
15774 \begin_layout Standard
15775
15776 \series bold
15777 |K{red}|
15778 \end_layout
15779
15780 \begin_layout Standard
15781 for the the last column, and
15782 \end_layout
15783
15784 \begin_layout Standard
15785
15786 \series bold
15787 |S{2.5cm}{2}
15788 \end_layout
15789
15790 \begin_layout Standard
15791 for the cells in the second column.
15792 \end_layout
15793
15794 \begin_layout Standard
15795 \begin_inset Float table
15796 placement h
15797 wide false
15798 sideways false
15799 status open
15800
15801 \begin_layout Standard
15802 \begin_inset Caption
15803
15804 \begin_layout Standard
15805 \begin_inset LatexCommand label
15806 name "tab:Table-using-user-defined"
15807
15808 \end_inset
15809
15810 Table using user-defined table formats
15811 \end_layout
15812
15813 \end_inset
15814
15815
15816 \end_layout
15817
15818 \begin_layout Standard
15819 \align center
15820 \begin_inset Tabular
15821 <lyxtabular version="3" rows="3" columns="4">
15822 <features>
15823 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15824 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15825 <column alignment="center" valignment="middle" leftline="true" width="0">
15826 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15827 <row topline="true">
15828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Standard
15832 verylongtablecellword
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15838 \begin_inset Text
15839
15840 \begin_layout Standard
15841 multiple lines multicolumn
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Standard
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Standard
15859 c
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 </row>
15865 <row topline="true">
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Standard
15870 d
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Standard
15879 e
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Standard
15888 f
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Standard
15897 g
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row topline="true" bottomline="true">
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Standard
15908 h
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Standard
15917 i
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Standard
15926 j
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Standard
15935 k
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 </lyxtabular>
15942
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Subsection
15954 Line Thickness
15955 \begin_inset LatexCommand label
15956 name "sub:Line-Thickness"
15957
15958 \end_inset
15959
15960
15961 \begin_inset LatexCommand index
15962 name "Table Customization ! Line Thickness"
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \begin_layout Standard
15970 The line thickness for all lines in a table can be adjusted with the length
15971  
15972 \series bold
15973
15974 \backslash
15975 arrayrulewidth
15976 \series default
15977 .
15978  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
15979 pt, like in Table\InsetSpace ~
15980
15981 \begin_inset LatexCommand ref
15982 reference "tab:Table-with-1.5"
15983
15984 \end_inset
15985
15986 , insert the command
15987 \end_layout
15988
15989 \begin_layout Standard
15990
15991 \series bold
15992
15993 \backslash
15994 setlength{
15995 \backslash
15996 arrayrulewidth}{1.5pt}
15997 \end_layout
15998
15999 \begin_layout Standard
16000 in ERT before the table or table float.
16001  The changed thickness is valid for all following tables.
16002  To use the default value again, set 
16003 \series bold
16004
16005 \backslash
16006 arrayrulewidth
16007 \series default
16008  to 0.4\InsetSpace \thinspace{}
16009 pt in ERT behind the table or table float.
16010 \end_layout
16011
16012 \begin_layout Standard
16013 \begin_inset ERT
16014 status collapsed
16015
16016 \begin_layout Standard
16017
16018
16019 \backslash
16020 setlength{
16021 \backslash
16022 arrayrulewidth}{1.5pt}
16023 \end_layout
16024
16025 \end_inset
16026
16027
16028 \begin_inset Float table
16029 wide false
16030 sideways false
16031 status open
16032
16033 \begin_layout Standard
16034 \begin_inset Caption
16035
16036 \begin_layout Standard
16037 \begin_inset LatexCommand label
16038 name "tab:Table-with-1.5"
16039
16040 \end_inset
16041
16042 Table with 1.5\InsetSpace \thinspace{}
16043 pt thick lines
16044 \end_layout
16045
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \align center
16053 \begin_inset Tabular
16054 <lyxtabular version="3" rows="3" columns="3">
16055 <features>
16056 <column alignment="center" valignment="top" leftline="true" width="0">
16057 <column alignment="center" valignment="top" leftline="true" width="0">
16058 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16059 <row topline="true">
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Standard
16064 sd
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Standard
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Standard
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 <row topline="true">
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Standard
16093
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Standard
16102 sd
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Standard
16111
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 </row>
16117 <row topline="true" bottomline="true">
16118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Standard
16122
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Standard
16131
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Standard
16140 sd
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 </row>
16146 </lyxtabular>
16147
16148 \end_inset
16149
16150
16151 \end_layout
16152
16153 \end_inset
16154
16155
16156 \begin_inset ERT
16157 status collapsed
16158
16159 \begin_layout Standard
16160
16161
16162 \backslash
16163 setlength{
16164 \backslash
16165 arrayrulewidth}{0.4pt}
16166 \end_layout
16167
16168 \end_inset
16169
16170
16171 \end_layout
16172
16173 \begin_layout Standard
16174 \begin_inset VSpace bigskip
16175 \end_inset
16176
16177 To set the line thickness to 1.5\InsetSpace \thinspace{}
16178 pt only for horizontal lines, like in Table\InsetSpace ~
16179
16180 \begin_inset LatexCommand ref
16181 reference "tab:Table-with-horizontal"
16182
16183 \end_inset
16184
16185 , insert these commands in ERT before the table or table float:
16186 \end_layout
16187
16188 \begin_layout Standard
16189
16190 \series bold
16191
16192 \backslash
16193 let
16194 \backslash
16195 myHline
16196 \backslash
16197 hline
16198 \newline
16199
16200 \backslash
16201 renewcommand{
16202 \backslash
16203 hline}
16204 \newline
16205  {
16206 \backslash
16207 noalign{
16208 \backslash
16209 global
16210 \backslash
16211 arrayrulewidth 1.5pt}
16212 \newline
16213   
16214 \backslash
16215 myHline
16216 \backslash
16217 noalign{
16218 \backslash
16219 global
16220 \backslash
16221 arrayrulewidth 0.4pt}}
16222 \end_layout
16223
16224 \begin_layout Standard
16225 To return to the default line thickness, insert this command in ERT behind
16226  the table or table float:
16227 \end_layout
16228
16229 \begin_layout Standard
16230
16231 \series bold
16232
16233 \backslash
16234 renewcommand{
16235 \backslash
16236 hline}{
16237 \backslash
16238 myHline}
16239 \end_layout
16240
16241 \begin_layout Standard
16242 \begin_inset ERT
16243 status collapsed
16244
16245 \begin_layout Standard
16246
16247
16248 \backslash
16249 let
16250 \backslash
16251 myHline
16252 \backslash
16253 hline
16254 \end_layout
16255
16256 \begin_layout Standard
16257
16258
16259 \backslash
16260 renewcommand{
16261 \backslash
16262 hline}
16263 \end_layout
16264
16265 \begin_layout Standard
16266
16267  {
16268 \backslash
16269 noalign{
16270 \backslash
16271 global
16272 \backslash
16273 arrayrulewidth 1.5pt}
16274 \end_layout
16275
16276 \begin_layout Standard
16277
16278   
16279 \backslash
16280 myHline
16281 \backslash
16282 noalign{
16283 \backslash
16284 global
16285 \backslash
16286 arrayrulewidth 0.4pt}}
16287 \end_layout
16288
16289 \end_inset
16290
16291
16292 \begin_inset Float table
16293 wide false
16294 sideways false
16295 status open
16296
16297 \begin_layout Standard
16298 \begin_inset Caption
16299
16300 \begin_layout Standard
16301 \begin_inset LatexCommand label
16302 name "tab:Table-with-horizontal"
16303
16304 \end_inset
16305
16306 Table with 1.5\InsetSpace \thinspace{}
16307 pt thick horizontal lines
16308 \end_layout
16309
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \begin_layout Standard
16316 \align center
16317 \begin_inset Tabular
16318 <lyxtabular version="3" rows="3" columns="3">
16319 <features>
16320 <column alignment="center" valignment="top" leftline="true" width="0">
16321 <column alignment="center" valignment="top" leftline="true" width="0">
16322 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16323 <row topline="true">
16324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Standard
16328 sd
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Standard
16337
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Standard
16346
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 </row>
16352 <row topline="true">
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Standard
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Standard
16366 sd
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Standard
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 </row>
16381 <row topline="true" bottomline="true">
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Standard
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Standard
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Standard
16404 sd
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 </lyxtabular>
16411
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \end_inset
16418
16419
16420 \begin_inset ERT
16421 status collapsed
16422
16423 \begin_layout Standard
16424
16425
16426 \backslash
16427 renewcommand{
16428 \backslash
16429 hline}{
16430 \backslash
16431 myHline}
16432 \end_layout
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Standard
16440 \begin_inset VSpace bigskip
16441 \end_inset
16442
16443 To set the line thickness to 1.5\InsetSpace \thinspace{}
16444 pt only for vertical lines, create the following
16445  column format in the document preamble, according to the description in
16446  section\InsetSpace ~
16447
16448 \begin_inset LatexCommand ref
16449 reference "sub:Customized-Format"
16450
16451 \end_inset
16452
16453 :
16454 \end_layout
16455
16456 \begin_layout Standard
16457
16458 \series bold
16459
16460 \backslash
16461 newcolumntype{V}{!{
16462 \backslash
16463 vrule width 1.5pt}}
16464 \end_layout
16465
16466 \begin_layout Standard
16467 For Table\InsetSpace ~
16468
16469 \begin_inset LatexCommand ref
16470 reference "tab:Table-with-vertical"
16471
16472 \end_inset
16473
16474  the LaTeX-argument
16475 \end_layout
16476
16477 \begin_layout Standard
16478
16479 \series bold
16480 VcV
16481 \end_layout
16482
16483 \begin_layout Standard
16484 was used for the last column and
16485 \end_layout
16486
16487 \begin_layout Standard
16488
16489 \series bold
16490 Vc
16491 \end_layout
16492
16493 \begin_layout Standard
16494 for the other columns.
16495 \end_layout
16496
16497 \begin_layout Standard
16498 \begin_inset Float table
16499 wide false
16500 sideways false
16501 status open
16502
16503 \begin_layout Standard
16504 \begin_inset Caption
16505
16506 \begin_layout Standard
16507 \begin_inset LatexCommand label
16508 name "tab:Table-with-vertical"
16509
16510 \end_inset
16511
16512 Table with 1.5\InsetSpace \thinspace{}
16513 pt thick vertical lines
16514 \end_layout
16515
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \begin_layout Standard
16522 \align center
16523 \begin_inset Tabular
16524 <lyxtabular version="3" rows="3" columns="3">
16525 <features>
16526 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16527 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16528 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16529 <row topline="true">
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Standard
16534 sd
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Standard
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Standard
16552
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 </row>
16558 <row topline="true">
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Standard
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Standard
16572 sd
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Standard
16581
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 </row>
16587 <row topline="true" bottomline="true">
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Standard
16592
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Standard
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Standard
16610 sd
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 </lyxtabular>
16617
16618 \end_inset
16619
16620
16621 \end_layout
16622
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \begin_layout Subsection
16629 Dashed Lines
16630 \begin_inset LatexCommand index
16631 name "Table Customization ! Dashed Lines"
16632
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \begin_layout Standard
16639 \begin_inset ERT
16640 status collapsed
16641
16642 \begin_layout Standard
16643
16644
16645 \backslash
16646 ifarydshln
16647 \end_layout
16648
16649 \end_inset
16650
16651
16652 \begin_inset Note Note
16653 status open
16654
16655 \begin_layout Standard
16656 The following section will only be displayed when you have the LaTeX-package
16657  
16658 \series bold
16659 arydshln
16660 \series default
16661  is installed.
16662 \end_layout
16663
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \begin_layout Standard
16670 \begin_inset Float table
16671 placement H
16672 wide false
16673 sideways false
16674 status open
16675
16676 \begin_layout Standard
16677 \begin_inset Caption
16678
16679 \begin_layout Standard
16680 \begin_inset LatexCommand label
16681 name "tab:Table-with-dashed"
16682
16683 \end_inset
16684
16685 Table with dashed lines
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \begin_layout Standard
16694 \align center
16695 \begin_inset Tabular
16696 <lyxtabular version="3" rows="5" columns="5">
16697 <features>
16698 <column alignment="center" valignment="top" leftline="true" width="0">
16699 <column alignment="center" valignment="top" leftline="true" width="0">
16700 <column alignment="center" valignment="top" width="0" special=":c">
16701 <column alignment="center" valignment="top" leftline="true" width="0">
16702 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16703 <row topline="true" bottomline="true">
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Standard
16708 a
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Standard
16717 b
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Standard
16726 c
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Standard
16735 d
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Standard
16744 e
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row topline="true">
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Standard
16755 f
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Standard
16764 g
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Standard
16773 h
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Standard
16782 i
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Standard
16791 j
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Standard
16802 \begin_inset ERT
16803 status collapsed
16804
16805 \begin_layout Standard
16806
16807
16808 \backslash
16809 hdashline 
16810 \end_layout
16811
16812 \end_inset
16813
16814 k
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Standard
16823 l
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Standard
16832 m
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Standard
16841 n
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Standard
16850 o
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row topline="true">
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Standard
16861 \begin_inset ERT
16862 status collapsed
16863
16864 \begin_layout Standard
16865
16866
16867 \backslash
16868 cdashline{4-5}
16869 \end_layout
16870
16871 \end_inset
16872
16873 p
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Standard
16882 q
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16888 \begin_inset Text
16889
16890 \begin_layout Standard
16891 r
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16897 \begin_inset Text
16898
16899 \begin_layout Standard
16900 s
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Standard
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row topline="true" bottomline="true">
16916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Standard
16920 t
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Standard
16929 u
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Standard
16938 v
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Standard
16947 w
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Standard
16956 x
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 </lyxtabular>
16963
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \begin_layout Standard
16975 LyX doesn't natively support dashed lines, so you have to use ERT.
16976  As prerequisite the LaTeX-package 
16977 \series bold
16978 arydshln
16979 \series default
16980
16981 \begin_inset LatexCommand index
16982 name "LaTeX-packages ! arydshln"
16983
16984 \end_inset
16985
16986  must be loaded in the document preamble with the command
16987 \end_layout
16988
16989 \begin_layout Standard
16990
16991 \series bold
16992
16993 \backslash
16994 usepackage{arydshln}
16995 \end_layout
16996
16997 \begin_layout Standard
16998 To make a vertical line dashed, enter the colon 
16999 \begin_inset Quotes eld
17000 \end_inset
17001
17002 :
17003 \begin_inset Quotes erd
17004 \end_inset
17005
17006  together with the character for the horizontal alignment as LaTeX-argument
17007  in the table cell dialog.
17008 \end_layout
17009
17010 \begin_layout Standard
17011 For a horizontal dashed line add the command
17012 \end_layout
17013
17014 \begin_layout Standard
17015
17016 \series bold
17017
17018 \backslash
17019 hdashline
17020 \end_layout
17021
17022 \begin_layout Standard
17023 in ERT as first element of the first cell in the table row.
17024 \end_layout
17025
17026 \begin_layout Standard
17027 For dashed multicolumn lines use the command
17028 \end_layout
17029
17030 \begin_layout Standard
17031
17032 \series bold
17033
17034 \backslash
17035 cdashline{line number
17036 \series default
17037 }
17038 \end_layout
17039
17040 \begin_layout Standard
17041 in ERT as first element of the first cell in the table row.
17042  If you have for example a multicolumn spanning over columns 2 to 4 and
17043  you want to have a dashed line above, add the command
17044 \end_layout
17045
17046 \begin_layout Standard
17047
17048 \series bold
17049
17050 \backslash
17051 cdashline{2-4}
17052 \end_layout
17053
17054 \begin_layout Standard
17055 as first element of the first cell in the row of the multicolumn.
17056 \end_layout
17057
17058 \begin_layout Standard
17059 \begin_inset VSpace bigskip
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \begin_layout Standard
17066 Table\InsetSpace ~
17067
17068 \begin_inset LatexCommand ref
17069 reference "tab:Table-with-dashed"
17070
17071 \end_inset
17072
17073  was created using 
17074 \begin_inset Quotes eld
17075 \end_inset
17076
17077
17078 \series bold
17079 :c
17080 \series default
17081
17082 \begin_inset Quotes erd
17083 \end_inset
17084
17085  as LaTeX-argument of the third column.
17086  The ERT command 
17087 \series bold
17088
17089 \backslash
17090 hdashline
17091 \series default
17092  was inserted to the first cell of the third row and the the ERT command
17093 \newline
17094
17095  
17096 \series bold
17097
17098 \backslash
17099 cdashline{4-5}
17100 \series default
17101  was inserted to the first cell of the fourth row.
17102 \end_layout
17103
17104 \begin_layout Standard
17105 \begin_inset Note Greyedout
17106 status open
17107
17108 \begin_layout Standard
17109
17110 \series bold
17111 Note:
17112 \series default
17113  The used LaTeX-package 
17114 \series bold
17115 arydshln
17116 \series default
17117  is apparently not compatible with the LaTeX-package 
17118 \series bold
17119 colortbl
17120 \series default
17121
17122 \begin_inset LatexCommand index
17123 name "LaTeX-packages ! colortbl"
17124
17125 \end_inset
17126
17127  that is used for colored tables in section\InsetSpace ~
17128
17129 \begin_inset LatexCommand ref
17130 reference "sec:Colored-Tables"
17131
17132 \end_inset
17133
17134 .
17135  That means colored tables cannot have dashed lines.
17136 \end_layout
17137
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 \begin_inset ERT
17145 status collapsed
17146
17147 \begin_layout Standard
17148
17149
17150 \backslash
17151 else
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \begin_inset Note Note
17158 status open
17159
17160 \begin_layout Standard
17161 The following will be displayed when the LaTeX-package 
17162 \series bold
17163 arydshln
17164 \series default
17165  is not installed:
17166 \end_layout
17167
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \begin_layout Standard
17174 You need to install the package 
17175 \series bold
17176 arydshln
17177 \series default
17178  to see the contents of this section in the output.
17179 \end_layout
17180
17181 \begin_layout Standard
17182 \begin_inset ERT
17183 status collapsed
17184
17185 \begin_layout Standard
17186
17187
17188 \backslash
17189 fi
17190 \end_layout
17191
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \begin_layout Chapter
17198 Floats
17199 \begin_inset LatexCommand index
17200 name "Floats"
17201
17202 \end_inset
17203
17204
17205 \begin_inset LatexCommand label
17206 name "cha:Floats"
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \begin_layout Section
17214 Introduction
17215 \begin_inset LatexCommand label
17216 name "sec:FloatIntroduction"
17217
17218 \end_inset
17219
17220
17221 \begin_inset LatexCommand index
17222 name "Floats ! Introduction"
17223
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \begin_layout Standard
17230 A float is a block of text associated with some sort of label, which doesn't
17231  have a fixed location.
17232  It can 
17233 \begin_inset Quotes eld
17234 \end_inset
17235
17236 float
17237 \begin_inset Quotes erd
17238 \end_inset
17239
17240  forward or backward a page or two, to wherever it fits best.
17241  
17242 \family sans
17243 Footnotes
17244 \family default
17245  and 
17246 \family sans
17247 Margin\InsetSpace ~
17248 Notes
17249 \family default
17250  are also floats, because they can float to the next page when there are
17251  too many notes at the page.
17252 \end_layout
17253
17254 \begin_layout Standard
17255 Floats allow a high quality layout.
17256  Images and tables can evenly be spread to the pages to avoid white space
17257  and pages without text.
17258  As the floating often destroys the context between the text and the image/table
17259 , every float can be referenced in the text.
17260  Floats are therefore numbered.
17261  Referencing is described in section\InsetSpace ~
17262
17263 \begin_inset LatexCommand ref
17264 reference "sec:Referencing-Floats"
17265
17266 \end_inset
17267
17268 .
17269 \end_layout
17270
17271 \begin_layout Standard
17272 To insert a float, use the menu 
17273 \family sans
17274 Insert\SpecialChar \menuseparator
17275 Floats
17276 \family default
17277 .
17278  This inserts a box with a label in the 
17279 \family sans
17280 Caption
17281 \family default
17282  environment
17283 \begin_inset Foot
17284 status collapsed
17285
17286 \begin_layout Standard
17287 The 
17288 \family sans
17289 Caption
17290 \family default
17291  environment is described in LyX's 
17292 \emph on
17293 Userguide
17294 \emph default
17295 .
17296 \end_layout
17297
17298 \end_inset
17299
17300  into your document.
17301  Every label ends with the character 
17302 \begin_inset Quotes eld
17303 \end_inset
17304
17305 #
17306 \begin_inset Quotes erd
17307 \end_inset
17308
17309  as placeholder for the float number in the output.
17310  The label will automatically be translated to the document language in
17311  the output.
17312  Behind the label you can insert the caption text.
17313  The image or table is inserted above or below the caption in a separate
17314  paragraph within the float.
17315  More about the caption placement is described in section\InsetSpace ~
17316
17317 \begin_inset LatexCommand ref
17318 reference "sec:Caption-Placement"
17319
17320 \end_inset
17321
17322 .
17323  To keep your LyX-document readable, you can open and close the float box
17324  by left-clicking on the box label.
17325  A closed float box looks like this: 
17326 \begin_inset Graphics
17327         filename ../clipart/floatQt4.png
17328         scale 70
17329
17330 \end_inset
17331
17332  -- a gray button with a red label.
17333 \end_layout
17334
17335 \begin_layout Standard
17336 It is recommended to insert floats as a separate paragraph to avoid possible
17337  LaTeX-errors that can occur when the surrounding text is specially formatted.
17338 \end_layout
17339
17340 \begin_layout Standard
17341 Existing figures or tables can be put into a float by marking them and then
17342  pressing the corresponding toolbar button for a new float.
17343 \end_layout
17344
17345 \begin_layout Section
17346 Float Types
17347 \end_layout
17348
17349 \begin_layout Standard
17350 Besides figure and table floats that are described in section\InsetSpace ~
17351
17352 \begin_inset LatexCommand ref
17353 reference "sec:Figure-Floats"
17354
17355 \end_inset
17356
17357  and 
17358 \begin_inset LatexCommand ref
17359 reference "sec:Table-Floats"
17360
17361 \end_inset
17362
17363 , respectively, LyX offers the float types 
17364 \series bold
17365 Algorithm
17366 \series default
17367  and 
17368 \series bold
17369 Text\InsetSpace ~
17370 Wrap\InsetSpace ~
17371 Float
17372 \series default
17373 .
17374 \end_layout
17375
17376 \begin_layout Subsection
17377 Algorithm Floats
17378 \begin_inset LatexCommand index
17379 name "Floats ! Algorithm Floats"
17380
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \begin_layout Standard
17387 \begin_inset Float algorithm
17388 placement h
17389 wide false
17390 sideways false
17391 status open
17392
17393 \begin_layout Standard
17394 \begin_inset Caption
17395
17396 \begin_layout Standard
17397 \begin_inset LatexCommand label
17398 name "alg:Example-Algorithm-float"
17399
17400 \end_inset
17401
17402 Example Algorithm float
17403 \end_layout
17404
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \begin_layout LyX-Code
17411 for I in 1..N loop
17412 \newline
17413  Sum:= Sum + A(I); /*senseless comment*/
17414 \newline
17415 end loop
17416 \begin_inset VSpace -4mm
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \begin_layout Standard
17428 This float type is inserted with the menu 
17429 \family sans
17430 Insert\SpecialChar \menuseparator
17431 Floats\SpecialChar \menuseparator
17432 Algorithm
17433 \family default
17434 .
17435  It is used for program codes and descriptions of algorithms.
17436  A possible environment for algorithms is the 
17437 \family sans
17438 LyX-Code
17439 \family default
17440 , described in LyX's 
17441 \emph on
17442 Userguide
17443 \emph default
17444 .
17445  Algorithm\InsetSpace ~
17446
17447 \begin_inset LatexCommand ref
17448 reference "alg:Example-Algorithm-float"
17449
17450 \end_inset
17451
17452  is an example of an algorithm float where -4\InsetSpace \thinspace{}
17453 mm vertical space was added
17454  at the end of the float to have the bottom rule exactly below the last
17455  text line.
17456 \end_layout
17457
17458 \begin_layout Standard
17459 The float label is not automatically translated into the document language.
17460  If your document is not in English, you have to do this manually by adding
17461  the following line
17462 \series bold
17463  
17464 \series default
17465 to the document preamble
17466 \series bold
17467 :
17468 \end_layout
17469
17470 \begin_layout Standard
17471
17472 \series bold
17473
17474 \backslash
17475 floatname{algorithm}{your\InsetSpace ~
17476 name}
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \family sans
17482 your\InsetSpace ~
17483 name
17484 \family default
17485  is the word 
17486 \begin_inset Quotes eld
17487 \end_inset
17488
17489
17490 \emph on
17491 algorithm
17492 \emph default
17493
17494 \begin_inset Quotes erd
17495 \end_inset
17496
17497  in your language.
17498 \end_layout
17499
17500 \begin_layout Description
17501
17502 \series bold
17503 Note:
17504 \series default
17505  When the LaTeX-package 
17506 \series bold
17507 hyperref
17508 \series default
17509
17510 \begin_inset LatexCommand index
17511 name "LaTeX-packages ! hyperref"
17512
17513 \end_inset
17514
17515  is used to link cross-references to floats in the PDF-output, it must be
17516  loaded in the document preamble before the definition of floats to be able
17517  to reference floats.
17518  As LyX sets the float definition for algorithm floats automatically before
17519  the user editable part of the document preamble, you need to insert the
17520  following preamble lines 
17521 \emph on
17522 after
17523 \emph default
17524  the loading command of 
17525 \series bold
17526 hyperref
17527 \series default
17528 :
17529 \series bold
17530
17531 \begin_inset VSpace defskip
17532 \end_inset
17533
17534
17535 \newline
17536
17537 \backslash
17538 newfloat{Xalgorithm}{tbp}{loa}
17539 \newline
17540
17541 \backslash
17542 floatname{Xalgorithm}{your\InsetSpace ~
17543 name}
17544 \newline
17545
17546 \backslash
17547 newcommand{
17548 \backslash
17549 theHalgorithm}{
17550 \backslash
17551 theHXalgorithm}
17552 \newline
17553
17554 \backslash
17555 renewenvironment{algorithm}[1][tbp]
17556 \newline
17557
17558 \begin_inset ERT
17559 status collapsed
17560
17561 \begin_layout Standard
17562
17563
17564 \backslash
17565 hphantom{ }
17566 \end_layout
17567
17568 \end_inset
17569
17570 {
17571 \backslash
17572 begin{Xalgorithm}[#1]}{
17573 \backslash
17574 end{Xalgorithm}}
17575 \begin_inset VSpace defskip
17576 \end_inset
17577
17578
17579 \series default
17580
17581 \newline
17582 Where 
17583 \family sans
17584 your\InsetSpace ~
17585 name
17586 \family default
17587  is the word 
17588 \begin_inset Quotes eld
17589 \end_inset
17590
17591
17592 \emph on
17593 algorithm
17594 \emph default
17595
17596 \begin_inset Quotes erd
17597 \end_inset
17598
17599  in your language.
17600 \end_layout
17601
17602 \begin_layout Standard
17603 Algorithm floats are not by default numbered in the scheme 
17604 \begin_inset Quotes eld
17605 \end_inset
17606
17607 chapter.algorithm
17608 \begin_inset Quotes erd
17609 \end_inset
17610
17611  like it is the case for table and figure floats in many document-classes.
17612  To number algorithm floats in the same scheme, add this command to your
17613  document preamble:
17614 \end_layout
17615
17616 \begin_layout Standard
17617
17618 \series bold
17619
17620 \backslash
17621 numberwithin{algorithm}{chapter}
17622 \end_layout
17623
17624 \begin_layout Standard
17625 If you use the LaTeX-package 
17626 \series bold
17627 hyperref
17628 \series default
17629 , add this line instead 
17630 \emph on
17631 after
17632 \emph default
17633  the definition of 
17634 \family sans
17635 Xalgorithm
17636 \family default
17637  (the commands from above) to the preamble:
17638 \end_layout
17639
17640 \begin_layout Standard
17641
17642 \series bold
17643
17644 \backslash
17645 numberwithin{Xalgorithm}{chapter}
17646 \end_layout
17647
17648 \begin_layout Standard
17649 To be able to use the command 
17650 \series bold
17651
17652 \backslash
17653 numberwithin
17654 \series default
17655 , set in the tab 
17656 \family sans
17657 Math\InsetSpace ~
17658 Options
17659 \family default
17660  in the document settings the option 
17661 \family sans
17662 Use\InsetSpace ~
17663 AMS\InsetSpace ~
17664 math\InsetSpace ~
17665 package
17666 \family default
17667 .
17668 \end_layout
17669
17670 \begin_layout Subsection
17671 Text Wrap Floats
17672 \begin_inset LatexCommand index
17673 name "Floats ! Text Wrap Floats"
17674
17675 \end_inset
17676
17677
17678 \begin_inset LatexCommand label
17679 name "sub:floatflt-wrap-float"
17680
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \begin_layout Standard
17687 This float type is used if you want to 
17688 \begin_inset Quotes eld
17689 \end_inset
17690
17691 wrap
17692 \begin_inset Quotes erd
17693 \end_inset
17694
17695  text around a figure so that it only occupies some fraction of the column
17696  width.
17697  It can be inserted using the menu 
17698 \begin_inset Wrap figure
17699 placement l
17700 width "40col%"
17701 status open
17702
17703 \begin_layout Standard
17704 \begin_inset Graphics
17705         filename mobius.eps
17706         display color
17707         width 40col%
17708         rotateOrigin center
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Standard
17716 \begin_inset Caption
17717
17718 \begin_layout Standard
17719 \begin_inset LatexCommand label
17720 name "fig:This-is-a"
17721
17722 \end_inset
17723
17724 This is a wrapped figure, and this is the brilliant caption that describes
17725  it.
17726 \begin_inset VSpace medskip
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \end_inset
17738
17739  
17740 \family sans
17741 Insert\SpecialChar \menuseparator
17742 Floats\SpecialChar \menuseparator
17743 Text\InsetSpace ~
17744 Wrap\InsetSpace ~
17745 Float
17746 \family default
17747  if the LaTeX-package 
17748 \series bold
17749 floatflt
17750 \series default
17751
17752 \begin_inset LatexCommand index
17753 name "LaTeX-packages ! floatflt"
17754
17755 \end_inset
17756
17757  is installed.
17758 \begin_inset Foot
17759 status collapsed
17760
17761 \begin_layout Standard
17762 Installing a LaTeX-package is explained it in the 
17763 \emph on
17764 LaTeX\InsetSpace ~
17765 Configuration
17766 \emph default
17767  manual.
17768 \end_layout
17769
17770 \end_inset
17771
17772  The width and placement of the float is adjusted by right-clicking on the
17773  float box.
17774  Figure\InsetSpace ~
17775
17776 \begin_inset LatexCommand ref
17777 reference "fig:This-is-a"
17778
17779 \end_inset
17780
17781  is an example text wrap float with a width of 40
17782 \begin_inset Formula $\,$
17783 \end_inset
17784
17785 col%.
17786 \begin_inset Foot
17787 status collapsed
17788
17789 \begin_layout Standard
17790 Available units are explained in 
17791 \begin_inset LatexCommand ref
17792 reference "cha:Units-available-in"
17793
17794 \end_inset
17795
17796 .
17797 \end_layout
17798
17799 \end_inset
17800
17801  Some space was added under the caption to separate it better from the surroundi
17802 ng text.
17803 \end_layout
17804
17805 \begin_layout Standard
17806 The LaTeX-package 
17807 \series bold
17808 floatflt
17809 \series default
17810  also supports table wrap floats, but they are not yet supported by LyX.
17811  If you need this, read the documentation of 
17812 \series bold
17813 floatflt
17814 \series default
17815  
17816 \begin_inset LatexCommand cite
17817 key "floatflt"
17818
17819 \end_inset
17820
17821 .
17822 \end_layout
17823
17824 \begin_layout Standard
17825 \begin_inset Note Greyedout
17826 status open
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831 Note:
17832 \series default
17833  Text\InsetSpace ~
17834 wrap float floats are fragile! E.\InsetSpace \thinspace{}
17835 g.\InsetSpace ~
17836 having a figure too close to the bottom
17837  of the page can mess things up in the way that the float doesn't appear
17838  in the output or that it is placed over some other text.
17839 \begin_inset Foot
17840 status open
17841
17842 \begin_layout Standard
17843 The better solution is to use the LaTeX-package 
17844 \series bold
17845 wrapf\SpecialChar \textcompwordmark{}
17846 ig
17847 \series default
17848
17849 \begin_inset LatexCommand index
17850 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
17851
17852 \end_inset
17853
17854  instead of 
17855 \series bold
17856 floatf\SpecialChar \textcompwordmark{}
17857 lt
17858 \series default
17859 , but it is currently not supported by LyX.
17860 \end_layout
17861
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \begin_layout Standard
17873 In general:
17874 \end_layout
17875
17876 \begin_layout Itemize
17877 Wrap floats should not be placed in paragraphs that run over a page break.
17878  That means that wrap floats should better be inserted to the exact place
17879  when the document is nearly ready and you are able to estimate where page
17880  breaks will appear.
17881 \end_layout
17882
17883 \begin_layout Itemize
17884 Wrap floats should either be placed in an own paragraph before the paragraph
17885  where they should wrap into or within a paragraph.
17886 \end_layout
17887
17888 \begin_layout Itemize
17889 Wrap floats in consecutive paragraphs may cause troubles, so assure that
17890  there is a text paragraph between them as separator.
17891 \end_layout
17892
17893 \begin_layout Itemize
17894 Wrap floats are not allowed in section headings or tables.
17895 \end_layout
17896
17897 \begin_layout Section
17898 Referencing Floats
17899 \begin_inset LatexCommand label
17900 name "sec:Referencing-Floats"
17901
17902 \end_inset
17903
17904
17905 \begin_inset LatexCommand index
17906 name "Floats ! References"
17907
17908 \end_inset
17909
17910
17911 \begin_inset LatexCommand index
17912 name "References"
17913
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \begin_layout Standard
17920 To reference a float, insert a label into its caption using the menu 
17921 \family sans
17922 Insert\SpecialChar \menuseparator
17923 Label
17924 \family default
17925  or the toolbar button 
17926 \begin_inset Graphics
17927         filename ../images/label-insert.xpm
17928         scale 85
17929
17930 \end_inset
17931
17932 .
17933  A grey label box like this one: 
17934 \begin_inset Graphics
17935         filename ../clipart/labelQt4.png
17936         scale 85
17937
17938 \end_inset
17939
17940  will be inserted and the label window pops up asking for the label text.
17941  LyX offers as text the first words of the caption with a prefix.
17942  The prefix depends on the float type, e.\InsetSpace \thinspace{}
17943 g.\InsetSpace ~
17944 for figure floats the prefix will
17945  be "
17946 \family sans
17947 fig:
17948 \family default
17949 ".
17950 \end_layout
17951
17952 \begin_layout Standard
17953 The label is used as anchor and name for the reference.
17954  You can refer to the label using the menu 
17955 \family sans
17956 Insert\SpecialChar \menuseparator
17957 Cross-reference
17958 \family default
17959  or the toolbar button 
17960 \begin_inset Graphics
17961         filename ../images/dialog-show-new-inset_ref.xpm
17962         scale 85
17963
17964 \end_inset
17965
17966 .
17967  A grey cross-reference box like this one: 
17968 \begin_inset Graphics
17969         filename ../clipart/referenceQt4.png
17970         scale 85
17971
17972 \end_inset
17973
17974  will be inserted and the cross-reference window appear showing all labels
17975  of the document.
17976  If you have multiple LyX-documents opened, choose the one you are working
17977  on from the drop-list at the top of the dialog.
17978  You can now sort the labels alphabetically and then choose one.
17979  At the position of the cross-reference box the float number will appear
17980  in the output.
17981 \end_layout
17982
17983 \begin_layout Standard
17984 It is recommended to use a protected space between the cross-reference name
17985  and its number to avoid line breaks between them.
17986  If a cross-reference refers to a non-existing label, you will see two question
17987  marks in the output instead of the reference.
17988 \end_layout
17989
17990 \begin_layout Standard
17991 You can change labels at any time by clicking on the label box.
17992  References to the changed label will automatically change its link to the
17993  new label text, so that you don't need to take care about this.
17994 \end_layout
17995
17996 \begin_layout Standard
17997 The button 
17998 \family sans
17999 Go\InsetSpace ~
18000 to\InsetSpace ~
18001 Label
18002 \family default
18003  in the cross-reference window sets the cursor before the referred label.
18004  The button text changes then to Go\InsetSpace ~
18005 Back and you can use it to set the cursor
18006  back to the cross-reference.
18007  Right-clicking on a cross-reference box also sets the cursor before the
18008  referenced label but without a possibility to go back.
18009 \end_layout
18010
18011 \begin_layout Subsection
18012 Cross-reference formats
18013 \begin_inset LatexCommand label
18014 name "sub:Cross-reference-formats"
18015
18016 \end_inset
18017
18018
18019 \begin_inset LatexCommand index
18020 name "References ! Formats"
18021
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \begin_layout Standard
18028 There are six varieties of cross-references:
18029 \end_layout
18030
18031 \begin_layout Description
18032 <reference>: prints the float number, this is the default: 
18033 \begin_inset LatexCommand ref
18034 reference "fig:Two-distorted-images"
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Description
18042 (<reference>): prints the float number within two parentheses, this is the
18043  style normally used to reference formulas, especially when the reference
18044  name 
18045 \begin_inset Quotes eld
18046 \end_inset
18047
18048 Equation
18049 \begin_inset Quotes erd
18050 \end_inset
18051
18052  is omitted: 
18053 \begin_inset LatexCommand eqref
18054 reference "eq:Wgn"
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \begin_layout Description
18062 <page>: prints the page number: Page\InsetSpace ~
18063
18064 \begin_inset LatexCommand pageref
18065 reference "fig:Two-distorted-images"
18066
18067 \end_inset
18068
18069
18070 \end_layout
18071
18072 \begin_layout Description
18073 on\InsetSpace ~
18074 page\InsetSpace ~
18075 <page>: prints the text "on page" and the page number: 
18076 \begin_inset LatexCommand vpageref
18077 reference "fig:Two-distorted-images"
18078
18079 \end_inset
18080
18081
18082 \end_layout
18083
18084 \begin_layout Description
18085 <reference>\InsetSpace ~
18086 on\InsetSpace ~
18087 page\InsetSpace ~
18088 <page>: prints the float number, the text "on page", and
18089  the page number: 
18090 \begin_inset LatexCommand vref
18091 reference "fig:Two-distorted-images"
18092
18093 \end_inset
18094
18095
18096 \end_layout
18097
18098 \begin_layout Description
18099 Formatted\InsetSpace ~
18100 reference: prints a self defined cross-reference format.
18101  
18102 \begin_inset Note Greyedout
18103 status open
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108 Note:
18109 \series default
18110  This feature is only available when you have the LaTeX-package 
18111 \series bold
18112 prettyref
18113 \series default
18114  installed.
18115 \end_layout
18116
18117 \end_inset
18118
18119
18120 \end_layout
18121
18122 \begin_layout Standard
18123 Note that the style <page> won't print the page number if the label is on
18124  the previous, the same, or the next page.
18125  You will e.\InsetSpace \thinspace{}
18126 g.\InsetSpace ~
18127 see the text 
18128 \begin_inset Quotes eld
18129 \end_inset
18130
18131
18132 \family sans
18133 on this page
18134 \family default
18135
18136 \begin_inset Quotes erd
18137 \end_inset
18138
18139  instead.
18140 \end_layout
18141
18142 \begin_layout Standard
18143 The number and current page of the referred document part in the output,
18144  is automatically calculated by LaTeX.
18145  The varieties are adjusted in the field 
18146 \family sans
18147 Format
18148 \family default
18149  of the cross-reference window, that appear when you click on the cross-referenc
18150 e box.
18151 \end_layout
18152
18153 \begin_layout Subsection
18154 Automatic Reference Naming
18155 \begin_inset LatexCommand index
18156 name "References ! Automatic Reference Naming"
18157
18158 \end_inset
18159
18160
18161 \end_layout
18162
18163 \begin_layout Standard
18164 The LaTeX-package 
18165 \series bold
18166 hyperref
18167 \series default
18168  provides a very useful feature that cross-references automatically include
18169  the name of the referenced floats (or text parts like sections).
18170  You save to write e.\InsetSpace \thinspace{}
18171 g.\InsetSpace ~
18172 the name 
18173 \begin_inset Quotes eld
18174 \end_inset
18175
18176 Figure
18177 \begin_inset Quotes erd
18178 \end_inset
18179
18180  before every reference box.
18181  To get this automatic reference naming, you have to load the LaTeX-package
18182  
18183 \series bold
18184 hyperref
18185 \series default
18186
18187 \begin_inset LatexCommand index
18188 name "LaTeX-packages ! hyperref"
18189
18190 \end_inset
18191
18192  in the document preamble with
18193 \end_layout
18194
18195 \begin_layout Standard
18196
18197 \series bold
18198
18199 \backslash
18200 usepackage[pdfborder={0 0 0}]{hyperref}
18201 \newline
18202
18203 \backslash
18204 AtBeginDocument{
18205 \backslash
18206 renewcommand{
18207 \backslash
18208 ref}[1]{
18209 \backslash
18210 mbox{
18211 \backslash
18212 autoref{#1}}}}
18213 \end_layout
18214
18215 \begin_layout Standard
18216
18217 \series bold
18218 hyperref
18219 \series default
18220  is used to link cross-references in the DVI- and PDF-output, this means
18221  that the reader of your document will be able to click on a table of content
18222  (TOC) entry or on a reference and he will be shown the referenced document
18223  part.
18224  
18225 \series bold
18226 hyperref
18227 \series default
18228  also creates PDF-bookmarks for every section of your document to make it
18229  easier for readers to navigate through the document.
18230  This is also used in this document but when you have a look in the document
18231  preamble you will find various options in the load command of 
18232 \series bold
18233 hyperref
18234 \series default
18235 .
18236  To learn more about the 
18237 \series bold
18238 hyperref
18239 \series default
18240  package, we refer to its documentation 
18241 \begin_inset LatexCommand cite
18242 key "hyperref"
18243
18244 \end_inset
18245
18246 .
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset Note Greyedout
18251 status open
18252
18253 \begin_layout Standard
18254
18255 \series bold
18256 Note:
18257 \series default
18258  Automatic reference naming cannot be used when you use cross-references
18259  in the 
18260 \family sans
18261 Formatted\InsetSpace ~
18262 reference
18263 \family default
18264  style, described in section\InsetSpace ~
18265
18266 \begin_inset LatexCommand ref
18267 reference "sub:Cross-reference-formats"
18268
18269 \end_inset
18270
18271 .
18272 \end_layout
18273
18274 \end_inset
18275
18276
18277 \end_layout
18278
18279 \begin_layout Subsection
18280 Reference Position
18281 \begin_inset LatexCommand label
18282 name "sub:Reference-Position"
18283
18284 \end_inset
18285
18286
18287 \begin_inset LatexCommand index
18288 name "References ! Reference Position"
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \begin_layout Standard
18296 If you use 
18297 \series bold
18298 hyperref
18299 \series default
18300
18301 \begin_inset LatexCommand index
18302 name "LaTeX-packages ! hyperref"
18303
18304 \end_inset
18305
18306  to link cross-references in the output, you will see that clicking on an
18307  image float reference jumps to the image label.
18308  The caption will be the first text part on the screen, so that you cannot
18309  see the image without scrolling.
18310  This is because the reference link anchor is placed at the position of
18311  the label.
18312  With the use of the package 
18313 \series bold
18314 hypcap
18315 \series default
18316
18317 \begin_inset LatexCommand index
18318 name "LaTeX-packages ! hypcap"
18319
18320 \end_inset
18321
18322 , which is part of the LaTeX-package 
18323 \series bold
18324 oberdiek
18325 \series default
18326
18327 \begin_inset LatexCommand index
18328 name "LaTeX-packages ! oberdiek"
18329
18330 \end_inset
18331
18332 , the link anchor is placed at the beginning of a float.
18333  To use this feature for figure floats, load 
18334 \series bold
18335 hypcap
18336 \series default
18337  in the document preamble with the line
18338 \end_layout
18339
18340 \begin_layout Standard
18341
18342 \series bold
18343
18344 \backslash
18345 usepackage[f\SpecialChar \textcompwordmark{}
18346 igure]{hypcap}
18347 \end_layout
18348
18349 \begin_layout Standard
18350 You can also use 
18351 \series bold
18352 hypcap
18353 \series default
18354  for all floats but this isn't recommended for stability reasons.
18355  For more informations, have a look at 
18356 \series bold
18357 hypcap
18358 \series default
18359 's manual 
18360 \begin_inset LatexCommand cite
18361 key "hypcap"
18362
18363 \end_inset
18364
18365 .
18366 \end_layout
18367
18368 \begin_layout Standard
18369 \begin_inset Note Greyedout
18370 status open
18371
18372 \begin_layout Standard
18373
18374 \series bold
18375 Note:
18376 \series default
18377  
18378 \series bold
18379 hypcap
18380 \series default
18381  must be loaded after 
18382 \series bold
18383 hyperref
18384 \series default
18385  in the document preamble.
18386 \end_layout
18387
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \begin_layout Section
18394 Float Placement
18395 \begin_inset LatexCommand label
18396 name "sec:Float-Placement"
18397
18398 \end_inset
18399
18400
18401 \begin_inset LatexCommand index
18402 name "Floats ! Placement"
18403
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \begin_layout Standard
18410 Right-clicking on a float-box opens a dialog where you can alter the placement
18411  options that LaTeX uses for positioning the float.
18412 \newline
18413 The option 
18414 \family sans
18415 Span\InsetSpace ~
18416 columns
18417 \family default
18418  is only useful for two-column documents: If you select it, the float will
18419  span across both columns on the page instead of being confined to just
18420  one.
18421 \newline
18422 The option 
18423 \family sans
18424 Rotate\InsetSpace ~
18425 sideways
18426 \family default
18427  is used to rotate floats, see section 
18428 \begin_inset LatexCommand ref
18429 reference "sec:Rotated-Floats"
18430
18431 \end_inset
18432
18433 .
18434 \end_layout
18435
18436 \begin_layout Standard
18437 You can use one ore more of the following options in the float dialog to
18438  set the placement for a particular float when you uncheck the option 
18439 \family sans
18440 Use\InsetSpace ~
18441 default\InsetSpace ~
18442 placement
18443 \family default
18444 :
18445 \end_layout
18446
18447 \begin_layout Description
18448 Here\InsetSpace ~
18449 if\InsetSpace ~
18450 possible: try to place the float on the position where it is inserted
18451 \end_layout
18452
18453 \begin_layout Description
18454 Top\InsetSpace ~
18455 of\InsetSpace ~
18456 page: try to place the float on the top of the current page
18457 \end_layout
18458
18459 \begin_layout Description
18460 Bottom\InsetSpace ~
18461 of\InsetSpace ~
18462 page: try to place the float on the bottom of the current page
18463 \end_layout
18464
18465 \begin_layout Description
18466 Page\InsetSpace ~
18467 of\InsetSpace ~
18468 floats: try to place the float on an own page 
18469 \end_layout
18470
18471 \begin_layout Standard
18472 The order of the above option is 
18473 \emph on
18474 always
18475 \emph default
18476  used by LaTeX.
18477  That means, if you use the default placement, LaTeX will first try out
18478  
18479 \family sans
18480 Here\InsetSpace ~
18481 if\InsetSpace ~
18482 possible
18483 \family default
18484 , then 
18485 \family sans
18486 Top\InsetSpace ~
18487 of\InsetSpace ~
18488 page
18489 \family default
18490 , and then the others.
18491  If you don't use the default, LaTeX will try only the checked options but
18492  in the same order.
18493  If none of the 4 placements are possible the procedure is internally repeated
18494  but it is tried to put the float on the following page.
18495 \end_layout
18496
18497 \begin_layout Standard
18498 By default, each options has its own rules:
18499 \end_layout
18500
18501 \begin_layout Labeling
18502 \labelwidthstring 00.00.0000
18503
18504 \family sans
18505 Top\InsetSpace ~
18506 of\InsetSpace ~
18507 page
18508 \family default
18509  only floats occupying less than 70\InsetSpace \thinspace{}
18510 % of the page can be placed at the top
18511  of a page (
18512 \series bold
18513
18514 \backslash
18515 topfraction
18516 \series default
18517 )
18518 \end_layout
18519
18520 \begin_layout Labeling
18521 \labelwidthstring 00.00.0000
18522
18523 \family sans
18524 Bottom\InsetSpace ~
18525 of\InsetSpace ~
18526 page
18527 \family default
18528 : only floats occupying less than 30\InsetSpace \thinspace{}
18529 % of the page can be placed at the bottom
18530  of a page.
18531  (
18532 \series bold
18533
18534 \backslash
18535 bottomfraction
18536 \series default
18537 )
18538 \end_layout
18539
18540 \begin_layout Labeling
18541 \labelwidthstring 00.00.0000
18542
18543 \family sans
18544 Page\InsetSpace ~
18545 of\InsetSpace ~
18546 floats
18547 \family default
18548 : only if more than 50\InsetSpace \thinspace{}
18549 % of the page are occupied by floats, several floats
18550  can be set together on a page.
18551  (
18552 \series bold
18553
18554 \backslash
18555 floatpagefraction
18556 \series default
18557 )
18558 \end_layout
18559
18560 \begin_layout Standard
18561 If you don't like these rules, you can ignore them by using the additional
18562  option 
18563 \family sans
18564 Ignore\InsetSpace ~
18565 LaTeX\InsetSpace ~
18566 rules
18567 \family default
18568 .
18569 \newline
18570 You can also redefine the rules with LaTeX-commands that are given in parenthese
18571 s behind the rules description above.
18572  To increase for example the often too small default of the bottom-rule
18573  to 50\InsetSpace \thinspace{}
18574 % of the page, add this line to your document preamble:
18575 \end_layout
18576
18577 \begin_layout Standard
18578
18579 \series bold
18580
18581 \backslash
18582 renewcommand{
18583 \backslash
18584 bottomfraction}{0.5}
18585 \end_layout
18586
18587 \begin_layout Standard
18588 Sometimes you might need, under all circumstances, a float to be placed
18589  exactly at the position where it is inserted.
18590  For this case you can use the option 
18591 \family sans
18592 Here\InsetSpace ~
18593 definitely
18594 \family default
18595 .
18596  Use this option very rarely and only if the document is nearly ready to
18597  be printed.
18598  Because the float is then no longer able to 
18599 \begin_inset Quotes eld
18600 \end_inset
18601
18602 float
18603 \begin_inset Quotes erd
18604 \end_inset
18605
18606  when you change your document and this will often destroy the page layout.
18607 \end_layout
18608
18609 \begin_layout Standard
18610 There are no placement options for text wrap floats, because they are always
18611  surrounded by the text of a certain paragraph.
18612 \begin_inset VSpace bigskip
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \begin_layout Standard
18619 Sometimes you have the problem that a float is placed at the top of a page
18620  while its corresponding section starts at the middle of the page, so that
18621  the reader could think the float is part of the previous section.
18622  To avoid this the LaTeX-command 
18623 \series bold
18624
18625 \backslash
18626 suppressf\SpecialChar \textcompwordmark{}
18627 loats
18628 \series default
18629  can be used.
18630  It suppresses a given float placement for the page where it is inserted
18631  and can therefore be used to avoid that floats could be set before a section
18632  starts.
18633  To get this, add these commands to your document preamble:
18634 \end_layout
18635
18636 \begin_layout Standard
18637
18638 \series bold
18639
18640 \backslash
18641 let
18642 \backslash
18643 mySection
18644 \backslash
18645 section
18646 \newline
18647
18648 \backslash
18649 renewcommand{
18650 \backslash
18651 section}{
18652 \backslash
18653 suppressf\SpecialChar \textcompwordmark{}
18654 loats[t]
18655 \backslash
18656 mySection}
18657 \end_layout
18658
18659 \begin_layout Standard
18660 You can define the same for all section headings, like chapters and subsections.
18661  This definition is not recommended to be used for small text parts like
18662  subsubsections because LaTeX may then have problems to find a suitable
18663  placement.
18664 \end_layout
18665
18666 \begin_layout Standard
18667 \begin_inset VSpace bigskip
18668 \end_inset
18669
18670 In some cases it is required to have all figures/tables at the end of the
18671  document.
18672  For this purpose the LaTeX-package 
18673 \series bold
18674 endf\SpecialChar \textcompwordmark{}
18675 loat
18676 \series default
18677
18678 \begin_inset LatexCommand index
18679 name "LaTeX-packages ! endfloat"
18680
18681 \end_inset
18682
18683  was developed.
18684  It puts all figure and table floats at the end of the document into own
18685  sections.
18686  At the original float position a text hint like 
18687 \begin_inset Quotes eld
18688 \end_inset
18689
18690
18691 \family sans
18692 [Figure\InsetSpace ~
18693 3.2 about here.]
18694 \family default
18695
18696 \begin_inset Quotes erd
18697 \end_inset
18698
18699  is inserted.
18700  The endfloat-package is loaded in the preamble with the line
18701 \end_layout
18702
18703 \begin_layout Standard
18704
18705 \series bold
18706
18707 \backslash
18708 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18709 loat}
18710 \end_layout
18711
18712 \begin_layout Standard
18713 There are various package options to format the created figure/table sections.
18714  For more information we refer to the 
18715 \series bold
18716 endf\SpecialChar \textcompwordmark{}
18717 loat
18718 \series default
18719  documentation 
18720 \begin_inset LatexCommand cite
18721 key "endfloat"
18722
18723 \end_inset
18724
18725 .
18726 \newline
18727
18728 \begin_inset Note Greyedout
18729 status open
18730
18731 \begin_layout Standard
18732
18733 \series bold
18734 Note: endf\SpecialChar \textcompwordmark{}
18735 loat
18736 \series default
18737  doesn't provide an automatic translation for the text hint, you have to
18738  do this manually, see section\InsetSpace ~
18739 4 in 
18740 \begin_inset LatexCommand cite
18741 key "endfloat"
18742
18743 \end_inset
18744
18745 .
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \newline
18752
18753 \begin_inset Note Greyedout
18754 status open
18755
18756 \begin_layout Standard
18757
18758 \series bold
18759 Note:
18760 \series default
18761  There is currently a bug in 
18762 \series bold
18763 endf\SpecialChar \textcompwordmark{}
18764 loat
18765 \series default
18766  when the caption contains a German 
18767 \begin_inset Quotes eld
18768 \end_inset
18769
18770 ß
18771 \begin_inset Quotes erd
18772 \end_inset
18773
18774 .
18775  Use in this case the command 
18776 \begin_inset Quotes eld
18777 \end_inset
18778
18779
18780 \series bold
18781
18782 \backslash
18783 ss
18784 \series default
18785
18786 \begin_inset Quotes erd
18787 \end_inset
18788
18789  in ERT instead of 
18790 \begin_inset Quotes eld
18791 \end_inset
18792
18793 ß
18794 \begin_inset Quotes erd
18795 \end_inset
18796
18797 .
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 \begin_inset VSpace bigskip
18807 \end_inset
18808
18809 For more details about float placements, have a look at LaTeX books, 
18810 \begin_inset LatexCommand cite
18811 key "latexcompanion,latexguide,latexbook"
18812
18813 \end_inset
18814
18815 .
18816 \end_layout
18817
18818 \begin_layout Section
18819 Rotated Floats
18820 \begin_inset LatexCommand label
18821 name "sec:Rotated-Floats"
18822
18823 \end_inset
18824
18825
18826 \begin_inset LatexCommand index
18827 name "Floats ! Rotating"
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Especially for wide tables you might have floats rotated.
18836  To rotate a whole float including the caption, right-click on the float-box
18837  and use the option 
18838 \family sans
18839 Rotate\InsetSpace ~
18840 sideways
18841 \family default
18842 .
18843 \end_layout
18844
18845 \begin_layout Standard
18846 Rotated floats are always placed on its own page (or column, when you have
18847  a two-column document).
18848  They are normally rotated so that you can read them from the outside margin
18849  -- to the left on even pages, to the right on odd pages.
18850 \end_layout
18851
18852 \begin_layout Standard
18853 Referencing rotated floats is the same like for normal floats, the caption
18854  format is also the same: Table\InsetSpace ~
18855
18856 \begin_inset LatexCommand ref
18857 reference "tab:Rotated-table"
18858
18859 \end_inset
18860
18861  is an example of a rotated table float.
18862 \end_layout
18863
18864 \begin_layout Standard
18865 \begin_inset Note Greyedout
18866 status open
18867
18868 \begin_layout Standard
18869
18870 \series bold
18871 Note:
18872 \series default
18873  Not all DVI-viewers are able to display rotated floats.
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \begin_layout Standard
18882 \begin_inset Float table
18883 wide false
18884 sideways true
18885 status open
18886
18887 \begin_layout Standard
18888 \begin_inset Caption
18889
18890 \begin_layout Standard
18891 \begin_inset LatexCommand label
18892 name "tab:Rotated-table"
18893
18894 \end_inset
18895
18896  Rotated table
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Standard
18905 \align center
18906 \begin_inset Tabular
18907 <lyxtabular version="3" rows="1" columns="5">
18908 <features>
18909 <column alignment="center" valignment="top" leftline="true" width="0">
18910 <column alignment="center" valignment="top" leftline="true" width="0">
18911 <column alignment="center" valignment="top" leftline="true" width="0">
18912 <column alignment="center" valignment="top" leftline="true" width="0">
18913 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18914 <row topline="true" bottomline="true">
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Standard
18919 test
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Standard
18928 b
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Standard
18937 c
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Standard
18946 d
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Standard
18955 e
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 </row>
18961 </lyxtabular>
18962
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \end_inset
18969
18970
18971 \end_layout
18972
18973 \begin_layout Section
18974 Caption Formatting
18975 \begin_inset LatexCommand index
18976 name "Caption ! Formatting"
18977
18978 \end_inset
18979
18980
18981 \begin_inset LatexCommand index
18982 name "Floats ! Caption Formatting"
18983
18984 \end_inset
18985
18986
18987 \begin_inset LatexCommand index
18988 name "LaTeX-packages ! caption"
18989
18990 \end_inset
18991
18992
18993 \begin_inset LatexCommand label
18994 name "sec:Caption-Formatting"
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Standard
19002 The 
19003 \family sans
19004 Caption
19005 \family default
19006  environment is the default paragraph environment for 
19007 \family sans
19008 Floats
19009 \family default
19010 .
19011  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
19012 g.\InsetSpace ~
19013
19014 \begin_inset Quotes eld
19015 \end_inset
19016
19017
19018 \family sans
19019 Figure #:
19020 \family default
19021
19022 \begin_inset Quotes erd
19023 \end_inset
19024
19025  followed by the caption text.
19026  The number sign 
19027 \begin_inset Quotes eld
19028 \end_inset
19029
19030 #
19031 \begin_inset Quotes erd
19032 \end_inset
19033
19034  is substituted in the printed output by the actual reference number.
19035  By default the label and the number are in the same font as the caption
19036  text and a colon follows the number to divide then label from the text.
19037  This caption format is not suitable for all document formats.
19038  
19039 \end_layout
19040
19041 \begin_layout Standard
19042 To change the default caption format, load the LaTeX-package 
19043 \series bold
19044 caption
19045 \series default
19046
19047 \begin_inset LatexCommand index
19048 name "LaTeX-packages ! caption"
19049
19050 \end_inset
19051
19052  in the document preamble with this line:
19053 \end_layout
19054
19055 \begin_layout Standard
19056
19057 \series bold
19058
19059 \backslash
19060 usepackage[format definition]{caption}
19061 \end_layout
19062
19063 \begin_layout Standard
19064 To have for example the label and the number in sans-serif bold font and
19065  the table captions always above the table like in this document, use the
19066  following command:
19067 \end_layout
19068
19069 \begin_layout Standard
19070
19071 \series bold
19072
19073 \backslash
19074 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19075 \end_layout
19076
19077 \begin_layout Standard
19078 You can also define different caption formats for the different float types.
19079  In this case load the 
19080 \series bold
19081 caption
19082 \series default
19083  package without format specific options and define the different formats
19084  with the help of the command
19085 \end_layout
19086
19087 \begin_layout Standard
19088
19089 \series bold
19090
19091 \backslash
19092 captionsetup[float type]{format definition}
19093 \end_layout
19094
19095 \begin_layout Standard
19096 in the document preamble.
19097  For example the caption formats of Figure\InsetSpace ~
19098
19099 \begin_inset LatexCommand ref
19100 reference "fig:This-is-an-fig"
19101
19102 \end_inset
19103
19104  and Table\InsetSpace ~
19105
19106 \begin_inset LatexCommand ref
19107 reference "tab:This-is-an-tab"
19108
19109 \end_inset
19110
19111  can be created using these commands in the document preamble:
19112 \end_layout
19113
19114 \begin_layout Standard
19115
19116 \series bold
19117
19118 \backslash
19119 usepackage[tableposition=top]{caption}
19120 \series default
19121
19122 \newline
19123
19124 \series bold
19125
19126 \backslash
19127 captionsetup[f\SpecialChar \textcompwordmark{}
19128 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19129 \newline
19130
19131 \begin_inset ERT
19132 status collapsed
19133
19134 \begin_layout Standard
19135
19136
19137 \backslash
19138 hphantom{
19139 \backslash
19140
19141 \backslash
19142 captionsetup[figure]
19143 \backslash
19144 {}
19145 \end_layout
19146
19147 \end_inset
19148
19149  labelsep=period}
19150 \newline
19151
19152 \backslash
19153 captionsetup[table]{labelfont={bf,sf}}
19154 \end_layout
19155
19156 \begin_layout Standard
19157 For more information about the package 
19158 \series bold
19159 caption
19160 \series default
19161  we refer to its documentation 
19162 \begin_inset LatexCommand cite
19163 key "caption,caption-de"
19164
19165 \end_inset
19166
19167 .
19168 \end_layout
19169
19170 \begin_layout Standard
19171 \begin_inset VSpace bigskip
19172 \end_inset
19173
19174 If you are using a 
19175 \series bold
19176 koma-script
19177 \series default
19178
19179 \begin_inset LatexCommand index
19180 name "LaTeX-packages ! koma-script"
19181
19182 \end_inset
19183
19184  document class (
19185 \family sans
19186 article (koma-script)
19187 \family default
19188
19189 \family sans
19190 book (koma-script)
19191 \family default
19192
19193 \family sans
19194 letter (koma-script)
19195 \family default
19196 , or 
19197 \family sans
19198 report (koma-script)
19199 \family default
19200 \InsetSpace \thinspace{}
19201 ), you can alternatively to the 
19202 \series bold
19203 caption
19204 \series default
19205  package use 
19206 \series bold
19207 koma-script
19208 \series default
19209 's built-in command 
19210 \series bold
19211
19212 \backslash
19213 setkomafont
19214 \series default
19215 .
19216  For example, to have the caption label in bold, add this command to your
19217  document preamble:
19218 \end_layout
19219
19220 \begin_layout Standard
19221
19222 \series bold
19223
19224 \backslash
19225 setkomafont{captionlabel}{
19226 \backslash
19227 bfseries}
19228 \end_layout
19229
19230 \begin_layout Standard
19231 For more information about 
19232 \series bold
19233
19234 \backslash
19235 setkomafont
19236 \series default
19237  we refer to the 
19238 \series bold
19239 koma-script
19240 \series default
19241  documentation 
19242 \begin_inset LatexCommand cite
19243 key "koma-script,koma-script-de"
19244
19245 \end_inset
19246
19247 .
19248 \end_layout
19249
19250 \begin_layout Standard
19251 \begin_inset ERT
19252 status collapsed
19253
19254 \begin_layout Standard
19255
19256
19257 \backslash
19258 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19259 }
19260 \end_layout
19261
19262 \end_inset
19263
19264
19265 \begin_inset Note Note
19266 status open
19267
19268 \begin_layout Standard
19269 The caption format is changed only for this example.
19270 \end_layout
19271
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \begin_layout Standard
19278 \begin_inset Float figure
19279 placement !p
19280 wide false
19281 sideways false
19282 status open
19283
19284 \begin_layout Standard
19285 \align center
19286 \begin_inset Graphics
19287         filename mobius.eps
19288         lyxscale 50
19289         scale 50
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \begin_layout Standard
19297 \begin_inset Caption
19298
19299 \begin_layout Standard
19300 \begin_inset LatexCommand label
19301 name "fig:This-is-an-fig"
19302
19303 \end_inset
19304
19305 This is an example figure caption that is longer than one line to show the
19306  different caption format.
19307  Here a self-defined caption format is used.
19308 \end_layout
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \begin_layout Standard
19321 \begin_inset ERT
19322 status collapsed
19323
19324 \begin_layout Standard
19325
19326
19327 \backslash
19328 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19329 on}
19330 \end_layout
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \begin_layout Standard
19338 \begin_inset Float table
19339 placement !p
19340 wide false
19341 sideways false
19342 status open
19343
19344 \begin_layout Standard
19345 \begin_inset Caption
19346
19347 \begin_layout Standard
19348 \begin_inset LatexCommand label
19349 name "tab:This-is-an-tab"
19350
19351 \end_inset
19352
19353 This is an example table caption that is longer than one line to show the
19354  different caption format.
19355  Here the standard caption format for tables in this document is used.
19356 \end_layout
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \begin_layout Standard
19364 \align center
19365 \begin_inset Tabular
19366 <lyxtabular version="3" rows="1" columns="5">
19367 <features>
19368 <column alignment="center" valignment="top" leftline="true" width="0">
19369 <column alignment="center" valignment="top" leftline="true" width="0">
19370 <column alignment="center" valignment="top" leftline="true" width="0">
19371 <column alignment="center" valignment="top" leftline="true" width="0">
19372 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19373 <row topline="true" bottomline="true">
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Standard
19378 a
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Standard
19387 b
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Standard
19396 c
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Standard
19405 d
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Standard
19414 e
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 </row>
19420 </lyxtabular>
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \begin_layout Section
19433 Caption Placement
19434 \begin_inset LatexCommand index
19435 name "Caption ! Placement"
19436
19437 \end_inset
19438
19439
19440 \begin_inset LatexCommand index
19441 name "Floats ! Caption Placement"
19442
19443 \end_inset
19444
19445
19446 \begin_inset LatexCommand label
19447 name "sec:Caption-Placement"
19448
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \begin_layout Standard
19455 The common caption placement rule is:
19456 \end_layout
19457
19458 \begin_layout Description
19459 Figure: Caption is set below the figure
19460 \end_layout
19461
19462 \begin_layout Description
19463 Table: Caption is set above the table
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Having the caption above the table is unfortunately not supported in LaTeX's
19468  standard classes.
19469  That means if you are using the document classes 
19470 \family sans
19471 article
19472 \family default
19473
19474 \family sans
19475 book
19476 \family default
19477
19478 \family sans
19479 letter
19480 \family default
19481 , or 
19482 \family sans
19483 report
19484 \family default
19485  there will be no space between the caption and the table.
19486  To insert the needed space, add the following option to the load command
19487  of the LaTeX-package 
19488 \series bold
19489 caption
19490 \series default
19491  in your document preamble
19492 \begin_inset Foot
19493 status collapsed
19494
19495 \begin_layout Standard
19496 See section\InsetSpace ~
19497
19498 \begin_inset LatexCommand ref
19499 reference "sec:Caption-Formatting"
19500
19501 \end_inset
19502
19503  for more information of the package 
19504 \series bold
19505 caption
19506 \series default
19507 .
19508 \end_layout
19509
19510 \end_inset
19511
19512 :
19513 \end_layout
19514
19515 \begin_layout Standard
19516
19517 \series bold
19518 tableposition=top
19519 \end_layout
19520
19521 \begin_layout Standard
19522 If you are using a 
19523 \series bold
19524 koma-script
19525 \series default
19526
19527 \begin_inset LatexCommand index
19528 name "LaTeX-packages ! koma-script"
19529
19530 \end_inset
19531
19532  document class (
19533 \family sans
19534 article (koma-script)
19535 \family default
19536
19537 \family sans
19538 book (koma-script)
19539 \family default
19540
19541 \family sans
19542 letter (koma-script)
19543 \family default
19544 , or 
19545 \family sans
19546 report (koma-script)
19547 \family default
19548 \InsetSpace \thinspace{}
19549 ), you can alternatively to the 
19550 \series bold
19551 caption
19552 \series default
19553  package set the document class option 
19554 \series bold
19555 tablecaptionabove
19556 \series default
19557 , or you can use the environment 
19558 \family sans
19559 caption\InsetSpace ~
19560 above
19561 \family default
19562  instead of the 
19563 \family sans
19564 caption
19565 \family default
19566  environment.
19567 \end_layout
19568
19569 \begin_layout Standard
19570 \begin_inset VSpace bigskip
19571 \end_inset
19572
19573 It is also possible to set the caption beside a figure or table.
19574  To get this the LaTeX-package 
19575 \series bold
19576 sidecap
19577 \series default
19578
19579 \begin_inset LatexCommand index
19580 name "LaTeX-packages ! sidecap"
19581
19582 \end_inset
19583
19584  has to be loaded in the document preamble with the line
19585 \end_layout
19586
19587 \begin_layout Standard
19588
19589 \series bold
19590
19591 \backslash
19592 usepackage[option]{sidecap}
19593 \end_layout
19594
19595 \begin_layout Standard
19596 If you set no option, the caption is placed on the side of the outer page
19597  margin -- to the right on odd pages, to the left on even pages.
19598  You can change the placement to inner margin with the option 
19599 \series bold
19600 innercaption
19601 \series default
19602 .
19603  To force the placement always to the right or left, use the option 
19604 \series bold
19605 rightcaption
19606 \series default
19607  or 
19608 \series bold
19609 leftcaption
19610 \series default
19611 , respectively.
19612 \end_layout
19613
19614 \begin_layout Standard
19615 To place in LyX the caption of a float on the side, it is necessary to add
19616  these commands to the document preamble:
19617 \end_layout
19618
19619 \begin_layout Standard
19620
19621 \lyxline
19622
19623 \end_layout
19624
19625 \begin_layout Standard
19626
19627 \series bold
19628
19629 \backslash
19630 newcommand{
19631 \backslash
19632 TabBesBeg}{%
19633 \newline
19634
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Standard
19639
19640
19641 \backslash
19642 hphantom{ }
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \backslash
19649 let
19650 \backslash
19651 MyTable
19652 \backslash
19653 table
19654 \newline
19655
19656 \begin_inset ERT
19657 status collapsed
19658
19659 \begin_layout Standard
19660
19661
19662 \backslash
19663 hphantom{ }
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \backslash
19670 let
19671 \backslash
19672 MyEndtable
19673 \backslash
19674 endtable
19675 \newline
19676
19677 \begin_inset ERT
19678 status collapsed
19679
19680 \begin_layout Standard
19681
19682
19683 \backslash
19684 hphantom{ }
19685 \end_layout
19686
19687 \end_inset
19688
19689
19690 \backslash
19691 renewenvironment{table}{
19692 \backslash
19693 begin{SCtable}}{
19694 \backslash
19695 end{SCtable}}}
19696 \end_layout
19697
19698 \begin_layout Standard
19699
19700 \series bold
19701
19702 \backslash
19703 newcommand{
19704 \backslash
19705 TabBesEnd}{%
19706 \newline
19707
19708 \begin_inset ERT
19709 status collapsed
19710
19711 \begin_layout Standard
19712
19713
19714 \backslash
19715 hphantom{ }
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \backslash
19722 let
19723 \backslash
19724 table
19725 \backslash
19726 MyTable
19727 \newline
19728
19729 \begin_inset ERT
19730 status collapsed
19731
19732 \begin_layout Standard
19733
19734
19735 \backslash
19736 hphantom{ }
19737 \end_layout
19738
19739 \end_inset
19740
19741
19742 \backslash
19743 let
19744 \backslash
19745 endtable
19746 \backslash
19747 MyEndtable
19748 \end_layout
19749
19750 \begin_layout Standard
19751
19752 \series bold
19753
19754 \backslash
19755 newcommand{
19756 \backslash
19757 FigBesBeg}{%
19758 \newline
19759
19760 \begin_inset ERT
19761 status collapsed
19762
19763 \begin_layout Standard
19764
19765
19766 \backslash
19767 hphantom{ }
19768 \end_layout
19769
19770 \end_inset
19771
19772
19773 \backslash
19774 let
19775 \backslash
19776 MyFigure
19777 \backslash
19778 f\SpecialChar \textcompwordmark{}
19779 igure
19780 \newline
19781
19782 \begin_inset ERT
19783 status collapsed
19784
19785 \begin_layout Standard
19786
19787
19788 \backslash
19789 hphantom{ }
19790 \end_layout
19791
19792 \end_inset
19793
19794
19795 \backslash
19796 let
19797 \backslash
19798 MyEndf\SpecialChar \textcompwordmark{}
19799 igure
19800 \backslash
19801 endf\SpecialChar \textcompwordmark{}
19802 igure
19803 \newline
19804
19805 \begin_inset ERT
19806 status collapsed
19807
19808 \begin_layout Standard
19809
19810
19811 \backslash
19812 hphantom{ }
19813 \end_layout
19814
19815 \end_inset
19816
19817
19818 \backslash
19819 renewenvironment{f\SpecialChar \textcompwordmark{}
19820 igure}{
19821 \backslash
19822 begin{SCf\SpecialChar \textcompwordmark{}
19823 igure}}{
19824 \backslash
19825 end{SCf\SpecialChar \textcompwordmark{}
19826 igure}}}
19827 \end_layout
19828
19829 \begin_layout Standard
19830
19831 \series bold
19832
19833 \backslash
19834 newcommand{
19835 \backslash
19836 FigBesEnd}{%
19837 \newline
19838
19839 \begin_inset ERT
19840 status collapsed
19841
19842 \begin_layout Standard
19843
19844
19845 \backslash
19846 hphantom{ }
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \backslash
19853 let
19854 \backslash
19855 f\SpecialChar \textcompwordmark{}
19856 igure
19857 \backslash
19858 MyFigure
19859 \newline
19860
19861 \begin_inset ERT
19862 status collapsed
19863
19864 \begin_layout Standard
19865
19866
19867 \backslash
19868 hphantom{ }
19869 \end_layout
19870
19871 \end_inset
19872
19873
19874 \backslash
19875 let
19876 \backslash
19877 endf\SpecialChar \textcompwordmark{}
19878 igure
19879 \backslash
19880 MyEndf\SpecialChar \textcompwordmark{}
19881 igure}
19882 \end_layout
19883
19884 \begin_layout Standard
19885
19886 \lyxline
19887
19888 \end_layout
19889
19890 \begin_layout Standard
19891 The commands allow you to redefine the floats so that the caption is set
19892  on the side.
19893  For figure floats use the command
19894 \end_layout
19895
19896 \begin_layout Standard
19897
19898 \series bold
19899
19900 \backslash
19901 FigBesBeg
19902 \end_layout
19903
19904 \begin_layout Standard
19905 in ERT before the float.
19906  Behind the float insert the command
19907 \end_layout
19908
19909 \begin_layout Standard
19910
19911 \series bold
19912
19913 \backslash
19914 FigBesEnd
19915 \end_layout
19916
19917 \begin_layout Standard
19918 in ERT to get back to the original float definition.
19919 \end_layout
19920
19921 \begin_layout Standard
19922 For table floats use the corresponding commands
19923 \end_layout
19924
19925 \begin_layout Standard
19926
19927 \series bold
19928
19929 \backslash
19930 TabBesBeg
19931 \series default
19932  and 
19933 \series bold
19934
19935 \backslash
19936 TabBesEnd
19937 \end_layout
19938
19939 \begin_layout Standard
19940 Figure\InsetSpace ~
19941
19942 \begin_inset LatexCommand ref
19943 reference "fig:cap-beside-fig"
19944
19945 \end_inset
19946
19947  and Table\InsetSpace ~
19948
19949 \begin_inset LatexCommand ref
19950 reference "tab:cap-beside-tab"
19951
19952 \end_inset
19953
19954  are examples where the caption is set beside.
19955 \end_layout
19956
19957 \begin_layout Standard
19958 You can see in the examples that the caption text appears at the top of
19959  the floats for table floats and at the bottom for figure floats.
19960  To change this, you can use the command
19961 \end_layout
19962
19963 \begin_layout Standard
19964
19965 \series bold
19966
19967 \backslash
19968 sidecaptionvpos{float type}{placement}
19969 \end_layout
19970
19971 \begin_layout Standard
19972 in the document preamble or in ERT before the float.
19973  The float type is either 
19974 \family sans
19975 figure
19976 \family default
19977  or 
19978 \family sans
19979 table
19980 \family default
19981 , the placement can be 
19982 \begin_inset Quotes eld
19983 \end_inset
19984
19985
19986 \family sans
19987 t
19988 \family default
19989
19990 \begin_inset Quotes erd
19991 \end_inset
19992
19993  for top, 
19994 \begin_inset Quotes eld
19995 \end_inset
19996
19997
19998 \family sans
19999 c
20000 \family default
20001
20002 \begin_inset Quotes erd
20003 \end_inset
20004
20005  for center, or 
20006 \begin_inset Quotes eld
20007 \end_inset
20008
20009
20010 \family sans
20011 b
20012 \family default
20013
20014 \begin_inset Quotes erd
20015 \end_inset
20016
20017  for bottom.
20018  To have for example the caption of figure floats vertically centered, use
20019  the command
20020 \end_layout
20021
20022 \begin_layout Standard
20023
20024 \series bold
20025
20026 \backslash
20027 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20028 igure}{c}
20029 \end_layout
20030
20031 \begin_layout Standard
20032 This was used for Figure\InsetSpace ~
20033
20034 \begin_inset LatexCommand ref
20035 reference "fig:cap-beside-fig-2"
20036
20037 \end_inset
20038
20039 .
20040 \end_layout
20041
20042 \begin_layout Standard
20043 \begin_inset VSpace defskip
20044 \end_inset
20045
20046 For more information about the package 
20047 \series bold
20048 sidecap
20049 \series default
20050  we refer to its documentation 
20051 \begin_inset LatexCommand cite
20052 key "sidecap"
20053
20054 \end_inset
20055
20056 .
20057 \end_layout
20058
20059 \begin_layout Standard
20060 \begin_inset Note Greyedout
20061 status open
20062
20063 \begin_layout Standard
20064
20065 \series bold
20066 Note:
20067 \series default
20068  The LaTeX-package 
20069 \series bold
20070 hypcap
20071 \series default
20072
20073 \begin_inset LatexCommand index
20074 name "LaTeX-packages ! hypcap"
20075
20076 \end_inset
20077
20078 , described in section\InsetSpace ~
20079
20080 \begin_inset LatexCommand ref
20081 reference "sub:Reference-Position"
20082
20083 \end_inset
20084
20085 , has no effect on floats with the caption set beside.
20086 \end_layout
20087
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \begin_layout Standard
20094 \begin_inset ERT
20095 status collapsed
20096
20097 \begin_layout Standard
20098
20099
20100 \backslash
20101 FigBesBeg 
20102 \end_layout
20103
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \begin_layout Standard
20110 \begin_inset Float figure
20111 wide false
20112 sideways false
20113 status open
20114
20115 \begin_layout Standard
20116 \begin_inset Graphics
20117         filename escher-lsd.eps
20118         scale 75
20119
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Standard
20126 \begin_inset Caption
20127
20128 \begin_layout Standard
20129 \begin_inset LatexCommand label
20130 name "fig:cap-beside-fig"
20131
20132 \end_inset
20133
20134 This is a caption beside a figure.
20135 \end_layout
20136
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \begin_layout Standard
20148 \begin_inset ERT
20149 status collapsed
20150
20151 \begin_layout Standard
20152
20153
20154 \backslash
20155 TabBesBeg 
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Standard
20164 \begin_inset Float table
20165 wide false
20166 sideways false
20167 status open
20168
20169 \begin_layout Standard
20170 \begin_inset Caption
20171
20172 \begin_layout Standard
20173 \begin_inset LatexCommand label
20174 name "tab:cap-beside-tab"
20175
20176 \end_inset
20177
20178 This is a caption beside a table.
20179 \end_layout
20180
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \begin_layout Standard
20187 \begin_inset Tabular
20188 <lyxtabular version="3" rows="4" columns="5">
20189 <features>
20190 <column alignment="center" valignment="top" leftline="true" width="0">
20191 <column alignment="center" valignment="top" leftline="true" width="0">
20192 <column alignment="center" valignment="top" leftline="true" width="0">
20193 <column alignment="center" valignment="top" leftline="true" width="0">
20194 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20195 <row topline="true">
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Standard
20200 a
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Standard
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Standard
20218 b
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Standard
20227
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Standard
20236 c
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row topline="true">
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Standard
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Standard
20256 d
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Standard
20265
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Standard
20274 e
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Standard
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row topline="true">
20290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Standard
20294 f
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Standard
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Standard
20312 g
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Standard
20321
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Standard
20330 h
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 <row topline="true" bottomline="true">
20337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Standard
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Standard
20350 i
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Standard
20359
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Standard
20368 j
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Standard
20377
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 </lyxtabular>
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 \begin_inset ERT
20397 status collapsed
20398
20399 \begin_layout Standard
20400
20401
20402 \backslash
20403 TabBesEnd
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412 \begin_inset ERT
20413 status collapsed
20414
20415 \begin_layout Standard
20416
20417
20418 \backslash
20419 sidecaptionvpos{figure}{c}
20420 \end_layout
20421
20422 \end_inset
20423
20424
20425 \begin_inset Float figure
20426 wide false
20427 sideways false
20428 status open
20429
20430 \begin_layout Standard
20431 \begin_inset Graphics
20432         filename escher-lsd.eps
20433         scale 75
20434
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \begin_layout Standard
20441 \begin_inset Caption
20442
20443 \begin_layout Standard
20444 \begin_inset LatexCommand label
20445 name "fig:cap-beside-fig-2"
20446
20447 \end_inset
20448
20449 This is a vertically centered caption beside a figure.
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \begin_layout Standard
20463 \begin_inset ERT
20464 status collapsed
20465
20466 \begin_layout Standard
20467
20468
20469 \backslash
20470 FigBesEnd
20471 \end_layout
20472
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Section
20479 Listings of Floats
20480 \begin_inset LatexCommand label
20481 name "sec:Listings-of-Floats"
20482
20483 \end_inset
20484
20485
20486 \begin_inset LatexCommand index
20487 name "Floats ! Listings"
20488
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \begin_layout Standard
20495 Similar to the the table of contents where the sections of the document
20496  are listed, there are listings for all float types, like the figures of
20497  the documents.
20498  You can insert them via the 
20499 \family sans
20500 Insert\SpecialChar \menuseparator
20501 List\InsetSpace ~
20502 /\InsetSpace ~
20503 TOC
20504 \family default
20505  sub menus.
20506 \end_layout
20507
20508 \begin_layout Standard
20509 The list entries are the float captions or its short title, the float number,
20510  and the page number where they appear in the document.
20511 \end_layout
20512
20513 \begin_layout Standard
20514 You can find the list of figures and tables at the end of this document.
20515 \end_layout
20516
20517 \begin_layout Chapter
20518 Notes
20519 \end_layout
20520
20521 \begin_layout Section
20522 \begin_inset ERT
20523 status collapsed
20524
20525 \begin_layout Standard
20526
20527
20528 \backslash
20529 texorpdfstring{
20530 \end_layout
20531
20532 \end_inset
20533
20534 LyX
20535 \begin_inset ERT
20536 status collapsed
20537
20538 \begin_layout Standard
20539
20540 }{LyX}
20541 \end_layout
20542
20543 \end_inset
20544
20545  Notes
20546 \begin_inset LatexCommand label
20547 name "sec:LyX-Notes"
20548
20549 \end_inset
20550
20551
20552 \begin_inset LatexCommand index
20553 name "Notes ! LyX Notes"
20554
20555 \end_inset
20556
20557
20558 \begin_inset Note Note
20559 status collapsed
20560
20561 \begin_layout Standard
20562 The command 
20563 \backslash
20564 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
20565  are displayed wrongly in PDF-bookmarks.
20566  For more information about this, have a look at 
20567 \begin_inset LatexCommand cite
20568 key "hyperref"
20569
20570 \end_inset
20571
20572 .
20573 \end_layout
20574
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \begin_layout Standard
20581 Notes are inserted with the toolbar button 
20582 \begin_inset Graphics
20583         filename ../images/note-insert.xpm
20584         scale 85
20585
20586 \end_inset
20587
20588  or the menu 
20589 \family sans
20590 Insert\SpecialChar \menuseparator
20591 Note
20592 \family default
20593 .
20594  There are three types of notes:
20595 \end_layout
20596
20597 \begin_layout Description
20598 LyX\InsetSpace ~
20599 Note This note type is for internal notes that won't appear in the output.
20600  Its note-box looks like this:
20601 \newline
20602
20603 \newline
20604
20605 \begin_inset Graphics
20606         filename ../clipart/LyXNoteImageQt4.png
20607         display none
20608         scale 85
20609
20610 \end_inset
20611
20612  
20613 \begin_inset Note Note
20614 status open
20615
20616 \begin_layout Standard
20617 This is text in a note box that doesn't appear in the output.
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \begin_layout Description
20626 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
20627 ent, when you export the document to LaTeX via the menu 
20628 \family sans
20629 File\SpecialChar \menuseparator
20630 Export\SpecialChar \menuseparator
20631 LaTeX (pdflatex) / LaTeX (plain)
20632 \family default
20633 .
20634  Its note-box looks like this:
20635 \newline
20636
20637 \newline
20638
20639 \begin_inset Graphics
20640         filename ../clipart/CommentNoteImageQt4.png
20641         display none
20642         scale 85
20643
20644 \end_inset
20645
20646  
20647 \begin_inset Note Comment
20648 status open
20649
20650 \begin_layout Standard
20651 This is text in a note box that only appears as comment in LaTeX-files.
20652 \end_layout
20653
20654 \end_inset
20655
20656
20657 \end_layout
20658
20659 \begin_layout Description
20660 Greyed\InsetSpace ~
20661 Out This note will appear in the output as grey text.
20662  Its note-box looks like this:
20663 \newline
20664
20665 \newline
20666
20667 \begin_inset Graphics
20668         filename ../clipart/GreyedOutNoteImageQt4.png
20669         display none
20670         scale 85
20671
20672 \end_inset
20673
20674
20675 \newline
20676
20677 \begin_inset ERT
20678 status collapsed
20679
20680 \begin_layout Standard
20681
20682
20683 \backslash
20684 renewenvironment{lyxgreyedout}
20685 \end_layout
20686
20687 \begin_layout Standard
20688
20689 {
20690 \backslash
20691 textcolor[gray]{0.8}
20692 \backslash
20693 bgroup}{
20694 \backslash
20695 egroup}
20696 \end_layout
20697
20698 \end_inset
20699
20700
20701 \begin_inset Note Greyedout
20702 status open
20703
20704 \begin_layout Standard
20705 This is text
20706 \begin_inset Foot
20707 status open
20708
20709 \begin_layout Standard
20710 This is an example footnote within a greyed out note.
20711 \end_layout
20712
20713 \end_inset
20714
20715  of a comment that appears in the output as grey text.
20716 \end_layout
20717
20718 \end_inset
20719
20720
20721 \begin_inset ERT
20722 status collapsed
20723
20724 \begin_layout Standard
20725
20726
20727 \backslash
20728 renewenvironment{lyxgreyedout}
20729 \end_layout
20730
20731 \begin_layout Standard
20732
20733 {
20734 \backslash
20735 textcolor{blue}
20736 \backslash
20737 bgroup}{
20738 \backslash
20739 egroup}
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \begin_inset Note Note
20746 status collapsed
20747
20748 \begin_layout Standard
20749 The greyed out note is here redefined to show it with the original LyX definitio
20750 n because greyed out notes are redefined in the preamble of this document,
20751  as described below, to have blue text.
20752 \end_layout
20753
20754 \end_inset
20755
20756
20757 \newline
20758
20759 \newline
20760 As you can see in the example, the first line of greyed out notes is a bit
20761  indented and greyed out notes can have footnotes.
20762 \end_layout
20763
20764 \begin_layout Description
20765 Framed This note will appear in the output as framed text.
20766  Its note-box looks like this:
20767 \newline
20768
20769 \newline
20770
20771 \begin_inset Graphics
20772         filename ../clipart/FramedNoteImageQt4.png
20773         display none
20774         scale 85
20775
20776 \end_inset
20777
20778  
20779 \begin_inset Note Framed
20780 status open
20781
20782 \begin_layout Standard
20783 This is text in a note box that appears framed in the output.
20784 \end_layout
20785
20786 \end_inset
20787
20788  In contrary to framed boxes
20789 \begin_inset Foot
20790 status collapsed
20791
20792 \begin_layout Standard
20793 Framed boxes are described in section\InsetSpace ~
20794
20795 \begin_inset LatexCommand ref
20796 reference "sec:Framed-Boxes"
20797
20798 \end_inset
20799
20800 .
20801 \end_layout
20802
20803 \end_inset
20804
20805  the frame uses always the whole text width and the note is set into its
20806  own paragraph.
20807 \end_layout
20808
20809 \begin_layout Description
20810 Shaded This note will appear in the output with red background color.
20811  Its note box looks like this:
20812 \newline
20813
20814 \newline
20815
20816 \begin_inset Graphics
20817         filename ../clipart/ShadedNoteImageQt4.png
20818         display none
20819         scale 85
20820
20821 \end_inset
20822
20823
20824 \begin_inset Note Shaded
20825 status open
20826
20827 \begin_layout Standard
20828 This text in a note box appears in the output with red background.
20829 \end_layout
20830
20831 \end_inset
20832
20833 In contrary to colored boxes
20834 \begin_inset Foot
20835 status collapsed
20836
20837 \begin_layout Standard
20838 Colored boxes are described in section\InsetSpace ~
20839
20840 \begin_inset LatexCommand ref
20841 reference "sec:Colored-Boxes"
20842
20843 \end_inset
20844
20845 .
20846 \end_layout
20847
20848 \end_inset
20849
20850  the note uses always the whole text width and the note is set into its
20851  own paragraph.
20852 \end_layout
20853
20854 \begin_layout Standard
20855 \begin_inset VSpace bigskip
20856 \end_inset
20857
20858 When you use the toolbar button to insert notes, a 
20859 \family sans
20860 LyX\InsetSpace ~
20861 Note
20862 \family default
20863  is inserted.
20864  You can switch between the three note types by right-clicking on the note-box.
20865  
20866 \family roman
20867 \series medium
20868 \bar no
20869 If you want to turn existing text into a note, mark it and click on the
20870  note 
20871 \family default
20872 \series default
20873 \bar default
20874 toolbar 
20875 \family roman
20876 \series medium
20877 \bar no
20878 button
20879 \family default
20880 \series default
20881 \bar default
20882 .
20883 \end_layout
20884
20885 \begin_layout Standard
20886 \begin_inset VSpace bigskip
20887 \end_inset
20888
20889 You can change the text color of the greyed out notes in the preamble with
20890  the following command:
20891 \end_layout
20892
20893 \begin_layout Standard
20894
20895 \series bold
20896
20897 \backslash
20898 renewenvironment{lyxgreyedout}
20899 \newline
20900
20901 \begin_inset ERT
20902 status collapsed
20903
20904 \begin_layout Standard
20905
20906
20907 \backslash
20908 hphantom{ }
20909 \end_layout
20910
20911 \end_inset
20912
20913 {
20914 \backslash
20915 textcolor{color}
20916 \backslash
20917 bgroup}{
20918 \backslash
20919 egroup}
20920 \end_layout
20921
20922 \begin_layout Standard
20923 The available colors and the method to define own colors is explained in
20924  section\InsetSpace ~
20925
20926 \begin_inset LatexCommand ref
20927 reference "sec:Colored-Tables"
20928
20929 \end_inset
20930
20931 .
20932 \end_layout
20933
20934 \begin_layout Standard
20935 Notes that appear in blue in this document are set using greyed out notes
20936  with blue text.
20937 \end_layout
20938
20939 \begin_layout Standard
20940 \begin_inset VSpace bigskip
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \begin_layout Standard
20947 The text style of 
20948 \family sans
20949 Framed
20950 \family default
20951  and 
20952 \family sans
20953 Shaded
20954 \family default
20955  notes can be set in the 
20956 \family sans
20957 Text Style
20958 \family default
20959  dialog.
20960 \end_layout
20961
20962 \begin_layout Standard
20963 The default frame width for 
20964 \family sans
20965 Framed
20966 \family default
20967  notes is 0.4\InsetSpace \thinspace{}
20968 pt; it can be changed by changing the size 
20969 \series bold
20970
20971 \backslash
20972 FrameRule
20973 \series default
20974 .
20975  The default space between the note content and the frame is 9\InsetSpace \thinspace{}
20976 pt; it can
20977  be changed by changing the size 
20978 \series bold
20979
20980 \backslash
20981 FrameSep
20982 \series default
20983 .
20984  For example the frame appearance of the following 
20985 \family sans
20986 Framed
20987 \family default
20988  note is set with the ERT commands
20989 \end_layout
20990
20991 \begin_layout Standard
20992
20993 \series bold
20994
20995 \backslash
20996 FrameRule 5pt 
20997 \backslash
20998 FrameSep 0.5cm
20999 \end_layout
21000
21001 \begin_layout Standard
21002 \begin_inset ERT
21003 status collapsed
21004
21005 \begin_layout Standard
21006
21007
21008 \backslash
21009 FrameRule 5pt 
21010 \backslash
21011 FrameSep 0.5cm
21012 \end_layout
21013
21014 \end_inset
21015
21016
21017 \begin_inset Note Framed
21018 status open
21019
21020 \begin_layout Standard
21021 This is text in a 
21022 \family sans
21023 Framed
21024 \family default
21025  note.
21026 \end_layout
21027
21028 \end_inset
21029
21030
21031 \begin_inset ERT
21032 status collapsed
21033
21034 \begin_layout Standard
21035
21036
21037 \backslash
21038 FrameRule 0.4pt 
21039 \backslash
21040 FrameSep 9pt
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \begin_layout Standard
21049 \begin_inset VSpace bigskip
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \begin_layout Standard
21056 For 
21057 \family sans
21058 Shaded
21059 \family default
21060  notes the default space between the note content and the note border is
21061  3\InsetSpace \thinspace{}
21062 pt; it can be changed by changing the size 
21063 \series bold
21064
21065 \backslash
21066 fboxsep
21067 \series default
21068 .
21069 \newline
21070 The default background color red can be changed with the command 
21071 \series bold
21072
21073 \backslash
21074 def\SpecialChar \textcompwordmark{}
21075 inecolor{shadebox}
21076 \series default
21077 .
21078  The scheme of the 
21079 \series bold
21080
21081 \backslash
21082 def\SpecialChar \textcompwordmark{}
21083 inecolor
21084 \series default
21085  command is explained in section\InsetSpace ~
21086
21087 \begin_inset LatexCommand ref
21088 reference "sec:Colored-Tables"
21089
21090 \end_inset
21091
21092
21093 \begin_inset Foot
21094 status collapsed
21095
21096 \begin_layout Standard
21097 Note that 
21098 \series bold
21099
21100 \backslash
21101 def
21102 \series default
21103 \SpecialChar \textcompwordmark{}
21104
21105 \series bold
21106 inecolor
21107 \series default
21108  requires the LaTeX-package 
21109 \series bold
21110 color
21111 \series default
21112  in the preamble, see section\InsetSpace ~
21113
21114 \begin_inset LatexCommand ref
21115 reference "sec:Colored-Boxes"
21116
21117 \end_inset
21118
21119 .
21120 \end_layout
21121
21122 \end_inset
21123
21124 .
21125 \end_layout
21126
21127 \begin_layout Standard
21128 For example the appearance of the following 
21129 \family sans
21130 Shaded
21131 \family default
21132  note is set with the ERT commands
21133 \end_layout
21134
21135 \begin_layout Standard
21136
21137 \series bold
21138
21139 \backslash
21140 fboxsep 0.5cm
21141 \series default
21142
21143 \newline
21144
21145 \series bold
21146
21147 \backslash
21148 def\SpecialChar \textcompwordmark{}
21149 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21150 \end_layout
21151
21152 \begin_layout Standard
21153 \begin_inset ERT
21154 status collapsed
21155
21156 \begin_layout Standard
21157
21158
21159 \backslash
21160 fboxsep 0.5cm
21161 \end_layout
21162
21163 \end_inset
21164
21165
21166 \begin_inset ERT
21167 status collapsed
21168
21169 \begin_layout Standard
21170
21171
21172 \backslash
21173 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21174 \end_layout
21175
21176 \end_inset
21177
21178
21179 \begin_inset Note Shaded
21180 status open
21181
21182 \begin_layout Standard
21183
21184 \color yellow
21185 This is yellow text in a 
21186 \family sans
21187 Shaded
21188 \family default
21189  note with darkgreen background.
21190 \end_layout
21191
21192 \end_inset
21193
21194
21195 \begin_inset ERT
21196 status collapsed
21197
21198 \begin_layout Standard
21199
21200
21201 \backslash
21202 fboxsep 3pt
21203 \end_layout
21204
21205 \end_inset
21206
21207
21208 \begin_inset ERT
21209 status collapsed
21210
21211 \begin_layout Standard
21212
21213
21214 \backslash
21215 definecolor{shadecolor}{rgb}{1,0,0}
21216 \end_layout
21217
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \begin_layout Section
21224 Footnotes
21225 \begin_inset LatexCommand label
21226 name "sec:Footnotes"
21227
21228 \end_inset
21229
21230
21231 \begin_inset LatexCommand index
21232 name "Notes ! Footnotes"
21233
21234 \end_inset
21235
21236
21237 \begin_inset LatexCommand index
21238 name "Footnotes"
21239
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \begin_layout Standard
21246 Footnotes can be inserted using the toolbar button 
21247 \begin_inset Graphics
21248         filename ../images/footnote-insert.xpm
21249         scale 85
21250
21251 \end_inset
21252
21253  or the menu 
21254 \family sans
21255 Insert\SpecialChar \menuseparator
21256 Footnote
21257 \family default
21258 .
21259  
21260 \family roman
21261 \series medium
21262 \bar no
21263 You'll see 
21264 \family default
21265 \series default
21266 \bar default
21267 then the following footnote-box: 
21268 \begin_inset Graphics
21269         filename ../clipart/footnoteQt4.png
21270         scale 80
21271
21272 \end_inset
21273
21274
21275 \family roman
21276 \series medium
21277 \bar no
21278  where you can enter the footnote text.
21279  If you want to turn existing text into a footnote, mark it and click on
21280  the footnote 
21281 \family default
21282 \series default
21283 \bar default
21284 toolbar 
21285 \family roman
21286 \series medium
21287 \bar no
21288 button
21289 \family default
21290 \series default
21291 \bar default
21292 .
21293 \end_layout
21294
21295 \begin_layout Standard
21296 Here is an example footnote:
21297 \family roman
21298 \series medium
21299 \bar no
21300
21301 \begin_inset Foot
21302 status open
21303
21304 \begin_layout Standard
21305 \begin_inset LatexCommand label
21306 name "foot:This-is-an"
21307
21308 \end_inset
21309
21310 This is an example footnote.
21311 \end_layout
21312
21313 \end_inset
21314
21315
21316 \family default
21317 \series default
21318 \bar default
21319
21320 \begin_inset ERT
21321 status collapsed
21322
21323 \begin_layout Standard
21324
21325
21326 \backslash
21327 newcounter{MyRepeatFoot}
21328 \end_layout
21329
21330 \begin_layout Standard
21331
21332
21333 \backslash
21334 setcounter{MyRepeatFoot}{
21335 \backslash
21336 thefootnote}
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \begin_layout Standard
21345 The footnote will appear in the output as a superscript number at the text
21346  position where the footnote box is placed.
21347  The footnote text is placed at the bottom of the current page.
21348  The footnote number is calculated by LaTeX, the numbers are consecutive.
21349  It depends on your document-class, if the footnote number is reset for
21350  every chapter.
21351 \end_layout
21352
21353 \begin_layout Standard
21354 Footnotes can be referenced like floats: Insert a label into the footnote
21355  and cross-reference this label in the text as described in section\InsetSpace ~
21356
21357 \begin_inset LatexCommand ref
21358 reference "sec:Referencing-Floats"
21359
21360 \end_inset
21361
21362 .
21363 \newline
21364 This is a cross-reference of Footnote\InsetSpace ~
21365
21366 \begin_inset LatexCommand ref
21367 reference "foot:This-is-an"
21368
21369 \end_inset
21370
21371 .
21372 \newline
21373
21374 \begin_inset Note Greyedout
21375 status open
21376
21377 \begin_layout Standard
21378
21379 \series bold
21380 Note:
21381 \series default
21382  LyX doesn't provide a prefix for labels in footnotes, so you have to insert
21383  e.\InsetSpace \thinspace{}
21384 g.\InsetSpace ~
21385 the prefix 
21386 \family sans
21387
21388 \begin_inset Quotes eld
21389 \end_inset
21390
21391 foot:
21392 \family default
21393
21394 \begin_inset Quotes erd
21395 \end_inset
21396
21397  manually when you want to use the reference style 
21398 \family sans
21399 Formatted\InsetSpace ~
21400 reference
21401 \family default
21402 .
21403 \end_layout
21404
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \begin_layout Standard
21411 \begin_inset VSpace defskip
21412 \end_inset
21413
21414 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
21415
21416 \begin_inset LatexCommand ref
21417 reference "sec:Minipages"
21418
21419 \end_inset
21420
21421 .
21422  Footnotes within longtables are described in section\InsetSpace ~
21423
21424 \begin_inset LatexCommand ref
21425 reference "sub:Footnotes-in-Longtables"
21426
21427 \end_inset
21428
21429 .
21430 \end_layout
21431
21432 \begin_layout Standard
21433 \begin_inset VSpace defskip
21434 \end_inset
21435
21436 To create only a mark for a footnote, use the command 
21437 \series bold
21438
21439 \backslash
21440 footnotemark[number]
21441 \series default
21442  in ERT.
21443  This is used when you have the same annotation several times in a text
21444  but doesn't want to print the footnote text every time.
21445 \newline
21446 As you don't know
21447  the number of the repeating footnote while you are writing the text, you
21448  have to store its number.
21449  For the following footnote mark example, these commands were inserted in
21450  ERT behind Footnote\InsetSpace ~
21451
21452 \begin_inset LatexCommand ref
21453 reference "foot:This-is-an"
21454
21455 \end_inset
21456
21457  to store the footnote number:
21458 \end_layout
21459
21460 \begin_layout Standard
21461
21462 \series bold
21463
21464 \backslash
21465 newcounter{MyRepeatFoot}
21466 \newline
21467
21468 \backslash
21469 setcounter{MyRepeatFoot}{
21470 \backslash
21471 thefootnote}
21472 \end_layout
21473
21474 \begin_layout Standard
21475 The footnote mark was then created with this command:
21476 \end_layout
21477
21478 \begin_layout Standard
21479
21480 \series bold
21481
21482 \backslash
21483 footnotemark[
21484 \backslash
21485 theMyRepeatFoot]
21486 \end_layout
21487
21488 \begin_layout Standard
21489 Here is an example footnote mark:
21490 \family roman
21491 \series medium
21492 \bar no
21493
21494 \begin_inset ERT
21495 status collapsed
21496
21497 \begin_layout Standard
21498
21499
21500 \backslash
21501 footnotemark[
21502 \backslash
21503 theMyRepeatFoot]
21504 \end_layout
21505
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \begin_layout Subsection
21512 Footnote Numbering
21513 \begin_inset LatexCommand label
21514 name "sub:Footnote-Numbering"
21515
21516 \end_inset
21517
21518
21519 \begin_inset LatexCommand index
21520 name "Footnotes ! Numbering"
21521
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \begin_layout Standard
21528 If you want to have footnotes numbered in the scheme 
21529 \begin_inset Quotes eld
21530 \end_inset
21531
21532 chapter.footnote
21533 \begin_inset Quotes erd
21534 \end_inset
21535
21536 , add the following command to your document preamble:
21537 \end_layout
21538
21539 \begin_layout Standard
21540
21541 \series bold
21542
21543 \backslash
21544 numberwithin{footnote}{chapter}
21545 \end_layout
21546
21547 \begin_layout Standard
21548 To be able to use the command 
21549 \series bold
21550
21551 \backslash
21552 numberwithin
21553 \series default
21554 , set in the tab 
21555 \family sans
21556 Math\InsetSpace ~
21557 Options
21558 \family default
21559  in the document settings the option 
21560 \family sans
21561 Use\InsetSpace ~
21562 AMS\InsetSpace ~
21563 math\InsetSpace ~
21564 package
21565 \family default
21566 .
21567 \end_layout
21568
21569 \begin_layout Standard
21570 \begin_inset ERT
21571 status collapsed
21572
21573 \begin_layout Standard
21574
21575
21576 \backslash
21577 numberwithin{footnote}{chapter}
21578 \end_layout
21579
21580 \end_inset
21581
21582 This is another example footnote:
21583 \series bold
21584
21585 \begin_inset Foot
21586 status open
21587
21588 \begin_layout Standard
21589 This is a footnote numbered in the scheme 
21590 \begin_inset Quotes eld
21591 \end_inset
21592
21593 chapter.footnote
21594 \begin_inset Quotes erd
21595 \end_inset
21596
21597 .
21598 \end_layout
21599
21600 \end_inset
21601
21602
21603 \series default
21604
21605 \begin_inset ERT
21606 status collapsed
21607
21608 \begin_layout Standard
21609
21610
21611 \backslash
21612 numberwithin{footnote}{part}
21613 \end_layout
21614
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \begin_layout Standard
21621 \begin_inset VSpace bigskip
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \begin_layout Standard
21628 To reset the footnote number back to 1 after each section
21629 \family roman
21630 , add this command to your document preamble:
21631 \end_layout
21632
21633 \begin_layout Standard
21634
21635 \series bold
21636
21637 \backslash
21638 @addtoreset{footnote}{section}
21639 \end_layout
21640
21641 \begin_layout Standard
21642 \begin_inset VSpace bigskip
21643 \end_inset
21644
21645 The following preamble command changes the footnote numbering style to small
21646  roman numerals:
21647 \end_layout
21648
21649 \begin_layout Standard
21650
21651 \series bold
21652
21653 \backslash
21654 renewcommand{
21655 \backslash
21656 thefootnote}{
21657 \backslash
21658 roman{footnote}}
21659 \end_layout
21660
21661 \begin_layout Standard
21662 \begin_inset ERT
21663 status collapsed
21664
21665 \begin_layout Standard
21666
21667
21668 \backslash
21669 renewcommand{
21670 \backslash
21671 thefootnote}{
21672 \backslash
21673 roman{footnote}}
21674 \end_layout
21675
21676 \end_inset
21677
21678  This is a footnote with roman numbering:
21679 \begin_inset Foot
21680 status open
21681
21682 \begin_layout Standard
21683 This is an example footnote with roman numbering.
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \begin_inset ERT
21690 status collapsed
21691
21692 \begin_layout Standard
21693
21694
21695 \backslash
21696 renewcommand{
21697 \backslash
21698 thefootnote}{
21699 \backslash
21700 arabic{footnote}}
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \begin_layout Standard
21709 To change the numbering style to capital roman numerals replace in the command
21710  above 
21711 \series bold
21712
21713 \backslash
21714 roman
21715 \series default
21716  by 
21717 \series bold
21718
21719 \backslash
21720 Roman
21721 \series default
21722 .
21723  To 
21724 \begin_inset Quotes eld
21725 \end_inset
21726
21727 number
21728 \begin_inset Quotes erd
21729 \end_inset
21730
21731  footnotes with capital or small Latin letters use 
21732 \series bold
21733
21734 \backslash
21735 Alph
21736 \series default
21737  or 
21738 \series bold
21739
21740 \backslash
21741 alph
21742 \series default
21743 , respectively.
21744  To 
21745 \begin_inset Quotes eld
21746 \end_inset
21747
21748 number
21749 \begin_inset Quotes erd
21750 \end_inset
21751
21752  footnotes with symbols use 
21753 \series bold
21754
21755 \backslash
21756 fnsymbol
21757 \series default
21758 .
21759 \end_layout
21760
21761 \begin_layout Standard
21762 \begin_inset Note Greyedout
21763 status open
21764
21765 \begin_layout Standard
21766
21767 \series bold
21768 Note:
21769 \series medium
21770  
21771 \series default
21772 You can only number 26 footnotes with Latin letters, because this numbering
21773  is limited to single letters.
21774 \end_layout
21775
21776 \end_inset
21777
21778
21779 \newline
21780
21781 \begin_inset Note Greyedout
21782 status open
21783
21784 \begin_layout Standard
21785
21786 \series bold
21787 Note:
21788 \series default
21789  You can only number 9 footnotes with symbols.
21790 \end_layout
21791
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \begin_layout Standard
21798 To return to the default numbering style when you changed to another one,
21799  use 
21800 \series bold
21801
21802 \backslash
21803 arabic
21804 \series default
21805  instead of 
21806 \series bold
21807
21808 \backslash
21809 roman
21810 \series default
21811  in the command above.
21812 \end_layout
21813
21814 \begin_layout Subsection
21815 Footnote Placement
21816 \begin_inset LatexCommand index
21817 name "Footnotes ! Placement"
21818
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \begin_layout Standard
21825 If you have several footnotes in one page, they appear without vertical
21826  space between them at the bottom of the page.
21827  To make them better readable you can e.\InsetSpace \thinspace{}
21828 g.\InsetSpace ~
21829 add 1.5\InsetSpace \thinspace{}
21830 mm space with the following
21831  preamble command:
21832 \end_layout
21833
21834 \begin_layout Standard
21835
21836 \series bold
21837
21838 \backslash
21839 let
21840 \backslash
21841 myFoot
21842 \backslash
21843 footnote
21844 \newline
21845
21846 \backslash
21847 renewcommand{
21848 \backslash
21849 footnote}[1]{
21850 \backslash
21851 myFoot{#1
21852 \backslash
21853 vspace{1.5mm}}}
21854 \end_layout
21855
21856 \begin_layout Standard
21857 \begin_inset VSpace bigskip
21858 \end_inset
21859
21860 In a two-column document the footnotes appear at the bottom of every column,
21861  see Figure\InsetSpace ~
21862
21863 \begin_inset LatexCommand ref
21864 reference "fig:Standard-footnote-placement"
21865
21866 \end_inset
21867
21868 .
21869  If the footnotes should only appear at the bottom of the right column,
21870  as in Figure\InsetSpace ~
21871
21872 \begin_inset LatexCommand ref
21873 reference "fig:Footnote-placement-in"
21874
21875 \end_inset
21876
21877 , use the LaTeX-package 
21878 \series bold
21879 ftnright
21880 \series default
21881
21882 \begin_inset LatexCommand index
21883 name "LaTeX-packages ! ftnright"
21884
21885 \end_inset
21886
21887  with this command in the document preamble:
21888 \end_layout
21889
21890 \begin_layout Standard
21891
21892 \series bold
21893
21894 \backslash
21895 usepackage{ftnright}
21896 \end_layout
21897
21898 \begin_layout Standard
21899 \begin_inset Float figure
21900 placement !h
21901 wide false
21902 sideways false
21903 status open
21904
21905 \begin_layout Standard
21906 \begin_inset ERT
21907 status collapsed
21908
21909 \begin_layout Standard
21910
21911
21912 \backslash
21913 framebox{
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \begin_inset Graphics
21920         filename ../clipart/without_fntright.pdf
21921         width 100col%
21922
21923 \end_inset
21924
21925
21926 \begin_inset ERT
21927 status collapsed
21928
21929 \begin_layout Standard
21930
21931 }
21932 \end_layout
21933
21934 \end_inset
21935
21936
21937 \end_layout
21938
21939 \begin_layout Standard
21940 \begin_inset Caption
21941
21942 \begin_layout Standard
21943 \begin_inset LatexCommand label
21944 name "fig:Standard-footnote-placement"
21945
21946 \end_inset
21947
21948 Standard footnote placement in two-column documents.
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Standard
21962 \begin_inset Float figure
21963 placement !h
21964 wide false
21965 sideways false
21966 status open
21967
21968 \begin_layout Standard
21969 \begin_inset ERT
21970 status collapsed
21971
21972 \begin_layout Standard
21973
21974
21975 \backslash
21976 framebox{
21977 \end_layout
21978
21979 \end_inset
21980
21981
21982 \begin_inset Graphics
21983         filename ../clipart/with_fntright.pdf
21984         width 100col%
21985
21986 \end_inset
21987
21988
21989 \begin_inset ERT
21990 status collapsed
21991
21992 \begin_layout Standard
21993
21994 }
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \begin_layout Standard
22003 \begin_inset Caption
22004
22005 \begin_layout Standard
22006 \begin_inset LatexCommand label
22007 name "fig:Footnote-placement-in"
22008
22009 \end_inset
22010
22011 Footnote placement in two-column documents when the LaTeX-package 
22012 \series bold
22013 ftnright
22014 \series default
22015  is used.
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \begin_layout Standard
22029 \begin_inset VSpace bigskip
22030 \end_inset
22031
22032 In some scientific literature it is usual to collect the footnotes and print
22033  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
22034
22035 \begin_inset LatexCommand ref
22036 reference "fig:Endnotes----footnotes"
22037
22038 \end_inset
22039
22040 .
22041  They are then so called 
22042 \begin_inset Quotes eld
22043 \end_inset
22044
22045 endnotes
22046 \begin_inset Quotes erd
22047 \end_inset
22048
22049 .
22050  To use endnotes instead of footnotes in your document, load the LaTeX-package
22051  
22052 \series bold
22053 endnotes
22054 \series default
22055
22056 \begin_inset LatexCommand index
22057 name "LaTeX-packages ! endnotes"
22058
22059 \end_inset
22060
22061  with the document preamble lines
22062 \end_layout
22063
22064 \begin_layout Standard
22065
22066 \series bold
22067
22068 \backslash
22069 usepackage{endnotes}
22070 \newline
22071
22072 \backslash
22073 let
22074 \backslash
22075 footnote
22076 \backslash
22077 endnote
22078 \end_layout
22079
22080 \begin_layout Standard
22081 To insert the collected footnotes, insert the command
22082 \end_layout
22083
22084 \begin_layout Standard
22085
22086 \series bold
22087
22088 \backslash
22089 theendnotes
22090 \end_layout
22091
22092 \begin_layout Standard
22093 in ERT at the the end of a section or chapter.
22094 \end_layout
22095
22096 \begin_layout Standard
22097 \begin_inset Float figure
22098 wide false
22099 sideways false
22100 status open
22101
22102 \begin_layout Standard
22103 \align center
22104 \begin_inset ERT
22105 status collapsed
22106
22107 \begin_layout Standard
22108
22109
22110 \backslash
22111 framebox{
22112 \end_layout
22113
22114 \end_inset
22115
22116
22117 \begin_inset Graphics
22118         filename ../clipart/endnotes.pdf
22119
22120 \end_inset
22121
22122
22123 \begin_inset ERT
22124 status collapsed
22125
22126 \begin_layout Standard
22127
22128 }
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \begin_layout Standard
22137 \begin_inset Caption
22138
22139 \begin_layout Standard
22140 \begin_inset LatexCommand label
22141 name "fig:Endnotes----footnotes"
22142
22143 \end_inset
22144
22145 Endnotes -- footnotes are printed in a separate paragraph at the end of
22146  sections or chapters.
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \end_layout
22158
22159 \begin_layout Standard
22160 \begin_inset VSpace defskip
22161 \end_inset
22162
22163 The paragraph heading for the endnotes isn't automatically translated into
22164  the document language, this must be done manually.
22165  The following preamble command translate the default English name 
22166 \begin_inset Quotes eld
22167 \end_inset
22168
22169 Notes
22170 \begin_inset Quotes erd
22171 \end_inset
22172
22173  to the German translation 
22174 \begin_inset Quotes eld
22175 \end_inset
22176
22177 Anmerkungen
22178 \begin_inset Quotes erd
22179 \end_inset
22180
22181 :
22182 \end_layout
22183
22184 \begin_layout Standard
22185
22186 \series bold
22187
22188 \backslash
22189 renewcommand{
22190 \backslash
22191 notesname}{Anmerkungen}
22192 \end_layout
22193
22194 \begin_layout Standard
22195 \begin_inset VSpace defskip
22196 \end_inset
22197
22198 The numbering of endnotes can be changed like the footnote numbering as
22199  described in section\InsetSpace ~
22200
22201 \begin_inset LatexCommand ref
22202 reference "sub:Footnote-Numbering"
22203
22204 \end_inset
22205
22206 ; just replace the command 
22207 \series bold
22208
22209 \backslash
22210 thefootnote
22211 \series default
22212  by 
22213 \series bold
22214
22215 \backslash
22216 theendnote
22217 \series default
22218 .
22219  To reset the endnote number use the command 
22220 \series bold
22221
22222 \backslash
22223 @addtoreset 
22224 \series default
22225 as described in section\InsetSpace ~
22226
22227 \begin_inset LatexCommand ref
22228 reference "sub:Footnote-Numbering"
22229
22230 \end_inset
22231
22232  and replace the command parameter 
22233 \series bold
22234 footnote
22235 \series default
22236  by 
22237 \series bold
22238 endnote
22239 \series default
22240 .
22241 \end_layout
22242
22243 \begin_layout Standard
22244 To create only a mark for an endnote, use the command 
22245 \series bold
22246
22247 \backslash
22248 endnotemark[number]
22249 \series default
22250  similar to the command 
22251 \series bold
22252
22253 \backslash
22254 footnotemark
22255 \series default
22256 , described in section\InsetSpace ~
22257
22258 \begin_inset LatexCommand ref
22259 reference "sec:Footnotes"
22260
22261 \end_inset
22262
22263 .
22264 \end_layout
22265
22266 \begin_layout Standard
22267 \begin_inset VSpace bigskip
22268 \end_inset
22269
22270 Footnotes can also be placed in the page margin and the footnote text alignment
22271  can be changed, see the LaTeX-package 
22272 \series bold
22273 footmisc
22274 \series default
22275
22276 \begin_inset LatexCommand index
22277 name "LaTeX-packages ! footmisc"
22278
22279 \end_inset
22280
22281
22282 \begin_inset LatexCommand cite
22283 key "footmisc"
22284
22285 \end_inset
22286
22287  for more information about this.
22288 \end_layout
22289
22290 \begin_layout Standard
22291 For various further footnote formatting issues have a look at LaTeX-books,
22292  
22293 \begin_inset LatexCommand cite
22294 key "latexcompanion,latexguide,latexbook"
22295
22296 \end_inset
22297
22298 .
22299 \end_layout
22300
22301 \begin_layout Section
22302 Margin Notes
22303 \begin_inset LatexCommand index
22304 name "Notes ! Margin Notes"
22305
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \begin_layout Standard
22312 Margin notes look and behave in LyX like footnotes.
22313  They are inserted via the menu 
22314 \family sans
22315 Insert\SpecialChar \menuseparator
22316 Marginal\InsetSpace ~
22317 Note
22318 \family default
22319  or the toolbar button 
22320 \begin_inset Graphics
22321         filename ../images/marginalnote-insert.xpm
22322         scale 85
22323
22324 \end_inset
22325
22326 .
22327  A
22328 \family roman
22329 \series medium
22330  
22331 \family default
22332 \series default
22333 grey
22334 \family roman
22335 \series medium
22336  box with the 
22337 \family default
22338 \series default
22339 red 
22340 \family roman
22341 \series medium
22342 label 
22343 \begin_inset Quotes eld
22344 \end_inset
22345
22346 margin
22347 \begin_inset Quotes erd
22348 \end_inset
22349
22350  appears where you can enter the text of the margin note.
22351 \end_layout
22352
22353 \begin_layout Standard
22354 At the side is an example margin note.
22355 \family roman
22356 \series medium
22357
22358 \begin_inset Marginal
22359 status open
22360
22361 \begin_layout Standard
22362 This is a margin note.
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \begin_layout Standard
22371 Margin notes appear at the right side in single-sided documents.
22372  In double-sided documents they appear in the outer margin -- left on even
22373  pages, right on odd pages.
22374  The text of margin notes is aligned opposite to the outer margin -- right-align
22375 ed when the note appears in the left margin.
22376  The first line of the margin note is placed at the position of the text
22377  line where it is inserted in the document.
22378 \end_layout
22379
22380 \begin_layout Standard
22381 \begin_inset VSpace bigskip
22382 \end_inset
22383
22384 To place the margin note in the inner margin, add the command
22385 \end_layout
22386
22387 \begin_layout Standard
22388
22389 \series bold
22390
22391 \backslash
22392 reversemarginpar
22393 \end_layout
22394
22395 \begin_layout Standard
22396 in ERT before a margin note.
22397  The new placement is valid for all following margin notes.
22398 \begin_inset ERT
22399 status collapsed
22400
22401 \begin_layout Standard
22402
22403
22404 \backslash
22405 reversemarginpar 
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \begin_inset Marginal
22412 status open
22413
22414 \begin_layout Standard
22415 This is a margin note in the inner margin.
22416 \end_layout
22417
22418 \end_inset
22419
22420
22421 \series bold
22422
22423 \newline
22424
22425 \series default
22426
22427 \begin_inset Note Greyedout
22428 status open
22429
22430 \begin_layout Standard
22431
22432 \series bold
22433 Note:
22434 \series default
22435  There is often not enough space in the inner margin so that the notes are
22436  not correctly displayed in the output.
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \begin_layout Standard
22445 \begin_inset ERT
22446 status collapsed
22447
22448 \begin_layout Standard
22449
22450
22451 \backslash
22452 normalmarginpar 
22453 \end_layout
22454
22455 \end_inset
22456
22457 To return to the default placement insert the command
22458 \end_layout
22459
22460 \begin_layout Standard
22461
22462 \series bold
22463
22464 \backslash
22465 normalmarginpar
22466 \end_layout
22467
22468 \begin_layout Standard
22469 in ERT.
22470  
22471 \begin_inset Note Greyedout
22472 status open
22473
22474 \begin_layout Standard
22475
22476 \series bold
22477 Note:
22478 \series default
22479  The command is ignored when it is within a paragraph where also the command
22480  
22481 \series bold
22482
22483 \backslash
22484 reversemarginpar
22485 \series default
22486  is inserted.
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \begin_layout Standard
22495 \begin_inset VSpace bigskip
22496 \end_inset
22497
22498
22499 \family roman
22500 \series medium
22501
22502 \begin_inset Marginal
22503 status open
22504
22505 \begin_layout Standard
22506 AVeryLongMarginParWord that isn't hyphenated.
22507 \end_layout
22508
22509 \end_inset
22510
22511
22512 \family default
22513 \series default
22514 Similar to the case described in section\InsetSpace ~
22515
22516 \begin_inset LatexCommand ref
22517 reference "sub:Multiple-Lines-in"
22518
22519 \end_inset
22520
22521 , long words cannot be hyphenated when they are the first word in a margin
22522  note.
22523  To avoid this, insert the command
22524 \end_layout
22525
22526 \begin_layout Standard
22527
22528 \series bold
22529
22530 \backslash
22531 hspace{0pt}
22532 \end_layout
22533
22534 \begin_layout Standard
22535 in ERT before the word
22536 \family roman
22537 \series medium
22538 .
22539 \begin_inset Marginal
22540 status open
22541
22542 \begin_layout Standard
22543 \begin_inset ERT
22544 status collapsed
22545
22546 \begin_layout Standard
22547
22548
22549 \backslash
22550 hspace{0pt}
22551 \end_layout
22552
22553 \end_inset
22554
22555 AVeryLongMarginParWord that is hyphenated.
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \begin_layout Standard
22564 \begin_inset VSpace bigskip
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \begin_layout Standard
22571 \begin_inset Note Greyedout
22572 status open
22573
22574 \begin_layout Standard
22575
22576 \series bold
22577 Note:
22578 \series default
22579  Margin notes can normally not be used inside tables, floats, and footnotes.
22580 \end_layout
22581
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \begin_layout Standard
22588 \begin_inset VSpace bigskip
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \begin_layout Standard
22595 \begin_inset ERT
22596 status collapsed
22597
22598 \begin_layout Standard
22599
22600
22601 \backslash
22602 ifmarginnote
22603 \end_layout
22604
22605 \end_inset
22606
22607
22608 \begin_inset Note Note
22609 status open
22610
22611 \begin_layout Standard
22612 The following section will only be displayed when you have the LaTeX-package
22613  
22614 \series bold
22615 marginnote
22616 \series default
22617  is installed.
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout Standard
22626 This restriction can be evaded by using the LaTeX-package 
22627 \series bold
22628 marginnote
22629 \series default
22630
22631 \begin_inset LatexCommand index
22632 name "LaTeX-packages ! marginnote"
22633
22634 \end_inset
22635
22636 .
22637  By adding these two lines to your document preamble, the command used by
22638  LyX for margin notes is redefined to use the command provided by the 
22639 \series bold
22640 marginnote
22641 \series default
22642 -package:
22643 \end_layout
22644
22645 \begin_layout Standard
22646
22647 \series bold
22648
22649 \backslash
22650 usepackage{marginnote}
22651 \newline
22652
22653 \backslash
22654 let
22655 \backslash
22656 marginpar
22657 \backslash
22658 marginnote
22659 \end_layout
22660
22661 \begin_layout Standard
22662 This is also used in this document because 
22663 \series bold
22664 marginnote
22665 \series default
22666  has another useful feature: You can set a vertical offset for the note.
22667  This is often needed when too many margin notes are too close together
22668  or for a better page layout.
22669  The offset is set in LyX as ERT directly behind the margin note in the
22670  scheme
22671 \end_layout
22672
22673 \begin_layout Standard
22674
22675 \series bold
22676 [offset]
22677 \end_layout
22678
22679 \begin_layout Standard
22680 where the offset is a length with one of the units listed in Table\InsetSpace ~
22681
22682 \begin_inset LatexCommand ref
22683 reference "tab:Units"
22684
22685 \end_inset
22686
22687 .
22688  A negative value shifts the note up, a positive value shifts it down.
22689
22690 \family roman
22691 \series medium
22692  For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
22693 cm with
22694  the ERT-command 
22695 \begin_inset Quotes eld
22696 \end_inset
22697
22698
22699 \family default
22700 \series bold
22701 [-1.5cm]
22702 \family roman
22703 \series medium
22704
22705 \begin_inset Quotes erd
22706 \end_inset
22707
22708
22709 \begin_inset Marginal
22710 status open
22711
22712 \begin_layout Standard
22713 This margin note is shifted up 1.5\InsetSpace \thinspace{}
22714 cm from its original position.
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \family default
22721 \series default
22722
22723 \begin_inset ERT
22724 status collapsed
22725
22726 \begin_layout Standard
22727
22728 [-1.5cm]
22729 \end_layout
22730
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \begin_layout Standard
22737 \begin_inset VSpace defskip
22738 \end_inset
22739
22740 With 
22741 \series bold
22742 marginnote
22743 \series default
22744  you can also change the alignment of the text in the margin note.
22745  For example the commands
22746 \end_layout
22747
22748 \begin_layout Standard
22749
22750 \series bold
22751
22752 \backslash
22753 renewcommand*{
22754 \backslash
22755 raggedleftmarginnote}{
22756 \backslash
22757 centering}
22758 \newline
22759
22760 \backslash
22761 renewcommand*{
22762 \backslash
22763 raggedrightmarginnote}{
22764 \backslash
22765 centering}
22766 \end_layout
22767
22768 \begin_layout Standard
22769 set the alignment to centered.
22770  
22771 \series bold
22772
22773 \backslash
22774 raggedleftmarginnote
22775 \series default
22776  denotes margin notes that appear at the left side.
22777 \family roman
22778 \series medium
22779
22780 \begin_inset ERT
22781 status collapsed
22782
22783 \begin_layout Standard
22784
22785
22786 \backslash
22787 renewcommand*{
22788 \backslash
22789 raggedleftmarginnote}{
22790 \backslash
22791 centering}
22792 \end_layout
22793
22794 \begin_layout Standard
22795
22796
22797 \backslash
22798 renewcommand*{
22799 \backslash
22800 raggedrightmarginnote}{
22801 \backslash
22802 centering}
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \begin_inset Marginal
22809 status open
22810
22811 \begin_layout Standard
22812 The text of this margin note is centered.
22813 \end_layout
22814
22815 \end_inset
22816
22817  
22818 \family default
22819 \series default
22820 The default is
22821 \end_layout
22822
22823 \begin_layout Standard
22824
22825 \series bold
22826
22827 \backslash
22828 renewcommand*{
22829 \backslash
22830 raggedleftmarginnote}{
22831 \backslash
22832 raggedleft}
22833 \newline
22834
22835 \backslash
22836 renewcommand*{
22837 \backslash
22838 raggedrightmarginnote}{
22839 \backslash
22840 raggedright}
22841 \family roman
22842 \series medium
22843
22844 \begin_inset ERT
22845 status collapsed
22846
22847 \begin_layout Standard
22848
22849
22850 \backslash
22851 renewcommand*{
22852 \backslash
22853 raggedleftmarginnote}{
22854 \backslash
22855 raggedleft}
22856 \end_layout
22857
22858 \begin_layout Standard
22859
22860
22861 \backslash
22862 renewcommand*{
22863 \backslash
22864 raggedrightmarginnote}{
22865 \backslash
22866 raggedright}
22867 \end_layout
22868
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \begin_layout Standard
22875 \begin_inset VSpace defskip
22876 \end_inset
22877
22878 For the other features of 
22879 \series bold
22880 marginnote
22881 \series default
22882  we refer to its documentation 
22883 \begin_inset LatexCommand cite
22884 key "marginnote"
22885
22886 \end_inset
22887
22888 .
22889 \end_layout
22890
22891 \begin_layout Standard
22892 \begin_inset VSpace bigskip
22893 \end_inset
22894
22895 You can change the layout of margin notes by redefining its definition.
22896  To create for example a header for all margin notes with the underlined,
22897  sans-serif, and bold header text 
22898 \begin_inset Quotes eld
22899 \end_inset
22900
22901
22902 \family sans
22903 \series bold
22904 \bar under
22905 Attention!
22906 \family default
22907 \series default
22908 \bar default
22909
22910 \begin_inset Quotes erd
22911 \end_inset
22912
22913 , add this to your document preamble:
22914 \end_layout
22915
22916 \begin_layout Standard
22917
22918 \series bold
22919
22920 \backslash
22921 let
22922 \backslash
22923 myMarginpar
22924 \backslash
22925 marginpar
22926 \newline
22927
22928 \backslash
22929 renewcommand{
22930 \backslash
22931 marginpar}[1]{
22932 \backslash
22933 myMarginpar{%
22934 \newline
22935
22936 \begin_inset ERT
22937 status collapsed
22938
22939 \begin_layout Standard
22940
22941
22942 \backslash
22943 hphantom{ }
22944 \end_layout
22945
22946 \end_inset
22947
22948
22949 \backslash
22950 hspace{0pt}
22951 \backslash
22952 textsf{
22953 \backslash
22954 textbf{
22955 \backslash
22956 underbar{Attention!}}}%
22957 \newline
22958
22959 \begin_inset ERT
22960 status collapsed
22961
22962 \begin_layout Standard
22963
22964
22965 \backslash
22966 hphantom{ }
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \backslash
22973 vspace{1.5mm}
22974 \backslash
22975
22976 \backslash
22977 #1}}
22978 \end_layout
22979
22980 \begin_layout Standard
22981
22982 \family roman
22983 \series medium
22984 \begin_inset ERT
22985 status collapsed
22986
22987 \begin_layout Standard
22988
22989
22990 \backslash
22991 let
22992 \backslash
22993 myMarginpar
22994 \backslash
22995 marginpar
22996 \end_layout
22997
22998 \begin_layout Standard
22999
23000
23001 \backslash
23002 renewcommand{
23003 \backslash
23004 marginpar}[1]{
23005 \backslash
23006 myMarginpar{%
23007 \end_layout
23008
23009 \begin_layout Standard
23010
23011    
23012 \backslash
23013 textsf{
23014 \backslash
23015 textbf{
23016 \backslash
23017 underbar{Attention!}}}%
23018 \end_layout
23019
23020 \begin_layout Standard
23021
23022    
23023 \backslash
23024 vspace{1.5mm}
23025 \backslash
23026
23027 \backslash
23028 #1}}
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \begin_inset Marginal
23035 status open
23036
23037 \begin_layout Standard
23038 This is a margin note with a defined heading.
23039 \end_layout
23040
23041 \end_inset
23042
23043
23044 \family default
23045 \series default
23046
23047 \begin_inset ERT
23048 status collapsed
23049
23050 \begin_layout Standard
23051
23052 [-1.5cm]
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \family roman
23059 \series medium
23060
23061 \begin_inset ERT
23062 status collapsed
23063
23064 \begin_layout Standard
23065
23066
23067 \backslash
23068 renewcommand{
23069 \backslash
23070 marginpar}[1]{
23071 \backslash
23072 myMarginpar{#1}}
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \family default
23079 \series default
23080
23081 \begin_inset Note Note
23082 status collapsed
23083
23084 \begin_layout Standard
23085 The margin note format is changed only for this example.
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \begin_layout Standard
23094 \begin_inset ERT
23095 status collapsed
23096
23097 \begin_layout Standard
23098
23099
23100 \backslash
23101 else
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \begin_inset Note Note
23108 status open
23109
23110 \begin_layout Standard
23111 The following will be displayed when the LaTeX-package 
23112 \series bold
23113 marginnote
23114 \series default
23115  is not installed:
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \begin_layout Standard
23124 You need to install the LaTeX-package 
23125 \series bold
23126 marginnote
23127 \series default
23128  to see the following part of this section in the output.
23129 \end_layout
23130
23131 \begin_layout Standard
23132 \begin_inset ERT
23133 status collapsed
23134
23135 \begin_layout Standard
23136
23137
23138 \backslash
23139 fi
23140 \end_layout
23141
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \begin_layout Chapter
23148 Boxes
23149 \end_layout
23150
23151 \begin_layout Section
23152 Introduction
23153 \begin_inset LatexCommand index
23154 name "Boxes ! Introduction"
23155
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \begin_layout Standard
23162 Boxes are used to format a block of text.
23163  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
23164
23165 \begin_inset LatexCommand ref
23166 reference "sec:Minipages"
23167
23168 \end_inset
23169
23170 , to frame texts, see section\InsetSpace ~
23171
23172 \begin_inset LatexCommand ref
23173 reference "sec:Framed-Boxes"
23174
23175 \end_inset
23176
23177 , to prevent words to be hyphenated, see section\InsetSpace ~
23178
23179 \begin_inset LatexCommand ref
23180 reference "sec:Prevent-Hyphenation"
23181
23182 \end_inset
23183
23184 , to align text, see section\InsetSpace ~
23185
23186 \begin_inset LatexCommand ref
23187 reference "sub:Vertical-Alignment"
23188
23189 \end_inset
23190
23191 , or to set the background color of texts, see section\InsetSpace ~
23192
23193 \begin_inset LatexCommand ref
23194 reference "sec:Colored-Boxes"
23195
23196 \end_inset
23197
23198 .
23199 \end_layout
23200
23201 \begin_layout Standard
23202 Boxes can be inserted with the menu 
23203 \family sans
23204 Insert\SpecialChar \menuseparator
23205 Box
23206 \family default
23207 .
23208  A grey box with the label 
23209 \family sans
23210 Box (Minipage)
23211 \family default
23212
23213 \begin_inset Graphics
23214         filename ../clipart/BoxInsetDefaultQt4.png
23215         scale 85
23216
23217 \end_inset
23218
23219 , will be inserted.
23220  The box type can be specified by right-clicking on the box.
23221  The appearing box dialog offers the 
23222 \family sans
23223 Inner\InsetSpace ~
23224 Box
23225 \family default
23226  types 
23227 \family sans
23228 Parbox
23229 \family default
23230  and 
23231 \family sans
23232 Minipage
23233 \family default
23234 .
23235  The type 
23236 \family sans
23237 Minipage
23238 \family default
23239  is the default for new boxes and is explained in section\InsetSpace ~
23240
23241 \begin_inset LatexCommand ref
23242 reference "sec:Minipages"
23243
23244 \end_inset
23245
23246 ; the type 
23247 \family sans
23248 Parbox
23249 \family default
23250  is described in section\InsetSpace ~
23251
23252 \begin_inset LatexCommand ref
23253 reference "sec:Parboxes"
23254
23255 \end_inset
23256
23257 .
23258 \end_layout
23259
23260 \begin_layout Standard
23261 Boxes aren't numbered and can therefore not be referenced like floats or
23262  footnotes.
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \begin_inset Note Greyedout
23267 status open
23268
23269 \begin_layout Standard
23270
23271 \series bold
23272 Note:
23273 \series default
23274  Due to a bug in LyX you have to insert a protected space behind a box when
23275  you want to separate in a line the box from the following text with a space.
23276 \end_layout
23277
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \begin_layout Standard
23284 \begin_inset Note Greyedout
23285 status open
23286
23287 \begin_layout Standard
23288
23289 \series bold
23290 Note:
23291 \series default
23292  Boxes must not be the item in an 
23293 \family sans
23294 Itemize
23295 \family default
23296  or 
23297 \family sans
23298 Description
23299 \family default
23300  environment.
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset Note Greyedout
23310 status open
23311
23312 \begin_layout Standard
23313
23314 \series bold
23315 Note:
23316 \series default
23317  For an unknown reason you can only set the 
23318 \family sans
23319 Inner\InsetSpace ~
23320 Box
23321 \family default
23322  type to 
23323 \family sans
23324 None
23325 \family default
23326  when you use a framed box.
23327  Boxes without an 
23328 \family sans
23329 Inner\InsetSpace ~
23330 Box
23331 \family default
23332  type and without frames are explained in section\InsetSpace ~
23333
23334 \begin_inset LatexCommand ref
23335 reference "sec:Prevent-Hyphenation"
23336
23337 \end_inset
23338
23339 .
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \begin_layout Section
23348 Box Dialog
23349 \begin_inset LatexCommand label
23350 name "sec:Box-Dialog"
23351
23352 \end_inset
23353
23354
23355 \begin_inset LatexCommand index
23356 name "Boxes ! Box Dialog"
23357
23358 \end_inset
23359
23360
23361 \begin_inset LatexCommand index
23362 name "Boxes ! Alignment"
23363
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \begin_layout Standard
23370 In the box dialog you can adjust the box geometry in the fields 
23371 \family sans
23372 Width
23373 \family default
23374  and 
23375 \family sans
23376 Height
23377 \family default
23378 .
23379  The available units for the geometry are explained in Table\InsetSpace ~
23380
23381 \begin_inset LatexCommand ref
23382 reference "tab:Units"
23383
23384 \end_inset
23385
23386 .
23387  The field 
23388 \family sans
23389 Heigth
23390 \family default
23391  offers the following additional sizes:
23392 \end_layout
23393
23394 \begin_layout Description
23395 Depth This is the plain text 
23396 \begin_inset Quotes eld
23397 \end_inset
23398
23399 height
23400 \begin_inset Quotes erd
23401 \end_inset
23402
23403 .
23404  It ignores the total depth when there are multiple text lines in the box:
23405 \newline
23406
23407 \newline
23408
23409 \newline
23410
23411 \begin_inset Box Boxed
23412 position "c"
23413 hor_pos "c"
23414 has_inner_box 1
23415 inner_pos "c"
23416 use_parbox 0
23417 width "12col%"
23418 special "none"
23419 height "1in"
23420 height_special "depth"
23421 status collapsed
23422
23423 \begin_layout Standard
23424 \align center
23425 Box height set to 1\InsetSpace \thinspace{}
23426 Depth
23427 \end_layout
23428
23429 \end_inset
23430
23431
23432 \newline
23433
23434 \newline
23435
23436 \end_layout
23437
23438 \begin_layout Description
23439 Height This is the heigth of the text that is inside the box.
23440  A value of e.\InsetSpace \thinspace{}
23441 g.\InsetSpace ~
23442 2 for this size will set the box heigth to 2 times the text
23443  height: 
23444 \begin_inset Box Boxed
23445 position "c"
23446 hor_pos "c"
23447 has_inner_box 1
23448 inner_pos "c"
23449 use_parbox 0
23450 width "20col%"
23451 special "none"
23452 height "2in"
23453 height_special "height"
23454 status collapsed
23455
23456 \begin_layout Standard
23457 \align center
23458 Box height set to 2\InsetSpace \thinspace{}
23459 Height
23460 \end_layout
23461
23462 \end_inset
23463
23464
23465 \end_layout
23466
23467 \begin_layout Description
23468 Total\InsetSpace ~
23469 Height This is the Height\InsetSpace \thinspace{}
23470 +\InsetSpace \thinspace{}
23471 Depth: 
23472 \begin_inset Box Boxed
23473 position "c"
23474 hor_pos "c"
23475 has_inner_box 1
23476 inner_pos "c"
23477 use_parbox 0
23478 width "20col%"
23479 special "none"
23480 height "1in"
23481 height_special "totalheight"
23482 status collapsed
23483
23484 \begin_layout Standard
23485 \align center
23486 Box height set to 1\InsetSpace \thinspace{}
23487 Total\InsetSpace ~
23488 Height
23489 \end_layout
23490
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \begin_layout Description
23497 Width This set the width of the box as heigth: 
23498 \begin_inset Box Boxed
23499 position "c"
23500 hor_pos "c"
23501 has_inner_box 1
23502 inner_pos "c"
23503 use_parbox 0
23504 width "12col%"
23505 special "none"
23506 height "1in"
23507 height_special "width"
23508 status collapsed
23509
23510 \begin_layout Standard
23511 \align center
23512 Box height set to 1\InsetSpace \thinspace{}
23513 Width
23514 \end_layout
23515
23516 \end_inset
23517
23518
23519 \end_layout
23520
23521 \begin_layout Standard
23522 \begin_inset VSpace bigskip
23523 \end_inset
23524
23525 When you have chosen an 
23526 \family sans
23527 Inner\InsetSpace ~
23528 Box
23529 \family default
23530 , the vertical box alignment can be:
23531 \end_layout
23532
23533 \begin_layout Description
23534 Top This is an example text line.
23535  
23536 \begin_inset Box Boxed
23537 position "t"
23538 hor_pos "c"
23539 has_inner_box 1
23540 inner_pos "c"
23541 use_parbox 0
23542 width "12col%"
23543 special "none"
23544 height "1in"
23545 height_special "totalheight"
23546 status collapsed
23547
23548 \begin_layout Standard
23549 \align center
23550 This box is top-aligned.
23551 \end_layout
23552
23553 \end_inset
23554
23555 \InsetSpace ~
23556 This is an example text line.
23557 \end_layout
23558
23559 \begin_layout Description
23560 Middle This is an example text line.
23561  
23562 \begin_inset Box Boxed
23563 position "c"
23564 hor_pos "c"
23565 has_inner_box 1
23566 inner_pos "c"
23567 use_parbox 0
23568 width "12col%"
23569 special "none"
23570 height "1in"
23571 height_special "totalheight"
23572 status collapsed
23573
23574 \begin_layout Standard
23575 \align center
23576 This box is middle-aligned.
23577 \end_layout
23578
23579 \end_inset
23580
23581 \InsetSpace ~
23582 This is an example text line.
23583 \end_layout
23584
23585 \begin_layout Description
23586 Bottom This is an example text line.
23587  
23588 \begin_inset Box Boxed
23589 position "b"
23590 hor_pos "c"
23591 has_inner_box 1
23592 inner_pos "c"
23593 use_parbox 0
23594 width "12col%"
23595 special "none"
23596 height "1in"
23597 height_special "totalheight"
23598 status collapsed
23599
23600 \begin_layout Standard
23601 \align center
23602 This box is bottom-aligned.
23603 \end_layout
23604
23605 \end_inset
23606
23607 \InsetSpace ~
23608 This is an example text line.
23609 \end_layout
23610
23611 \begin_layout Standard
23612 The horizontal box alignment can be set via LyX's paragraph dialog when
23613  you set the box into its own paragraph.
23614 \end_layout
23615
23616 \begin_layout Standard
23617 \begin_inset VSpace bigskip
23618 \end_inset
23619
23620 When you have chosen an 
23621 \family sans
23622 Inner\InsetSpace ~
23623 Box
23624 \family default
23625 , the box content can be vertical aligned to:
23626 \end_layout
23627
23628 \begin_layout Description
23629 top This is an example text line.
23630  
23631 \begin_inset Box Boxed
23632 position "c"
23633 hor_pos "c"
23634 has_inner_box 1
23635 inner_pos "t"
23636 use_parbox 0
23637 width "12col%"
23638 special "none"
23639 height "1.5in"
23640 height_special "totalheight"
23641 status collapsed
23642
23643 \begin_layout Standard
23644 \align center
23645 This box text is top-aligned.
23646 \end_layout
23647
23648 \end_inset
23649
23650 \InsetSpace ~
23651 This is an example text line.
23652 \end_layout
23653
23654 \begin_layout Description
23655 middle This is an example text line.
23656  
23657 \begin_inset Box Boxed
23658 position "c"
23659 hor_pos "c"
23660 has_inner_box 1
23661 inner_pos "c"
23662 use_parbox 0
23663 width "12col%"
23664 special "none"
23665 height "1.5in"
23666 height_special "totalheight"
23667 status collapsed
23668
23669 \begin_layout Standard
23670 \align center
23671 This box text is middle-aligned.
23672 \end_layout
23673
23674 \end_inset
23675
23676 \InsetSpace ~
23677 This is an example text line.
23678 \end_layout
23679
23680 \begin_layout Description
23681 bottom This is an example text line.
23682  
23683 \begin_inset Box Boxed
23684 position "c"
23685 hor_pos "c"
23686 has_inner_box 1
23687 inner_pos "b"
23688 use_parbox 0
23689 width "12col%"
23690 special "none"
23691 height "1.5in"
23692 height_special "totalheight"
23693 status collapsed
23694
23695 \begin_layout Standard
23696 \align center
23697 This box text is bottom-aligned.
23698 \end_layout
23699
23700 \end_inset
23701
23702 \InsetSpace ~
23703 This is an example text line.
23704 \end_layout
23705
23706 \begin_layout Description
23707 stretch This is an example text line.
23708  
23709 \begin_inset Box Boxed
23710 position "c"
23711 hor_pos "c"
23712 has_inner_box 1
23713 inner_pos "s"
23714 use_parbox 0
23715 width "12col%"
23716 special "none"
23717 height "1.5in"
23718 height_special "totalheight"
23719 status collapsed
23720
23721 \begin_layout Standard
23722 \align center
23723 This box
23724 \end_layout
23725
23726 \begin_layout Standard
23727 \align center
23728 text is
23729 \end_layout
23730
23731 \begin_layout Standard
23732 \align center
23733 stretched.
23734 \end_layout
23735
23736 \end_inset
23737
23738 \InsetSpace ~
23739 This is an example text line.
23740 \end_layout
23741
23742 \begin_layout Standard
23743 To stretch the box content, it must consist of more than one paragraph.
23744  In the example above every text line is in an own paragraph.
23745 \end_layout
23746
23747 \begin_layout Standard
23748 \begin_inset VSpace bigskip
23749 \end_inset
23750
23751 To align the box content horizontally you can use LyX's paragraph dialog
23752  when you have chosen an 
23753 \family sans
23754 Inner\InsetSpace ~
23755 Box
23756 \family default
23757 .
23758 \end_layout
23759
23760 \begin_layout Standard
23761 \align center
23762 \begin_inset Box Boxed
23763 position "c"
23764 hor_pos "c"
23765 has_inner_box 1
23766 inner_pos "s"
23767 use_parbox 0
23768 width "15col%"
23769 special "none"
23770 height "1.25in"
23771 height_special "totalheight"
23772 status collapsed
23773
23774 \begin_layout Standard
23775 \align left
23776 This box
23777 \end_layout
23778
23779 \begin_layout Standard
23780 \align center
23781 text is
23782 \end_layout
23783
23784 \begin_layout Standard
23785 \align right
23786 stretched.
23787 \end_layout
23788
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \begin_layout Standard
23795 If you haven't set an 
23796 \family sans
23797 Inner\InsetSpace ~
23798 Box
23799 \family default
23800 , you can align the box content horizontally in the box dialog.
23801 \end_layout
23802
23803 \begin_layout Standard
23804 \align center
23805 \begin_inset Box Boxed
23806 position "c"
23807 hor_pos "s"
23808 has_inner_box 0
23809 inner_pos "s"
23810 use_parbox 0
23811 width "90col%"
23812 special "none"
23813 height "1.25in"
23814 height_special "totalheight"
23815 status collapsed
23816
23817 \begin_layout Standard
23818 \align left
23819 This box text is horizontally stretched.
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \begin_layout Section
23828 Framed Boxes
23829 \begin_inset LatexCommand label
23830 name "sec:Framed-Boxes"
23831
23832 \end_inset
23833
23834
23835 \begin_inset LatexCommand index
23836 name "Boxes ! Frames"
23837
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \begin_layout Standard
23844 The frame style of the box can be specified in the box-dialog in the drop-down
23845  list 
23846 \family sans
23847 Type
23848 \family default
23849 .
23850  The following frame types are possible:
23851 \end_layout
23852
23853 \begin_layout Description
23854 Rectangular\InsetSpace ~
23855 box This draws a rectangle frame around the box.
23856  The frame line thickness has the size of 
23857 \series bold
23858
23859 \backslash
23860 fboxrule
23861 \series default
23862 .
23863  
23864 \begin_inset Box Boxed
23865 position "c"
23866 hor_pos "c"
23867 has_inner_box 1
23868 inner_pos "c"
23869 use_parbox 0
23870 width "20col%"
23871 special "none"
23872 height "1in"
23873 height_special "totalheight"
23874 status collapsed
23875
23876 \begin_layout Standard
23877 \align center
23878 Rectangular box
23879 \end_layout
23880
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \begin_layout Description
23887 Oval\InsetSpace ~
23888 box,\InsetSpace ~
23889 thin This draws an oval frame around the box.
23890  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
23891 pt.
23892  
23893 \begin_inset Box ovalbox
23894 position "c"
23895 hor_pos "c"
23896 has_inner_box 1
23897 inner_pos "c"
23898 use_parbox 0
23899 width "20col%"
23900 special "none"
23901 height "1in"
23902 height_special "totalheight"
23903 status collapsed
23904
23905 \begin_layout Standard
23906 \align center
23907 Oval box, thin
23908 \end_layout
23909
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \begin_layout Description
23916 Oval\InsetSpace ~
23917 box,\InsetSpace ~
23918 thick This draws an oval frame around the box.
23919  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
23920 pt.
23921  
23922 \begin_inset Box Ovalbox
23923 position "c"
23924 hor_pos "c"
23925 has_inner_box 1
23926 inner_pos "c"
23927 use_parbox 0
23928 width "20col%"
23929 special "none"
23930 height "1in"
23931 height_special "totalheight"
23932 status collapsed
23933
23934 \begin_layout Standard
23935 \align center
23936 Oval box, thick
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Description
23945 Shadow\InsetSpace ~
23946 box This draws a rectangle frame with a shadow around the box.
23947  The frame line thickness has the size of 
23948 \series bold
23949
23950 \backslash
23951 fboxrule
23952 \series default
23953 , the shadow has a width of 4\InsetSpace \thinspace{}
23954 pt.
23955  
23956 \begin_inset Box Shadowbox
23957 position "c"
23958 hor_pos "c"
23959 has_inner_box 1
23960 inner_pos "c"
23961 use_parbox 0
23962 width "20col%"
23963 special "none"
23964 height "1in"
23965 height_special "totalheight"
23966 status collapsed
23967
23968 \begin_layout Standard
23969 \align center
23970 Shadow box
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \begin_layout Description
23979 Double\InsetSpace ~
23980 box This draws a double-line rectangle frame around the box.
23981  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
23982
23983 \series bold
23984
23985 \backslash
23986 fboxrule
23987 \series default
23988 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
23989
23990 \series bold
23991
23992 \backslash
23993 fboxrule
23994 \series default
23995 .
23996  The distance between the lines is 1.5\InsetSpace \thinspace{}
23997
23998 \series bold
23999
24000 \backslash
24001 fboxrule
24002 \series default
24003 \InsetSpace \thinspace{}
24004 +\InsetSpace \thinspace{}
24005 0.5\InsetSpace \thinspace{}
24006 pt.
24007  
24008 \begin_inset Box Doublebox
24009 position "c"
24010 hor_pos "c"
24011 has_inner_box 1
24012 inner_pos "c"
24013 use_parbox 0
24014 width "20col%"
24015 special "none"
24016 height "1in"
24017 height_special "totalheight"
24018 status collapsed
24019
24020 \begin_layout Standard
24021 \align center
24022 Double box
24023 \end_layout
24024
24025 \end_inset
24026
24027
24028 \end_layout
24029
24030 \begin_layout Standard
24031 \begin_inset VSpace bigskip
24032 \end_inset
24033
24034 LyX's box label will change to the used frame style when you set a frame.
24035  To be able to use the different frame styles, the LaTeX-package 
24036 \series bold
24037 fancybox
24038 \series default
24039
24040 \begin_inset LatexCommand index
24041 name "LaTeX-packages ! fancybox"
24042
24043 \end_inset
24044
24045  must be installed.
24046 \end_layout
24047
24048 \begin_layout Standard
24049 \begin_inset VSpace bigskip
24050 \end_inset
24051
24052 The default value for the size 
24053 \series bold
24054
24055 \backslash
24056 fboxrule
24057 \series default
24058  is 0.4\InsetSpace \thinspace{}
24059 pt.
24060  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
24061 g.\InsetSpace ~
24062 2\InsetSpace \thinspace{}
24063 pt:
24064 \end_layout
24065
24066 \begin_layout Standard
24067
24068 \series bold
24069
24070 \backslash
24071 setlength{
24072 \backslash
24073 fboxrule}{2pt}
24074 \end_layout
24075
24076 \begin_layout Standard
24077 \begin_inset ERT
24078 status collapsed
24079
24080 \begin_layout Standard
24081
24082
24083 \backslash
24084 setlength{
24085 \backslash
24086 fboxrule}{2pt}
24087 \end_layout
24088
24089 \end_inset
24090
24091
24092 \begin_inset Box Boxed
24093 position "c"
24094 hor_pos "c"
24095 has_inner_box 1
24096 inner_pos "c"
24097 use_parbox 0
24098 width "25col%"
24099 special "none"
24100 height "1in"
24101 height_special "totalheight"
24102 status collapsed
24103
24104 \begin_layout Standard
24105 \align center
24106 Rectangular box with 
24107 \series bold
24108
24109 \backslash
24110 fboxrule
24111 \series default
24112 \InsetSpace \thinspace{}
24113 =\InsetSpace \thinspace{}
24114 2\InsetSpace \thinspace{}
24115 pt
24116 \end_layout
24117
24118 \end_inset
24119
24120
24121 \begin_inset ERT
24122 status collapsed
24123
24124 \begin_layout Standard
24125
24126
24127 \backslash
24128 setlength{
24129 \backslash
24130 fboxrule}{0.4pt}
24131 \end_layout
24132
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 \begin_inset VSpace bigskip
24140 \end_inset
24141
24142 The space between the frame and the box content is for all frame styles
24143  by default 3\InsetSpace \thinspace{}
24144 pt.
24145  You can change it by setting the length 
24146 \series bold
24147
24148 \backslash
24149 fboxsep
24150 \series default
24151  to another value.
24152  For example the command
24153 \end_layout
24154
24155 \begin_layout Standard
24156
24157 \series bold
24158
24159 \backslash
24160 setlength{
24161 \backslash
24162 fboxsep}{10pt}
24163 \end_layout
24164
24165 \begin_layout Standard
24166 sets the value to 10\InsetSpace \thinspace{}
24167 pt, like for the following box:
24168 \end_layout
24169
24170 \begin_layout Standard
24171 \begin_inset ERT
24172 status collapsed
24173
24174 \begin_layout Standard
24175
24176
24177 \backslash
24178 setlength{
24179 \backslash
24180 fboxsep}{10pt}
24181 \end_layout
24182
24183 \end_inset
24184
24185
24186 \begin_inset Box Boxed
24187 position "c"
24188 hor_pos "c"
24189 has_inner_box 1
24190 inner_pos "c"
24191 use_parbox 0
24192 width "25col%"
24193 special "none"
24194 height "1in"
24195 height_special "totalheight"
24196 status collapsed
24197
24198 \begin_layout Standard
24199 \align center
24200 Rectangular box with 
24201 \series bold
24202
24203 \backslash
24204 fboxsep
24205 \series default
24206 \InsetSpace \thinspace{}
24207 =\InsetSpace \thinspace{}
24208 10\InsetSpace \thinspace{}
24209 pt
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \begin_inset ERT
24216 status collapsed
24217
24218 \begin_layout Standard
24219
24220
24221 \backslash
24222 setlength{
24223 \backslash
24224 fboxsep}{3pt}
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \begin_layout Standard
24233 \begin_inset VSpace bigskip
24234 \end_inset
24235
24236 The diameter of the round corners of the oval boxes can be set with the
24237  command 
24238 \series bold
24239
24240 \backslash
24241 cornersize
24242 \series default
24243 .
24244  The command
24245 \end_layout
24246
24247 \begin_layout Standard
24248
24249 \series bold
24250
24251 \backslash
24252 cornersize*{1cm}
24253 \end_layout
24254
24255 \begin_layout Standard
24256 sets the diameter to 1\InsetSpace \thinspace{}
24257 cm.
24258  The command
24259 \end_layout
24260
24261 \begin_layout Standard
24262
24263 \series bold
24264
24265 \backslash
24266 cornersize{num}
24267 \end_layout
24268
24269 \begin_layout Standard
24270 sets the diameter to 
24271 \family sans
24272 num\InsetSpace \thinspace{}
24273 ×\InsetSpace \thinspace{}
24274 minimum(width and heigth of box)
24275 \family default
24276 .
24277  The default is 
24278 \series bold
24279
24280 \backslash
24281 cornersize{0.5}
24282 \series default
24283 .
24284 \end_layout
24285
24286 \begin_layout Standard
24287 \begin_inset ERT
24288 status collapsed
24289
24290 \begin_layout Standard
24291
24292
24293 \backslash
24294 cornersize*{1.5cm}
24295 \end_layout
24296
24297 \end_inset
24298
24299
24300 \begin_inset Box Ovalbox
24301 position "c"
24302 hor_pos "c"
24303 has_inner_box 1
24304 inner_pos "c"
24305 use_parbox 0
24306 width "25col%"
24307 special "none"
24308 height "1in"
24309 height_special "totalheight"
24310 status collapsed
24311
24312 \begin_layout Standard
24313 \align center
24314 Oval box with 
24315 \series bold
24316
24317 \backslash
24318 cornersize
24319 \series default
24320 \InsetSpace \thinspace{}
24321 =\InsetSpace \thinspace{}
24322 1.5\InsetSpace \thinspace{}
24323 cm
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \begin_inset ERT
24330 status collapsed
24331
24332 \begin_layout Standard
24333
24334
24335 \backslash
24336 cornersize{0.5}
24337 \end_layout
24338
24339 \end_inset
24340
24341
24342 \end_layout
24343
24344 \begin_layout Standard
24345 \begin_inset VSpace bigskip
24346 \end_inset
24347
24348 The size of the shadow can be adjusted by changing the length 
24349 \series bold
24350
24351 \backslash
24352 shadowsize
24353 \series default
24354 .
24355  It it set to 2\InsetSpace \thinspace{}
24356 pt for the following box by this command:
24357 \end_layout
24358
24359 \begin_layout Standard
24360
24361 \series bold
24362
24363 \backslash
24364 setlength{
24365 \backslash
24366 shadowsize}{2pt}
24367 \end_layout
24368
24369 \begin_layout Standard
24370 \begin_inset ERT
24371 status collapsed
24372
24373 \begin_layout Standard
24374
24375
24376 \backslash
24377 setlength{
24378 \backslash
24379 shadowsize}{2pt}
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \begin_inset Box Shadowbox
24386 position "c"
24387 hor_pos "c"
24388 has_inner_box 1
24389 inner_pos "c"
24390 use_parbox 0
24391 width "25col%"
24392 special "none"
24393 height "1in"
24394 height_special "totalheight"
24395 status collapsed
24396
24397 \begin_layout Standard
24398 \align center
24399 Shadow box with 
24400 \series bold
24401
24402 \backslash
24403 shadowsize
24404 \series default
24405 \InsetSpace \thinspace{}
24406 =\InsetSpace \thinspace{}
24407 2\InsetSpace \thinspace{}
24408 pt
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \begin_inset ERT
24415 status collapsed
24416
24417 \begin_layout Standard
24418
24419
24420 \backslash
24421 setlength{
24422 \backslash
24423 shadowsize}{4pt}
24424 \end_layout
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Standard
24432 \begin_inset VSpace bigskip
24433 \end_inset
24434
24435 Changed lengths and widths are valid for all boxes following the commands
24436  that change them.
24437 \end_layout
24438
24439 \begin_layout Section
24440 Minipages
24441 \begin_inset LatexCommand label
24442 name "sec:Minipages"
24443
24444 \end_inset
24445
24446
24447 \begin_inset LatexCommand index
24448 name "Boxes ! Minipages"
24449
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \begin_layout Standard
24456 Minipages are treated by LaTeX as pages within pages and can therefore for
24457  example have their own footnotes.
24458 \end_layout
24459
24460 \begin_layout Standard
24461 Minipages are useful when you write documents with different languages.
24462 \end_layout
24463
24464 \begin_layout Standard
24465 Below are two example minipages side by side.
24466  Their width is set to 45\InsetSpace \thinspace{}
24467 col% and they are separated by a horizontal fill,
24468  that was inserted via the menu 
24469 \family sans
24470 Insert\SpecialChar \menuseparator
24471 Special\InsetSpace ~
24472 Formatting\SpecialChar \menuseparator
24473 Horizontal\InsetSpace ~
24474 Fill
24475 \family default
24476 .
24477 \end_layout
24478
24479 \begin_layout Standard
24480 \begin_inset Box Frameless
24481 position "t"
24482 hor_pos "c"
24483 has_inner_box 1
24484 inner_pos "c"
24485 use_parbox 0
24486 width "45col%"
24487 special "none"
24488 height "1in"
24489 height_special "totalheight"
24490 status open
24491
24492 \begin_layout Standard
24493
24494 \lang german
24495 Dies ist ein deutscher Text.
24496  Dies ist ein deutscher Text.
24497  Dies ist ein deutscher Text.
24498  Dies ist ein deutscher Text.
24499  Dies ist ein deutscher Text.
24500  Dies ist ein deutscher Text.
24501  Dies ist ein deutscher Text.
24502  Dies ist ein deutscher Text.
24503  Dies ist ein deutscher Text.
24504  Dies ist ein deutscher Text.
24505  Dies ist ein deutscher Text.
24506  Dies ist ein deutscher Text.
24507  Dies ist ein deutscher Text
24508 \begin_inset Foot
24509 status collapsed
24510
24511 \begin_layout Standard
24512
24513 \lang german
24514 Dies ist eine deutsche Fußnote.
24515 \end_layout
24516
24517 \end_inset
24518
24519 .
24520  Dies ist ein deutscher Text.
24521  Dies ist ein deutscher Text.
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \hfill
24528
24529 \begin_inset Box Frameless
24530 position "t"
24531 hor_pos "c"
24532 has_inner_box 1
24533 inner_pos "c"
24534 use_parbox 0
24535 width "45col%"
24536 special "none"
24537 height "1in"
24538 height_special "totalheight"
24539 status open
24540
24541 \begin_layout Standard
24542 This is an English Text.
24543  This is an English Text.
24544  This is an English Text.
24545  This is an English Text.
24546  This is an English Text.
24547  This is an English Text.
24548  This is an English Text.
24549  This is an English Text.
24550  This is an English Text.
24551  This is an English Text.
24552  This is an English Text.
24553  This is an English Text.
24554  This is an English Text.
24555  This is an English Text.
24556  This is an English Text.
24557  This is an English Text.
24558 \begin_inset Foot
24559 status collapsed
24560
24561 \begin_layout Standard
24562 This is an English footnote.
24563 \end_layout
24564
24565 \end_inset
24566
24567  This is an English Text.
24568  
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Standard
24577 \begin_inset VSpace bigskip
24578 \end_inset
24579
24580 Another application for minipages are footnotes within tables.
24581  Due to a LaTeX restriction footnotes within tables doesn't appear at the
24582  bottom of the current page.
24583  But when you put the table with the footnote to a minipage, the footnote
24584  will appear at its bottom, numbered with Latin letters.
24585  The footnote number is reset to 1 in every minipage but not outside the
24586  minipages.
24587 \end_layout
24588
24589 \begin_layout Standard
24590 The footnote of this table doesn't appear: 
24591 \begin_inset Tabular
24592 <lyxtabular version="3" rows="3" columns="4">
24593 <features>
24594 <column alignment="center" valignment="top" leftline="true" width="0pt">
24595 <column alignment="center" valignment="top" leftline="true" width="0pt">
24596 <column alignment="center" valignment="top" leftline="true" width="0pt">
24597 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24598 <row topline="true">
24599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Standard
24603 1
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Standard
24612 2
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Standard
24621 3
24622 \begin_inset Foot
24623 status collapsed
24624
24625 \begin_layout Standard
24626 This is a footnote within a table.
24627 \end_layout
24628
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Standard
24640 4
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 <row topline="true">
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Standard
24651 a
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Standard
24660 b
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Standard
24669 c
24670 \end_layout
24671
24672 \end_inset
24673 </cell>
24674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24675 \begin_inset Text
24676
24677 \begin_layout Standard
24678 d
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 </row>
24684 <row topline="true" bottomline="true">
24685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Standard
24689 e
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Standard
24698 f
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Standard
24707 g
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24713 \begin_inset Text
24714
24715 \begin_layout Standard
24716 h
24717 \end_layout
24718
24719 \end_inset
24720 </cell>
24721 </row>
24722 </lyxtabular>
24723
24724 \end_inset
24725
24726
24727 \end_layout
24728
24729 \begin_layout Standard
24730 \align center
24731 \begin_inset Box Frameless
24732 position "t"
24733 hor_pos "c"
24734 has_inner_box 1
24735 inner_pos "c"
24736 use_parbox 0
24737 width "30col%"
24738 special "none"
24739 height "1in"
24740 height_special "totalheight"
24741 status open
24742
24743 \begin_layout Standard
24744 \align center
24745 \begin_inset Tabular
24746 <lyxtabular version="3" rows="3" columns="4">
24747 <features>
24748 <column alignment="center" valignment="top" leftline="true" width="0pt">
24749 <column alignment="center" valignment="top" leftline="true" width="0pt">
24750 <column alignment="center" valignment="top" leftline="true" width="0pt">
24751 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24752 <row topline="true">
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Standard
24757 1
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Standard
24766 2
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Standard
24775 3
24776 \begin_inset Foot
24777 status collapsed
24778
24779 \begin_layout Standard
24780 This is a footnote within a table.
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Standard
24794 4
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 <row topline="true">
24801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Standard
24805 a
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Standard
24814 b
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Standard
24823 c
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Standard
24832 d
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 </row>
24838 <row topline="true" bottomline="true">
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Standard
24843 e
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Standard
24852 f
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Standard
24861 g
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Standard
24870 h
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 </row>
24876 </lyxtabular>
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Standard
24889 \begin_inset VSpace bigskip
24890 \end_inset
24891
24892 The document-wide paragraph settings are ignored within minipages.
24893  That means that there will be no space between paragraphs in minipages
24894  although you set it to e.\InsetSpace \thinspace{}
24895 g.\InsetSpace ~
24896
24897 \family sans
24898 MedSkip
24899 \family default
24900  in the document settings.
24901 \end_layout
24902
24903 \begin_layout Standard
24904 Minipages can also be used to set a background color for text parts, see
24905  section\InsetSpace ~
24906
24907 \begin_inset LatexCommand ref
24908 reference "sub:Color-for-Paragraphs"
24909
24910 \end_inset
24911
24912 .
24913 \end_layout
24914
24915 \begin_layout Standard
24916 \begin_inset Note Greyedout
24917 status open
24918
24919 \begin_layout Standard
24920
24921 \series bold
24922 Note:
24923 \series default
24924  You cannot have floats or margin notes inside minipages but minipages can
24925  be used inside tables, floats, and other boxes.
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \begin_layout Section
24934 Parboxes
24935 \begin_inset LatexCommand label
24936 name "sec:Parboxes"
24937
24938 \end_inset
24939
24940
24941 \begin_inset LatexCommand index
24942 name "Boxes ! Parboxes"
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Standard
24950 Parboxes are very similar to minipages with the difference that they cannot
24951  have footnotes.
24952  The main difference to minipages is that minipages are in contrary to parboxes
24953  no real boxes but LaTeX-environments.
24954 \end_layout
24955
24956 \begin_layout Standard
24957 \align center
24958 \begin_inset Box Frameless
24959 position "t"
24960 hor_pos "c"
24961 has_inner_box 1
24962 inner_pos "t"
24963 use_parbox 1
24964 width "33col%"
24965 special "none"
24966 height "1in"
24967 height_special "totalheight"
24968 status collapsed
24969
24970 \begin_layout Standard
24971 This a text within a parbox.
24972  This a text within a parbox.
24973 \end_layout
24974
24975 \begin_layout Standard
24976 This footnote won't appear:
24977 \begin_inset Foot
24978 status collapsed
24979
24980 \begin_layout Standard
24981 This footnote is inside a parbox and will therefore not appear.
24982 \end_layout
24983
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \begin_layout Section
24995 Boxes for Words and Characters
24996 \begin_inset LatexCommand index
24997 name "Boxes ! for Characters"
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Subsection
25005 Prevent Hyphenation
25006 \begin_inset LatexCommand label
25007 name "sec:Prevent-Hyphenation"
25008
25009 \end_inset
25010
25011
25012 \begin_inset LatexCommand index
25013 name "Boxes ! to Prevent Hyphenation"
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \begin_layout Standard
25021 You can use a special kind of boxes to prevent words or text to be hyphenated.
25022 \newline
25023 Her
25024 e is an example text:
25025 \end_layout
25026
25027 \begin_layout Standard
25028 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25029 g.\InsetSpace ~
25030 veryver
25031 ylongwords.
25032 \end_layout
25033
25034 \begin_layout Standard
25035 To prevent the hyphenation of the word 
25036 \begin_inset Quotes eld
25037 \end_inset
25038
25039 veryverylongwords
25040 \begin_inset Quotes erd
25041 \end_inset
25042
25043 , add the command
25044 \end_layout
25045
25046 \begin_layout Standard
25047
25048 \series bold
25049
25050 \backslash
25051 mbox{
25052 \end_layout
25053
25054 \begin_layout Standard
25055 in ERT before the word.
25056  Behind the word insert a closing brace 
25057 \begin_inset Quotes eld
25058 \end_inset
25059
25060
25061 \series bold
25062 }
25063 \series default
25064
25065 \begin_inset Quotes erd
25066 \end_inset
25067
25068  in ERT.
25069 \begin_inset ERT
25070 status collapsed
25071
25072 \begin_layout Standard
25073
25074
25075 \backslash
25076 pagebreak 
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Standard
25085 This is the result:
25086 \end_layout
25087
25088 \begin_layout Standard
25089 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25090 g.\InsetSpace ~
25091
25092 \begin_inset ERT
25093 status collapsed
25094
25095 \begin_layout Standard
25096
25097
25098 \backslash
25099 mbox{
25100 \end_layout
25101
25102 \end_inset
25103
25104 veryverylongwords.
25105 \begin_inset ERT
25106 status collapsed
25107
25108 \begin_layout Standard
25109
25110 }
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119 Of course the word now protrudes over the side margin.
25120  To avoid this, add via the menu 
25121 \family sans
25122 Insert\SpecialChar \menuseparator
25123 Special\InsetSpace ~
25124 Formatting\SpecialChar \menuseparator
25125 Line\InsetSpace ~
25126 Break
25127 \family default
25128  (shortcut 
25129 \series bold
25130 Ctrl-Return
25131 \series default
25132 ) a line break before the word:
25133 \end_layout
25134
25135 \begin_layout Standard
25136 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25137 g.\InsetSpace ~
25138
25139 \newline
25140
25141 \begin_inset ERT
25142 status collapsed
25143
25144 \begin_layout Standard
25145
25146
25147 \backslash
25148 mbox{
25149 \end_layout
25150
25151 \end_inset
25152
25153 veryverylongwords.
25154 \begin_inset ERT
25155 status collapsed
25156
25157 \begin_layout Standard
25158
25159 }
25160 \end_layout
25161
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \begin_layout Subsection
25168 Vertical Alignment
25169 \begin_inset LatexCommand label
25170 name "sub:Vertical-Alignment"
25171
25172 \end_inset
25173
25174
25175 \begin_inset LatexCommand index
25176 name "Boxes ! for Vertical Alignment"
25177
25178 \end_inset
25179
25180
25181 \begin_inset LatexCommand index
25182 name "Boxes ! Raiseboxes"
25183
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \begin_layout Standard
25190 With the help of the command 
25191 \series bold
25192
25193 \backslash
25194 raisebox
25195 \series default
25196  you can align words, characters or other boxes vertically to the surrounding
25197  text.
25198  
25199 \series bold
25200
25201 \backslash
25202 raisebox
25203 \series default
25204  is used with the following scheme:
25205 \end_layout
25206
25207 \begin_layout Standard
25208
25209 \series bold
25210
25211 \backslash
25212 raisebox{lift}[height][depth]{box content}
25213 \end_layout
25214
25215 \begin_layout Standard
25216 The lift can be a positive value to raise the box or a negative value to
25217  lower the box.
25218 \end_layout
25219
25220 \begin_layout Standard
25221 To align for example the word 
25222 \begin_inset Quotes eld
25223 \end_inset
25224
25225 preventing
25226 \begin_inset Quotes erd
25227 \end_inset
25228
25229  so that the bottom of the 
25230 \begin_inset Quotes eld
25231 \end_inset
25232
25233 deepest
25234 \begin_inset Quotes erd
25235 \end_inset
25236
25237  character 
25238 \begin_inset Quotes eld
25239 \end_inset
25240
25241 p
25242 \begin_inset Quotes erd
25243 \end_inset
25244
25245  is at the baseline, insert the command
25246 \end_layout
25247
25248 \begin_layout Standard
25249
25250 \series bold
25251
25252 \backslash
25253 raisebox{
25254 \backslash
25255 depth}{
25256 \end_layout
25257
25258 \begin_layout Standard
25259 in ERT before the word.
25260  Behind the word insert a closing brace 
25261 \begin_inset Quotes eld
25262 \end_inset
25263
25264
25265 \series bold
25266 }
25267 \series default
25268
25269 \begin_inset Quotes erd
25270 \end_inset
25271
25272  in ERT.
25273 \newline
25274 This is the result:
25275 \end_layout
25276
25277 \begin_layout Standard
25278 This is a text line with the word 
25279 \begin_inset ERT
25280 status collapsed
25281
25282 \begin_layout Standard
25283
25284
25285 \backslash
25286 raisebox{
25287 \backslash
25288 depth}{
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \begin_inset Quotes eld
25295 \end_inset
25296
25297 preventing
25298 \begin_inset Quotes erd
25299 \end_inset
25300
25301
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Standard
25306
25307 }
25308 \end_layout
25309
25310 \end_inset
25311
25312  as raised word.
25313 \end_layout
25314
25315 \begin_layout Standard
25316 \begin_inset VSpace bigskip
25317 \end_inset
25318
25319 When you raise or lower characters in a line, the line distance will be
25320  spread:
25321 \end_layout
25322
25323 \begin_layout Standard
25324 This is a text line with the word 
25325 \begin_inset ERT
25326 status collapsed
25327
25328 \begin_layout Standard
25329
25330
25331 \backslash
25332 raisebox{-
25333 \backslash
25334 depth}{
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \begin_inset Quotes eld
25341 \end_inset
25342
25343 preventing
25344 \begin_inset Quotes erd
25345 \end_inset
25346
25347
25348 \begin_inset ERT
25349 status collapsed
25350
25351 \begin_layout Standard
25352
25353 }
25354 \end_layout
25355
25356 \end_inset
25357
25358  as lowered word.
25359 \newline
25360 This is a text line with the word 
25361 \begin_inset ERT
25362 status collapsed
25363
25364 \begin_layout Standard
25365
25366
25367 \backslash
25368 raisebox{0.5cm}{
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \begin_inset Quotes eld
25375 \end_inset
25376
25377 testing
25378 \begin_inset Quotes erd
25379 \end_inset
25380
25381
25382 \begin_inset ERT
25383 status collapsed
25384
25385 \begin_layout Standard
25386
25387 }
25388 \end_layout
25389
25390 \end_inset
25391
25392  as raised word.
25393 \end_layout
25394
25395 \begin_layout Standard
25396 If you want to prevent this for a certain reason, set the box height to
25397  a zero value.
25398  For example use
25399 \end_layout
25400
25401 \begin_layout Standard
25402
25403 \series bold
25404
25405 \backslash
25406 raisebox{-
25407 \backslash
25408 depth}[0pt]{
25409 \end_layout
25410
25411 \begin_layout Standard
25412 This is a text line with the word 
25413 \begin_inset ERT
25414 status collapsed
25415
25416 \begin_layout Standard
25417
25418
25419 \backslash
25420 raisebox{-
25421 \backslash
25422 depth}[0pt]{
25423 \end_layout
25424
25425 \end_inset
25426
25427
25428 \begin_inset Quotes eld
25429 \end_inset
25430
25431 preventing
25432 \begin_inset Quotes erd
25433 \end_inset
25434
25435
25436 \begin_inset ERT
25437 status collapsed
25438
25439 \begin_layout Standard
25440
25441 }
25442 \end_layout
25443
25444 \end_inset
25445
25446  as lowered word.
25447 \newline
25448 This is a text line with the word 
25449 \begin_inset ERT
25450 status collapsed
25451
25452 \begin_layout Standard
25453
25454
25455 \backslash
25456 raisebox{0.5cm}[0pt]{
25457 \end_layout
25458
25459 \end_inset
25460
25461
25462 \begin_inset Quotes eld
25463 \end_inset
25464
25465 testing
25466 \begin_inset Quotes erd
25467 \end_inset
25468
25469
25470 \begin_inset ERT
25471 status collapsed
25472
25473 \begin_layout Standard
25474
25475 }
25476 \end_layout
25477
25478 \end_inset
25479
25480  as raised word.
25481 \end_layout
25482
25483 \begin_layout Section
25484 Colored Boxes
25485 \begin_inset LatexCommand label
25486 name "sec:Colored-Boxes"
25487
25488 \end_inset
25489
25490
25491 \begin_inset LatexCommand index
25492 name "Boxes ! Color"
25493
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \begin_layout Subsection
25500 Color for Text
25501 \begin_inset LatexCommand index
25502 name "Color ! for Text"
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Standard
25510 To color the background of text the text must be put into a so called colorbox.
25511  This requires that the LaTeX-package 
25512 \series bold
25513 color
25514 \series default
25515
25516 \begin_inset LatexCommand index
25517 name "LaTeX-packages ! color"
25518
25519 \end_inset
25520
25521  is loaded in the document preamble with the command
25522 \end_layout
25523
25524 \begin_layout Standard
25525
25526 \series bold
25527
25528 \backslash
25529 @ifundef\SpecialChar \textcompwordmark{}
25530 ined{textcolor}
25531 \newline
25532
25533 \begin_inset ERT
25534 status collapsed
25535
25536 \begin_layout Standard
25537
25538
25539 \backslash
25540 hphantom{ }
25541 \end_layout
25542
25543 \end_inset
25544
25545 {
25546 \backslash
25547 usepackage{color}}{}
25548 \end_layout
25549
25550 \begin_layout Standard
25551 The package 
25552 \series bold
25553 color
25554 \series default
25555  will be loaded automatically by LyX when you color text
25556 \begin_inset Foot
25557 status collapsed
25558
25559 \begin_layout Standard
25560 To avoid that it is loaded twice the command 
25561 \series bold
25562
25563 \backslash
25564 @ifundef\SpecialChar \textcompwordmark{}
25565 ined
25566 \series default
25567  is used.
25568 \end_layout
25569
25570 \end_inset
25571
25572 .
25573 \end_layout
25574
25575 \begin_layout Standard
25576 \begin_inset VSpace medskip
25577 \end_inset
25578
25579 Colorboxes are created with the command 
25580 \series bold
25581
25582 \backslash
25583 colorbox
25584 \series default
25585 .
25586  This will be used with the following scheme:
25587 \end_layout
25588
25589 \begin_layout Standard
25590
25591 \series bold
25592
25593 \backslash
25594 colorbox{color}{box content}
25595 \end_layout
25596
25597 \begin_layout Standard
25598 The box content can also be a box and colorboxes can also be within other
25599  boxes.
25600 \end_layout
25601
25602 \begin_layout Standard
25603 The following colors are predefined:
25604 \newline
25605
25606 \family sans
25607 black
25608 \family default
25609
25610 \family sans
25611 blue
25612 \family default
25613
25614 \family sans
25615 cyan
25616 \family default
25617 \series bold
25618
25619 \family sans
25620 \series default
25621 green
25622 \family default
25623
25624 \family sans
25625 magenta
25626 \family default
25627
25628 \family sans
25629 red
25630 \family default
25631
25632 \family sans
25633 white
25634 \family default
25635 , and 
25636 \family sans
25637 yellow
25638 \family default
25639 .
25640 \newline
25641 You can also define your own color as described in section\InsetSpace ~
25642
25643 \begin_inset LatexCommand ref
25644 reference "sec:Colored-Tables"
25645
25646 \end_inset
25647
25648 .
25649 \end_layout
25650
25651 \begin_layout Standard
25652 To have e.\InsetSpace \thinspace{}
25653 g.\InsetSpace ~
25654 a red background for a word, insert the command
25655 \end_layout
25656
25657 \begin_layout Standard
25658
25659 \series bold
25660
25661 \backslash
25662 colorbox{red}{
25663 \end_layout
25664
25665 \begin_layout Standard
25666 before the word in ERT.
25667  Behind the word insert a closing brace 
25668 \begin_inset Quotes eld
25669 \end_inset
25670
25671
25672 \series bold
25673 }
25674 \series default
25675
25676 \begin_inset Quotes erd
25677 \end_inset
25678
25679  in ERT.
25680 \newline
25681 This is the result:
25682 \end_layout
25683
25684 \begin_layout Standard
25685 This is a line where the word 
25686 \begin_inset ERT
25687 status collapsed
25688
25689 \begin_layout Standard
25690
25691
25692 \backslash
25693 colorbox{red}{
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \begin_inset Quotes eld
25700 \end_inset
25701
25702 Attention!
25703 \begin_inset Quotes erd
25704 \end_inset
25705
25706
25707 \begin_inset ERT
25708 status collapsed
25709
25710 \begin_layout Standard
25711
25712 }
25713 \end_layout
25714
25715 \end_inset
25716
25717  has a red background.
25718 \end_layout
25719
25720 \begin_layout Standard
25721 \begin_inset VSpace bigskip
25722 \end_inset
25723
25724 If you would have the box frame in a different color, you can use the command
25725  
25726 \series bold
25727
25728 \backslash
25729 fcolorbox
25730 \series default
25731  with the following scheme:
25732 \end_layout
25733
25734 \begin_layout Standard
25735
25736 \series bold
25737
25738 \backslash
25739 fcolorbox{frame color}{box color}{box content}
25740 \end_layout
25741
25742 \begin_layout Standard
25743
25744 \series bold
25745
25746 \backslash
25747 fcolorbox
25748 \series default
25749  is an extension to 
25750 \series bold
25751
25752 \backslash
25753 colorbox
25754 \series default
25755 .
25756  The frame thickness and the space between the frame and the box content
25757  can be adjusted with the lengths 
25758 \series bold
25759
25760 \backslash
25761 fboxrule
25762 \series default
25763  and 
25764 \series bold
25765
25766 \backslash
25767 fboxsep
25768 \series default
25769 , respectively, as described in section\InsetSpace ~
25770
25771 \begin_inset LatexCommand ref
25772 reference "sec:Framed-Boxes"
25773
25774 \end_inset
25775
25776 .
25777 \end_layout
25778
25779 \begin_layout Standard
25780 For the following example the command
25781 \end_layout
25782
25783 \begin_layout Standard
25784
25785 \series bold
25786
25787 \backslash
25788 fcolorbox{cyan}{magenta}{
25789 \end_layout
25790
25791 \begin_layout Standard
25792 was used.
25793 \end_layout
25794
25795 \begin_layout Standard
25796 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
25797 mm:
25798 \newline
25799
25800 \begin_inset ERT
25801 status collapsed
25802
25803 \begin_layout Standard
25804
25805
25806 \backslash
25807 fboxrule 1mm 
25808 \backslash
25809 fboxsep 1mm
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \begin_inset ERT
25816 status collapsed
25817
25818 \begin_layout Standard
25819
25820
25821 \backslash
25822 fcolorbox{cyan}{magenta}{
25823 \end_layout
25824
25825 \end_inset
25826
25827 This is text within a colored, framed box.
25828 \begin_inset ERT
25829 status collapsed
25830
25831 \begin_layout Standard
25832
25833 }
25834 \end_layout
25835
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \begin_layout Standard
25842 \begin_inset VSpace bigskip
25843 \end_inset
25844
25845 Of course you can also have colored text inside a colorbox:
25846 \newline
25847
25848 \begin_inset ERT
25849 status collapsed
25850
25851 \begin_layout Standard
25852
25853
25854 \backslash
25855 fcolorbox{cyan}{magenta}{
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \color yellow
25862 This is colored text within a colored, framed box.
25863 \color none
25864
25865 \begin_inset ERT
25866 status collapsed
25867
25868 \begin_layout Standard
25869
25870 }
25871 \end_layout
25872
25873 \end_inset
25874
25875
25876 \begin_inset ERT
25877 status collapsed
25878
25879 \begin_layout Standard
25880
25881
25882 \backslash
25883 fboxrule 0.4pt 
25884 \backslash
25885 fboxsep 3pt
25886 \end_layout
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Standard
25894
25895 \series bold
25896 \begin_inset VSpace medskip
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Standard
25903 \begin_inset Note Greyedout
25904 status open
25905
25906 \begin_layout Standard
25907
25908 \series bold
25909 Note:
25910 \series default
25911  Text in colorboxes cannot have line breaks.
25912  To color multiple text lines or paragraphs, use a box inside a colorbox
25913  as described in the following.
25914 \end_layout
25915
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \begin_layout Subsection
25922 Color for Paragraphs
25923 \begin_inset LatexCommand label
25924 name "sub:Color-for-Paragraphs"
25925
25926 \end_inset
25927
25928
25929 \begin_inset LatexCommand index
25930 name "Color ! for Paragraphs"
25931
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \begin_layout Standard
25938 To set the background color for more than one text line, put the text into
25939  a minipage.
25940  Before the minipage insert the 
25941 \series bold
25942
25943 \backslash
25944 colorbox
25945 \series default
25946  command
25947 \end_layout
25948
25949 \begin_layout Standard
25950
25951 \series bold
25952
25953 \backslash
25954 colorbox{color}{
25955 \end_layout
25956
25957 \begin_layout Standard
25958 in ERT.
25959  Behind the minipage insert a closing brace 
25960 \begin_inset Quotes eld
25961 \end_inset
25962
25963
25964 \series bold
25965 }
25966 \series default
25967
25968 \begin_inset Quotes erd
25969 \end_inset
25970
25971  in ERT.
25972 \end_layout
25973
25974 \begin_layout Standard
25975 \begin_inset ERT
25976 status collapsed
25977
25978 \begin_layout Standard
25979
25980
25981 \backslash
25982 colorbox{lightgrey}{
25983 \end_layout
25984
25985 \end_inset
25986
25987
25988 \begin_inset Box Frameless
25989 position "t"
25990 hor_pos "c"
25991 has_inner_box 1
25992 inner_pos "t"
25993 use_parbox 0
25994 width "100col%"
25995 special "none"
25996 height "1in"
25997 height_special "totalheight"
25998 status collapsed
25999
26000 \begin_layout Standard
26001 This is text with background color.
26002  This is text with background color.
26003 \end_layout
26004
26005 \begin_layout Standard
26006 \begin_inset VSpace defskip
26007 \end_inset
26008
26009 The text can have footnotes
26010 \begin_inset Foot
26011 status collapsed
26012
26013 \begin_layout Standard
26014 Another example footnote
26015 \end_layout
26016
26017 \end_inset
26018
26019  and can include tables and figures.
26020 \end_layout
26021
26022 \begin_layout Standard
26023 \align center
26024 \begin_inset Tabular
26025 <lyxtabular version="3" rows="3" columns="3">
26026 <features>
26027 <column alignment="center" valignment="top" leftline="true" width="0">
26028 <column alignment="center" valignment="top" leftline="true" width="0">
26029 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26030 <row topline="true">
26031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Standard
26035 a
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Standard
26044 !
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Standard
26053 3
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 <row topline="true">
26060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Standard
26064 <
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Standard
26073 b2
26074 \begin_inset Quotes erd
26075 \end_inset
26076
26077 |
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Standard
26086 >
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 </row>
26092 <row topline="true" bottomline="true">
26093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Standard
26097 1
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Standard
26106 §
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Standard
26115 c
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 </row>
26121 </lyxtabular>
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \begin_inset ERT
26132 status collapsed
26133
26134 \begin_layout Standard
26135
26136 }
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \begin_layout Section
26145 URLs (Uniform Resource Locators)
26146 \begin_inset LatexCommand index
26147 name "URLs"
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Standard
26155 Links to web pages or email addresses can be inserted via the menu 
26156 \family sans
26157 Insert\SpecialChar \menuseparator
26158 URL
26159 \family default
26160 .
26161  The appearing URL dialog has two fields; the 
26162 \family sans
26163 URL
26164 \family default
26165  field and the 
26166 \family sans
26167 Name
26168 \family default
26169  field for the URL description, which will be typeset as plain text immediately
26170  before the URL.
26171 \end_layout
26172
26173 \begin_layout Standard
26174 Here is an example URL: 
26175 \begin_inset LatexCommand url
26176 name "LyX's homepage"
26177 target "http://www.lyx.org"
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \begin_layout Standard
26185 The option 
26186 \family sans
26187 Generate\InsetSpace ~
26188 hyperlink
26189 \family default
26190  in the URL dialog has only an affect when you export your document to the
26191  format 
26192 \begin_inset Quotes eld
26193 \end_inset
26194
26195
26196 \family sans
26197 LinuxDoc
26198 \family default
26199
26200 \begin_inset Quotes erd
26201 \end_inset
26202
26203 .
26204 \end_layout
26205
26206 \begin_layout Standard
26207 You cannot change the style of the link text.
26208  The text of the 
26209 \family sans
26210 Name
26211 \family default
26212  field will have the default text style of the document while the text of
26213  the 
26214 \family sans
26215 URL
26216 \family default
26217  field will have the style 
26218 \begin_inset Quotes eld
26219 \end_inset
26220
26221
26222 \family sans
26223 Typewriter
26224 \family default
26225
26226 \begin_inset Quotes erd
26227 \end_inset
26228
26229 .
26230 \end_layout
26231
26232 \begin_layout Standard
26233 When you use the LaTeX-package 
26234 \series bold
26235 hyperref
26236 \series default
26237
26238 \begin_inset LatexCommand index
26239 name "LaTeX-packages ! hyperref"
26240
26241 \end_inset
26242
26243  to link cross-references in the output, URLs will automatically become
26244  clickable hyperlinks in DVI and PDF-output.
26245 \end_layout
26246
26247 \begin_layout Standard
26248 \begin_inset Note Greyedout
26249 status open
26250
26251 \begin_layout Standard
26252
26253 \series bold
26254 Note: 
26255 \series default
26256 When you use the following characters: "%", "#", "^", you have to write
26257  them with a preceding backslash, e.\InsetSpace \thinspace{}
26258 g.\InsetSpace ~
26259
26260 \begin_inset Quotes eld
26261 \end_inset
26262
26263
26264 \backslash
26265 #
26266 \begin_inset Quotes erd
26267 \end_inset
26268
26269 .
26270  URLs must not end with a backslash.
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \begin_layout Standard
26279 \begin_inset VSpace bigskip
26280 \end_inset
26281
26282 To create real hyperlinks without the force to write the link location to
26283  the text, you can use the command
26284 \end_layout
26285
26286 \begin_layout Standard
26287
26288 \series bold
26289
26290 \backslash
26291 href{link location}{link text}
26292 \end_layout
26293
26294 \begin_layout Standard
26295 in ERT.
26296  To get for example a link to LyX's web page, write the command
26297 \end_layout
26298
26299 \begin_layout Standard
26300
26301 \series bold
26302
26303 \backslash
26304 href{http://www.lyx.org}{
26305 \end_layout
26306
26307 \begin_layout Standard
26308 in ERT.
26309  Insert after the command the link text 
26310 \begin_inset Quotes eld
26311 \end_inset
26312
26313 LyX's homepage
26314 \begin_inset Quotes erd
26315 \end_inset
26316
26317  as normal text followed by a closing brace 
26318 \begin_inset Quotes eld
26319 \end_inset
26320
26321
26322 \series bold
26323 }
26324 \series default
26325
26326 \begin_inset Quotes erd
26327 \end_inset
26328
26329  in ERT.
26330  This is the result: 
26331 \begin_inset ERT
26332 status collapsed
26333
26334 \begin_layout Standard
26335
26336
26337 \backslash
26338 href{http://www.lyx.org}{
26339 \end_layout
26340
26341 \end_inset
26342
26343 LyX's homepage
26344 \begin_inset ERT
26345 status collapsed
26346
26347 \begin_layout Standard
26348
26349 }
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \begin_layout Standard
26358 To link to email addresses, add the prefix 
26359 \begin_inset Quotes eld
26360 \end_inset
26361
26362
26363 \family sans
26364 mailto:
26365 \family default
26366
26367 \begin_inset Quotes erd
26368 \end_inset
26369
26370  to the link location:
26371 \newline
26372 Email to 
26373 \begin_inset ERT
26374 status collapsed
26375
26376 \begin_layout Standard
26377
26378
26379 \backslash
26380 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26381 \end_layout
26382
26383 \end_inset
26384
26385 lyx-docs mailing list
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Standard
26390
26391 }
26392 \end_layout
26393
26394 \end_inset
26395
26396 .
26397 \end_layout
26398
26399 \begin_layout Standard
26400 Using 
26401 \series bold
26402
26403 \backslash
26404 href
26405 \series default
26406  instead of LyX's URL box has the advantage that you can specify the text
26407  style of the link text like for all other text parts.
26408  You can therefore set hyphenation points and forced linebreaks to have
26409  long link text broken at the page margin.
26410  You are furthermore able to change the text style for all URLs in your
26411  document with an option in 
26412 \series bold
26413 hyperref
26414 \series default
26415 's load command and the restrictions mentioned above doesn't apply for 
26416 \series bold
26417
26418 \backslash
26419 href
26420 \series default
26421 .
26422 \end_layout
26423
26424 \begin_layout Standard
26425
26426 \newpage
26427
26428 \end_layout
26429
26430 \begin_layout Chapter
26431 \start_of_appendix
26432 Units available in 
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Standard
26437
26438
26439 \backslash
26440 texorpdfstring{
26441 \end_layout
26442
26443 \end_inset
26444
26445 LyX
26446 \begin_inset ERT
26447 status collapsed
26448
26449 \begin_layout Standard
26450
26451 }{LyX}
26452 \end_layout
26453
26454 \end_inset
26455
26456
26457 \begin_inset LatexCommand index
26458 name "Units"
26459
26460 \end_inset
26461
26462
26463 \begin_inset LatexCommand label
26464 name "cha:Units-available-in"
26465
26466 \end_inset
26467
26468
26469 \begin_inset Note Note
26470 status collapsed
26471
26472 \begin_layout Standard
26473 The command 
26474 \backslash
26475 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
26476  are displayed wrongly in PDF-bookmarks.
26477  For more information about this, have a look at 
26478 \begin_inset LatexCommand cite
26479 key "hyperref"
26480
26481 \end_inset
26482
26483 .
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \end_layout
26490
26491 \begin_layout Standard
26492 To understand the units described in this documentation, Table\InsetSpace ~
26493
26494 \begin_inset LatexCommand ref
26495 reference "tab:Units"
26496
26497 \end_inset
26498
26499  explains all units available in LyX.
26500 \end_layout
26501
26502 \begin_layout Standard
26503 \begin_inset Float table
26504 placement h
26505 wide false
26506 sideways false
26507 status open
26508
26509 \begin_layout Standard
26510 \begin_inset Caption
26511
26512 \begin_layout Standard
26513 \begin_inset LatexCommand label
26514 name "tab:Units"
26515
26516 \end_inset
26517
26518 Units
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Standard
26527 \begin_inset VSpace medskip
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Standard
26534 \align center
26535 \begin_inset Tabular
26536 <lyxtabular version="3" rows="20" columns="2">
26537 <features>
26538 <column alignment="center" valignment="top" leftline="true" width="0">
26539 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26540 <row topline="true" bottomline="true">
26541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Standard
26545 unit
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Standard
26554 name/description
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 </row>
26560 <row topline="true">
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Standard
26565 mm
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Standard
26574 millimeter
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 </row>
26580 <row topline="true">
26581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Standard
26585 cm
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Standard
26594 centimeter
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 <row topline="true">
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Standard
26605 in
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Standard
26614 inch
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 </row>
26620 <row topline="true">
26621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Standard
26625 pt
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Standard
26634 point (72.27\InsetSpace \thinspace{}
26635 pt = 1\InsetSpace \thinspace{}
26636 in)
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 </row>
26642 <row topline="true">
26643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Standard
26647 pc
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Standard
26656 pica (1\InsetSpace \thinspace{}
26657 pc = 12\InsetSpace \thinspace{}
26658 pt)
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 </row>
26664 <row topline="true">
26665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Standard
26669 sp
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Standard
26678 scaled point (65536\InsetSpace \thinspace{}
26679 sp = 1\InsetSpace \thinspace{}
26680 pt)
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 </row>
26686 <row topline="true">
26687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Standard
26691 bp
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Standard
26700 big point (72\InsetSpace \thinspace{}
26701 bp = 1\InsetSpace \thinspace{}
26702 in)
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 </row>
26708 <row topline="true">
26709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Standard
26713 dd
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Standard
26722 didot (72\InsetSpace \thinspace{}
26723 dd 
26724 \begin_inset Formula $\approx$
26725 \end_inset
26726
26727  37.6\InsetSpace \thinspace{}
26728 mm)
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row topline="true">
26735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Standard
26739 cc
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Standard
26748 cicero (1\InsetSpace \thinspace{}
26749 cc = 12\InsetSpace \thinspace{}
26750 dd)
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 </row>
26756 <row topline="true">
26757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Standard
26761 Scale%
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Standard
26770 % of original image width
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 </row>
26776 <row topline="true">
26777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Standard
26781 text%
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Standard
26790 % of text width
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 </row>
26796 <row topline="true">
26797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Standard
26801 col%
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Standard
26810 % of column width
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 </row>
26816 <row topline="true">
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Standard
26821 page%
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Standard
26830 % of paper width
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 </row>
26836 <row topline="true">
26837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Standard
26841 line%
26842 \end_layout
26843
26844 \end_inset
26845 </cell>
26846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Standard
26850 % of line width
26851 \end_layout
26852
26853 \end_inset
26854 </cell>
26855 </row>
26856 <row topline="true">
26857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26858 \begin_inset Text
26859
26860 \begin_layout Standard
26861 theight%
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26867 \begin_inset Text
26868
26869 \begin_layout Standard
26870 % of text height
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 </row>
26876 <row topline="true">
26877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Standard
26881 pheight%
26882 \end_layout
26883
26884 \end_inset
26885 </cell>
26886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26887 \begin_inset Text
26888
26889 \begin_layout Standard
26890 % of paper height
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 </row>
26896 <row topline="true">
26897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Standard
26901 ex
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26907 \begin_inset Text
26908
26909 \begin_layout Standard
26910 height of letter 
26911 \emph on
26912 x
26913 \emph default
26914  in current font
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 </row>
26920 <row topline="true">
26921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Standard
26925 em
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Standard
26934 width of letter 
26935 \emph on
26936 M
26937 \emph default
26938  in current font
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 </row>
26944 <row topline="true" bottomline="true">
26945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Standard
26949 mu
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Standard
26958 math unit (1\InsetSpace \thinspace{}
26959 mu = 1/18\InsetSpace \thinspace{}
26960 em)
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 </row>
26966 </lyxtabular>
26967
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \end_inset
26974
26975
26976 \end_layout
26977
26978 \begin_layout Chapter
26979 Output File Formats with Graphics
26980 \begin_inset LatexCommand label
26981 name "cha:Output-File-Formats"
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \begin_layout Section
26989 DVI
26990 \begin_inset LatexCommand index
26991 name "File Formats ! DVI"
26992
26993 \end_inset
26994
26995
26996 \begin_inset LatexCommand index
26997 name "DVI|see{File Formats}"
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \begin_layout Standard
27005 This file type has the extension 
27006 \begin_inset Quotes eld
27007 \end_inset
27008
27009
27010 \family typewriter
27011 .dvi
27012 \family default
27013
27014 \begin_inset Quotes erd
27015 \end_inset
27016
27017 .
27018  It is called 
27019 \begin_inset Quotes eld
27020 \end_inset
27021
27022 device-independent
27023 \begin_inset Quotes erd
27024 \end_inset
27025
27026  (DVI), because it is completely portable; you can move them from one machine
27027  to another without needing to do any sort of conversion.
27028  At the time when this file-format was developed, this was no matter of
27029  course.
27030  DVIs are used for quick previews and as pre-stage for other output formats,
27031  like PostScript.
27032 \end_layout
27033
27034 \begin_layout Standard
27035 \begin_inset Note Greyedout
27036 status open
27037
27038 \begin_layout Standard
27039
27040 \series bold
27041 Note:
27042 \series default
27043  DVI-files doesn't contain images, they will only be a linked.
27044 \end_layout
27045
27046 \end_inset
27047
27048  So don't forget this, if you move your 
27049 \family typewriter
27050 .dvi
27051 \family default
27052  file to another computer.
27053  This property can also slow down your computer when you view the DVI.
27054  Because the DVI-viewer has to convert the image in the background to make
27055  it visible when you scroll in the DVI.
27056  So we recommend to use PDF for files with many images.
27057 \end_layout
27058
27059 \begin_layout Standard
27060 You can export your document to DVI by using the menu 
27061 \family sans
27062 File\SpecialChar \menuseparator
27063 Export\SpecialChar \menuseparator
27064 DVI
27065 \family default
27066 .
27067  You can view your document as PostScript via the 
27068 \family sans
27069 View
27070 \family default
27071  menu or by using the toolbar button 
27072 \begin_inset Graphics
27073         filename ../images/buffer-view_dvi.xpm
27074         scale 85
27075
27076 \end_inset
27077
27078 .
27079 \end_layout
27080
27081 \begin_layout Section
27082 PostScript
27083 \begin_inset LatexCommand label
27084 name "sec:PostScript"
27085
27086 \end_inset
27087
27088
27089 \begin_inset LatexCommand index
27090 name "File Formats ! PostScript\\protect\\pagebreak"
27091
27092 \end_inset
27093
27094
27095 \begin_inset LatexCommand index
27096 name "PostScript|see{File Formats}"
27097
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Standard
27104 This file type has the extension 
27105 \begin_inset Quotes eld
27106 \end_inset
27107
27108
27109 \family typewriter
27110 .ps
27111 \family default
27112
27113 \begin_inset Quotes erd
27114 \end_inset
27115
27116 .
27117  PostScript was developed by the company 
27118 \family typewriter
27119 Adobe
27120 \family default
27121  as printer language.
27122  The file contains therefore commands that the printer uses to print the
27123  file.
27124  PostScript can be seen as 
27125 \begin_inset Quotes eld
27126 \end_inset
27127
27128 programming language
27129 \begin_inset Quotes erd
27130 \end_inset
27131
27132 ; you can calculate with it and draw diagrams and images
27133 \begin_inset Foot
27134 status collapsed
27135
27136 \begin_layout Standard
27137 If you are interested to learn more about this, have a look at the LaTeX-package
27138  
27139 \series bold
27140 PSTricks
27141 \series default
27142  
27143 \begin_inset LatexCommand cite
27144 key "pstricks"
27145
27146 \end_inset
27147
27148 .
27149 \end_layout
27150
27151 \end_inset
27152
27153 .
27154  Due to this ability, the files are often bigger than PDFs.
27155 \end_layout
27156
27157 \begin_layout Standard
27158 PostScript can only contain images in the format 
27159 \begin_inset Quotes eld
27160 \end_inset
27161
27162 Encapsulated PostScript
27163 \begin_inset Quotes erd
27164 \end_inset
27165
27166  (EPS, file extension 
27167 \begin_inset Quotes eld
27168 \end_inset
27169
27170
27171 \family typewriter
27172 .eps
27173 \family default
27174
27175 \begin_inset Quotes erd
27176 \end_inset
27177
27178 ).
27179  As LyX allows you to use any known image format in your document, it has
27180  to convert images in the background to EPS.
27181  If you have e.g 50 images in your document, LyX has to do 50 conversions
27182  whenever you view or export your document.
27183  This will slow down your work flow with LyX drastically.
27184  So if you plan to use PostScript, you can insert your images directly as
27185  EPS to avoid this problem.
27186 \end_layout
27187
27188 \begin_layout Standard
27189 You can export your document to PostScript using the menu 
27190 \family sans
27191 File\SpecialChar \menuseparator
27192 Export\SpecialChar \menuseparator
27193 Postscript
27194 \family default
27195 .
27196  You can view your document as PostScript via the 
27197 \family sans
27198 View
27199 \family default
27200  menu or by using the toolbar button 
27201 \begin_inset Graphics
27202         filename ../images/buffer-view_ps.xpm
27203         scale 85
27204
27205 \end_inset
27206
27207 .
27208 \end_layout
27209
27210 \begin_layout Section
27211 PDF
27212 \begin_inset LatexCommand label
27213 name "sec:PDF"
27214
27215 \end_inset
27216
27217
27218 \begin_inset LatexCommand index
27219 name "File Formats ! PDF"
27220
27221 \end_inset
27222
27223
27224 \begin_inset LatexCommand index
27225 name "PDF"
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Standard
27233 This file type has the extension 
27234 \begin_inset Quotes eld
27235 \end_inset
27236
27237
27238 \family typewriter
27239 .pdf
27240 \family default
27241
27242 \begin_inset Quotes erd
27243 \end_inset
27244
27245 .
27246  The 
27247 \begin_inset Quotes eld
27248 \end_inset
27249
27250 Portable Document Format
27251 \begin_inset Quotes erd
27252 \end_inset
27253
27254  (PDF) is developed by 
27255 \family typewriter
27256 Adobe
27257 \family default
27258  as derivative from PostScript.
27259  It is more compressed and it uses much less commands than PostScript.
27260  As the name 
27261 \begin_inset Quotes eld
27262 \end_inset
27263
27264 portable
27265 \begin_inset Quotes erd
27266 \end_inset
27267
27268  implies, it can be processed at any computer system and the printed output
27269  looks exactly the same.
27270 \end_layout
27271
27272 \begin_layout Standard
27273 PDF can contain images in its own PDF format, in the format 
27274 \begin_inset Quotes eld
27275 \end_inset
27276
27277 Joint Photographic Experts Group
27278 \begin_inset Quotes erd
27279 \end_inset
27280
27281  (JPG, file extension 
27282 \begin_inset Quotes eld
27283 \end_inset
27284
27285
27286 \family typewriter
27287 .jpg
27288 \family default
27289
27290 \begin_inset Quotes erd
27291 \end_inset
27292
27293  or 
27294 \begin_inset Quotes eld
27295 \end_inset
27296
27297
27298 \family typewriter
27299 .jpeg
27300 \family default
27301
27302 \begin_inset Quotes erd
27303 \end_inset
27304
27305 ), and in the format 
27306 \begin_inset Quotes eld
27307 \end_inset
27308
27309 Portable Network Graphics
27310 \begin_inset Quotes erd
27311 \end_inset
27312
27313  (PNG, file extension 
27314 \begin_inset Quotes eld
27315 \end_inset
27316
27317
27318 \family typewriter
27319 .png
27320 \family default
27321
27322 \begin_inset Quotes erd
27323 \end_inset
27324
27325 ).
27326  You can although use any other image format, because LyX converts them
27327  in the background to one of these formats.
27328  But as described in the section about PostScript, the image conversion
27329  will slow down your work flow.
27330  So it is recommended to use images in one of the three mentioned formats.
27331 \end_layout
27332
27333 \begin_layout Standard
27334 You can export your document to PDF via the menu 
27335 \family sans
27336 File\SpecialChar \menuseparator
27337 Export
27338 \family default
27339  in three different ways:
27340 \end_layout
27341
27342 \begin_layout Description
27343 PDF This uses the program 
27344 \family typewriter
27345 ps2pdf
27346 \family default
27347  that creates a PDF from a PostScript-version of your file.
27348  The PostScript-version is produced by the program 
27349 \family typewriter
27350 dvips
27351 \family default
27352  which uses a DVI-version as intermediate step.
27353  So this export variant consist of three conversions.
27354 \end_layout
27355
27356 \begin_layout Description
27357 PDF\InsetSpace ~
27358 (dvipdfm) This uses the program 
27359 \family typewriter
27360 dvipdfm
27361 \family default
27362  that converts your file in the background to DVI and in a second step to
27363  PDF.
27364 \end_layout
27365
27366 \begin_layout Description
27367 PDF\InsetSpace ~
27368 (pdflatex) This uses the program 
27369 \family typewriter
27370 pdftex
27371 \family default
27372  that converts your file directly to PDF.
27373 \end_layout
27374
27375 \begin_layout Standard
27376 It is recommended to use 
27377 \family sans
27378 PDF\InsetSpace ~
27379 (pdflatex)
27380 \family default
27381  because 
27382 \family typewriter
27383 pdftex
27384 \family default
27385  supports all features of actual PDF-versions, is quick and works stable
27386  without problems.
27387  The program 
27388 \family typewriter
27389 dvipdfm
27390 \family default
27391  is not under development and therefore a bit outdated.
27392 \end_layout
27393
27394 \begin_layout Standard
27395 You can view your document as PDF via the 
27396 \family sans
27397 View
27398 \family default
27399  menu or by using the toolbar button 
27400 \begin_inset Graphics
27401         filename ../images/buffer-view_pdf2.xpm
27402         scale 85
27403
27404 \end_inset
27405
27406  
27407 \family sans
27408 (
27409 \family default
27410 that uses 
27411 \family sans
27412 PDF\InsetSpace ~
27413 (pdflatex)
27414 \family default
27415 ).
27416 \end_layout
27417
27418 \begin_layout Chapter
27419 Explanation of Equation\InsetSpace ~
27420
27421 \begin_inset LatexCommand eqref
27422 reference "eq:Wgn"
27423
27424 \end_inset
27425
27426
27427 \begin_inset LatexCommand label
27428 name "cha:Explanation-of-Equation"
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \begin_layout Standard
27436 The total width of 
27437 \emph on
27438 n
27439 \emph default
27440  table cells 
27441 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27442 \end_inset
27443
27444  can be calculated to
27445 \end_layout
27446
27447 \begin_layout Standard
27448 \begin_inset Formula \begin{equation}
27449 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27450
27451 \end_inset
27452
27453
27454 \end_layout
27455
27456 \begin_layout Standard
27457 Where 
27458 \begin_inset Formula $W_{g\, n}$
27459 \end_inset
27460
27461  is the given width of all cells.
27462  
27463 \series bold
27464
27465 \backslash
27466 tabcolsep
27467 \series default
27468  is the LaTeX-length between the cell text and the cell border, its default
27469  value is 6\InsetSpace \thinspace{}
27470 pt.
27471  
27472 \series bold
27473
27474 \backslash
27475 arrayrulewidth
27476 \series default
27477  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
27478 pt.
27479 \end_layout
27480
27481 \begin_layout Standard
27482 Following equation\InsetSpace ~
27483
27484 \begin_inset LatexCommand eqref
27485 reference "eq:Wtot_n"
27486
27487 \end_inset
27488
27489 , the total width of a multicolumn 
27490 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27491 \end_inset
27492
27493  is
27494 \end_layout
27495
27496 \begin_layout Standard
27497 \begin_inset Formula \begin{equation}
27498 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \begin_layout Standard
27506 By setting equation\InsetSpace ~
27507
27508 \begin_inset LatexCommand eqref
27509 reference "eq:Wtot_n"
27510
27511 \end_inset
27512
27513  and 
27514 \begin_inset LatexCommand eqref
27515 reference "eq:Wtot_mult"
27516
27517 \end_inset
27518
27519  equal we can calculate the needed given width 
27520 \begin_inset Formula $W_{g\, n}$
27521 \end_inset
27522
27523  when 
27524 \emph on
27525 n
27526 \emph default
27527  columns are spanned, so that each column has a total width of 
27528 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27529 \end_inset
27530
27531 :
27532 \end_layout
27533
27534 \begin_layout Standard
27535 \begin_inset Formula \begin{equation}
27536 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Bibliography
27544 \begin_inset LatexCommand bibitem
27545 key "latexcompanion"
27546
27547 \end_inset
27548
27549 Frank Mittelbach and Michel Goossens: 
27550 \emph on
27551 The LaTeX Companion Second Edition.
27552  
27553 \emph default
27554 Addison-Wesley, 2004
27555 \end_layout
27556
27557 \begin_layout Bibliography
27558 \begin_inset LatexCommand bibitem
27559 key "latexguide"
27560
27561 \end_inset
27562
27563 Helmut Kopka and Patrick W.
27564  Daly: 
27565 \emph on
27566 A Guide to LaTeX Fourth Edition.
27567  
27568 \emph default
27569 Addison-Wesley, 2003
27570 \end_layout
27571
27572 \begin_layout Bibliography
27573 \begin_inset LatexCommand bibitem
27574 key "latexbook"
27575
27576 \end_inset
27577
27578 Leslie Lamport: 
27579 \emph on
27580 LaTeX: A Document Preparation System.
27581  
27582 \emph default
27583 Addison-Wesley, second edition, 1994
27584 \end_layout
27585
27586 \begin_layout Bibliography
27587 \begin_inset LatexCommand bibitem
27588 key "booktabs"
27589
27590 \end_inset
27591
27592
27593 \begin_inset ERT
27594 status collapsed
27595
27596 \begin_layout Standard
27597
27598
27599 \backslash
27600 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27601 {
27602 \end_layout
27603
27604 \end_inset
27605
27606 Documentation
27607 \begin_inset ERT
27608 status collapsed
27609
27610 \begin_layout Standard
27611
27612 }
27613 \end_layout
27614
27615 \end_inset
27616
27617  of the LaTeX-package 
27618 \series bold
27619 booktabs
27620 \series default
27621
27622 \begin_inset LatexCommand index
27623 name "LaTeX-packages ! booktabs"
27624
27625 \end_inset
27626
27627
27628 \end_layout
27629
27630 \begin_layout Bibliography
27631 \begin_inset LatexCommand bibitem
27632 key "caption"
27633
27634 \end_inset
27635
27636
27637 \begin_inset ERT
27638 status collapsed
27639
27640 \begin_layout Standard
27641
27642
27643 \backslash
27644 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27645 \end_layout
27646
27647 \end_inset
27648
27649 Documentation
27650 \begin_inset ERT
27651 status collapsed
27652
27653 \begin_layout Standard
27654
27655 }
27656 \end_layout
27657
27658 \end_inset
27659
27660  of the LaTeX-package 
27661 \series bold
27662 caption
27663 \series default
27664
27665 \begin_inset LatexCommand index
27666 name "LaTeX-packages ! caption"
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Bibliography
27674 \begin_inset LatexCommand bibitem
27675 key "caption-de"
27676
27677 \end_inset
27678
27679 German 
27680 \begin_inset ERT
27681 status collapsed
27682
27683 \begin_layout Standard
27684
27685
27686 \backslash
27687 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27688 {
27689 \end_layout
27690
27691 \end_inset
27692
27693 documentation
27694 \begin_inset ERT
27695 status collapsed
27696
27697 \begin_layout Standard
27698
27699 }
27700 \end_layout
27701
27702 \end_inset
27703
27704  of the LaTeX-package 
27705 \series bold
27706 caption
27707 \end_layout
27708
27709 \begin_layout Bibliography
27710 \begin_inset LatexCommand bibitem
27711 key "endfloat"
27712
27713 \end_inset
27714
27715
27716 \begin_inset ERT
27717 status collapsed
27718
27719 \begin_layout Standard
27720
27721
27722 \backslash
27723 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27724 {
27725 \end_layout
27726
27727 \end_inset
27728
27729 Documentation
27730 \begin_inset ERT
27731 status collapsed
27732
27733 \begin_layout Standard
27734
27735 }
27736 \end_layout
27737
27738 \end_inset
27739
27740  of the LaTeX-package 
27741 \series bold
27742 endf\SpecialChar \textcompwordmark{}
27743 loat
27744 \series default
27745
27746 \begin_inset LatexCommand index
27747 name "LaTeX-packages ! endfloat"
27748
27749 \end_inset
27750
27751
27752 \end_layout
27753
27754 \begin_layout Bibliography
27755 \begin_inset LatexCommand bibitem
27756 key "floatflt"
27757
27758 \end_inset
27759
27760
27761 \begin_inset ERT
27762 status collapsed
27763
27764 \begin_layout Standard
27765
27766
27767 \backslash
27768 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27769 {
27770 \end_layout
27771
27772 \end_inset
27773
27774 Documentation
27775 \begin_inset ERT
27776 status collapsed
27777
27778 \begin_layout Standard
27779
27780 }
27781 \end_layout
27782
27783 \end_inset
27784
27785  of the LaTeX-package 
27786 \series bold
27787 floatf\SpecialChar \textcompwordmark{}
27788 lt
27789 \series default
27790
27791 \begin_inset LatexCommand index
27792 name "LaTeX-packages ! floatflt"
27793
27794 \end_inset
27795
27796
27797 \end_layout
27798
27799 \begin_layout Bibliography
27800 \begin_inset LatexCommand bibitem
27801 key "footmisc"
27802
27803 \end_inset
27804
27805
27806 \begin_inset ERT
27807 status collapsed
27808
27809 \begin_layout Standard
27810
27811
27812 \backslash
27813 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27814 {
27815 \end_layout
27816
27817 \end_inset
27818
27819 Documentation
27820 \begin_inset ERT
27821 status collapsed
27822
27823 \begin_layout Standard
27824
27825 }
27826 \end_layout
27827
27828 \end_inset
27829
27830  of the LaTeX-package 
27831 \series bold
27832 footmisc
27833 \series default
27834
27835 \begin_inset LatexCommand index
27836 name "LaTeX-packages ! footmisc"
27837
27838 \end_inset
27839
27840
27841 \end_layout
27842
27843 \begin_layout Bibliography
27844 \begin_inset LatexCommand bibitem
27845 key "hypcap"
27846
27847 \end_inset
27848
27849
27850 \begin_inset ERT
27851 status collapsed
27852
27853 \begin_layout Standard
27854
27855
27856 \backslash
27857 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27858 \end_layout
27859
27860 \end_inset
27861
27862 Documentation
27863 \begin_inset ERT
27864 status collapsed
27865
27866 \begin_layout Standard
27867
27868 }
27869 \end_layout
27870
27871 \end_inset
27872
27873  of the LaTeX-package 
27874 \series bold
27875 hypcap
27876 \series default
27877
27878 \begin_inset LatexCommand index
27879 name "LaTeX-packages ! hyperref"
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \begin_layout Bibliography
27887 \begin_inset LatexCommand bibitem
27888 key "hyperref"
27889
27890 \end_inset
27891
27892
27893 \begin_inset ERT
27894 status collapsed
27895
27896 \begin_layout Standard
27897
27898
27899 \backslash
27900 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27901 {
27902 \end_layout
27903
27904 \end_inset
27905
27906 Documentation
27907 \begin_inset ERT
27908 status collapsed
27909
27910 \begin_layout Standard
27911
27912 }
27913 \end_layout
27914
27915 \end_inset
27916
27917  of the LaTeX-package 
27918 \series bold
27919 hyperref
27920 \series default
27921
27922 \begin_inset LatexCommand index
27923 name "LaTeX-packages ! hyperref"
27924
27925 \end_inset
27926
27927
27928 \end_layout
27929
27930 \begin_layout Bibliography
27931 \begin_inset LatexCommand bibitem
27932 key "koma-script"
27933
27934 \end_inset
27935
27936
27937 \begin_inset ERT
27938 status collapsed
27939
27940 \begin_layout Standard
27941
27942
27943 \backslash
27944 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27945 df}{
27946 \end_layout
27947
27948 \end_inset
27949
27950 Documentation
27951 \begin_inset ERT
27952 status collapsed
27953
27954 \begin_layout Standard
27955
27956 }
27957 \end_layout
27958
27959 \end_inset
27960
27961  of the LaTeX-package 
27962 \series bold
27963 koma-script
27964 \series default
27965
27966 \begin_inset LatexCommand index
27967 name "LaTeX-packages ! koma-script"
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Bibliography
27975 \begin_inset LatexCommand bibitem
27976 key "koma-script-de"
27977
27978 \end_inset
27979
27980 German 
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Standard
27985
27986
27987 \backslash
27988 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
27989 df}{
27990 \end_layout
27991
27992 \end_inset
27993
27994 documentation
27995 \begin_inset ERT
27996 status collapsed
27997
27998 \begin_layout Standard
27999
28000 }
28001 \end_layout
28002
28003 \end_inset
28004
28005  of the LaTeX-package 
28006 \series bold
28007 koma-script
28008 \series default
28009
28010 \begin_inset LatexCommand index
28011 name "LaTeX-packages ! koma-script"
28012
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \begin_layout Bibliography
28019 \begin_inset LatexCommand bibitem
28020 key "marginnote"
28021
28022 \end_inset
28023
28024
28025 \begin_inset ERT
28026 status collapsed
28027
28028 \begin_layout Standard
28029
28030
28031 \backslash
28032 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
28033 pdf}{
28034 \end_layout
28035
28036 \end_inset
28037
28038 Documentation
28039 \begin_inset ERT
28040 status collapsed
28041
28042 \begin_layout Standard
28043
28044 }
28045 \end_layout
28046
28047 \end_inset
28048
28049  of the LaTeX-package 
28050 \series bold
28051 marginnote
28052 \series default
28053
28054 \begin_inset LatexCommand index
28055 name "LaTeX-packages ! marginnote"
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \begin_layout Bibliography
28063 \begin_inset LatexCommand bibitem
28064 key "pstricks"
28065
28066 \end_inset
28067
28068
28069 \begin_inset ERT
28070 status collapsed
28071
28072 \begin_layout Standard
28073
28074
28075 \backslash
28076 href{http://tug.org/PSTricks/main.cgi/}{
28077 \end_layout
28078
28079 \end_inset
28080
28081 Web page
28082 \begin_inset ERT
28083 status collapsed
28084
28085 \begin_layout Standard
28086
28087 }
28088 \end_layout
28089
28090 \end_inset
28091
28092  of the LaTeX-package 
28093 \series bold
28094 PSTricks
28095 \series default
28096
28097 \begin_inset LatexCommand index
28098 name "LaTeX-packages ! PSTricks"
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Bibliography
28106 \begin_inset LatexCommand bibitem
28107 key "sidecap"
28108
28109 \end_inset
28110
28111
28112 \begin_inset ERT
28113 status collapsed
28114
28115 \begin_layout Standard
28116
28117
28118 \backslash
28119 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
28120 \end_layout
28121
28122 \end_inset
28123
28124 Documentation
28125 \begin_inset ERT
28126 status collapsed
28127
28128 \begin_layout Standard
28129
28130 }
28131 \end_layout
28132
28133 \end_inset
28134
28135  of the LaTeX-package 
28136 \series bold
28137 sidecap
28138 \series default
28139
28140 \begin_inset LatexCommand index
28141 name "LaTeX-packages ! sidecap"
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \begin_layout Bibliography
28149 \begin_inset LatexCommand bibitem
28150 key "NewInLyX15"
28151
28152 \end_inset
28153
28154
28155 \begin_inset ERT
28156 status collapsed
28157
28158 \begin_layout Standard
28159
28160
28161 \backslash
28162 href{http://wiki.lyx.org/LyX/NewInLyX15}{
28163 \end_layout
28164
28165 \end_inset
28166
28167 Wiki page
28168 \begin_inset ERT
28169 status collapsed
28170
28171 \begin_layout Standard
28172
28173 }
28174 \end_layout
28175
28176 \end_inset
28177
28178  about new LyX-features planned for the release 
28179 \family sans
28180 LyX 1.5
28181 \family default
28182 .
28183 \end_layout
28184
28185 \begin_layout Standard
28186 \begin_inset LatexCommand printindex
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Standard
28194 \begin_inset FloatList figure
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Standard
28202 \begin_inset FloatList table
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \end_body
28210 \end_document