]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
f30df0013a370a97d19cb46e9b3e7ea0cc1f690e
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 274
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,tablecaptionabove
173 \language english
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \papersize default
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 0
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 3
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language english
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle default
201 \bullet 1 1 34 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes false
206 \author "usti" 
207 \author "Bo Peng" 
208 \author "muso" 
209 \author "Uwe Stöhr" 
210 \end_header
211
212 \begin_body
213
214 \begin_layout Title
215 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
216  manual
217 \end_layout
218
219 \begin_layout Author
220 by the LyX Team
221 \begin_inset Foot
222 status collapsed
223
224 \begin_layout Standard
225 \noindent
226 If you have comments or error corrections, please send them to the LyX Documenta
227 tion mailing list: 
228 \family typewriter
229
230 \begin_inset ERT
231 status open
232
233 \begin_layout Standard
234
235
236 \backslash
237 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
238 \end_layout
239
240 \end_inset
241
242 lyx-docs@lists.lyx.org
243 \begin_inset ERT
244 status collapsed
245
246 \begin_layout Standard
247
248 }
249 \end_layout
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Standard
263 original author: Uwe Stöhr
264 \end_layout
265
266 \end_inset
267
268
269 \newline
270
271 \newline
272
273 \family sans
274 Version 1.5.0-
275 \family default
276 1
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset LatexCommand tableofcontents
281
282 \end_inset
283
284
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset Note Note
289 status open
290
291 \begin_layout Standard
292 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
293  
294 \series bold
295 arydshln
296 \series default
297  and 
298 \series bold
299 marginnote
300 \series default
301  must be installed.
302  If they are not installed you can export the document anyway but the sections
303  where the packages are required won't appear in the output.
304 \end_layout
305
306 \begin_layout Standard
307 The latest PDF-version of this document can be found here:
308 \newline
309
310 \series bold
311 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
312 \end_layout
313
314 \end_inset
315
316
317 \end_layout
318
319 \begin_layout Chapter
320 Figures
321 \begin_inset LatexCommand label
322 name "cha:Figures"
323
324 \end_inset
325
326
327 \begin_inset LatexCommand index
328 name "Figures"
329
330 \end_inset
331
332
333 \begin_inset LatexCommand index
334 name "Graphics|see{Figures}"
335
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Section
342 Graphics Dialog
343 \begin_inset LatexCommand index
344 name "Figures ! Graphics Dialog"
345
346 \end_inset
347
348
349 \begin_inset LatexCommand label
350 name "sec:Graphics-Dialog"
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 To insert an image into your document, place the cursor at the text position
359  you want and click on the toolbar icon 
360 \begin_inset Graphics
361         filename ../images/dialog-show-new-inset_graphics.xpm
362         scale 85
363
364 \end_inset
365
366  or use the menu 
367 \family sans
368 Insert\SpecialChar \menuseparator
369 Graphics
370 \family default
371 .
372  Then a dialog will appear to choose the file to load.
373  The image will appear in the output exactly at the position where it is
374  in the text.
375 \end_layout
376
377 \begin_layout Standard
378 The graphics dialog can be called at any time by right-clicking on an image.
379  This dialog has three tabs:
380 \end_layout
381
382 \begin_layout Description
383
384 \family sans
385 Graphics
386 \family default
387  Here you can choose an image file and adjust its appearance in the output.
388  The available units for the image size are explained in appendix\InsetSpace ~
389
390 \begin_inset LatexCommand ref
391 reference "cha:Units-available-in"
392
393 \end_inset
394
395 .
396 \newline
397 You can rotate images counter-clockwise by setting a rotation angle and
398  a rotation origin.
399  The image will also be rotated inside LyX.
400 \newline
401 Images can be scaled by using
402  a percentage value or by setting the width and height explicitly.
403  If you set only the width or only the height, the other size will be determined
404  automatically.
405  If you set both, then the image will be transformed to the given size,
406  possibly distorting it.
407  To prevent the image from distortion, use the option 
408 \family sans
409 Maintain aspect ratio
410 \family default
411 .
412  The image will then be scaled so that its width and height don't exceed
413  the specified dimensions.
414 \newline
415 Images can be opened in a program of your choice
416  when pressing the 
417 \family sans
418 Edit
419 \family default
420  button.
421  The program can be set for every image format in the file format settings
422  in LyX's preferences.
423 \end_layout
424
425 \begin_layout Description
426
427 \family sans
428 Clipping
429 \family default
430  Alternatively to the usage of scaling units it is possible to set image
431  coordinates to adjust the height and width of the image in the output.
432  The coordinates can also be calculated automatically by pressing the button
433  
434 \family sans
435 Get\InsetSpace ~
436 from\InsetSpace ~
437 File
438 \family default
439 .
440  The option 
441 \family sans
442 Clip\InsetSpace ~
443 to\InsetSpace ~
444 bounding\InsetSpace ~
445 box
446 \family default
447  will only print the image region within the given coordinates.
448  Normally you don't need to take care about image coordinates and can ignore
449  this tab.
450 \end_layout
451
452 \begin_layout Description
453
454 \family sans
455 Extra\InsetSpace ~
456 options
457 \family default
458  In this tab you can modify the appearance of the image within LyX and set
459  the image to be a subfigure of a figure float with an own caption.
460  Subfigures are explained in section\InsetSpace ~
461
462 \begin_inset LatexCommand ref
463 reference "sec:Figure-Floats"
464
465 \end_inset
466
467 .
468 \newline
469  LaTeX experts can also specify on this tab additional LaTeX options.
470 \newline
471  The
472  option 
473 \family sans
474 Draft\InsetSpace ~
475 mode
476 \family default
477  makes the image appear in the output only as a frame with the size of the
478  image.
479 \newline
480 The 
481 \family sans
482 Don't\InsetSpace ~
483 unzip\InsetSpace ~
484 on\InsetSpace ~
485 export
486 \family default
487  option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
488 g.\InsetSpace ~
489
490 \emph on
491 x.eps.gz
492 \emph default
493 .
494  When the option is used the images will not be unzipped on export, since
495  LaTeX can handle them as they are.
496 \newline
497 Zipped EPS-graphics are useful to save
498  disk space when you choose PostScript as output format, see appendix\InsetSpace ~
499
500 \begin_inset LatexCommand ref
501 reference "sec:PostScript"
502
503 \end_inset
504
505 .
506  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
507  console:
508 \newline
509
510 \series bold
511 gzip x.eps
512 \series default
513
514 \newline
515
516 \series bold
517 zgrep %%Bounding x.eps.gz > x.eps.bb
518 \series default
519
520 \newline
521 The second command creates the bounding box file 
522 \begin_inset Quotes eld
523 \end_inset
524
525 x.eps.bb
526 \begin_inset Quotes erd
527 \end_inset
528
529  that is needed by LaTeX for zipped graphics.
530 \end_layout
531
532 \begin_layout Standard
533 \begin_inset VSpace bigskip
534 \end_inset
535
536
537 \end_layout
538
539 \begin_layout Standard
540 This is an example image in EPS format
541 \begin_inset Foot
542 status collapsed
543
544 \begin_layout Standard
545 Image formats are explained in section\InsetSpace ~
546
547 \begin_inset LatexCommand ref
548 reference "sec:Image-Formats"
549
550 \end_inset
551
552 .
553 \end_layout
554
555 \end_inset
556
557  within a separate, horizontally centered paragraph:
558 \end_layout
559
560 \begin_layout Standard
561 \align center
562 \begin_inset Graphics
563         filename clipart/mobius.eps
564         display color
565         scale 70
566         rotateOrigin center
567
568 \end_inset
569
570
571 \end_layout
572
573 \begin_layout Standard
574 This is the same image like the one above but in draft mode:
575 \end_layout
576
577 \begin_layout Standard
578 \align center
579 \begin_inset Graphics
580         filename clipart/mobius.eps
581         display color
582         scale 70
583         draft
584         rotateOrigin center
585
586 \end_inset
587
588
589 \end_layout
590
591 \begin_layout Section
592 Figure Floats
593 \begin_inset LatexCommand label
594 name "sec:Figure-Floats"
595
596 \end_inset
597
598
599 \begin_inset LatexCommand index
600 name "Floats ! Figures"
601
602 \end_inset
603
604
605 \begin_inset LatexCommand index
606 name "Figures ! Floats"
607
608 \end_inset
609
610
611 \end_layout
612
613 \begin_layout Standard
614 For general explanations about floats, have a look at section\InsetSpace ~
615
616 \begin_inset LatexCommand ref
617 reference "sec:FloatIntroduction"
618
619 \end_inset
620
621 .
622 \end_layout
623
624 \begin_layout Standard
625 The toolbar button 
626 \begin_inset Graphics
627         filename ../images/float-insert_figure.xpm
628         scale 85
629
630 \end_inset
631
632  and the menu 
633 \family sans
634 Insert\SpecialChar \menuseparator
635 Float\SpecialChar \menuseparator
636 Figure
637 \family default
638  inserts a float with a caption that has the label 
639 \begin_inset Quotes eld
640 \end_inset
641
642 Figure\InsetSpace ~
643 #:
644 \begin_inset Quotes erd
645 \end_inset
646
647  (# is the actual number).
648  You can insert the image above the caption, like in Figure\InsetSpace ~
649
650 \begin_inset LatexCommand ref
651 reference "fig:kill-plat"
652
653 \end_inset
654
655  or below the caption, like in Figure\InsetSpace ~
656
657 \begin_inset LatexCommand ref
658 reference "fig:escher"
659
660 \end_inset
661
662 .
663  More about the caption placement is described in section\InsetSpace ~
664
665 \begin_inset LatexCommand ref
666 reference "sec:Caption-Placement"
667
668 \end_inset
669
670 .
671 \end_layout
672
673 \begin_layout Standard
674 \begin_inset Float figure
675 wide false
676 sideways false
677 status open
678
679 \begin_layout Standard
680 \align center
681 \begin_inset Graphics
682         filename clipart/platypus.eps
683         display color
684         width 50col%
685         rotateOrigin center
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 \begin_inset Caption
694
695 \begin_layout Standard
696 \begin_inset LatexCommand label
697 name "fig:kill-plat"
698
699 \end_inset
700
701 A severely distorted platypus in a float.
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 \begin_inset Float figure
716 wide false
717 sideways false
718 status open
719
720 \begin_layout Standard
721 \begin_inset Caption
722
723 \begin_layout Standard
724 \begin_inset LatexCommand label
725 name "fig:escher"
726
727 \end_inset
728
729 M.C.
730  Escher on acid.
731 \end_layout
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Standard
739 \align center
740 \begin_inset Graphics
741         filename clipart/escher-lsd.eps
742         display color
743         scale 80
744         rotateOrigin center
745
746 \end_inset
747
748
749 \end_layout
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757 \begin_inset LatexCommand index
758 name "References ! to Figures"
759
760 \end_inset
761
762 Figure\InsetSpace ~
763
764 \begin_inset LatexCommand ref
765 reference "fig:kill-plat"
766
767 \end_inset
768
769  and 
770 \begin_inset LatexCommand ref
771 reference "fig:escher"
772
773 \end_inset
774
775  are examples of referenced figures.
776  Figures can be referenced in the text by referencing their label.
777  To do this insert a label in the caption using the menu 
778 \family sans
779 Insert\SpecialChar \menuseparator
780 Label
781 \family default
782  or the toolbar button 
783 \begin_inset Graphics
784         filename ../images/label-insert.xpm
785         scale 85
786
787 \end_inset
788
789 .
790  You can now refer to the label using the menu 
791 \family sans
792 Insert\SpecialChar \menuseparator
793 Cross\InsetSpace ~
794 reference
795 \family default
796  or the toolbar button 
797 \begin_inset Graphics
798         filename ../images/dialog-show-new-inset_ref.xpm
799         scale 85
800
801 \end_inset
802
803 .
804  It is important to use references to floats, rather than using vague references
805  like 
806 \begin_inset Quotes eld
807 \end_inset
808
809 the figure above
810 \begin_inset Quotes erd
811 \end_inset
812
813 , because as LaTeX will reposition the floats in the final document, it
814  might not be 
815 \begin_inset Quotes eld
816 \end_inset
817
818 above
819 \begin_inset Quotes erd
820 \end_inset
821
822  at all.
823 \newline
824 Referencing is explained in detail in section\InsetSpace ~
825
826 \begin_inset LatexCommand ref
827 reference "sec:Referencing-Floats"
828
829 \end_inset
830
831 .
832 \end_layout
833
834 \begin_layout Standard
835 Normally only one image is inserted to a figure float, but sometimes you
836  might want to use two images with separate subcaptions.
837  This can be set in the tab 
838 \family sans
839 Extra\InsetSpace ~
840 options
841 \family default
842  of the graphics dialog.
843  Choose there the option 
844 \family sans
845 Subfigure
846 \family default
847  and enter the subcaption for the image in the caption field.
848  Note that only the main caption of the float is added to the List of Figures.
849 \newline
850 Ref
851 erencing subfigures is explained in section\InsetSpace ~
852
853 \begin_inset LatexCommand ref
854 reference "sub:Referencing-Subfigures"
855
856 \end_inset
857
858 .
859 \end_layout
860
861 \begin_layout Standard
862 Figure\InsetSpace ~
863
864 \begin_inset LatexCommand ref
865 reference "fig:Two-distorted-images"
866
867 \end_inset
868
869  is an example of a figure float with two images set side by side.
870  You can also set the images one below the other.
871 \end_layout
872
873 \begin_layout Standard
874 \begin_inset Float figure
875 wide false
876 sideways false
877 status open
878
879 \begin_layout Standard
880
881 \hfill
882
883 \begin_inset Graphics
884         filename clipart/escher-lsd.eps
885         width 45col%
886         subcaption
887         subcaptionText "Undefinable structure"
888
889 \end_inset
890
891
892 \hfill
893
894 \begin_inset Graphics
895         filename clipart/platypus.eps
896         lyxscale 60
897         width 45col%
898         subcaption
899         subcaptionText "\label{fig:Platypus} Platypus"
900
901 \end_inset
902
903
904 \hfill
905
906 \end_layout
907
908 \begin_layout Standard
909 \begin_inset Caption
910
911 \begin_layout Standard
912 \begin_inset LatexCommand label
913 name "fig:Two-distorted-images"
914
915 \end_inset
916
917 Two distorted images.
918 \end_layout
919
920 \end_inset
921
922
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Section
931 Image Formats
932 \begin_inset LatexCommand label
933 name "sec:Image-Formats"
934
935 \end_inset
936
937
938 \begin_inset LatexCommand index
939 name "Image Formats"
940
941 \end_inset
942
943
944 \begin_inset LatexCommand index
945 name "Figures ! Image Formats"
946
947 \end_inset
948
949
950 \end_layout
951
952 \begin_layout Standard
953 You can insert images in any known file format.
954  But as explained in appendix\InsetSpace ~
955
956 \begin_inset LatexCommand ref
957 reference "cha:Output-File-Formats"
958
959 \end_inset
960
961 , every output document format allows only a few image formats.
962  LyX uses therefore the program 
963 \family typewriter
964 Imagemagick
965 \family default
966  in the background to convert the images to the right format.
967  To increase your work flow by avoiding these conversions in the background,
968  you can use only the image formats that can directly be embedded in the
969  output file format.
970  The output file formats are explained in appendix\InsetSpace ~
971
972 \begin_inset LatexCommand ref
973 reference "cha:Output-File-Formats"
974
975 \end_inset
976
977 .
978 \end_layout
979
980 \begin_layout Standard
981 Similar to fonts there are two types of image formats:
982 \end_layout
983
984 \begin_layout Description
985 Bitmap\InsetSpace ~
986 images consist of pixel values, often in a compressed form.
987  They are therefore not fully scalable and look pixeled in large zooms.
988  Well-known bitmap image formats are 
989 \begin_inset Quotes eld
990 \end_inset
991
992 Graphics Interchange Format
993 \begin_inset Quotes erd
994 \end_inset
995
996  (GIF, file extension 
997 \begin_inset Quotes eld
998 \end_inset
999
1000
1001 \family typewriter
1002 .gif
1003 \family default
1004
1005 \begin_inset Quotes erd
1006 \end_inset
1007
1008 )
1009 \begin_inset LatexCommand index
1010 name "GIF|see{Image formats}"
1011
1012 \end_inset
1013
1014
1015 \begin_inset Quotes eld
1016 \end_inset
1017
1018 Portable Network Graphics
1019 \begin_inset Quotes erd
1020 \end_inset
1021
1022  (PNG, file extension 
1023 \begin_inset Quotes eld
1024 \end_inset
1025
1026
1027 \family typewriter
1028 .png
1029 \family default
1030
1031 \begin_inset Quotes erd
1032 \end_inset
1033
1034 )
1035 \begin_inset LatexCommand index
1036 name "PNG|see{Image formats}"
1037
1038 \end_inset
1039
1040 , and 
1041 \begin_inset Quotes eld
1042 \end_inset
1043
1044 Joint Photographic Experts Group
1045 \begin_inset Quotes erd
1046 \end_inset
1047
1048  (JPG, file extension 
1049 \begin_inset Quotes eld
1050 \end_inset
1051
1052
1053 \family typewriter
1054 .jpg
1055 \family default
1056
1057 \begin_inset Quotes erd
1058 \end_inset
1059
1060  or 
1061 \begin_inset Quotes eld
1062 \end_inset
1063
1064
1065 \family typewriter
1066 .jpeg
1067 \family default
1068
1069 \begin_inset Quotes erd
1070 \end_inset
1071
1072 )
1073 \begin_inset LatexCommand index
1074 name "JPG|see{Image formats}"
1075
1076 \end_inset
1077
1078 .
1079 \end_layout
1080
1081 \begin_layout Description
1082 Vector\InsetSpace ~
1083 images consist of vectors and can therefore be scaled to any size
1084  without data loss.
1085  The scaling ability is necessary if you want to create presentations, because
1086  presentations are always scaled by the video projector.
1087  Scaling is also useful for online documents to let the user zoom into diagrams.
1088 \newline
1089 W
1090 ell-known scalable image formats are 
1091 \begin_inset Quotes eld
1092 \end_inset
1093
1094 Scalable Vector Graphics
1095 \begin_inset Quotes erd
1096 \end_inset
1097
1098  (SVG, file extension 
1099 \begin_inset Quotes eld
1100 \end_inset
1101
1102
1103 \family typewriter
1104 .svg
1105 \family default
1106
1107 \begin_inset Quotes erd
1108 \end_inset
1109
1110 )
1111 \begin_inset LatexCommand index
1112 name "SVG|see{Image formats}"
1113
1114 \end_inset
1115
1116
1117 \begin_inset Quotes eld
1118 \end_inset
1119
1120 Encapsulated PostScript
1121 \begin_inset Quotes erd
1122 \end_inset
1123
1124  (EPS, file extension 
1125 \begin_inset Quotes eld
1126 \end_inset
1127
1128
1129 \family typewriter
1130 .eps
1131 \family default
1132
1133 \begin_inset Quotes erd
1134 \end_inset
1135
1136 )
1137 \begin_inset LatexCommand index
1138 name "EPS|see{Image formats}"
1139
1140 \end_inset
1141
1142
1143 \begin_inset Quotes eld
1144 \end_inset
1145
1146 Portable Document Format
1147 \begin_inset Quotes erd
1148 \end_inset
1149
1150  (PDF, file extension 
1151 \begin_inset Quotes eld
1152 \end_inset
1153
1154
1155 \family typewriter
1156 .pdf
1157 \family default
1158
1159 \begin_inset Quotes erd
1160 \end_inset
1161
1162 )
1163 \begin_inset LatexCommand index
1164 name "PDF"
1165
1166 \end_inset
1167
1168 , and 
1169 \begin_inset Quotes eld
1170 \end_inset
1171
1172 Windows Metafile
1173 \begin_inset Quotes erd
1174 \end_inset
1175
1176  (WMF, file extension 
1177 \begin_inset Quotes eld
1178 \end_inset
1179
1180
1181 \family typewriter
1182 .wmf
1183 \family default
1184
1185 \begin_inset Quotes erd
1186 \end_inset
1187
1188 )
1189 \begin_inset LatexCommand index
1190 name "SVG|see{Image formats}"
1191
1192 \end_inset
1193
1194 .
1195  We wrote 
1196 \begin_inset Quotes eld
1197 \end_inset
1198
1199 can be
1200 \begin_inset Quotes erd
1201 \end_inset
1202
1203 , because you can convert any bitmap image to a PDF or EPS-image and the
1204  result will still be a bitmap image.
1205  In this cases only a header with the image properties is added to the original
1206  image
1207 \begin_inset Foot
1208 status open
1209
1210 \begin_layout Standard
1211 In the case of PDF, the original image is additionally compressed.
1212 \end_layout
1213
1214 \end_inset
1215
1216 .
1217  The PDF-files generated by 
1218 \family typewriter
1219 Adobe Photoshop
1220 \family default
1221  are for example bitmap images.
1222 \end_layout
1223
1224 \begin_layout Standard
1225 Normally it is not possible to convert a bitmap image into a scalable one,
1226  only vice versa.
1227  Only the image formats PDF and EPS can directly be embedded to PDF and
1228  PostScript output files, respectively.
1229  SVG and WMF-images are currently recalculated to bitmaps when the output
1230  file is generated because there is currently no adequate WMF/SVG
1231 \begin_inset Formula $\to$
1232 \end_inset
1233
1234 PDF/EPS converter available.
1235 \end_layout
1236
1237 \begin_layout Chapter
1238 Tables
1239 \begin_inset LatexCommand label
1240 name "cha:Tables"
1241
1242 \end_inset
1243
1244
1245 \begin_inset LatexCommand index
1246 name "Table"
1247
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \begin_layout Section
1254 Introduction
1255 \begin_inset LatexCommand index
1256 name "Table ! Introduction"
1257
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \begin_layout Standard
1264 You can insert a table using either the toolbar button 
1265 \begin_inset Graphics
1266         filename ../images/tabular-insert.xpm
1267         scale 85
1268
1269 \end_inset
1270
1271  or the menu 
1272 \family sans
1273 Insert\SpecialChar \menuseparator
1274 Table
1275 \family default
1276 .
1277  The toolbar button offers you a graphical selection: Move the mouse to
1278  set the column/row number of the table that should be created and then
1279  press a mouse button.
1280  When you use the menu to create a table, a dialog will appear, asking you
1281  for the number of rows and columns.
1282 \newline
1283  The default table has lines around any
1284  cell and the first row appears separated from the rest of the table.
1285  This separation occurs due to a double line: The cells of the first row
1286  have a line below them and the cells of the second row have a line above
1287  them.
1288  Here is an example table:
1289 \end_layout
1290
1291 \begin_layout Standard
1292 \align center
1293 \begin_inset Tabular
1294 <lyxtabular version="3" rows="4" columns="4">
1295 <features>
1296 <column alignment="center" valignment="top" leftline="true" width="0">
1297 <column alignment="center" valignment="top" leftline="true" width="0">
1298 <column alignment="center" valignment="top" leftline="true" width="0">
1299 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1300 <row topline="true" bottomline="true">
1301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Standard
1305
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Standard
1314
1315 \family roman
1316 \series medium
1317 \shape up
1318 \size normal
1319 \emph off
1320 \bar no
1321 \noun off
1322 \color none
1323 1
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Standard
1332 2
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Standard
1341 3
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 </row>
1347 <row topline="true">
1348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Standard
1352
1353 \family roman
1354 \series medium
1355 \shape up
1356 \size normal
1357 \emph off
1358 \bar no
1359 \noun off
1360 \color none
1361 A
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Standard
1370
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1376 \begin_inset Text
1377
1378 \begin_layout Standard
1379
1380 \end_layout
1381
1382 \end_inset
1383 </cell>
1384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1385 \begin_inset Text
1386
1387 \begin_layout Standard
1388
1389 \end_layout
1390
1391 \end_inset
1392 </cell>
1393 </row>
1394 <row topline="true">
1395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1396 \begin_inset Text
1397
1398 \begin_layout Standard
1399
1400 \family roman
1401 \series medium
1402 \shape up
1403 \size normal
1404 \emph off
1405 \bar no
1406 \noun off
1407 \color none
1408 B
1409 \end_layout
1410
1411 \end_inset
1412 </cell>
1413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1414 \begin_inset Text
1415
1416 \begin_layout Standard
1417
1418 \end_layout
1419
1420 \end_inset
1421 </cell>
1422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1423 \begin_inset Text
1424
1425 \begin_layout Standard
1426
1427 \end_layout
1428
1429 \end_inset
1430 </cell>
1431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1432 \begin_inset Text
1433
1434 \begin_layout Standard
1435
1436 \end_layout
1437
1438 \end_inset
1439 </cell>
1440 </row>
1441 <row topline="true" bottomline="true">
1442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1443 \begin_inset Text
1444
1445 \begin_layout Standard
1446
1447 \family roman
1448 \series medium
1449 \shape up
1450 \size normal
1451 \emph off
1452 \bar no
1453 \noun off
1454 \color none
1455 C
1456 \end_layout
1457
1458 \end_inset
1459 </cell>
1460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1461 \begin_inset Text
1462
1463 \begin_layout Standard
1464
1465 \end_layout
1466
1467 \end_inset
1468 </cell>
1469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1470 \begin_inset Text
1471
1472 \begin_layout Standard
1473
1474 \end_layout
1475
1476 \end_inset
1477 </cell>
1478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1479 \begin_inset Text
1480
1481 \begin_layout Standard
1482
1483 \end_layout
1484
1485 \end_inset
1486 </cell>
1487 </row>
1488 </lyxtabular>
1489
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \begin_layout Section
1496 Table Dialog
1497 \begin_inset LatexCommand index
1498 name "Table ! Dialog"
1499
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \begin_layout Standard
1506 You can alter a table by clicking on it with the right mouse button, which
1507  brings up the table dialog.
1508  Here you can adjust the settings of that cell and row/column respectively
1509  where the cursor is currently placed.
1510  Most of the dialog options also work on selections.
1511  This means if you select more cells, columns or rows, the action is done
1512  for the whole selection.
1513  Note that there is a difference between selecting the 
1514 \emph on
1515 contents
1516 \emph default
1517  of the cell, and the cell itself.
1518  You can alter tables with the following tabs of the table dialog:
1519 \end_layout
1520
1521 \begin_layout Description
1522
1523 \family sans
1524 Table\InsetSpace ~
1525 Settings
1526 \family default
1527  Here you can set the horizontal alignment and the width of the current
1528  column.
1529  When you have set a width you can also adjust the vertical alignment of
1530  the current row.
1531  A given width will allow the cell to have line breaks and multiple paragraphs
1532  of text, see section\InsetSpace ~
1533
1534 \begin_inset LatexCommand ref
1535 reference "sub:Multiple-Lines-in"
1536
1537 \end_inset
1538
1539 .
1540  If you set no width, the column is as wide as their widest cell content
1541  is.
1542 \newline
1543 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1544  cell, see section\InsetSpace ~
1545
1546 \begin_inset LatexCommand ref
1547 reference "sub:Multicolumns"
1548
1549 \end_inset
1550
1551 .
1552 \newline
1553 The rotate check boxes rotates the current cell, a selection, or the whole
1554  table counter-clockwise by 90°.
1555  The rotation is not shown within LyX, only in the output.
1556 \newline
1557
1558 \begin_inset Note Greyedout
1559 status open
1560
1561 \begin_layout Standard
1562
1563 \series bold
1564 Note:
1565 \series default
1566  Not all DVI-viewers are able to display rotations.
1567 \end_layout
1568
1569 \end_inset
1570
1571
1572 \newline
1573 It is also possible to enter a LaTeX-argument which is needed for special
1574  table formattings, see section\InsetSpace ~
1575
1576 \begin_inset LatexCommand ref
1577 reference "sub:Multicolumn-Calculations"
1578
1579 \end_inset
1580
1581  and 
1582 \begin_inset LatexCommand ref
1583 reference "sec:Colored-Tables"
1584
1585 \end_inset
1586
1587 .
1588 \end_layout
1589
1590 \begin_layout Description
1591
1592 \family sans
1593 Borders
1594 \family default
1595  In this tab you can add and delete border lines for the current row/column.
1596 \newline
1597 Using
1598  the style option 
1599 \family sans
1600 Formal
1601 \family default
1602  will convert the table to a formal table as described in section\InsetSpace ~
1603
1604 \begin_inset LatexCommand ref
1605 reference "sec:Formal-Tables"
1606
1607 \end_inset
1608
1609 .
1610 \newline
1611 You can also add here space to table rows as decribed in section\InsetSpace ~
1612
1613 \begin_inset LatexCommand ref
1614 reference "sub:Row-Spacing"
1615
1616 \end_inset
1617
1618 .
1619 \end_layout
1620
1621 \begin_layout Description
1622
1623 \family sans
1624 Longtable
1625 \family default
1626  This tab is to make a table a so called 
1627 \begin_inset Quotes eld
1628 \end_inset
1629
1630
1631 \emph on
1632 longtable
1633 \emph default
1634
1635 \begin_inset Quotes erd
1636 \end_inset
1637
1638  that can run over several pages.
1639  Section\InsetSpace ~
1640
1641 \begin_inset LatexCommand ref
1642 reference "sec:Longtables"
1643
1644 \end_inset
1645
1646  and 
1647 \begin_inset LatexCommand ref
1648 reference "sec:Special-Longtable-Issues"
1649
1650 \end_inset
1651
1652  describe the longtable features in detail.
1653 \end_layout
1654
1655 \begin_layout Standard
1656 When the table toolbar is opened, you can move the cursor with the arrow
1657  keys from cell to cell and the property of the current cell will immediately
1658  be displayed in the dialog.
1659 \end_layout
1660
1661 \begin_layout Section
1662 Table Toolbar
1663 \begin_inset LatexCommand index
1664 name "Table ! Toolbar"
1665
1666 \end_inset
1667
1668
1669 \end_layout
1670
1671 \begin_layout Standard
1672 The table toolbar is an alternative to the table dialog to be able to alter
1673  tables faster.
1674  It should normally appear at the bottom of LyX's main window when the cursor
1675  is inside a table.
1676  You can alternatively switch it on to appear always, by right-clicking
1677  in LyX's main menu bar.
1678 \end_layout
1679
1680 \begin_layout Standard
1681 The toolbar has the following icons:
1682 \end_layout
1683
1684 \begin_layout Labeling
1685 \labelwidthstring 00.00.0000
1686 \begin_inset Graphics
1687         filename ../images/tabular-feature_append-row.xpm
1688
1689 \end_inset
1690
1691  adds a row below the current cell or selection
1692 \end_layout
1693
1694 \begin_layout Labeling
1695 \labelwidthstring 00.00.0000
1696 \begin_inset Graphics
1697         filename ../images/tabular-feature_append-column.xpm
1698
1699 \end_inset
1700
1701  adds a column right beside the current cell or selection
1702 \end_layout
1703
1704 \begin_layout Labeling
1705 \labelwidthstring 00.00.0000
1706 \begin_inset Graphics
1707         filename ../images/tabular-feature_delete-row.xpm
1708
1709 \end_inset
1710
1711  deletes the current row or selection
1712 \end_layout
1713
1714 \begin_layout Labeling
1715 \labelwidthstring 00.00.0000
1716 \begin_inset Graphics
1717         filename ../images/tabular-feature_delete-column.xpm
1718
1719 \end_inset
1720
1721  deletes the current column or selection
1722 \end_layout
1723
1724 \begin_layout Labeling
1725 \labelwidthstring 00.00.0000
1726 \begin_inset Graphics
1727         filename ../images/tabular-feature_toggle-line-top.xpm
1728
1729 \end_inset
1730
1731  adds a line at the top of the current cell / row or of a selection
1732 \end_layout
1733
1734 \begin_layout Labeling
1735 \labelwidthstring 00.00.0000
1736 \begin_inset Graphics
1737         filename ../images/tabular-feature_toggle-line-bottom.xpm
1738
1739 \end_inset
1740
1741  adds a line at the bottom of the current cell / row or of a selection
1742 \end_layout
1743
1744 \begin_layout Labeling
1745 \labelwidthstring 00.00.0000
1746 \begin_inset Graphics
1747         filename ../images/tabular-feature_toggle-line-left.xpm
1748
1749 \end_inset
1750
1751  adds a line at the left side of the current cell / row or of a selection
1752 \end_layout
1753
1754 \begin_layout Labeling
1755 \labelwidthstring 00.00.0000
1756 \begin_inset Graphics
1757         filename ../images/tabular-feature_toggle-line-right.xpm
1758
1759 \end_inset
1760
1761  adds a line at the right side of the current cell / row or of a selection
1762 \end_layout
1763
1764 \begin_layout Labeling
1765 \labelwidthstring 00.00.0000
1766 \begin_inset Graphics
1767         filename ../images/tabular-feature_set-all-lines.xpm
1768
1769 \end_inset
1770
1771  adds lines around the current or selected cells - if the current cell no
1772  multicolumn this also affects the current row and column
1773 \end_layout
1774
1775 \begin_layout Labeling
1776 \labelwidthstring 00.00.0000
1777 \begin_inset Graphics
1778         filename ../images/tabular-feature_unset-all-lines.xpm
1779
1780 \end_inset
1781
1782  deletes all lines of the current or selected cells - if the current cell
1783  no multicolumn this also affects the current row and column
1784 \end_layout
1785
1786 \begin_layout Labeling
1787 \labelwidthstring 00.00.0000
1788 \begin_inset Graphics
1789         filename ../images/tabular-feature_align-left.xpm
1790
1791 \end_inset
1792
1793  left-aligns the content of the current cell / column
1794 \end_layout
1795
1796 \begin_layout Labeling
1797 \labelwidthstring 00.00.0000
1798 \begin_inset Graphics
1799         filename ../images/tabular-feature_align-center.xpm
1800
1801 \end_inset
1802
1803  centers the content of the current cell / column horizontally
1804 \end_layout
1805
1806 \begin_layout Labeling
1807 \labelwidthstring 00.00.0000
1808 \begin_inset Graphics
1809         filename ../images/tabular-feature_align-right.xpm
1810
1811 \end_inset
1812
1813  right-aligns the content of the current cell / column
1814 \end_layout
1815
1816 \begin_layout Labeling
1817 \labelwidthstring 00.00.0000
1818 \begin_inset Graphics
1819         filename ../images/tabular-feature_valign-top.xpm
1820
1821 \end_inset
1822
1823  aligns the content of the current cell vertically to the top
1824 \end_layout
1825
1826 \begin_layout Labeling
1827 \labelwidthstring 00.00.0000
1828 \begin_inset Graphics
1829         filename ../images/tabular-feature_valign-middle.xpm
1830
1831 \end_inset
1832
1833  centers the content of the current cell vertically
1834 \end_layout
1835
1836 \begin_layout Labeling
1837 \labelwidthstring 00.00.0000
1838 \begin_inset Graphics
1839         filename ../images/tabular-feature_valign-bottom.xpm
1840
1841 \end_inset
1842
1843  aligns the content of the current cell vertically to the bottom
1844 \end_layout
1845
1846 \begin_layout Labeling
1847 \labelwidthstring 00.00.0000
1848 \begin_inset Graphics
1849         filename ../images/tabular-feature_set-rotate-cell.xpm
1850
1851 \end_inset
1852
1853  rotates the current cell or selection counter-clockwise by 90°
1854 \end_layout
1855
1856 \begin_layout Labeling
1857 \labelwidthstring 00.00.0000
1858 \begin_inset Graphics
1859         filename ../images/tabular-feature_set-rotate-tabular.xpm
1860
1861 \end_inset
1862
1863  rotates the whole table counter-clockwise by 90°
1864 \end_layout
1865
1866 \begin_layout Labeling
1867 \labelwidthstring 00.00.0000
1868 \begin_inset Graphics
1869         filename ../images/tabular-feature_multicolumn.xpm
1870
1871 \end_inset
1872
1873  sets the current cell or selection as a multicolumn
1874 \end_layout
1875
1876 \begin_layout Standard
1877 \begin_inset Note Greyedout
1878 status open
1879
1880 \begin_layout Standard
1881
1882 \series bold
1883 Note:
1884 \series default
1885  For the output the vertical alignment of the first cell in a row is used
1886  for all following cells in the row.
1887 \end_layout
1888
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \begin_layout Section
1895 Edit Table Menu
1896 \begin_inset LatexCommand index
1897 name "Table ! Edit Menu"
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 Additionally to the table dialog and toolbar, the menu 
1906 \family sans
1907 Edit\SpecialChar \menuseparator
1908 Table
1909 \family default
1910  allows you to add and delete border lines for the current row/column and
1911  to set the current selection as multicolumn.
1912  The menu is only available when the cursor is inside a table.
1913 \end_layout
1914
1915 \begin_layout Section
1916 Table Floats
1917 \begin_inset LatexCommand label
1918 name "sec:Table-Floats"
1919
1920 \end_inset
1921
1922
1923 \begin_inset LatexCommand index
1924 name "Floats ! Tables"
1925
1926 \end_inset
1927
1928
1929 \begin_inset LatexCommand index
1930 name "Table ! Floats"
1931
1932 \end_inset
1933
1934
1935 \end_layout
1936
1937 \begin_layout Standard
1938 For general explanations about floats, have a look at section\InsetSpace ~
1939
1940 \begin_inset LatexCommand ref
1941 reference "sec:FloatIntroduction"
1942
1943 \end_inset
1944
1945 .
1946 \end_layout
1947
1948 \begin_layout Standard
1949 \begin_inset Float table
1950 placement h
1951 wide false
1952 sideways false
1953 status open
1954
1955 \begin_layout Standard
1956 \begin_inset Caption
1957
1958 \begin_layout Standard
1959 \begin_inset LatexCommand label
1960 name "tab:a table float"
1961
1962 \end_inset
1963
1964 A table float.
1965 \end_layout
1966
1967 \end_inset
1968
1969
1970 \end_layout
1971
1972 \begin_layout Standard
1973 \align center
1974 \begin_inset Tabular
1975 <lyxtabular version="3" rows="3" columns="3">
1976 <features>
1977 <column alignment="center" valignment="top" leftline="true" width="0pt">
1978 <column alignment="center" valignment="top" leftline="true" width="0pt">
1979 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1980 <row topline="true" bottomline="true">
1981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Standard
1985
1986 \family roman
1987 \series medium
1988 \shape up
1989 \size normal
1990 \emph off
1991 \bar no
1992 \noun off
1993 \color none
1994 1
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2000 \begin_inset Text
2001
2002 \begin_layout Standard
2003
2004 \family roman
2005 \series medium
2006 \shape up
2007 \size normal
2008 \emph off
2009 \bar no
2010 \noun off
2011 \color none
2012 2
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Standard
2021
2022 \family roman
2023 \series medium
2024 \shape up
2025 \size normal
2026 \emph off
2027 \bar no
2028 \noun off
2029 \color none
2030 3
2031 \end_layout
2032
2033 \end_inset
2034 </cell>
2035 </row>
2036 <row topline="true">
2037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2038 \begin_inset Text
2039
2040 \begin_layout Standard
2041
2042 \family roman
2043 \series medium
2044 \shape up
2045 \size normal
2046 \emph off
2047 \bar no
2048 \noun off
2049 \color none
2050 Joe
2051 \end_layout
2052
2053 \end_inset
2054 </cell>
2055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Standard
2059
2060 \family roman
2061 \series medium
2062 \shape up
2063 \size normal
2064 \emph off
2065 \bar no
2066 \noun off
2067 \color none
2068 Mary
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Standard
2077
2078 \family roman
2079 \series medium
2080 \shape up
2081 \size normal
2082 \emph off
2083 \bar no
2084 \noun off
2085 \color none
2086 Ted
2087 \end_layout
2088
2089 \end_inset
2090 </cell>
2091 </row>
2092 <row topline="true" bottomline="true">
2093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Standard
2097
2098 \family roman
2099 \series medium
2100 \shape up
2101 \size normal
2102 \emph off
2103 \bar no
2104 \noun off
2105 \color none
2106 \begin_inset Formula $\int x^{2}dx$
2107 \end_inset
2108
2109
2110 \end_layout
2111
2112 \end_inset
2113 </cell>
2114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Standard
2118
2119 \family roman
2120 \series medium
2121 \shape up
2122 \size normal
2123 \emph off
2124 \bar no
2125 \noun off
2126 \color none
2127 \begin_inset Formula $\left[\begin{array}{cc}
2128 a & b\\
2129 c & d\end{array}\right]$
2130 \end_inset
2131
2132
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2138 \begin_inset Text
2139
2140 \begin_layout Standard
2141
2142 \family roman
2143 \series medium
2144 \shape up
2145 \size normal
2146 \emph off
2147 \bar no
2148 \noun off
2149 \color none
2150 \begin_inset Formula $1+1=2$
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \end_inset
2157 </cell>
2158 </row>
2159 </lyxtabular>
2160
2161 \end_inset
2162
2163
2164 \end_layout
2165
2166 \end_inset
2167
2168
2169 \end_layout
2170
2171 \begin_layout Standard
2172 Table floats can be inserted using the menu 
2173 \family sans
2174 Insert\SpecialChar \menuseparator
2175 Float\SpecialChar \menuseparator
2176 Table
2177 \family default
2178  or the toolbar button 
2179 \begin_inset Graphics
2180         filename ../images/float-insert_table.xpm
2181         scale 85
2182
2183 \end_inset
2184
2185 .
2186 \end_layout
2187
2188 \begin_layout Standard
2189 The float appears as a collapsible box with a caption that has the label
2190  
2191 \begin_inset Quotes eld
2192 \end_inset
2193
2194 Table\InsetSpace ~
2195 #:
2196 \begin_inset Quotes erd
2197 \end_inset
2198
2199  (# is the actual table number).
2200  You can insert tables to the float above or below the caption.
2201 \end_layout
2202
2203 \begin_layout Standard
2204 Table\InsetSpace ~
2205
2206 \begin_inset LatexCommand ref
2207 reference "tab:a table float"
2208
2209 \end_inset
2210
2211  is an example table within a table float.
2212 \end_layout
2213
2214 \begin_layout Standard
2215 Having the caption above the table is the common rule that is unfortunately
2216  not supported in LaTeX's standard classes.
2217  That means if you are using the document classes 
2218 \family sans
2219 article
2220 \family default
2221
2222 \family sans
2223 book
2224 \family default
2225
2226 \family sans
2227 letter
2228 \family default
2229 , or 
2230 \family sans
2231 report
2232 \family default
2233  there will be no space between the caption and the table.
2234  To insert the needed space, add the following option to the load command
2235  of the LaTeX-package 
2236 \series bold
2237 caption
2238 \series default
2239
2240 \begin_inset LatexCommand index
2241 name "LaTeX-packages ! caption"
2242
2243 \end_inset
2244
2245  in your document preamble
2246 \begin_inset Foot
2247 status collapsed
2248
2249 \begin_layout Standard
2250 For more information have a look at section\InsetSpace ~
2251
2252 \begin_inset LatexCommand ref
2253 reference "sec:Caption-Placement"
2254
2255 \end_inset
2256
2257 .
2258 \end_layout
2259
2260 \end_inset
2261
2262 :
2263 \end_layout
2264
2265 \begin_layout Standard
2266
2267 \series bold
2268 tableposition=top
2269 \end_layout
2270
2271 \begin_layout Standard
2272 The package 
2273 \series bold
2274 caption
2275 \series default
2276 , which is described in section\InsetSpace ~
2277
2278 \begin_inset LatexCommand ref
2279 reference "sec:Caption-Formatting"
2280
2281 \end_inset
2282
2283 , is used to adjust the caption format.
2284 \end_layout
2285
2286 \begin_layout Standard
2287 \begin_inset LatexCommand index
2288 name "References ! to Tables"
2289
2290 \end_inset
2291
2292 Tables can be cross-referenced in the text by referencing their label.
2293  To do this insert a label in the caption using the menu 
2294 \family sans
2295 Insert\SpecialChar \menuseparator
2296 Label
2297 \family default
2298  or the toolbar button 
2299 \begin_inset Graphics
2300         filename ../images/label-insert.xpm
2301         scale 85
2302
2303 \end_inset
2304
2305 .
2306  You can now refer to the label using the menu 
2307 \family sans
2308 Insert\SpecialChar \menuseparator
2309 Cross\InsetSpace ~
2310 reference
2311 \family default
2312  or the toolbar button 
2313 \begin_inset Graphics
2314         filename ../images/dialog-show-new-inset_ref.xpm
2315         scale 85
2316
2317 \end_inset
2318
2319 .
2320 \newline
2321 Referencing is explained in detail in section\InsetSpace ~
2322
2323 \begin_inset LatexCommand ref
2324 reference "sec:Referencing-Floats"
2325
2326 \end_inset
2327
2328 .
2329 \end_layout
2330
2331 \begin_layout Section
2332 Longtables
2333 \begin_inset LatexCommand label
2334 name "sec:Longtables"
2335
2336 \end_inset
2337
2338
2339 \begin_inset LatexCommand index
2340 name "Longtables"
2341
2342 \end_inset
2343
2344
2345 \begin_inset LatexCommand index
2346 name "Table ! Longtables"
2347
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \begin_layout Standard
2354 If the table is too long to fit on one page, you can use the option 
2355 \family sans
2356 Use\InsetSpace ~
2357 long\InsetSpace ~
2358 table
2359 \family default
2360  in the tab 
2361 \family sans
2362 Longtable
2363 \family default
2364  of the table dialog to split the table automatically over more pages.
2365  Doing this enables some check boxes and you can now define:
2366 \end_layout
2367
2368 \begin_layout Description
2369
2370 \family sans
2371 Header
2372 \family default
2373 : The current row and all rows above, that don't have any special options
2374  defined, are defined to be the header rows of all pages of the longtable;
2375  except for the first page, if 
2376 \family sans
2377 First\InsetSpace ~
2378 header
2379 \family default
2380  is defined.
2381  This therefore called the main header.
2382 \end_layout
2383
2384 \begin_layout Description
2385
2386 \family sans
2387 First\InsetSpace ~
2388 header
2389 \family default
2390 : The current row and all rows above, that don't have any special options
2391  defined, are defined to be the header rows of the first page of the longtable.
2392 \end_layout
2393
2394 \begin_layout Description
2395
2396 \family sans
2397 Footer
2398 \family default
2399 : The current row and all rows below, that don't have any special options
2400  defined, are defined to be the footer rows of all pages of the longtable;
2401  except for the last page, if 
2402 \family sans
2403 Last\InsetSpace ~
2404 footer
2405 \family default
2406  is defined.
2407 \end_layout
2408
2409 \begin_layout Description
2410
2411 \family sans
2412 Last\InsetSpace ~
2413 footer
2414 \family default
2415 : The current row and all rows below, that don't have any special options
2416  defined, are defined to be the footer rows of the last page of the longtable.
2417 \end_layout
2418
2419 \begin_layout Standard
2420 You can also specify a row where the table is splitted.
2421  If you set more than one option in the same table row, you should be aware
2422  of the fact that only the first one is used in the given table row.
2423  The others will then be defined as 
2424 \emph on
2425 empty
2426 \emph default
2427 .
2428  In this context, first means first in this order: 
2429 \family sans
2430 Header,
2431 \family default
2432  
2433 \family sans
2434 First\InsetSpace ~
2435 header, Footer, Last\InsetSpace ~
2436 footer.
2437
2438 \family default
2439  See the following longtable to see how it works:
2440 \end_layout
2441
2442 \begin_layout Standard
2443 \align center
2444 \begin_inset Tabular
2445 <lyxtabular version="3" rows="69" columns="3">
2446 <features islongtable="true">
2447 <column alignment="left" valignment="top" leftline="true" width="0cm">
2448 <column alignment="left" valignment="top" width="0pt">
2449 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2450 <row topline="true" bottomline="true" endfirsthead="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 (ignore the names)
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" endfirsthead="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" endhead="true">
2515 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2516 \begin_inset Text
2517
2518 \begin_layout Standard
2519
2520 \series bold
2521 Example Phone List
2522 \end_layout
2523
2524 \end_inset
2525 </cell>
2526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Standard
2530
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Standard
2539
2540 \end_layout
2541
2542 \end_inset
2543 </cell>
2544 </row>
2545 <row topline="true" bottomline="true" endhead="true">
2546 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2547 \begin_inset Text
2548
2549 \begin_layout Standard
2550
2551 \series bold
2552 NAME
2553 \end_layout
2554
2555 \end_inset
2556 </cell>
2557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2558 \begin_inset Text
2559
2560 \begin_layout Standard
2561
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2567 \begin_inset Text
2568
2569 \begin_layout Standard
2570
2571 \series bold
2572 TEL.
2573 \end_layout
2574
2575 \end_inset
2576 </cell>
2577 </row>
2578 <row topline="true" bottomline="true" endfoot="true">
2579 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2580 \begin_inset Text
2581
2582 \begin_layout Standard
2583  continued on next page
2584 \end_layout
2585
2586 \end_inset
2587 </cell>
2588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2589 \begin_inset Text
2590
2591 \begin_layout Standard
2592
2593 \end_layout
2594
2595 \end_inset
2596 </cell>
2597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2598 \begin_inset Text
2599
2600 \begin_layout Standard
2601
2602 \end_layout
2603
2604 \end_inset
2605 </cell>
2606 </row>
2607 <row>
2608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2609 \begin_inset Text
2610
2611 \begin_layout Standard
2612
2613 \series bold
2614 Annovi
2615 \end_layout
2616
2617 \end_inset
2618 </cell>
2619 <cell alignment="center" valignment="top" topline="true" usebox="none">
2620 \begin_inset Text
2621
2622 \begin_layout Standard
2623 Silvia
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2629 \begin_inset Text
2630
2631 \begin_layout Standard
2632 111
2633 \end_layout
2634
2635 \end_inset
2636 </cell>
2637 </row>
2638 <row>
2639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2640 \begin_inset Text
2641
2642 \begin_layout Standard
2643
2644 \series bold
2645 Bertoli
2646 \end_layout
2647
2648 \end_inset
2649 </cell>
2650 <cell alignment="center" valignment="top" topline="true" usebox="none">
2651 \begin_inset Text
2652
2653 \begin_layout Standard
2654 Stefano
2655 \end_layout
2656
2657 \end_inset
2658 </cell>
2659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Standard
2663 111
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 </row>
2669 <row>
2670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Standard
2674
2675 \series bold
2676 Bozzi
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 <cell alignment="center" valignment="top" topline="true" usebox="none">
2682 \begin_inset Text
2683
2684 \begin_layout Standard
2685 Walter
2686 \end_layout
2687
2688 \end_inset
2689 </cell>
2690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2691 \begin_inset Text
2692
2693 \begin_layout Standard
2694 111
2695 \end_layout
2696
2697 \end_inset
2698 </cell>
2699 </row>
2700 <row>
2701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Standard
2705
2706 \series bold
2707 Cachia
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" topline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Standard
2716 Maria
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Standard
2725 111
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 <row>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Standard
2736
2737 \series bold
2738 Cachia
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 <cell alignment="center" valignment="top" topline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Standard
2747 Maurizio
2748 \end_layout
2749
2750 \end_inset
2751 </cell>
2752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Standard
2756 111
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 </row>
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Standard
2767
2768 \series bold
2769 Cinquemani
2770 \end_layout
2771
2772 \end_inset
2773 </cell>
2774 <cell alignment="center" valignment="top" topline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Standard
2778 Giusi
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Standard
2787 111
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 </row>
2793 <row>
2794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Standard
2798
2799 \series bold
2800 Colin
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" topline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Standard
2809 Bernard
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Standard
2818 111
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row>
2825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Standard
2829
2830 \series bold
2831 Concli
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Standard
2840 Gianfranco
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Standard
2849 111
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 <row>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Standard
2860
2861 \series bold
2862 Dal Bosco
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Standard
2871 Carolina
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Standard
2880 111
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 </row>
2886 <row>
2887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Standard
2891
2892 \series bold
2893 Dalpiaz
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 <cell alignment="center" valignment="top" topline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Standard
2902 Annamaria
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Standard
2911 111
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 </row>
2917 <row>
2918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Standard
2922
2923 \series bold
2924 Feliciello
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 <cell alignment="center" valignment="top" topline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Standard
2933 Domenico
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Standard
2942 111
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 </row>
2948 <row>
2949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2950 \begin_inset Text
2951
2952 \begin_layout Standard
2953
2954 \series bold
2955 Focarelli
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell alignment="center" valignment="top" topline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Standard
2964 Paola
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Standard
2973 111
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row>
2980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Standard
2984
2985 \series bold
2986 Galletti
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell alignment="center" valignment="top" topline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Standard
2995 Oreste
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Standard
3004 111
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row>
3011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Standard
3015
3016 \series bold
3017 Gasparini
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" topline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Standard
3026 Franca
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Standard
3035 111
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 </row>
3041 <row>
3042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Standard
3046
3047 \series bold
3048 Rizzardi
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 <cell alignment="center" valignment="top" topline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Standard
3057 Paola
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Standard
3066 111
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 <row>
3073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Standard
3077
3078 \series bold
3079 Lassini
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" topline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Standard
3088 Giancarlo
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Standard
3097 111
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 </row>
3103 <row>
3104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Standard
3108
3109 \series bold
3110 Malfatti
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" topline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Standard
3119 Luciano
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Standard
3128 111
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 </row>
3134 <row>
3135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Standard
3139
3140 \series bold
3141 Malfatti
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" topline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Standard
3150 Valeriano
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Standard
3159 111
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 </row>
3165 <row>
3166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Standard
3170
3171 \series bold
3172 Meneguzzo
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="center" valignment="top" topline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Standard
3181 Roberto
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Standard
3190 111
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Standard
3201
3202 \series bold
3203 Mezzadra
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell alignment="center" valignment="top" topline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Standard
3212 Roberto
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Standard
3221 111
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Standard
3232
3233 \series bold
3234 Pirpamer
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" topline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Standard
3243 Erich
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Standard
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Standard
3263
3264 \series bold
3265 Pochiesa
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" topline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Standard
3274 Paolo
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Standard
3283 111, 222
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Standard
3294
3295 \series bold
3296 Radina
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" topline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Standard
3305 Claudio
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Standard
3314 111
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Standard
3325
3326 \series bold
3327 Stuffer
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" topline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Standard
3336 Oskar
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Standard
3345 111
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Standard
3356
3357 \series bold
3358 Tacchelli
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" topline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Standard
3367 Ugo
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Standard
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Standard
3387
3388 \series bold
3389 Tezzele
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" topline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Standard
3398 Margit
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Standard
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Standard
3418
3419 \series bold
3420 Unterkalmsteiner
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" topline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Standard
3429 Frieda
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Standard
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Standard
3449
3450 \series bold
3451 Vieider
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" topline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Standard
3460 Hilde
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Standard
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Standard
3480
3481 \series bold
3482 Vigna
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" topline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Standard
3491 Jürgen
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Standard
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Standard
3511
3512 \series bold
3513 Weber
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" topline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Standard
3522 Maurizio
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Standard
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row bottomline="true">
3538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Standard
3542
3543 \series bold
3544 Winkler
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" topline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Standard
3553 Franz
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Standard
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row bottomline="true">
3569 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Standard
3573  
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Standard
3582
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Standard
3591
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Standard
3602
3603 \series bold
3604 Annovi
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" topline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Standard
3613 Silvia
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Standard
3622 555
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 </row>
3628 <row>
3629 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Standard
3633
3634 \series bold
3635 Bertoli
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" topline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Standard
3644 Stefano
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Standard
3653 555
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 </row>
3659 <row>
3660 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Standard
3664
3665 \series bold
3666 Bozzi
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 <cell alignment="center" valignment="top" topline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Standard
3675 Walter
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Standard
3684 555
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 </row>
3690 <row>
3691 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Standard
3695
3696 \series bold
3697 Cachia
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Standard
3706 Maria
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Standard
3715 555
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 </row>
3721 <row>
3722 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Standard
3726
3727 \series bold
3728 Cachia
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 <cell alignment="center" valignment="top" topline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Standard
3737 Maurizio
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Standard
3746 555
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 </row>
3752 <row>
3753 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Standard
3757
3758 \series bold
3759 Cinquemani
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" topline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Standard
3768 Giusi
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Standard
3777 555
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Standard
3788
3789 \series bold
3790 Colin
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" topline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Standard
3799 Bernard
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Standard
3808 555
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row>
3815 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Standard
3819
3820 \series bold
3821 Concli
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" topline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Standard
3830 Gianfranco
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Standard
3839 555
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 </row>
3845 <row>
3846 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Standard
3850
3851 \series bold
3852 Dal Bosco
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" topline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Standard
3861 Carolina
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Standard
3870 555
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 <row>
3877 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Standard
3881
3882 \series bold
3883 Dalpiaz
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" topline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Standard
3892 Annamaria
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Standard
3901 555
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Standard
3912
3913 \series bold
3914 Feliciello
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" topline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Standard
3923 Domenico
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Standard
3932 555
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Standard
3943
3944 \series bold
3945 Focarelli
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 <cell alignment="center" valignment="top" topline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Standard
3954 Paola
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Standard
3963 555
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 </row>
3969 <row>
3970 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Standard
3974
3975 \series bold
3976 Galletti
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" topline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Standard
3985 Oreste
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Standard
3994 555
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 </row>
4000 <row>
4001 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Standard
4005
4006 \series bold
4007 Gasparini
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" topline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Standard
4016 Franca
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Standard
4025 555
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Standard
4036
4037 \series bold
4038 Rizzardi
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" topline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Standard
4047 Paola
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Standard
4056 555
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Standard
4067
4068 \series bold
4069 Lassini
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" topline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Standard
4078 Giancarlo
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Standard
4087 555
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Standard
4098
4099 \series bold
4100 Malfatti
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" topline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Standard
4109 Luciano
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Standard
4118 555
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Standard
4129
4130 \series bold
4131 Malfatti
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" topline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Standard
4140 Valeriano
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Standard
4149 555
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Standard
4160
4161 \series bold
4162 Meneguzzo
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" topline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Standard
4171 Roberto
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Standard
4180 555
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Standard
4191
4192 \series bold
4193 Mezzadra
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" topline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Standard
4202 Roberto
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Standard
4211 555
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Standard
4222
4223 \series bold
4224 Pirpamer
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" topline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Standard
4233 Erich
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Standard
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Standard
4253
4254 \series bold
4255 Pochiesa
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" topline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Standard
4264 Paolo
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Standard
4273 555, 222
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Standard
4284
4285 \series bold
4286 Radina
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" topline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Standard
4295 Claudio
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Standard
4304 555
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Standard
4315
4316 \series bold
4317 Stuffer
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" topline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Standard
4326 Oskar
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Standard
4335 555
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Standard
4346
4347 \series bold
4348 Tacchelli
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" topline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Standard
4357 Ugo
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Standard
4366 555
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Standard
4377
4378 \series bold
4379 Tezzele
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" topline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Standard
4388 Margit
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Standard
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Standard
4408
4409 \series bold
4410 Unterkalmsteiner
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Standard
4419 Frieda
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Standard
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Standard
4439
4440 \series bold
4441 Vieider
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" topline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Standard
4450 Hilde
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Standard
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Standard
4470
4471 \series bold
4472 Vigna
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" topline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Standard
4481 Jürgen
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Standard
4490 999
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Standard
4501
4502 \series bold
4503 Weber
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" topline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Standard
4512 Maurizio
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Standard
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row bottomline="true">
4528 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Standard
4532
4533 \series bold
4534 Winkler
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" topline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Standard
4543 Franz
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Standard
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row bottomline="true" endlastfoot="true">
4559 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Standard
4563 end
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Standard
4572
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Standard
4581
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 </row>
4587 </lyxtabular>
4588
4589 \end_inset
4590
4591
4592 \begin_inset ERT
4593 status collapsed
4594
4595 \begin_layout Standard
4596
4597
4598 \backslash
4599 addtocounter{table}{-1}
4600 \end_layout
4601
4602 \end_inset
4603
4604
4605 \begin_inset Note Note
4606 status collapsed
4607
4608 \begin_layout Standard
4609 See greyed-out note in section 2.6.2 for an explanation of this command.
4610 \end_layout
4611
4612 \end_inset
4613
4614
4615 \end_layout
4616
4617 \begin_layout Subsection
4618 Footnotes in Longtables
4619 \begin_inset LatexCommand label
4620 name "sub:Footnotes-in-Longtables"
4621
4622 \end_inset
4623
4624
4625 \begin_inset LatexCommand index
4626 name "Longtables ! Footnotes"
4627
4628 \end_inset
4629
4630
4631 \end_layout
4632
4633 \begin_layout Standard
4634 Footnotes can be inserted to every longtable cell.
4635  They appear at the bottom of the page where the table cell with the footnote
4636  appears.
4637  Table\InsetSpace ~
4638
4639 \begin_inset LatexCommand ref
4640 reference "tab:DiffCaptions"
4641
4642 \end_inset
4643
4644  has for example a footnote.
4645 \end_layout
4646
4647 \begin_layout Subsection
4648 Longtable Captions
4649 \begin_inset LatexCommand index
4650 name "Longtables ! Captions"
4651
4652 \end_inset
4653
4654
4655 \end_layout
4656
4657 \begin_layout Standard
4658 A longtable cannot be put into a table float because floats can only be
4659  on one page but the caption environment of floats can also be used for
4660  longtables.
4661 \end_layout
4662
4663 \begin_layout Standard
4664 As LyX does not yet fully support captions in longtables, a hack is needed
4665  to create them:
4666 \end_layout
4667
4668 \begin_layout Enumerate
4669 Create a longtable
4670 \family sans
4671 .
4672 \end_layout
4673
4674 \begin_layout Enumerate
4675 Mark the first row and disable its upper line.
4676 \end_layout
4677
4678 \begin_layout Enumerate
4679 Insert a caption via the menu 
4680 \family sans
4681 Insert\SpecialChar \menuseparator
4682 Caption
4683 \family default
4684  into the first table cell.
4685 \newline
4686 You can also add a short title for the caption.
4687 \end_layout
4688
4689 \begin_layout Enumerate
4690 Insert a 
4691 \begin_inset Quotes eld
4692 \end_inset
4693
4694
4695 \series bold
4696
4697 \backslash
4698
4699 \backslash
4700 %
4701 \series default
4702
4703 \begin_inset Quotes erd
4704 \end_inset
4705
4706  as ERT behind the caption.
4707 \end_layout
4708
4709 \begin_layout Standard
4710 A short title that will appear in the LOT instead of the full title.
4711  The 
4712 \series bold
4713
4714 \backslash
4715
4716 \backslash
4717 %
4718 \series default
4719  behind the caption omits the vertical lines between the following cells
4720  in the row.
4721  The first table row is now only a dummy row for the caption, the actual
4722  table starts with the second row.
4723 \end_layout
4724
4725 \begin_layout Standard
4726 Here is a short longtable to see how it works:
4727 \end_layout
4728
4729 \begin_layout Standard
4730 \begin_inset Tabular
4731 <lyxtabular version="3" rows="6" columns="5">
4732 <features islongtable="true">
4733 <column alignment="center" valignment="top" leftline="true" width="0">
4734 <column alignment="center" valignment="top" leftline="true" width="0">
4735 <column alignment="center" valignment="top" leftline="true" width="0">
4736 <column alignment="center" valignment="top" leftline="true" width="0">
4737 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4738 <row>
4739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Standard
4743 \begin_inset Caption
4744
4745 \begin_layout Standard
4746 Longtable with caption
4747 \begin_inset OptArg
4748 status open
4749
4750 \begin_layout Standard
4751 Longtable
4752 \end_layout
4753
4754 \end_inset
4755
4756
4757 \end_layout
4758
4759 \end_inset
4760
4761
4762 \begin_inset ERT
4763 status collapsed
4764
4765 \begin_layout Standard
4766
4767
4768 \backslash
4769
4770 \backslash
4771 %
4772 \end_layout
4773
4774 \end_inset
4775
4776
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Standard
4785
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Standard
4794
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Standard
4803
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Standard
4812
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row topline="true">
4819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Standard
4823 1
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Standard
4832 2
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Standard
4841 3
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Standard
4850 4
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Standard
4859 5
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row topline="true">
4866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Standard
4870 asd
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Standard
4879 s
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Standard
4888 s
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Standard
4897 s
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Standard
4906 asd
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row topline="true">
4913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Standard
4917 asd
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Standard
4926 s
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Standard
4935 s
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Standard
4944 s
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Standard
4953 asd
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 </row>
4959 <row topline="true">
4960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Standard
4964 asd
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Standard
4973 s
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Standard
4982 s
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Standard
4991 s
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Standard
5000 asd
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row topline="true" bottomline="true">
5007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Standard
5011 asd
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Standard
5020 asd
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Standard
5029 asd
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Standard
5038 asd
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Standard
5047 asd
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 </lyxtabular>
5054
5055 \end_inset
5056
5057
5058 \end_layout
5059
5060 \begin_layout Standard
5061 \begin_inset VSpace medskip
5062 \end_inset
5063
5064
5065 \begin_inset Note Greyedout
5066 status open
5067
5068 \begin_layout Standard
5069
5070 \series bold
5071 Note:
5072 \series default
5073  The table number is increased for every longtable, also if you didn't set
5074  a caption for it.
5075  For this reason you could have the case that e.g.
5076  Table\InsetSpace ~
5077 2.4 follows on Table\InsetSpace ~
5078 2.1 in the list of tables if there are two longtables
5079  without captions.
5080  To avoid this you can add the following command in ERT behind every longtable
5081  without a caption:
5082 \end_layout
5083
5084 \begin_layout Standard
5085
5086 \series bold
5087
5088 \backslash
5089 addtocounter{table}{-1}
5090 \end_layout
5091
5092 \end_inset
5093
5094
5095 \end_layout
5096
5097 \begin_layout Standard
5098 \begin_inset Note Greyedout
5099 status open
5100
5101 \begin_layout Standard
5102
5103 \series bold
5104 Note:
5105 \series default
5106  If you are using the LaTeX-package 
5107 \series bold
5108 hyperref
5109 \series default
5110
5111 \begin_inset LatexCommand index
5112 name "LaTeX-packages ! hyperref"
5113
5114 \end_inset
5115
5116  to link cross-references, the link to a longtable caption will always point
5117  to the beginning of the document.
5118 \end_layout
5119
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \begin_layout Subsubsection
5126 References to Longtables
5127 \begin_inset LatexCommand index
5128 name "Longtables ! References"
5129
5130 \end_inset
5131
5132
5133 \end_layout
5134
5135 \begin_layout Standard
5136 \begin_inset Tabular
5137 <lyxtabular version="3" rows="6" columns="5">
5138 <features islongtable="true">
5139 <column alignment="center" valignment="top" leftline="true" width="0">
5140 <column alignment="center" valignment="top" leftline="true" width="0">
5141 <column alignment="center" valignment="top" leftline="true" width="0">
5142 <column alignment="center" valignment="top" leftline="true" width="0">
5143 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5144 <row>
5145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Standard
5149 \begin_inset Caption
5150
5151 \begin_layout Standard
5152 Referenced longtable
5153 \begin_inset LatexCommand label
5154 name "tab:RefExample"
5155
5156 \end_inset
5157
5158
5159 \end_layout
5160
5161 \end_inset
5162
5163
5164 \begin_inset ERT
5165 status collapsed
5166
5167 \begin_layout Standard
5168
5169
5170 \backslash
5171
5172 \backslash
5173 %
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Standard
5187
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Standard
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Standard
5205
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Standard
5214
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row topline="true">
5221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Standard
5225 1
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Standard
5234 2
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Standard
5243 3
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Standard
5252 4
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Standard
5261 5
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row topline="true">
5268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Standard
5272 asd
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Standard
5281 s
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Standard
5290 s
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Standard
5299 s
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Standard
5308 asd
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row topline="true">
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Standard
5319 asd
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Standard
5328 s
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Standard
5337 s
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Standard
5346 s
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Standard
5355 asd
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row topline="true">
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Standard
5366 asd
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Standard
5375 s
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Standard
5384 s
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Standard
5393 s
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Standard
5402 asd
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 </row>
5408 <row topline="true" bottomline="true">
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Standard
5413 asd
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Standard
5422 sad
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Standard
5431 asd
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Standard
5440 asd
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Standard
5449 asd
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 </lyxtabular>
5456
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \begin_layout Standard
5463 To reference a longtable, insert a label into the caption.
5464  Note that you have to add the label prefix 
5465 \begin_inset Quotes eld
5466 \end_inset
5467
5468
5469 \emph on
5470 tab:
5471 \emph default
5472
5473 \begin_inset Quotes eld
5474 \end_inset
5475
5476  manually in the label field.
5477 \end_layout
5478
5479 \begin_layout Standard
5480 This is a reference to Table\InsetSpace ~
5481
5482 \begin_inset LatexCommand ref
5483 reference "tab:RefExample"
5484
5485 \end_inset
5486
5487 .
5488 \end_layout
5489
5490 \begin_layout Standard
5491 The caption layout can be set together with all other caption of your document
5492  using the LaTeX-package 
5493 \series bold
5494 caption
5495 \series default
5496
5497 \begin_inset LatexCommand index
5498 name "LaTeX-packages ! caption"
5499
5500 \end_inset
5501
5502 , see section\InsetSpace ~
5503
5504 \begin_inset LatexCommand ref
5505 reference "sec:Caption-Formatting"
5506
5507 \end_inset
5508
5509 .
5510 \end_layout
5511
5512 \begin_layout Subsubsection
5513 Caption Width
5514 \begin_inset LatexCommand index
5515 name "Longtables ! Caption Width"
5516
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \begin_layout Standard
5523 The maximal width of of caption lines is defined by the length 
5524 \series bold
5525
5526 \backslash
5527 LTcapwidth
5528 \series default
5529 .
5530  Its default value is 4\InsetSpace \thinspace{}
5531 in.
5532  To change it add the following command to your document preamble or as
5533  ERT into your document before the longtable that should be affected
5534 \end_layout
5535
5536 \begin_layout Standard
5537
5538 \series bold
5539
5540 \backslash
5541 setlength{
5542 \backslash
5543 LTcapwidth}{width}
5544 \end_layout
5545
5546 \begin_layout Standard
5547 where the width could have one of the units listed in appendix\InsetSpace ~
5548
5549 \begin_inset LatexCommand ref
5550 reference "cha:Units-available-in"
5551
5552 \end_inset
5553
5554 .
5555 \end_layout
5556
5557 \begin_layout Standard
5558 The following tables show the difference:
5559 \end_layout
5560
5561 \begin_layout Standard
5562 \begin_inset Tabular
5563 <lyxtabular version="3" rows="6" columns="5">
5564 <features islongtable="true">
5565 <column alignment="center" valignment="top" leftline="true" width="0">
5566 <column alignment="center" valignment="top" leftline="true" width="0">
5567 <column alignment="center" valignment="top" leftline="true" width="0">
5568 <column alignment="center" valignment="top" leftline="true" width="0">
5569 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5570 <row>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Standard
5575 \begin_inset Caption
5576
5577 \begin_layout Standard
5578 long full title with default width long full title with default width long
5579  full title with default width
5580 \begin_inset OptArg
5581 status collapsed
5582
5583 \begin_layout Standard
5584 caption with default width
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \end_inset
5593
5594
5595 \begin_inset ERT
5596 status collapsed
5597
5598 \begin_layout Standard
5599
5600
5601 \backslash
5602
5603 \backslash
5604 %
5605 \end_layout
5606
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Standard
5618
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Standard
5627
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Standard
5636
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Standard
5645
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row topline="true">
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Standard
5656 1
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Standard
5665 2
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Standard
5674 3
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Standard
5683 4
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Standard
5692 5
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row topline="true">
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Standard
5703 asd
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Standard
5712 s
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Standard
5721 s
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Standard
5730 s
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Standard
5739 asd
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 </row>
5745 <row topline="true">
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Standard
5750 asd
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Standard
5759 s
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Standard
5768 s
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Standard
5777 s
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Standard
5786 asd
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 </row>
5792 <row topline="true">
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Standard
5797 asd
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Standard
5806 s
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Standard
5815 s
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Standard
5824 s
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Standard
5833 asd
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 </row>
5839 <row topline="true" bottomline="true">
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Standard
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Standard
5853 sad
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Standard
5862 asd
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Standard
5871 asd
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Standard
5880 asd
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 </row>
5886 </lyxtabular>
5887
5888 \end_inset
5889
5890
5891 \end_layout
5892
5893 \begin_layout Standard
5894 \begin_inset ERT
5895 status collapsed
5896
5897 \begin_layout Standard
5898
5899
5900 \backslash
5901 setlength{
5902 \backslash
5903 LTcapwidth}{5cm}
5904 \end_layout
5905
5906 \end_inset
5907
5908
5909 \begin_inset Tabular
5910 <lyxtabular version="3" rows="6" columns="5">
5911 <features islongtable="true">
5912 <column alignment="center" valignment="top" leftline="true" width="0">
5913 <column alignment="center" valignment="top" leftline="true" width="0">
5914 <column alignment="center" valignment="top" leftline="true" width="0">
5915 <column alignment="center" valignment="top" leftline="true" width="0">
5916 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5917 <row>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Standard
5922 \begin_inset Caption
5923
5924 \begin_layout Standard
5925 long full title with width set to 5\InsetSpace \thinspace{}
5926 cm long full title with width set to
5927  5\InsetSpace \thinspace{}
5928 cm long full title with width set to 5\InsetSpace \thinspace{}
5929 cm
5930 \begin_inset OptArg
5931 status collapsed
5932
5933 \begin_layout Standard
5934 caption with width\InsetSpace \thinspace{}
5935 =\InsetSpace \thinspace{}
5936 5\InsetSpace \thinspace{}
5937 cm
5938 \end_layout
5939
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946
5947
5948 \begin_inset ERT
5949 status collapsed
5950
5951 \begin_layout Standard
5952
5953
5954 \backslash
5955
5956 \backslash
5957 %
5958 \end_layout
5959
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Standard
5971
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Standard
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Standard
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Standard
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 <row topline="true">
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Standard
6009 1
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Standard
6018 2
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Standard
6027 3
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Standard
6036 4
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Standard
6045 5
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 </row>
6051 <row topline="true">
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Standard
6056 asd
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Standard
6065 s
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Standard
6074 s
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Standard
6083 s
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Standard
6092 asd
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 </row>
6098 <row topline="true">
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Standard
6103 asd
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Standard
6112 s
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Standard
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Standard
6130 s
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Standard
6139 asd
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row topline="true">
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Standard
6150 asd
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Standard
6159 s
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Standard
6168 s
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Standard
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Standard
6186 asd
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row topline="true" bottomline="true">
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Standard
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Standard
6206 sad
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Standard
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Standard
6224 asd
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Standard
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 </lyxtabular>
6240
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \begin_layout Standard
6247 \begin_inset ERT
6248 status collapsed
6249
6250 \begin_layout Standard
6251
6252
6253 \backslash
6254 setlength{
6255 \backslash
6256 LTcapwidth}{4in}
6257 \end_layout
6258
6259 \end_inset
6260
6261
6262 \end_layout
6263
6264 \begin_layout Standard
6265 \begin_inset Note Greyedout
6266 status open
6267
6268 \begin_layout Standard
6269
6270 \series bold
6271 Note:
6272 \series default
6273  When the LaTeX-package 
6274 \series bold
6275 caption
6276 \series default
6277
6278 \begin_inset LatexCommand index
6279 name "LaTeX-packages ! caption"
6280
6281 \end_inset
6282
6283  is used, as in this document, the full page width is used for the caption
6284  when you use the default value of 4\InsetSpace \thinspace{}
6285 in for 
6286 \series bold
6287
6288 \backslash
6289 LTcapwidth
6290 \series default
6291 .
6292  To get in this case exactly a 4\InsetSpace \thinspace{}
6293 in wide caption, you can either use a value
6294  slightly different from 4.0\InsetSpace \thinspace{}
6295 in, e.g.
6296  3.99\InsetSpace \thinspace{}
6297 in, or the LaTeX-command 
6298 \series bold
6299
6300 \backslash
6301 captionsetup{width=value}
6302 \series default
6303  that is provided by the 
6304 \series bold
6305 caption
6306 \series default
6307 -package.
6308 \end_layout
6309
6310 \end_inset
6311
6312
6313 \end_layout
6314
6315 \begin_layout Subsubsection
6316 Different Captions for Table Pages
6317 \begin_inset LatexCommand index
6318 name "Longtables ! Different Captions for Pages"
6319
6320 \end_inset
6321
6322
6323 \end_layout
6324
6325 \begin_layout Standard
6326 When the other captions should differ from the one of the first table page,
6327  insert a caption with a non-empty short title in a dummy caption row marked
6328  as first header.
6329  The caption used for the other table pages is inserted as caption without
6330  a short title in a dummy caption row that is marked as main header.
6331  When this caption shouldn't include the table number, use the command
6332 \end_layout
6333
6334 \begin_layout Standard
6335
6336 \series bold
6337
6338 \backslash
6339 caption*{caption text}
6340 \end_layout
6341
6342 \begin_layout Standard
6343 instead of LyX's caption box.
6344  The label to reference the table is inserted into the caption of the first
6345  header.
6346  Table\InsetSpace ~
6347
6348 \begin_inset LatexCommand ref
6349 reference "tab:DiffCaptions"
6350
6351 \end_inset
6352
6353  is an example for a longtable with different heading where the second caption
6354  doesn't include the table number.
6355 \end_layout
6356
6357 \begin_layout Standard
6358 \align center
6359 \begin_inset Tabular
6360 <lyxtabular version="3" rows="60" columns="3">
6361 <features islongtable="true">
6362 <column alignment="left" valignment="top" leftline="true" width="0cm">
6363 <column alignment="left" valignment="top" rightline="true" width="0pt">
6364 <column alignment="right" valignment="top" rightline="true" width="0pt">
6365 <row endfirsthead="true">
6366 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Standard
6370 \begin_inset Caption
6371
6372 \begin_layout Standard
6373 Example Phone List
6374 \begin_inset LatexCommand label
6375 name "tab:DiffCaptions"
6376
6377 \end_inset
6378
6379
6380 \begin_inset OptArg
6381 status collapsed
6382
6383 \begin_layout Standard
6384 Example Phone List
6385 \end_layout
6386
6387 \end_inset
6388
6389
6390 \end_layout
6391
6392 \end_inset
6393
6394
6395 \begin_inset ERT
6396 status collapsed
6397
6398 \begin_layout Standard
6399
6400
6401 \backslash
6402
6403 \backslash
6404 %
6405 \end_layout
6406
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Standard
6418
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Standard
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 <row topline="true" bottomline="true" endfirsthead="true">
6434 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Standard
6438
6439 \series bold
6440 Example Phone List (ignore the names)
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Standard
6449
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Standard
6458
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 </row>
6464 <row topline="true" bottomline="true" endfirsthead="true">
6465 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Standard
6469
6470 \series bold
6471 NAME
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Standard
6480
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Standard
6489
6490 \series bold
6491 TEL.
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 </row>
6497 <row bottomline="true" endhead="true">
6498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Standard
6502 \begin_inset ERT
6503 status collapsed
6504
6505 \begin_layout Standard
6506
6507
6508 \backslash
6509 caption*{Continued Example Phone List}
6510 \backslash
6511
6512 \backslash
6513 %
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Standard
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Standard
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 </row>
6542 <row topline="true" bottomline="true" endhead="true">
6543 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Standard
6547
6548 \series bold
6549 Example Phone List
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Standard
6558
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Standard
6567
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 </row>
6573 <row topline="true" bottomline="true" endhead="true">
6574 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Standard
6578
6579 \series bold
6580 NAME
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Standard
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Standard
6598
6599 \series bold
6600 TEL.
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 </row>
6606 <row topline="true" bottomline="true" endfoot="true">
6607 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Standard
6611 continued on next page
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Standard
6620
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Standard
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 </row>
6635 <row>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Standard
6640
6641 \series bold
6642 Annovi
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Standard
6651 Silvia
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Standard
6660 111
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 </row>
6666 <row>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Standard
6671
6672 \series bold
6673 Bertoli
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Standard
6682 Stefano
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Standard
6691 111
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 </row>
6697 <row>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Standard
6702
6703 \series bold
6704 Bozzi
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Standard
6713 Walter
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Standard
6722 111
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 </row>
6728 <row>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Standard
6733
6734 \series bold
6735 Cachia
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Standard
6744 Maria
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Standard
6753 111
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 </row>
6759 <row>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Standard
6764
6765 \series bold
6766 Cachia
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Standard
6775 Maurizio
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Standard
6784 111
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 </row>
6790 <row>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Standard
6795
6796 \series bold
6797 Cinquemani
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Standard
6806 Giusi
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Standard
6815 111
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 </row>
6821 <row>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Standard
6826
6827 \series bold
6828 Colin
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Standard
6837 Bernard
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Standard
6846 111
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 </row>
6852 <row>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Standard
6857
6858 \series bold
6859 Concli
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Standard
6868 Gianfranco
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Standard
6877 111
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Standard
6888
6889 \series bold
6890 Dal Bosco
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Standard
6899 Carolina
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Standard
6908 111
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 </row>
6914 <row>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Standard
6919
6920 \series bold
6921 Dalpiaz
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Standard
6930 Annamaria
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Standard
6939 111
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Standard
6950
6951 \series bold
6952 Feliciello
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Standard
6961 Domenico
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Standard
6970 111
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 </row>
6976 <row>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Standard
6981
6982 \series bold
6983 Focarelli
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Standard
6992 Paola
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Standard
7001 111
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Standard
7012
7013 \series bold
7014 Galletti
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Standard
7023 Oreste
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Standard
7032 111
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 </row>
7038 <row>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Standard
7043
7044 \series bold
7045 Gasparini
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Standard
7054 Franca
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Standard
7063 111
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 </row>
7069 <row>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Standard
7074
7075 \series bold
7076 Rizzardi
7077 \series default
7078
7079 \begin_inset Foot
7080 status collapsed
7081
7082 \begin_layout Standard
7083 Example footnote
7084 \end_layout
7085
7086 \end_inset
7087
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Standard
7097 Paola
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Standard
7106 111
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 </row>
7112 <row>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Standard
7117
7118 \series bold
7119 Lassini
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Standard
7128 Giancarlo
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Standard
7137 111
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 </row>
7143 <row>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Standard
7148
7149 \series bold
7150 Malfatti
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Standard
7159 Luciano
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Standard
7168 111
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 </row>
7174 <row>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Standard
7179
7180 \series bold
7181 Malfatti
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Standard
7190 Valeriano
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Standard
7199 111
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 <row>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Standard
7210
7211 \series bold
7212 Meneguzzo
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Standard
7221 Roberto
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Standard
7230 111
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Standard
7241
7242 \series bold
7243 Mezzadra
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Standard
7252 Roberto
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Standard
7261 111
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 </row>
7267 <row>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Standard
7272
7273 \series bold
7274 Pirpamer
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Standard
7283 Erich
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Standard
7292 111
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 </row>
7298 <row>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Standard
7303
7304 \series bold
7305 Pochiesa
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell alignment="center" valignment="top" topline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Standard
7314 Paolo
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Standard
7323 111, 222
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 </row>
7329 <row>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Standard
7334
7335 \series bold
7336 Radina
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Standard
7345 Claudio
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Standard
7354 111
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Standard
7365
7366 \series bold
7367 Stuffer
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Standard
7376 Oskar
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Standard
7385 111
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 </row>
7391 <row>
7392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Standard
7396
7397 \series bold
7398 Tacchelli
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Standard
7407 Ugo
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Standard
7416 111
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 </row>
7422 <row>
7423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Standard
7427
7428 \series bold
7429 Tezzele
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Standard
7438 Margit
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Standard
7447 111
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 </row>
7453 <row>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Standard
7458
7459 \series bold
7460 Unterkalmsteiner
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Standard
7469 Frieda
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Standard
7478 111
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Standard
7489
7490 \series bold
7491 Vieider
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Standard
7500 Hilde
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Standard
7509 111
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 </row>
7515 <row>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Standard
7520
7521 \series bold
7522 Vigna
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Standard
7531 Jürgen
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Standard
7540 111
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Standard
7551
7552 \series bold
7553 Weber
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Standard
7562 Maurizio
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Standard
7571 111
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row bottomline="true">
7578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Standard
7582
7583 \series bold
7584 Winkler
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" topline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Standard
7593 Franz
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Standard
7602 111
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 </row>
7608 <row bottomline="true">
7609 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Standard
7613  
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Standard
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Standard
7631
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 </row>
7637 <row>
7638 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Standard
7642
7643 \series bold
7644 Annovi
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" topline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Standard
7653 Silvia
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Standard
7662 555
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row>
7669 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Standard
7673
7674 \series bold
7675 Bertoli
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" topline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Standard
7684 Stefano
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Standard
7693 555
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 </row>
7699 <row>
7700 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Standard
7704
7705 \series bold
7706 Bozzi
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell alignment="center" valignment="top" topline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Standard
7715 Walter
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Standard
7724 555
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Standard
7735
7736 \series bold
7737 Cachia
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" topline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Standard
7746 Maria
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Standard
7755 555
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row>
7762 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Standard
7766
7767 \series bold
7768 Cachia
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" topline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Standard
7777 Maurizio
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Standard
7786 555
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row>
7793 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Standard
7797
7798 \series bold
7799 Cinquemani
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell alignment="center" valignment="top" topline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Standard
7808 Giusi
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Standard
7817 555
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Standard
7828
7829 \series bold
7830 Colin
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" topline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Standard
7839 Bernard
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Standard
7848 555
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Standard
7859
7860 \series bold
7861 Concli
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" topline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Standard
7870 Gianfranco
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Standard
7879 555
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Standard
7890
7891 \series bold
7892 Dal Bosco
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" topline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Standard
7901 Carolina
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Standard
7910 555
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Standard
7921
7922 \series bold
7923 Dalpiaz
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" topline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Standard
7932 Annamaria
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Standard
7941 555
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Standard
7952
7953 \series bold
7954 Feliciello
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" topline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Standard
7963 Domenico
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Standard
7972 555
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Standard
7983
7984 \series bold
7985 Focarelli
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" topline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Standard
7994 Paola
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Standard
8003 555
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Standard
8014
8015 \series bold
8016 Galletti
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" topline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Standard
8025 Oreste
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Standard
8034 555
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Standard
8045
8046 \series bold
8047 Gasparini
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" topline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Standard
8056 Franca
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Standard
8065 555
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Standard
8076
8077 \series bold
8078 Rizzardi
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" topline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Standard
8087 Paola
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Standard
8096 555
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Standard
8107
8108 \series bold
8109 Lassini
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" topline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Standard
8118 Giancarlo
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Standard
8127 555
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Standard
8138
8139 \series bold
8140 Malfatti
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" topline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Standard
8149 Luciano
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Standard
8158 555
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Standard
8169
8170 \series bold
8171 Malfatti
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" topline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Standard
8180 Valeriano
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Standard
8189 555
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Standard
8200
8201 \series bold
8202 Meneguzzo
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" topline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Standard
8211 Roberto
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Standard
8220 555
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row bottomline="true">
8227 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Standard
8231
8232 \series bold
8233 Mezzadra
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" topline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Standard
8242 Roberto
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Standard
8251 555
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row bottomline="true" endlastfoot="true">
8258 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Standard
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Standard
8271
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Standard
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 </lyxtabular>
8287
8288 \end_inset
8289
8290
8291 \end_layout
8292
8293 \begin_layout Section
8294 Special Longtable Issues
8295 \begin_inset LatexCommand label
8296 name "sec:Special-Longtable-Issues"
8297
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \begin_layout Subsection
8304 Longtable Calculation
8305 \begin_inset LatexCommand index
8306 name "Longtables ! Calculation"
8307
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \begin_layout Standard
8314 LaTeX calculates the height of table pages and their page breaks using so
8315  called chunks.
8316  Chunks are pieces of the tables that are at once in LaTeX's memory.
8317  The default value is historically set to only 20 table rows.
8318  If you are using longtables with many pages this may slow down the creation
8319  of your document.
8320  You can safely increase the chunk size to values of 100-1000 by adding
8321  this command line to your document preamble:
8322 \end_layout
8323
8324 \begin_layout Standard
8325
8326 \series bold
8327
8328 \backslash
8329 setcounter{LTchunksize}{100}
8330 \end_layout
8331
8332 \begin_layout Subsection
8333 Floats and Longtables
8334 \begin_inset LatexCommand index
8335 name "Longtables ! Floats"
8336
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \begin_layout Standard
8343 There might be problems when a float appears on the same page where a longtable
8344  starts.
8345  To avoid such situation, add the command 
8346 \series bold
8347
8348 \backslash
8349 clearpage
8350 \series default
8351  as ERT before your longtable.
8352 \end_layout
8353
8354 \begin_layout Subsection
8355 Forced Page Breaks
8356 \begin_inset LatexCommand index
8357 name "Longtables ! Forced Page Breaks"
8358
8359 \end_inset
8360
8361
8362 \end_layout
8363
8364 \begin_layout Standard
8365 By default tables are only broken between rows.
8366  If you have a cell with multiples lines and want to have a page break within
8367  the cell, insert the new line command 
8368 \begin_inset Quotes eld
8369 \end_inset
8370
8371
8372 \series bold
8373
8374 \backslash
8375
8376 \backslash
8377
8378 \series default
8379
8380 \begin_inset Quotes erd
8381 \end_inset
8382
8383  as ERT at this point of the cell where it should be broken.
8384  Before the 
8385 \series bold
8386
8387 \backslash
8388
8389 \backslash
8390
8391 \series default
8392  command you have to insert in ERT so many 
8393 \begin_inset Quotes eld
8394 \end_inset
8395
8396
8397 \series bold
8398 &
8399 \series default
8400
8401 \begin_inset Quotes erd
8402 \end_inset
8403
8404  characters like the number of the following table columns.
8405  The 
8406 \series bold
8407 &
8408 \series default
8409  is the character to separate table cells.
8410  Write in ERT after each 
8411 \series bold
8412 &
8413 \series default
8414  the content of the corresponding following cell and delete the content
8415  of these cells.
8416 \newline
8417 Behind the the 
8418 \series bold
8419
8420 \backslash
8421
8422 \backslash
8423
8424 \series default
8425  command, insert so many 
8426 \series bold
8427 &
8428 \series default
8429  characters like the number of table columns before the current column.
8430  In Table\InsetSpace ~
8431
8432 \begin_inset LatexCommand ref
8433 reference "tab:ForcedPagebreak"
8434
8435 \end_inset
8436
8437  the cell that should be broken is in the second column followed by another
8438  column.
8439  Therefore the following command was inserted in the cell as ERT behind
8440  
8441 \begin_inset Quotes eld
8442 \end_inset
8443
8444
8445 \emph on
8446 Castelchiodato,
8447 \emph default
8448
8449 \begin_inset Quotes erd
8450 \end_inset
8451
8452 :
8453 \end_layout
8454
8455 \begin_layout Standard
8456
8457 \series bold
8458 & 111
8459 \backslash
8460
8461 \backslash
8462
8463 \newline
8464 &
8465 \end_layout
8466
8467 \begin_layout Standard
8468 The 
8469 \begin_inset Quotes eld
8470 \end_inset
8471
8472 111
8473 \begin_inset Quotes erd
8474 \end_inset
8475
8476  in the third columns of the row was deleted.
8477  If your footer row of the longtable has for a certain reason no upper line
8478  but you would have a horizontal line where the cell is broken, use this
8479  command instead:
8480 \end_layout
8481
8482 \begin_layout Standard
8483
8484 \series bold
8485 & 111
8486 \backslash
8487
8488 \backslash
8489
8490 \newline
8491
8492 \backslash
8493 hline &
8494 \end_layout
8495
8496 \begin_layout Standard
8497 When the cell to be broken is in the last column, the command
8498 \end_layout
8499
8500 \begin_layout Standard
8501
8502 \series bold
8503
8504 \backslash
8505 setlength{
8506 \backslash
8507 parf\SpecialChar \textcompwordmark{}
8508 illskip}{0pt}
8509 \end_layout
8510
8511 \begin_layout Standard
8512 must be inserted as ERT at the beginning of the cell.
8513  This assures that the part of the cell that will be displayed on the new
8514  page appears with the full width.
8515  
8516 \end_layout
8517
8518 \begin_layout Standard
8519 \align center
8520 \begin_inset Tabular
8521 <lyxtabular version="3" rows="39" columns="3">
8522 <features islongtable="true">
8523 <column alignment="left" valignment="top" leftline="true" width="0cm">
8524 <column alignment="left" valignment="top" rightline="true" width="3cm">
8525 <column alignment="right" valignment="top" rightline="true" width="0pt">
8526 <row endfirsthead="true">
8527 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Standard
8531 \begin_inset Caption
8532
8533 \begin_layout Standard
8534 Table with forced page break in table cell
8535 \begin_inset LatexCommand label
8536 name "tab:ForcedPagebreak"
8537
8538 \end_inset
8539
8540
8541 \begin_inset OptArg
8542 status collapsed
8543
8544 \begin_layout Standard
8545 Table with forced page break in table cell
8546 \end_layout
8547
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \end_inset
8554
8555
8556 \begin_inset ERT
8557 status collapsed
8558
8559 \begin_layout Standard
8560
8561
8562 \backslash
8563
8564 \backslash
8565 %
8566 \end_layout
8567
8568 \end_inset
8569
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Standard
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Standard
8588
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row topline="true" bottomline="true" endfirsthead="true">
8595 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Standard
8599
8600 \series bold
8601 Example Phone List (ignore the names)
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Standard
8610
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Standard
8619
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 </row>
8625 <row topline="true" bottomline="true" endfirsthead="true">
8626 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Standard
8630
8631 \series bold
8632 NAME
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Standard
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Standard
8650
8651 \series bold
8652 TEL.
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row bottomline="true" endhead="true">
8659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Standard
8663 \begin_inset ERT
8664 status collapsed
8665
8666 \begin_layout Standard
8667
8668
8669 \backslash
8670 caption*{Continued table with forced page break in table cell}
8671 \backslash
8672
8673 \backslash
8674 %
8675 \end_layout
8676
8677 \end_inset
8678
8679
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Standard
8688
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Standard
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row topline="true" bottomline="true" endhead="true">
8704 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Standard
8708  
8709 \series bold
8710 Example Phone List
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Standard
8719
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Standard
8728
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row topline="true" bottomline="true" endhead="true">
8735 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Standard
8739
8740 \series bold
8741 NAME
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Standard
8750
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Standard
8759
8760 \series bold
8761 TEL.
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row topline="true" bottomline="true" endfoot="true">
8768 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Standard
8772 continued on next page
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Standard
8781
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Standard
8790
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Standard
8801
8802 \series bold
8803 Annovi
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Standard
8812 Silvia
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Standard
8821 111
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Standard
8832
8833 \series bold
8834 Bertoli
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" topline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Standard
8843 Stefano
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Standard
8852 111
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Standard
8863
8864 \series bold
8865 Bozzi
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" topline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Standard
8874 Walter
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Standard
8883 111
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Standard
8894
8895 \series bold
8896 Cachia
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" topline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Standard
8905 Maria
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Standard
8914 111
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Standard
8925
8926 \series bold
8927 Cachia
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" topline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Standard
8936 Maurizio
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Standard
8945 111
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Standard
8956
8957 \series bold
8958 Cinquemani
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" topline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Standard
8967 Giusi
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Standard
8976 111
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Standard
8987
8988 \series bold
8989 Colin
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Standard
8998 Bernard
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Standard
9007 111
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Standard
9018
9019 \series bold
9020 Concli
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" topline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Standard
9029 Gianfranco
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Standard
9038 111
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Standard
9049
9050 \series bold
9051 Dal Bosco
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" topline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Standard
9060 Carolina
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Standard
9069 111
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Standard
9080
9081 \series bold
9082 Dalpiaz
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Standard
9091 Annamaria
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Standard
9100 111
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Standard
9111
9112 \series bold
9113 Feliciello
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Standard
9122 Domenico
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Standard
9131 111
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Standard
9142
9143 \series bold
9144 Focarelli
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" topline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Standard
9153 Paola
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Standard
9162 111
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Standard
9173
9174 \series bold
9175 Galletti
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Standard
9184 Oreste
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Standard
9193 111
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Standard
9204
9205 \series bold
9206 Gasparini
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" topline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Standard
9215 Franca
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Standard
9224 111
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Standard
9235
9236 \series bold
9237 Lassini
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" topline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Standard
9246 Giancarlo
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Standard
9255 111
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Standard
9266
9267 \series bold
9268 Malfatti
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Standard
9277 Luciano
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Standard
9286 111
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 <row>
9293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Standard
9297
9298 \series bold
9299 Malfatti
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" topline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Standard
9308 Valeriano
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Standard
9317 111
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 <row>
9324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Standard
9328
9329 \series bold
9330 Meneguzzo
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" topline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Standard
9339 Roberto
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Standard
9348 111
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Standard
9359
9360 \series bold
9361 Mezzadra
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" topline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Standard
9370 Roberto
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Standard
9379 111
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 <row>
9386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Standard
9390
9391 \series bold
9392 Pirpamer
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" topline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Standard
9401 Erich
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Standard
9410 111
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Standard
9421
9422 \series bold
9423 Pochiesa
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" topline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Standard
9432 Paolo
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Standard
9441 111, 222
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 </row>
9447 <row>
9448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Standard
9452
9453 \series bold
9454 Radina
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" topline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Standard
9463 Claudio
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Standard
9472 111
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Standard
9483
9484 \series bold
9485 Rizzardi
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Standard
9494 Paolo, 11.
9495  Fürst von Montecompatri, 11.
9496  Fürst von Sulmona und Vivaro, 10.
9497  Fürst von Rossano, 5.
9498  Herzog von Canemorte, 11.
9499  Herzog von Palombara, 5.
9500  Herzog von Castelchiodato,
9501 \begin_inset ERT
9502 status collapsed
9503
9504 \begin_layout Standard
9505
9506 & 111
9507 \backslash
9508
9509 \backslash
9510
9511 \end_layout
9512
9513 \begin_layout Standard
9514
9515 &
9516 \end_layout
9517
9518 \end_inset
9519
9520  11.
9521  Herzog von Poggionativo, 11.
9522  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9523  Graf von Valinfreda, 11.
9524  Baron von Cropalati, 11.
9525  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Standard
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Standard
9545
9546 \series bold
9547 Stuffer
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" topline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Standard
9556 Oskar
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Standard
9565 111
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 </row>
9571 <row>
9572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Standard
9576
9577 \series bold
9578 Tacchelli
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" topline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Standard
9587 Ugo
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Standard
9596 111
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 <row>
9603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Standard
9607
9608 \series bold
9609 Tezzele
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" topline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Standard
9618 Margit
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Standard
9627 111
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row>
9634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Standard
9638
9639 \series bold
9640 Unterkalmsteiner
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" topline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Standard
9649 Frieda
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Standard
9658 111
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 </row>
9664 <row>
9665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Standard
9669
9670 \series bold
9671 Vieider
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 <cell alignment="center" valignment="top" topline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Standard
9680 Hilde
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Standard
9689 111
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row>
9696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Standard
9700
9701 \series bold
9702 Vigna
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell alignment="center" valignment="top" topline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Standard
9711 Jürgen
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Standard
9720 111
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row>
9727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Standard
9731
9732 \series bold
9733 Weber
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" topline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Standard
9742 Maurizio
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Standard
9751 111
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row bottomline="true">
9758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Standard
9762
9763 \series bold
9764 Winkler
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" topline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Standard
9773 Franz
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Standard
9782 111
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 </row>
9788 <row endlastfoot="true">
9789 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Standard
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Standard
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Standard
9811
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 </row>
9817 </lyxtabular>
9818
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \begin_layout Section
9825 Multiple Lines Columns and Rows
9826 \end_layout
9827
9828 \begin_layout Subsection
9829 Multiple Lines in Table Cells
9830 \begin_inset LatexCommand label
9831 name "sub:Multiple-Lines-in"
9832
9833 \end_inset
9834
9835
9836 \begin_inset LatexCommand index
9837 name "Multiple Lines in Table Cells"
9838
9839 \end_inset
9840
9841
9842 \begin_inset LatexCommand index
9843 name "Table ! Linebreaks"
9844
9845 \end_inset
9846
9847
9848 \end_layout
9849
9850 \begin_layout Standard
9851 \align center
9852 \begin_inset Float table
9853 placement H
9854 wide false
9855 sideways false
9856 status open
9857
9858 \begin_layout Standard
9859 \begin_inset Caption
9860
9861 \begin_layout Standard
9862 \begin_inset LatexCommand label
9863 name "tab:Table-with-multiple"
9864
9865 \end_inset
9866
9867 Table with multiple lines in cells
9868 \end_layout
9869
9870 \end_inset
9871
9872
9873 \end_layout
9874
9875 \begin_layout Standard
9876 \align center
9877 \begin_inset Tabular
9878 <lyxtabular version="3" rows="3" columns="3">
9879 <features>
9880 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9881 <column alignment="center" valignment="middle" leftline="true" width="0">
9882 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
9883 <row topline="true">
9884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Standard
9888 multiple
9889 \begin_inset ERT
9890 status collapsed
9891
9892 \begin_layout Standard
9893
9894
9895 \backslash
9896 linebreak 
9897 \end_layout
9898
9899 \end_inset
9900
9901  lines
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Standard
9910 b
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Standard
9919 c
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row topline="true">
9926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Standard
9930 d
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Standard
9939 e
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Standard
9948 f
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row topline="true" bottomline="true">
9955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Standard
9959 g
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Standard
9968 h
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Standard
9977 i
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 </lyxtabular>
9984
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \end_inset
9991
9992
9993 \end_layout
9994
9995 \begin_layout Standard
9996 Adjusting a fixed width for a column, enables to enter text as a paragraph
9997  with multiple lines and hyphenations.
9998 \end_layout
9999
10000 \begin_layout Standard
10001 To produce Table\InsetSpace ~
10002
10003 \begin_inset LatexCommand ref
10004 reference "tab:Table-with-multiple"
10005
10006 \end_inset
10007
10008 , create a 3×3 table, mark the first cell and right-click on it.
10009  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
10010 cm and choose centered
10011  for the vertical and horizontal alignment.
10012  The vertical alignment is used for all cells of the row.
10013  As our text is smaller than than 2.5\InsetSpace \thinspace{}
10014 cm, only one line will appear.
10015  To get two lines, we add a line break with the command
10016 \end_layout
10017
10018 \begin_layout Standard
10019
10020 \series bold
10021
10022 \backslash
10023 linebreak
10024 \end_layout
10025
10026 \begin_layout Standard
10027 in ERT.
10028  If the text is wider than the set cell width it will automatically be broken
10029  to several lines.
10030 \end_layout
10031
10032 \begin_layout Standard
10033 If you have a long word in a cell with a fixed width, it cannot be hyphenated
10034  by LaTeX if it is the first entry.
10035  Therefore you need to insert something, to make the word not being the
10036  first entry: Add the command
10037 \end_layout
10038
10039 \begin_layout Standard
10040
10041 \series bold
10042
10043 \backslash
10044 hspace{0pt}
10045 \end_layout
10046
10047 \begin_layout Standard
10048 in ERT before the word.
10049  As the space is zero, it doesn't change the output.
10050  Table\InsetSpace ~
10051
10052 \begin_inset LatexCommand ref
10053 reference "tab:Table-with-and"
10054
10055 \end_inset
10056
10057  shows the effect.
10058 \end_layout
10059
10060 \begin_layout Standard
10061 \begin_inset Float table
10062 placement h
10063 wide false
10064 sideways false
10065 status open
10066
10067 \begin_layout Standard
10068 \begin_inset Caption
10069
10070 \begin_layout Standard
10071 \begin_inset LatexCommand label
10072 name "tab:Table-with-and"
10073
10074 \end_inset
10075
10076 Table with and without hyphenation
10077 \end_layout
10078
10079 \end_inset
10080
10081
10082 \end_layout
10083
10084 \begin_layout Standard
10085
10086 \hfill
10087
10088 \begin_inset Tabular
10089 <lyxtabular version="3" rows="3" columns="3">
10090 <features>
10091 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10092 <column alignment="center" valignment="middle" leftline="true" width="0">
10093 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10094 <row topline="true">
10095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Standard
10099 verylongtablecellword
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Standard
10108 b
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Standard
10117 c
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row topline="true">
10124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Standard
10128 d
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Standard
10137 e
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Standard
10146 f
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row topline="true" bottomline="true">
10153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Standard
10157 g
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Standard
10166 h
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Standard
10175 i
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 </lyxtabular>
10182
10183 \end_inset
10184
10185
10186 \hfill
10187
10188 \begin_inset Tabular
10189 <lyxtabular version="3" rows="3" columns="3">
10190 <features>
10191 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10192 <column alignment="center" valignment="middle" leftline="true" width="0">
10193 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10194 <row topline="true">
10195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Standard
10199 \begin_inset ERT
10200 status collapsed
10201
10202 \begin_layout Standard
10203
10204
10205 \backslash
10206 hspace{0pt}
10207 \end_layout
10208
10209 \end_inset
10210
10211 verylongtablecellword
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Standard
10220 b
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Standard
10229 c
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row topline="true">
10236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Standard
10240 d
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Standard
10249 e
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Standard
10258 f
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row topline="true" bottomline="true">
10265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Standard
10269 g
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Standard
10278 h
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Standard
10287 i
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 </lyxtabular>
10294
10295 \end_inset
10296
10297
10298 \hfill
10299
10300 \end_layout
10301
10302 \end_inset
10303
10304
10305 \end_layout
10306
10307 \begin_layout Standard
10308
10309 \newpage
10310
10311 \end_layout
10312
10313 \begin_layout Subsection
10314 Multicolumns
10315 \begin_inset LatexCommand label
10316 name "sub:Multicolumns"
10317
10318 \end_inset
10319
10320
10321 \begin_inset LatexCommand index
10322 name "Multicolumns"
10323
10324 \end_inset
10325
10326
10327 \begin_inset LatexCommand index
10328 name "Table ! Multicolumns"
10329
10330 \end_inset
10331
10332
10333 \end_layout
10334
10335 \begin_layout Subsubsection
10336 Multicolumn Basics
10337 \end_layout
10338
10339 \begin_layout Standard
10340 To span a cell over multiple columns, mark as much cells within a line that
10341  should be one spanned cell and use either the table-toolbar button 
10342 \begin_inset Graphics
10343         filename ../images/tabular-feature_multicolumn.xpm
10344         scale 85
10345
10346 \end_inset
10347
10348 , or the menu 
10349 \family sans
10350 Edit\SpecialChar \menuseparator
10351 Table\SpecialChar \menuseparator
10352 Multicolumn
10353 \family default
10354 , or right click on the marked cells and choose multicolumn in the appearing
10355  table dialog under the tab 
10356 \family sans
10357 Table Settings
10358 \family default
10359 .
10360 \end_layout
10361
10362 \begin_layout Standard
10363 Multicolumns have there own cell settings.
10364  That means changing cell borders, cell alignment, and the width only affects
10365  the multicolumn.
10366  Here is an example table with a multicolumn cell in the first row and one
10367  in the last row without the upper border:
10368 \end_layout
10369
10370 \begin_layout Standard
10371 \align center
10372 \begin_inset Tabular
10373 <lyxtabular version="3" rows="3" columns="4">
10374 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10375 <column alignment="center" valignment="top" leftline="true" width="0pt">
10376 <column alignment="center" valignment="middle" leftline="true" width="0">
10377 <column alignment="center" valignment="top" leftline="true" width="0in">
10378 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10379 <row topline="true" bottomline="true">
10380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Standard
10384 abc
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Standard
10393 def ghi
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Standard
10402
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Standard
10411 jkl
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row topline="true">
10418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Standard
10422
10423 \family roman
10424 \series medium
10425 \shape up
10426 \size normal
10427 \emph off
10428 \bar no
10429 \noun off
10430 \color none
10431 A
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Standard
10440 B
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Standard
10449 C
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Standard
10458 D
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 <row topline="true" bottomline="true">
10465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Standard
10469 1
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Standard
10478 2
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Standard
10487 3
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Standard
10496 4
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 </lyxtabular>
10503
10504 \end_inset
10505
10506
10507 \end_layout
10508
10509 \begin_layout Subsubsection
10510 Multicolumn Calculations
10511 \begin_inset LatexCommand label
10512 name "sub:Multicolumn-Calculations"
10513
10514 \end_inset
10515
10516
10517 \begin_inset LatexCommand index
10518 name "Multicolumns ! Calculations"
10519
10520 \end_inset
10521
10522
10523 \end_layout
10524
10525 \begin_layout Standard
10526 LyX supports multicolumns directly, but we have to take notice of the cell
10527  width of the columns spanned by the multicolumn cell.
10528 \end_layout
10529
10530 \begin_layout Standard
10531 \begin_inset Float table
10532 wide false
10533 sideways false
10534 status open
10535
10536 \begin_layout Standard
10537 \begin_inset Caption
10538
10539 \begin_layout Standard
10540 \begin_inset LatexCommand label
10541 name "tab:Table-with-centered"
10542
10543 \end_inset
10544
10545 Table with centered multicolumn text above two columns that have exactly
10546  half the width of the multicolumn cell
10547 \begin_inset OptArg
10548 status collapsed
10549
10550 \begin_layout Standard
10551 Perfect multicolumn table
10552 \end_layout
10553
10554 \end_inset
10555
10556
10557 \end_layout
10558
10559 \end_inset
10560
10561
10562 \end_layout
10563
10564 \begin_layout Standard
10565 \align center
10566 \begin_inset Tabular
10567 <lyxtabular version="3" rows="3" columns="3">
10568 <features>
10569 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
10570 <column alignment="center" valignment="middle" leftline="true" width="0">
10571 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10572 <row topline="true">
10573 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
10574 \begin_inset Text
10575
10576 \begin_layout Standard
10577 multiple lines multicolumn
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Standard
10586
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Standard
10595 c
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row topline="true">
10602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Standard
10606 d
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Standard
10615 e
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Standard
10624 f
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 </row>
10630 <row topline="true" bottomline="true">
10631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Standard
10635 g
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Standard
10644 h
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Standard
10653 i
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 </lyxtabular>
10660
10661 \end_inset
10662
10663
10664 \end_layout
10665
10666 \end_inset
10667
10668
10669 \end_layout
10670
10671 \begin_layout Standard
10672 To create for example Table\InsetSpace ~
10673
10674 \begin_inset LatexCommand ref
10675 reference "tab:Table-with-centered"
10676
10677 \end_inset
10678
10679 , mark the first two cells in the first row of a 3×3 table and right-click
10680  on them.
10681  Now choose for this cell 
10682 \emph on
10683 multicolumn
10684 \emph default
10685
10686 \emph on
10687 centered alignment
10688 \emph default
10689  and a width of 2.5\InsetSpace \thinspace{}
10690 cm in the table dialog.
10691  The spanned columns should have exactly half the width of the multicolumn
10692  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
10693 cm for the first column.
10694  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
10695 cm (multicolumn
10696  width - width of first column).
10697  This was done for Table\InsetSpace ~
10698
10699 \begin_inset LatexCommand ref
10700 reference "tab:Table-without-half"
10701
10702 \end_inset
10703
10704 .
10705 \end_layout
10706
10707 \begin_layout Standard
10708 \begin_inset Float table
10709 wide false
10710 sideways false
10711 status open
10712
10713 \begin_layout Standard
10714 \begin_inset Caption
10715
10716 \begin_layout Standard
10717 \begin_inset LatexCommand label
10718 name "tab:Table-without-half"
10719
10720 \end_inset
10721
10722 Table where the spanned table columns have not exactly half the width of
10723  the multicolumn cell
10724 \begin_inset OptArg
10725 status collapsed
10726
10727 \begin_layout Standard
10728 Imperfect multicolumn table
10729 \end_layout
10730
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \end_inset
10737
10738
10739 \end_layout
10740
10741 \begin_layout Standard
10742 \align center
10743 \begin_inset Tabular
10744 <lyxtabular version="3" rows="3" columns="3">
10745 <features>
10746 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10747 <column alignment="center" valignment="top" leftline="true" width="0">
10748 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10749 <row topline="true" bottomline="true">
10750 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10751 \begin_inset Text
10752
10753 \begin_layout Standard
10754 multiple lines multicolumn
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Standard
10763
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Standard
10772 c
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row topline="true">
10779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Standard
10783 d
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Standard
10792 e
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Standard
10801 f
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row topline="true" bottomline="true">
10808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Standard
10812 g
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Standard
10821 h
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Standard
10830 i
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 </lyxtabular>
10837
10838 \end_inset
10839
10840
10841 \end_layout
10842
10843 \end_inset
10844
10845
10846 \end_layout
10847
10848 \begin_layout Standard
10849 You can see that the first column has not the half width of the multicolumn
10850  cell, it is a bit bigger.
10851  The reason is that the given width of a cell 
10852 \begin_inset Formula $W_{g}$
10853 \end_inset
10854
10855  is not its total width 
10856 \begin_inset Formula $W_{\mathrm{tot}}$
10857 \end_inset
10858
10859  because a cell is always a bit larger than its given width.
10860  Appendix\InsetSpace ~
10861
10862 \begin_inset LatexCommand eqref
10863 reference "cha:Explanation-of-Equation"
10864
10865 \end_inset
10866
10867  explains it in detail.
10868 \end_layout
10869
10870 \begin_layout Standard
10871 The needed given width 
10872 \begin_inset Formula $W_{g\, n}$
10873 \end_inset
10874
10875  when 
10876 \emph on
10877 n
10878 \emph default
10879  columns are spanned can be calculated, so that each column has a total
10880  width of 
10881 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10882 \end_inset
10883
10884 :
10885 \begin_inset Formula \begin{equation}
10886 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10887
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \begin_layout Standard
10894 In our case we have 
10895 \begin_inset Formula $n=2$
10896 \end_inset
10897
10898
10899 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10900 \end_inset
10901
10902 cm and the default values for the lengths, so that equation 
10903 \begin_inset LatexCommand ref
10904 reference "eq:Wgn"
10905
10906 \end_inset
10907
10908  becomes
10909 \begin_inset Formula \begin{equation}
10910 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10911
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \begin_layout Standard
10918 To enable calculations in LaTeX, the LaTeX-package 
10919 \series bold
10920 calc
10921 \series default
10922  must be loaded with the document preamble line
10923 \begin_inset LatexCommand index
10924 name "LaTeX-packages ! calc"
10925
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \begin_layout Standard
10932
10933 \series bold
10934
10935 \backslash
10936 usepackage{calc}
10937 \end_layout
10938
10939 \begin_layout Standard
10940 LyX does not allow to calculate lengths in the width-field of the table
10941  dialog.
10942  Therefore you have to format the column by inserting a LaTeX-argument in
10943  the dialog.
10944  Here is an overview about the arguments:
10945 \end_layout
10946
10947 \begin_layout Itemize
10948
10949 \series bold
10950 p{width}
10951 \series default
10952  creates cell with a fixed width, its text is vertically top-aligned
10953 \end_layout
10954
10955 \begin_layout Itemize
10956
10957 \series bold
10958 m{width}
10959 \series default
10960  creates cell with a fixed width, its text is vertically centered
10961 \end_layout
10962
10963 \begin_layout Itemize
10964
10965 \series bold
10966 b{width}
10967 \series default
10968  creates cell with a fixed width, its text is vertically bottom-aligned
10969 \end_layout
10970
10971 \begin_layout Standard
10972 By entering a LaTeX-argument, all cell properties set in the table dialog
10973  are overwritten.
10974  
10975 \begin_inset Note Greyedout
10976 status open
10977
10978 \begin_layout Standard
10979
10980 \series bold
10981 Note:
10982 \series default
10983  Due to a bug, LyX shows the overwritten properties anyway.
10984 \end_layout
10985
10986 \end_inset
10987
10988  As the text should be horizontally centered, the command 
10989 \series bold
10990
10991 \backslash
10992 centering
10993 \series default
10994  is added.
10995  You can now enter the following LaTeX-argument for the first spanned column:
10996 \end_layout
10997
10998 \begin_layout Standard
10999
11000 \series bold
11001 >{
11002 \backslash
11003 centering}m{1.25cm-6.2pt}
11004 \end_layout
11005
11006 \begin_layout Standard
11007 The command 
11008 \series bold
11009 >{ }
11010 \series default
11011  means, that the commands inside the braces are applied before the cell
11012  is created.
11013 \end_layout
11014
11015 \begin_layout Standard
11016 Although we have chosen centered alignment for the text of the multicolumn
11017  cell, it is still left aligned.
11018  This is because LyX only applies the alignment to single columns.
11019  So we have to use for the multicolumn the LaTeX-argument
11020 \end_layout
11021
11022 \begin_layout Standard
11023
11024 \series bold
11025 >{
11026 \backslash
11027 centering}m{2.5cm}
11028 \end_layout
11029
11030 \begin_layout Subsection
11031 Multirows
11032 \begin_inset LatexCommand index
11033 name "Multirows"
11034
11035 \end_inset
11036
11037
11038 \begin_inset LatexCommand index
11039 name "Table ! Multirows"
11040
11041 \end_inset
11042
11043
11044 \begin_inset LatexCommand index
11045 name "LaTeX-packages ! multirow"
11046
11047 \end_inset
11048
11049
11050 \end_layout
11051
11052 \begin_layout Standard
11053 In contrary to multicolumns multirows are not yet supported by LyX so a
11054  bit of ERT needs to be used.
11055  To use multirows load the LaTeX-package 
11056 \series bold
11057 multirow
11058 \series default
11059  in your document preamble with the command
11060 \end_layout
11061
11062 \begin_layout Standard
11063
11064 \series bold
11065
11066 \backslash
11067 usepackage{multirow}
11068 \end_layout
11069
11070 \begin_layout Standard
11071 Multirows are created with the command
11072 \end_layout
11073
11074 \begin_layout Standard
11075
11076 \series bold
11077
11078 \backslash
11079 multirow{number of rows}{cell width}{cell entry}
11080 \end_layout
11081
11082 \begin_layout Standard
11083 To create the following table:
11084 \end_layout
11085
11086 \begin_layout Standard
11087 \align center
11088 \begin_inset ERT
11089 status collapsed
11090
11091 \begin_layout Standard
11092
11093
11094 \backslash
11095 renewcommand{
11096 \backslash
11097 multirowsetup}{
11098 \backslash
11099 centering}
11100 \end_layout
11101
11102 \end_inset
11103
11104
11105 \begin_inset Tabular
11106 <lyxtabular version="3" rows="3" columns="3">
11107 <features>
11108 <column alignment="center" valignment="top" leftline="true" width="0">
11109 <column alignment="center" valignment="top" leftline="true" width="0">
11110 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11111 <row topline="true">
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Standard
11116 a
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Standard
11125 b
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Standard
11134 c
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 <row topline="true">
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Standard
11145 \begin_inset ERT
11146 status collapsed
11147
11148 \begin_layout Standard
11149
11150
11151 \backslash
11152 multirow{2}{2.5cm}{
11153 \end_layout
11154
11155 \end_inset
11156
11157 multirow entry
11158 \begin_inset ERT
11159 status collapsed
11160
11161 \begin_layout Standard
11162
11163 }
11164 \end_layout
11165
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Standard
11177 e
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Standard
11186 f
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 </row>
11192 <row topline="true" bottomline="true">
11193 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Standard
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Standard
11206 h
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Standard
11215 i
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 </row>
11221 </lyxtabular>
11222
11223 \end_inset
11224
11225
11226 \begin_inset ERT
11227 status collapsed
11228
11229 \begin_layout Standard
11230
11231
11232 \backslash
11233 renewcommand{
11234 \backslash
11235 multirowsetup}{
11236 \backslash
11237 raggedright}
11238 \end_layout
11239
11240 \end_inset
11241
11242
11243 \end_layout
11244
11245 \begin_layout Standard
11246 create a 3×3 table.
11247  To get rid of the line above the last cell in the first column, the cell
11248  is marked as multicolumn and the upper border is unset.
11249  The multirow is now created in the second row of the first column by inserting
11250  there the command
11251 \end_layout
11252
11253 \begin_layout Standard
11254
11255 \series bold
11256
11257 \backslash
11258 multirow{2}{2.5cm}{
11259 \end_layout
11260
11261 \begin_layout Standard
11262 as ERT.
11263  According to the command parameters the multirow spans now two rows and
11264  has a width of 2.5\InsetSpace \thinspace{}
11265 cm.
11266  The content of the multirow cell follows outside the ERT box and the command
11267  is finished with a right brace 
11268 \series bold
11269 }
11270 \series default
11271  in another ERT-box behind the text.
11272 \end_layout
11273
11274 \begin_layout Standard
11275
11276 \series bold
11277
11278 \backslash
11279 multirow
11280 \series default
11281  left-aligns its content by default.
11282  To override the default, renew the command 
11283 \series bold
11284
11285 \backslash
11286 multirowsetup
11287 \series default
11288  with the command
11289 \end_layout
11290
11291 \begin_layout Standard
11292
11293 \series bold
11294
11295 \backslash
11296 renewcommand{
11297 \backslash
11298 multirowsetup}{
11299 \backslash
11300 centering}
11301 \end_layout
11302
11303 \begin_layout Standard
11304 in ERT in the document preamble.
11305  Then all entries of multirow cells in the document are centered.
11306  If centering is only needed for several tables, you can renew the command
11307  in an ERT box just before the table instead of the preamble.
11308  If the text should be right-aligned, replace 
11309 \series bold
11310
11311 \backslash
11312 centering
11313 \series default
11314  by 
11315 \series bold
11316
11317 \backslash
11318 raggedleft
11319 \series default
11320 .
11321  To return to left-alignment 
11322 \series bold
11323
11324 \backslash
11325 raggedright
11326 \series default
11327  is used.
11328 \end_layout
11329
11330 \begin_layout Section
11331 Formal Tables
11332 \begin_inset LatexCommand label
11333 name "sec:Formal-Tables"
11334
11335 \end_inset
11336
11337
11338 \begin_inset LatexCommand index
11339 name "Table ! Formal"
11340
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \begin_layout Standard
11347 Tables are often typeset in books similar to Table\InsetSpace ~
11348
11349 \begin_inset LatexCommand ref
11350 reference "tab:Example-booktabs-table"
11351
11352 \end_inset
11353
11354 .
11355  This kind of tables is called 
11356 \begin_inset Quotes eld
11357 \end_inset
11358
11359
11360 \emph on
11361 formal
11362 \emph default
11363
11364 \begin_inset Quotes erd
11365 \end_inset
11366
11367 .
11368  To make a table a formal table use the option 
11369 \family sans
11370 Formal
11371 \family default
11372  in the 
11373 \family sans
11374 Borders
11375 \family default
11376  tab of the table dialog.
11377 \end_layout
11378
11379 \begin_layout Standard
11380 \begin_inset Float table
11381 placement h
11382 wide false
11383 sideways false
11384 status open
11385
11386 \begin_layout Standard
11387 \begin_inset Caption
11388
11389 \begin_layout Standard
11390 \begin_inset LatexCommand label
11391 name "tab:Example-booktabs-table"
11392
11393 \end_inset
11394
11395 Example booktabs-table
11396 \end_layout
11397
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \begin_layout Standard
11404 \align center
11405 \begin_inset Tabular
11406 <lyxtabular version="3" rows="8" columns="4">
11407 <features booktabs="true">
11408 <column alignment="center" valignment="top" rightline="true" width="0">
11409 <column alignment="center" valignment="top" width="0">
11410 <column alignment="center" valignment="top" width="0">
11411 <column alignment="center" valignment="top" width="0">
11412 <row topline="true">
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Standard
11417 System
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Standard
11426 Medipix
11427 \begin_inset Formula $\,$
11428 \end_inset
11429
11430 1
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Standard
11439 Medipix
11440 \begin_inset Formula $\,$
11441 \end_inset
11442
11443 2
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Standard
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Standard
11463 \begin_inset ERT
11464 status collapsed
11465
11466 \begin_layout Standard
11467
11468
11469 \backslash
11470 cmidrule(r){2-2}
11471 \end_layout
11472
11473 \end_inset
11474
11475
11476 \begin_inset ERT
11477 status collapsed
11478
11479 \begin_layout Standard
11480
11481
11482 \backslash
11483 cmidrule(l){3-4}
11484 \end_layout
11485
11486 \end_inset
11487
11488 Detector thickness [µm]
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Standard
11497 300
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Standard
11506 300
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Standard
11515 700
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 </row>
11521 <row topline="true">
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Standard
11526 Edge angle [°]
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 3.55
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Standard
11544 2.71
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Standard
11553 7.99
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 </row>
11559 <row topspace="default">
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Standard
11564 Spatial resolution [µm]
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Standard
11573 4.26
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Standard
11582 10.17
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Standard
11591 10.56
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row topspace="default">
11598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Standard
11602 MTF at 
11603 \begin_inset Formula $f_{\mathrm{max}}$
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Standard
11615 0.53
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Standard
11624 0.37
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Standard
11633 0.39
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 <row topspace="default">
11640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Standard
11644 \begin_inset ERT
11645 status collapsed
11646
11647 \begin_layout Standard
11648
11649
11650 \backslash
11651 cmidrule(l{10pt}){1-1}
11652 \end_layout
11653
11654 \end_inset
11655
11656 LSF-spatial resolution
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Standard
11665
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Standard
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Standard
11683
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 <row>
11690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Standard
11694 in µm
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Standard
11703 129.7
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Standard
11712 52.75
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Standard
11721 50.78
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 <row bottomline="true">
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Standard
11732 in % of pixel size
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Standard
11741 76.3
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Standard
11750 95.9
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Standard
11759 92.3
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 </row>
11765 </lyxtabular>
11766
11767 \end_inset
11768
11769
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Standard
11778 Spaces to table rows can be added using the 
11779 \family sans
11780 Borders
11781 \family default
11782  tab of the table dialog as described in section\InsetSpace ~
11783
11784 \begin_inset LatexCommand ref
11785 reference "sub:Row-Spacing"
11786
11787 \end_inset
11788
11789 .
11790 \end_layout
11791
11792 \begin_layout Standard
11793 In contrary to normal tables, formal tables have no vertical table lines.
11794  The horizontal table lines can be set like for normal tables but they appear
11795  with different width in the output:
11796 \newline
11797 The first and the last table line have
11798  a default width of 0.08\InsetSpace \thinspace{}
11799 em while the other lines have a default width of
11800  0.05\InsetSpace \thinspace{}
11801 em.
11802 \end_layout
11803
11804 \begin_layout Standard
11805 The default widths can be changed with the following preamble lines
11806 \end_layout
11807
11808 \begin_layout Standard
11809
11810 \series bold
11811
11812 \backslash
11813 let
11814 \backslash
11815 mytoprule
11816 \backslash
11817 toprule
11818 \newline
11819
11820 \backslash
11821 renewcommand{
11822 \backslash
11823 toprule}{
11824 \backslash
11825 mytoprule[width]}
11826 \end_layout
11827
11828 \begin_layout Standard
11829 This example is for the first line, the so called toprule.
11830  If you want to change the width for the last line, replace 
11831 \series bold
11832 toprule
11833 \series default
11834  by 
11835 \series bold
11836 bottomrule
11837 \series default
11838 .
11839  To change the width for the other lines replace 
11840 \series bold
11841 toprule
11842 \series default
11843  by 
11844 \series bold
11845 midrule
11846 \series default
11847 .
11848  You can use all units listed in appendix\InsetSpace ~
11849
11850 \begin_inset LatexCommand ref
11851 reference "cha:Units-available-in"
11852
11853 \end_inset
11854
11855  to set the width.
11856 \end_layout
11857
11858 \begin_layout Standard
11859 Lines that don't span over all table columns can be created by setting a
11860  table line for multicolumn cells.
11861  LyX will then internally use the command 
11862 \series bold
11863
11864 \backslash
11865 cmidrule
11866 \series default
11867  to create this line.
11868  Its full scheme is
11869 \end_layout
11870
11871 \begin_layout Standard
11872
11873 \series bold
11874
11875 \backslash
11876 cmidrule[width](trim){startcol-endcol}
11877 \end_layout
11878
11879 \begin_layout Standard
11880 The options of 
11881 \series bold
11882
11883 \backslash
11884 cmidrule
11885 \series default
11886  are are currently not supported by LyX so you have to use ERT to be able
11887  to use them.
11888  
11889 \series bold
11890
11891 \backslash
11892 cmidrule
11893 \series default
11894 s can manually be created by inserting the command as ERT as first cell
11895  entry of the first cell of a row.
11896  The line is then drawn in the output above the current row.
11897 \end_layout
11898
11899 \begin_layout Standard
11900 The default for the width is 0.03\InsetSpace \thinspace{}
11901 em.
11902  Startcol is the number of the column where the line starts and endcol the
11903  column number where the line ends.
11904  The endcol always needs to be specified, also when the line should span
11905  only one column.
11906  The optional parameter trim could be either 
11907 \emph on
11908 l{trimwidth}
11909 \emph default
11910 , or 
11911 \emph on
11912 r{trimwidth}
11913 \emph default
11914  where the trimwidth is also optional.
11915  Using for example the parameter 
11916 \emph on
11917 l{2pt}
11918 \emph default
11919  means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
11920 pt.
11921  If you don't specify the trimwidth the lines are trimmed by the default
11922  of 0.5\InsetSpace \thinspace{}
11923 em.
11924 \end_layout
11925
11926 \begin_layout Standard
11927 \begin_inset VSpace bigskip
11928 \end_inset
11929
11930 Table\InsetSpace ~
11931
11932 \begin_inset LatexCommand ref
11933 reference "tab:Example-booktabs-table"
11934
11935 \end_inset
11936
11937  was created using the commands
11938 \end_layout
11939
11940 \begin_layout Standard
11941
11942 \series bold
11943
11944 \backslash
11945 cmidrule(r){2-2}
11946 \backslash
11947 cmidrule(l){3-4}
11948 \end_layout
11949
11950 \begin_layout Standard
11951 at the beginning of the in the second row and
11952 \end_layout
11953
11954 \begin_layout Standard
11955
11956 \series bold
11957
11958 \backslash
11959 cmidrule(l{10pt}){1-1}
11960 \end_layout
11961
11962 \begin_layout Standard
11963 in the sixth row.
11964 \end_layout
11965
11966 \begin_layout Standard
11967
11968 \end_layout
11969
11970 \begin_layout Standard
11971 \begin_inset VSpace bigskip
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Standard
11978 You might want to have overlapping 
11979 \series bold
11980
11981 \backslash
11982 cmidrule
11983 \series default
11984 s like in Table\InsetSpace ~
11985
11986 \begin_inset LatexCommand ref
11987 reference "tab:Special-booktabs-table"
11988
11989 \end_inset
11990
11991 .
11992  This can be achieved with the ERT command
11993 \end_layout
11994
11995 \begin_layout Standard
11996
11997 \series bold
11998
11999 \backslash
12000 morecmidrules
12001 \end_layout
12002
12003 \begin_layout Standard
12004 The command that was used for the second row of Table\InsetSpace ~
12005
12006 \begin_inset LatexCommand ref
12007 reference "tab:Special-booktabs-table"
12008
12009 \end_inset
12010
12011  is
12012 \end_layout
12013
12014 \begin_layout Standard
12015
12016 \series bold
12017
12018 \backslash
12019 cmidrule(r){2-2}
12020 \backslash
12021 cmidrule(l){3-4}
12022 \backslash
12023 morecmidrules
12024 \backslash
12025 cmidrule{2-4}
12026 \end_layout
12027
12028 \begin_layout Standard
12029 The command for the sixth row is
12030 \end_layout
12031
12032 \begin_layout Standard
12033
12034 \series bold
12035
12036 \backslash
12037 midrule
12038 \backslash
12039 morecmidrules
12040 \backslash
12041 cmidrule{3-4}
12042 \end_layout
12043
12044 \begin_layout Standard
12045 \begin_inset VSpace bigskip
12046 \end_inset
12047
12048
12049 \end_layout
12050
12051 \begin_layout Standard
12052 If you are anyway not satisfied with the border line spacing, you can use
12053  the following command to produce lines that span over all table columns
12054 \series bold
12055 :
12056 \end_layout
12057
12058 \begin_layout Standard
12059
12060 \series bold
12061
12062 \backslash
12063 specialrule{width}{space above}{space below}
12064 \end_layout
12065
12066 \begin_layout Standard
12067 For more informations about these specialties, we refer to the manual of
12068  the LaTeX-package 
12069 \series bold
12070 booktabs
12071 \series default
12072  
12073 \begin_inset LatexCommand cite
12074 key "booktabs"
12075
12076 \end_inset
12077
12078 .
12079 \begin_inset LatexCommand index
12080 name "LaTeX-packages ! booktabs"
12081
12082 \end_inset
12083
12084
12085 \end_layout
12086
12087 \begin_layout Standard
12088 \begin_inset Float table
12089 placement h
12090 wide false
12091 sideways false
12092 status open
12093
12094 \begin_layout Standard
12095 \begin_inset Caption
12096
12097 \begin_layout Standard
12098 \begin_inset LatexCommand label
12099 name "tab:Special-booktabs-table"
12100
12101 \end_inset
12102
12103 Special booktabs-table
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \end_layout
12110
12111 \begin_layout Standard
12112 \align center
12113 \begin_inset Tabular
12114 <lyxtabular version="3" rows="8" columns="4">
12115 <features booktabs="true">
12116 <column alignment="center" valignment="top" width="0">
12117 <column alignment="center" valignment="top" width="0">
12118 <column alignment="center" valignment="top" width="0">
12119 <column alignment="center" valignment="top" width="0">
12120 <row topline="true">
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Standard
12125 System
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Standard
12134 Medipix\InsetSpace \thinspace{}
12135 1
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Standard
12144 Medipix\InsetSpace \thinspace{}
12145 2
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Standard
12154
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 <row>
12161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Standard
12165 \begin_inset ERT
12166 status collapsed
12167
12168 \begin_layout Standard
12169
12170
12171 \backslash
12172 cmidrule(r){2-2}
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \begin_inset ERT
12179 status collapsed
12180
12181 \begin_layout Standard
12182
12183
12184 \backslash
12185 cmidrule(l){3-4}
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \begin_inset ERT
12192 status collapsed
12193
12194 \begin_layout Standard
12195
12196
12197 \backslash
12198 morecmidrules 
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \begin_inset ERT
12205 status collapsed
12206
12207 \begin_layout Standard
12208
12209
12210 \backslash
12211 cmidrule{2-4}
12212 \end_layout
12213
12214 \end_inset
12215
12216 Detector thickness [µm]
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Standard
12225 300
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Standard
12234 300
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Standard
12243 700
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 </row>
12249 <row topline="true">
12250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Standard
12254 Edge angle [°]
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 3.55
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12269 \begin_inset Text
12270
12271 \begin_layout Standard
12272 2.71
12273 \end_layout
12274
12275 \end_inset
12276 </cell>
12277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Standard
12281 7.99
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 </row>
12287 <row topspace="default">
12288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Standard
12292 Spatial resolution [µm]
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Standard
12301 4.26
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Standard
12310 10.17
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Standard
12319 10.56
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 </row>
12325 <row topspace="default">
12326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12327 \begin_inset Text
12328
12329 \begin_layout Standard
12330 MTF at 
12331 \begin_inset Formula $f_{\mathrm{max}}$
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \end_inset
12338 </cell>
12339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12340 \begin_inset Text
12341
12342 \begin_layout Standard
12343 0.53
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Standard
12352 0.37
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Standard
12361 0.39
12362 \end_layout
12363
12364 \end_inset
12365 </cell>
12366 </row>
12367 <row topline="true">
12368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Standard
12372 \begin_inset ERT
12373 status collapsed
12374
12375 \begin_layout Standard
12376
12377
12378 \backslash
12379 morecmidrules 
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \begin_inset ERT
12386 status collapsed
12387
12388 \begin_layout Standard
12389
12390
12391 \backslash
12392 cmidrule{3-4}
12393 \end_layout
12394
12395 \end_inset
12396
12397 LSF-spatial resolution
12398 \end_layout
12399
12400 \end_inset
12401 </cell>
12402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12403 \begin_inset Text
12404
12405 \begin_layout Standard
12406
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12412 \begin_inset Text
12413
12414 \begin_layout Standard
12415
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Standard
12424
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 </row>
12430 <row>
12431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12432 \begin_inset Text
12433
12434 \begin_layout Standard
12435 in µm
12436 \end_layout
12437
12438 \end_inset
12439 </cell>
12440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12441 \begin_inset Text
12442
12443 \begin_layout Standard
12444 129.7
12445 \end_layout
12446
12447 \end_inset
12448 </cell>
12449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12450 \begin_inset Text
12451
12452 \begin_layout Standard
12453 52.75
12454 \end_layout
12455
12456 \end_inset
12457 </cell>
12458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Standard
12462 50.78
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 </row>
12468 <row bottomline="true">
12469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12470 \begin_inset Text
12471
12472 \begin_layout Standard
12473 in % of pixel size
12474 \end_layout
12475
12476 \end_inset
12477 </cell>
12478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12479 \begin_inset Text
12480
12481 \begin_layout Standard
12482 76.3
12483 \end_layout
12484
12485 \end_inset
12486 </cell>
12487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Standard
12491 95.9
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Standard
12500 92.3
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 </row>
12506 </lyxtabular>
12507
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \end_layout
12517
12518 \begin_layout Section
12519 Vertical Table Alignment
12520 \begin_inset LatexCommand index
12521 name "Table ! Alignment"
12522
12523 \end_inset
12524
12525
12526 \end_layout
12527
12528 \begin_layout Standard
12529 To align tables vertically in a text line the table must be inside a box.
12530  The box can then be vertically aligned as described in section\InsetSpace ~
12531
12532 \begin_inset LatexCommand ref
12533 reference "sec:Box-Dialog"
12534
12535 \end_inset
12536
12537 .
12538 \end_layout
12539
12540 \begin_layout Standard
12541 In the following example the tables are inside a minipage
12542 \begin_inset Foot
12543 status collapsed
12544
12545 \begin_layout Standard
12546 Minipages are described in section\InsetSpace ~
12547
12548 \begin_inset LatexCommand ref
12549 reference "sec:Minipages"
12550
12551 \end_inset
12552
12553 .
12554 \end_layout
12555
12556 \end_inset
12557
12558  box that has a width of 15\InsetSpace \thinspace{}
12559 col%:
12560 \end_layout
12561
12562 \begin_layout Itemize
12563 test 
12564 \begin_inset Box Frameless
12565 position "t"
12566 hor_pos "c"
12567 has_inner_box 1
12568 inner_pos "c"
12569 use_parbox 0
12570 width "15col%"
12571 special "none"
12572 height "1in"
12573 height_special "totalheight"
12574 status collapsed
12575
12576 \begin_layout Standard
12577 \begin_inset Tabular
12578 <lyxtabular version="3" rows="3" columns="3">
12579 <features>
12580 <column alignment="center" valignment="top" leftline="true" width="0">
12581 <column alignment="center" valignment="top" leftline="true" width="0">
12582 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12583 <row topline="true">
12584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Standard
12588 a
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Standard
12597 d
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Standard
12606 g
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 <row topline="true">
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Standard
12617 b
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Standard
12626 e
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Standard
12635 h
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 </row>
12641 <row topline="true" bottomline="true">
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Standard
12646 c
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Standard
12655 f
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Standard
12664 i
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 </row>
12670 </lyxtabular>
12671
12672 \end_inset
12673
12674
12675 \end_layout
12676
12677 \end_inset
12678
12679  test 
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Standard
12684
12685
12686 \backslash
12687 raisebox{0.85
12688 \backslash
12689 baselineskip}{
12690 \end_layout
12691
12692 \end_inset
12693
12694
12695 \begin_inset Box Frameless
12696 position "t"
12697 hor_pos "c"
12698 has_inner_box 1
12699 inner_pos "c"
12700 use_parbox 0
12701 width "15col%"
12702 special "none"
12703 height "1in"
12704 height_special "totalheight"
12705 status collapsed
12706
12707 \begin_layout Standard
12708 \begin_inset Tabular
12709 <lyxtabular version="3" rows="3" columns="3">
12710 <features>
12711 <column alignment="center" valignment="top" leftline="true" width="0">
12712 <column alignment="center" valignment="top" leftline="true" width="0">
12713 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12714 <row topline="true">
12715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Standard
12719 a
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Standard
12728 d
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Standard
12737 g
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 </row>
12743 <row topline="true">
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Standard
12748 b
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Standard
12757 e
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Standard
12766 h
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 </row>
12772 <row topline="true" bottomline="true">
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Standard
12777 c
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Standard
12786 f
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Standard
12795 i
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 </lyxtabular>
12802
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \end_inset
12809
12810
12811 \begin_inset ERT
12812 status collapsed
12813
12814 \begin_layout Standard
12815
12816 }
12817 \end_layout
12818
12819 \end_inset
12820
12821
12822 \end_layout
12823
12824 \begin_layout Itemize
12825 test 
12826 \begin_inset Box Frameless
12827 position "c"
12828 hor_pos "c"
12829 has_inner_box 1
12830 inner_pos "c"
12831 use_parbox 0
12832 width "15col%"
12833 special "none"
12834 height "1in"
12835 height_special "totalheight"
12836 status collapsed
12837
12838 \begin_layout Standard
12839 \begin_inset Tabular
12840 <lyxtabular version="3" rows="3" columns="3">
12841 <features>
12842 <column alignment="center" valignment="top" leftline="true" width="0">
12843 <column alignment="center" valignment="top" leftline="true" width="0">
12844 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12845 <row topline="true">
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Standard
12850 a
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Standard
12859 d
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Standard
12868 g
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row topline="true">
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Standard
12879 b
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Standard
12888 e
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Standard
12897 h
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 </row>
12903 <row topline="true" bottomline="true">
12904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Standard
12908 c
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Standard
12917 f
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Standard
12926 i
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 </row>
12932 </lyxtabular>
12933
12934 \end_inset
12935
12936
12937 \end_layout
12938
12939 \end_inset
12940
12941
12942 \end_layout
12943
12944 \begin_layout Itemize
12945 test 
12946 \begin_inset Box Frameless
12947 position "b"
12948 hor_pos "c"
12949 has_inner_box 1
12950 inner_pos "c"
12951 use_parbox 0
12952 width "15col%"
12953 special "none"
12954 height "1in"
12955 height_special "totalheight"
12956 status collapsed
12957
12958 \begin_layout Standard
12959 \begin_inset Tabular
12960 <lyxtabular version="3" rows="3" columns="3">
12961 <features>
12962 <column alignment="center" valignment="top" leftline="true" width="0">
12963 <column alignment="center" valignment="top" leftline="true" width="0">
12964 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12965 <row topline="true">
12966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Standard
12970 a
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Standard
12979 d
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Standard
12988 g
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row topline="true">
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Standard
12999 b
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Standard
13008 e
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Standard
13017 h
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 </row>
13023 <row topline="true" bottomline="true">
13024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Standard
13028 c
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Standard
13037 f
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Standard
13046 i
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 </row>
13052 </lyxtabular>
13053
13054 \end_inset
13055
13056
13057 \end_layout
13058
13059 \end_inset
13060
13061  test 
13062 \begin_inset ERT
13063 status collapsed
13064
13065 \begin_layout Standard
13066
13067
13068 \backslash
13069 raisebox{-0.32
13070 \backslash
13071 baselineskip}{
13072 \end_layout
13073
13074 \end_inset
13075
13076
13077 \begin_inset Box Frameless
13078 position "b"
13079 hor_pos "c"
13080 has_inner_box 1
13081 inner_pos "c"
13082 use_parbox 0
13083 width "15col%"
13084 special "none"
13085 height "1in"
13086 height_special "totalheight"
13087 status collapsed
13088
13089 \begin_layout Standard
13090 \begin_inset Tabular
13091 <lyxtabular version="3" rows="3" columns="3">
13092 <features>
13093 <column alignment="center" valignment="top" leftline="true" width="0">
13094 <column alignment="center" valignment="top" leftline="true" width="0">
13095 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13096 <row topline="true">
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Standard
13101 a
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Standard
13110 d
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Standard
13119 g
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 </row>
13125 <row topline="true">
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Standard
13130 b
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Standard
13139 e
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Standard
13148 h
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row topline="true" bottomline="true">
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Standard
13159 c
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Standard
13168 f
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Standard
13177 i
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 </row>
13183 </lyxtabular>
13184
13185 \end_inset
13186
13187
13188 \end_layout
13189
13190 \end_inset
13191
13192
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Standard
13197
13198 }
13199 \end_layout
13200
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \begin_layout Standard
13207 As you can see, the content of the first and last table row is not correctly
13208  aligned with the text line where the table is in.
13209  To get this alignment, the minipage box must be set into a raisebox
13210 \begin_inset Foot
13211 status collapsed
13212
13213 \begin_layout Standard
13214 Raiseboxes are described in section\InsetSpace ~
13215
13216 \begin_inset LatexCommand ref
13217 reference "sub:Vertical-Alignment"
13218
13219 \end_inset
13220
13221 .
13222 \end_layout
13223
13224 \end_inset
13225
13226 .
13227  In the example above the second table in the first item is aligned using
13228  the ERT-command
13229 \end_layout
13230
13231 \begin_layout Standard
13232
13233 \series bold
13234
13235 \backslash
13236 raisebox{0.85
13237 \backslash
13238 baselineskip}{
13239 \end_layout
13240
13241 \begin_layout Standard
13242 before the box.
13243  Behind the box the closing brace 
13244 \series bold
13245 }
13246 \series default
13247  is inserted as ERT.
13248  For the second table in the last item the command
13249 \end_layout
13250
13251 \begin_layout Standard
13252
13253 \series bold
13254
13255 \backslash
13256 raisebox{-0.32
13257 \backslash
13258 baselineskip}{
13259 \end_layout
13260
13261 \begin_layout Standard
13262 is used.
13263 \end_layout
13264
13265 \begin_layout Standard
13266 \begin_inset Note Greyedout
13267 status open
13268
13269 \begin_layout Standard
13270
13271 \series bold
13272 Note:
13273 \series default
13274  The alignment of the table row content to the surrounding text line is
13275  not exact.
13276  The needed factor of the 
13277 \series bold
13278
13279 \backslash
13280 raisebox
13281 \series default
13282  command for this alignment depends on the document font, the font size,
13283  and the table line thickness.
13284 \end_layout
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Section
13292 Colored Tables
13293 \begin_inset LatexCommand label
13294 name "sec:Colored-Tables"
13295
13296 \end_inset
13297
13298
13299 \begin_inset LatexCommand index
13300 name "Table ! Color"
13301
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \begin_layout Subsection
13308 Colored Cells
13309 \begin_inset LatexCommand index
13310 name "Table Color ! for Cells"
13311
13312 \end_inset
13313
13314
13315 \begin_inset LatexCommand index
13316 name "Color ! for Table Cells"
13317
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \begin_layout Standard
13324 \begin_inset Float table
13325 placement h
13326 wide false
13327 sideways false
13328 status open
13329
13330 \begin_layout Standard
13331 \begin_inset Caption
13332
13333 \begin_layout Standard
13334 \begin_inset LatexCommand label
13335 name "tab:Table-colored-without"
13336
13337 \end_inset
13338
13339 Table colored without using the package 
13340 \series bold
13341 colortbl
13342 \series default
13343
13344 \begin_inset OptArg
13345 status collapsed
13346
13347 \begin_layout Standard
13348 Table without colortbl
13349 \end_layout
13350
13351 \end_inset
13352
13353
13354 \end_layout
13355
13356 \end_inset
13357
13358
13359 \end_layout
13360
13361 \begin_layout Standard
13362 \align center
13363 \begin_inset Tabular
13364 <lyxtabular version="3" rows="3" columns="3">
13365 <features>
13366 <column alignment="center" valignment="top" leftline="true" width="0">
13367 <column alignment="center" valignment="top" leftline="true" width="0">
13368 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13369 <row topline="true">
13370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Standard
13374
13375 \color green
13376 a
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Standard
13385
13386 \color red
13387 b
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Standard
13396
13397 \color red
13398 c
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 </row>
13404 <row topline="true">
13405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Standard
13409
13410 \color green
13411 d
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Standard
13420
13421 \color blue
13422 e
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Standard
13431
13432 \color blue
13433 f
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 </row>
13439 <row topline="true" bottomline="true">
13440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Standard
13444
13445 \color green
13446 g
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Standard
13455
13456 \color blue
13457 h
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Standard
13466
13467 \color blue
13468 i
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 </row>
13474 </lyxtabular>
13475
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \begin_layout Standard
13487 If you only need colored text, mark the cells and choose a color in the
13488  menu 
13489 \family sans
13490 Edit\SpecialChar \menuseparator
13491 Text\InsetSpace ~
13492 Style
13493 \family default
13494 .
13495  This was used to create Table\InsetSpace ~
13496
13497 \begin_inset LatexCommand ref
13498 reference "tab:Table-colored-without"
13499
13500 \end_inset
13501
13502 .
13503  In any other case you have to use the LaTeX-package 
13504 \series bold
13505 colortbl
13506 \series default
13507 .
13508 \begin_inset LatexCommand index
13509 name "LaTeX-packages ! colortbl"
13510
13511 \end_inset
13512
13513
13514 \end_layout
13515
13516 \begin_layout Standard
13517 To create colored tables, 
13518 \series bold
13519 colortbl
13520 \series default
13521  must be loaded in the preamble with the line
13522 \end_layout
13523
13524 \begin_layout Standard
13525
13526 \series bold
13527
13528 \backslash
13529 usepackage{colortbl}
13530 \end_layout
13531
13532 \begin_layout Standard
13533 The color of a column is adjusted with the command
13534 \end_layout
13535
13536 \begin_layout Standard
13537
13538 \series bold
13539
13540 \backslash
13541 columncolor{name of color}
13542 \end_layout
13543
13544 \begin_layout Standard
13545 inside the command 
13546 \series bold
13547 >{ }
13548 \series default
13549 .
13550  More about the command 
13551 \series bold
13552 >{}
13553 \series default
13554  is described in section\InsetSpace ~
13555
13556 \begin_inset LatexCommand ref
13557 reference "sub:Multicolumn-Calculations"
13558
13559 \end_inset
13560
13561 .
13562 \end_layout
13563
13564 \begin_layout Standard
13565 The following color names are predefined:
13566 \end_layout
13567
13568 \begin_layout Standard
13569
13570 \family sans
13571 red
13572 \family default
13573
13574 \family sans
13575 green
13576 \family default
13577
13578 \family sans
13579 yellow
13580 \family default
13581
13582 \family sans
13583 blue
13584 \family default
13585
13586 \family sans
13587 cyan
13588 \family default
13589
13590 \family sans
13591 magenta
13592 \family default
13593
13594 \family sans
13595 black
13596 \family default
13597  and 
13598 \family sans
13599 white
13600 \end_layout
13601
13602 \begin_layout Standard
13603 \begin_inset VSpace medskip
13604 \end_inset
13605
13606
13607 \end_layout
13608
13609 \begin_layout Standard
13610 You can also define your own color with the command
13611 \end_layout
13612
13613 \begin_layout Standard
13614
13615 \series bold
13616
13617 \backslash
13618 def\SpecialChar \textcompwordmark{}
13619 inecolor{color name}{color model}{color values}
13620 \end_layout
13621
13622 \begin_layout Standard
13623 The color model can be
13624 \end_layout
13625
13626 \begin_layout Labeling
13627 \labelwidthstring 00.00.0000
13628 cmyk: cyan, magenta, yellow, black
13629 \end_layout
13630
13631 \begin_layout Labeling
13632 \labelwidthstring 00.00.0000
13633 rgb: red, green blue
13634 \end_layout
13635
13636 \begin_layout Labeling
13637 \labelwidthstring 00.00.0000
13638 gray gray
13639 \end_layout
13640
13641 \begin_layout Standard
13642 and the color values are comma separated numbers between 0 and 1 describing
13643  the factor for the corresponding color of the color model.
13644 \end_layout
13645
13646 \begin_layout Standard
13647 You can e.\InsetSpace \thinspace{}
13648 g.\InsetSpace ~
13649 define the color "
13650 \emph on
13651 darkgreen
13652 \emph default
13653 " in the preamble with
13654 \end_layout
13655
13656 \begin_layout Standard
13657
13658 \series bold
13659
13660 \backslash
13661 def\SpecialChar \textcompwordmark{}
13662 inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
13663 \end_layout
13664
13665 \begin_layout Standard
13666 and the color "
13667 \emph on
13668 lightgray
13669 \emph default
13670 " with
13671 \end_layout
13672
13673 \begin_layout Standard
13674
13675 \series bold
13676
13677 \backslash
13678 def\SpecialChar \textcompwordmark{}
13679 inecolor{lightgray}{gray}{0.8}
13680 \end_layout
13681
13682 \begin_layout Standard
13683 \begin_inset VSpace medskip
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \begin_layout Standard
13690 Lines are colored with the command
13691 \end_layout
13692
13693 \begin_layout Standard
13694
13695 \series bold
13696
13697 \backslash
13698 rowcolor{name of color}
13699 \end_layout
13700
13701 \begin_layout Standard
13702 and cells are colored with the command
13703 \end_layout
13704
13705 \begin_layout Standard
13706
13707 \series bold
13708
13709 \backslash
13710 cellcolor{name of color}
13711 \end_layout
13712
13713 \begin_layout Standard
13714 Both commands are inserted at the beginning of a cell as ERT.
13715 \end_layout
13716
13717 \begin_layout Standard
13718 To color characters in the table, mark the cells and use the LyX menu 
13719 \family sans
13720 Edit\SpecialChar \menuseparator
13721 Text\InsetSpace ~
13722 Style
13723 \family default
13724 .
13725  If a cell contains ERT mark only the characters, otherwise the colored
13726  ERT will cause LaTeX-errors.
13727 \end_layout
13728
13729 \begin_layout Standard
13730 \begin_inset VSpace bigskip
13731 \end_inset
13732
13733
13734 \end_layout
13735
13736 \begin_layout Standard
13737 To create Table\InsetSpace ~
13738
13739 \begin_inset LatexCommand ref
13740 reference "tab:Table-colored-using"
13741
13742 \end_inset
13743
13744  do the following: The color of the first column should be 
13745 \emph on
13746 darkgreen
13747 \emph default
13748 .
13749  So insert
13750 \end_layout
13751
13752 \begin_layout Standard
13753
13754 \series bold
13755 >{
13756 \backslash
13757 columncolor{darkgreen}
13758 \backslash
13759 centering}c
13760 \end_layout
13761
13762 \begin_layout Standard
13763 as LaTeX-argument for this column.
13764  The first row should be blue, therefore the ERT command
13765 \end_layout
13766
13767 \begin_layout Standard
13768
13769 \series bold
13770
13771 \backslash
13772 rowcolow{cyan}
13773 \end_layout
13774
13775 \begin_layout Standard
13776 is inserted to the first cell of this row.
13777  Note that this overwrites the column color for the first cell.
13778  The last cell of the last row is colored magenta by inserting the ERT command
13779 \end_layout
13780
13781 \begin_layout Standard
13782
13783 \series bold
13784
13785 \backslash
13786 cellcolor{magenta}
13787 \end_layout
13788
13789 \begin_layout Standard
13790 The characters could now be colored using the menu 
13791 \family sans
13792 Edit\SpecialChar \menuseparator
13793 Text\InsetSpace ~
13794 Style
13795 \family default
13796 .
13797 \end_layout
13798
13799 \begin_layout Standard
13800 \begin_inset Float table
13801 placement h
13802 wide false
13803 sideways false
13804 status open
13805
13806 \begin_layout Standard
13807 \begin_inset Caption
13808
13809 \begin_layout Standard
13810 \begin_inset LatexCommand label
13811 name "tab:Table-colored-using"
13812
13813 \end_inset
13814
13815 Table colored using the package 
13816 \series bold
13817 colortbl
13818 \series default
13819
13820 \begin_inset OptArg
13821 status collapsed
13822
13823 \begin_layout Standard
13824 Table with colortbl
13825 \end_layout
13826
13827 \end_inset
13828
13829
13830 \end_layout
13831
13832 \end_inset
13833
13834
13835 \end_layout
13836
13837 \begin_layout Standard
13838 \align center
13839 \begin_inset Tabular
13840 <lyxtabular version="3" rows="3" columns="3">
13841 <features>
13842 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
13843 <column alignment="center" valignment="top" width="0">
13844 <column alignment="center" valignment="top" width="0">
13845 <row>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Standard
13850 \begin_inset ERT
13851 status collapsed
13852
13853 \begin_layout Standard
13854
13855
13856 \backslash
13857 rowcolor{cyan}
13858 \end_layout
13859
13860 \end_inset
13861
13862
13863 \color magenta
13864 a
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Standard
13873
13874 \color red
13875 b
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Standard
13884
13885 \color red
13886 c
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 </row>
13892 <row>
13893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Standard
13897
13898 \color yellow
13899 d
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Standard
13908
13909 \color blue
13910 e
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Standard
13919
13920 \color blue
13921 f
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 </row>
13927 <row>
13928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Standard
13932
13933 \color yellow
13934 g
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Standard
13943
13944 \color blue
13945 h
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Standard
13954 \begin_inset ERT
13955 status collapsed
13956
13957 \begin_layout Standard
13958
13959
13960 \backslash
13961 cellcolor{magenta}
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \color green
13968 i
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 </row>
13974 </lyxtabular>
13975
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \begin_layout Subsection
13987 Colored Lines
13988 \begin_inset LatexCommand index
13989 name "Table Color ! for Lines"
13990
13991 \end_inset
13992
13993
13994 \begin_inset LatexCommand index
13995 name "Color ! for Table Lines"
13996
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \begin_layout Standard
14003 As described in section\InsetSpace ~
14004
14005 \begin_inset LatexCommand ref
14006 reference "sub:Line-Thickness"
14007
14008 \end_inset
14009
14010 , the line thickness for all lines in a table can be adjusted with the length
14011  
14012 \series bold
14013
14014 \backslash
14015 arrayrulewidth
14016 \series default
14017 .
14018  It is set to 1.5\InsetSpace \thinspace{}
14019 pt for all tables of this section.
14020 \begin_inset ERT
14021 status collapsed
14022
14023 \begin_layout Standard
14024
14025
14026 \backslash
14027 setlength{
14028 \backslash
14029 arrayrulewidth}{1.5pt}
14030 \end_layout
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Standard
14038 To color vertical lines for example with green, create the following column
14039  format in the document preamble, according to the description in section\InsetSpace ~
14040
14041 \begin_inset LatexCommand ref
14042 reference "sub:Customized-Format"
14043
14044 \end_inset
14045
14046 :
14047 \end_layout
14048
14049 \begin_layout Standard
14050
14051 \series bold
14052
14053 \backslash
14054 newcolumntype{W}{!{
14055 \backslash
14056 color{green}
14057 \backslash
14058 vline}}
14059 \end_layout
14060
14061 \begin_layout Standard
14062 For Table\InsetSpace ~
14063
14064 \begin_inset LatexCommand ref
14065 reference "tab:Table-with-vertical-colored"
14066
14067 \end_inset
14068
14069  the LaTeX-argument
14070 \end_layout
14071
14072 \begin_layout Standard
14073
14074 \series bold
14075 WcW
14076 \end_layout
14077
14078 \begin_layout Standard
14079 was used for the last column and
14080 \end_layout
14081
14082 \begin_layout Standard
14083
14084 \series bold
14085 Wc
14086 \end_layout
14087
14088 \begin_layout Standard
14089 for the other columns.
14090 \end_layout
14091
14092 \begin_layout Standard
14093 If you want to have several colors, define more column formats.
14094 \end_layout
14095
14096 \begin_layout Standard
14097 \begin_inset Float table
14098 wide false
14099 sideways false
14100 status open
14101
14102 \begin_layout Standard
14103 \begin_inset Caption
14104
14105 \begin_layout Standard
14106 \begin_inset LatexCommand label
14107 name "tab:Table-with-vertical-colored"
14108
14109 \end_inset
14110
14111 Table with colored vertical lines
14112 \end_layout
14113
14114 \end_inset
14115
14116
14117 \end_layout
14118
14119 \begin_layout Standard
14120 \align center
14121 \begin_inset Tabular
14122 <lyxtabular version="3" rows="3" columns="3">
14123 <features>
14124 <column alignment="center" valignment="top" width="0" special="Wc">
14125 <column alignment="center" valignment="top" width="0" special="Wc">
14126 <column alignment="center" valignment="top" width="0" special="WcW">
14127 <row topline="true">
14128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Standard
14132 sd
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Standard
14141
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Standard
14150
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 </row>
14156 <row topline="true">
14157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Standard
14161
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14167 \begin_inset Text
14168
14169 \begin_layout Standard
14170 sd
14171 \end_layout
14172
14173 \end_inset
14174 </cell>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Standard
14179
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 </row>
14185 <row topline="true" bottomline="true">
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Standard
14190
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Standard
14199
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Standard
14208 sd
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 </row>
14214 </lyxtabular>
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227 \begin_inset VSpace bigskip
14228 \end_inset
14229
14230 To color horizontal lines for example with red, like in Table\InsetSpace ~
14231
14232 \begin_inset LatexCommand ref
14233 reference "tab:Table-with-horizontal-colored"
14234
14235 \end_inset
14236
14237 , insert these commands in ERT before the table or table float:
14238 \end_layout
14239
14240 \begin_layout Standard
14241
14242 \series bold
14243
14244 \backslash
14245 let
14246 \backslash
14247 myHlineC
14248 \backslash
14249 hline
14250 \newline
14251
14252 \backslash
14253 renewcommand{
14254 \backslash
14255 hline}{
14256 \backslash
14257 arrayrulecolor{red}
14258 \backslash
14259 myHlineC
14260 \backslash
14261 arrayrulecolor{black}}
14262 \end_layout
14263
14264 \begin_layout Standard
14265 \begin_inset ERT
14266 status collapsed
14267
14268 \begin_layout Standard
14269
14270
14271 \backslash
14272 let
14273 \backslash
14274 myHlineC
14275 \backslash
14276 hline
14277 \end_layout
14278
14279 \begin_layout Standard
14280
14281
14282 \backslash
14283 renewcommand{
14284 \backslash
14285 hline}{
14286 \backslash
14287 arrayrulecolor{red}
14288 \backslash
14289 myHlineC
14290 \backslash
14291 arrayrulecolor{black}}
14292 \end_layout
14293
14294 \end_inset
14295
14296
14297 \begin_inset Float table
14298 wide false
14299 sideways false
14300 status open
14301
14302 \begin_layout Standard
14303 \begin_inset Caption
14304
14305 \begin_layout Standard
14306 \begin_inset LatexCommand label
14307 name "tab:Table-with-horizontal-colored"
14308
14309 \end_inset
14310
14311 Table with colored horizontal lines
14312 \end_layout
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \begin_layout Standard
14320 \align center
14321 \begin_inset Tabular
14322 <lyxtabular version="3" rows="3" columns="3">
14323 <features>
14324 <column alignment="center" valignment="top" leftline="true" width="0">
14325 <column alignment="center" valignment="top" leftline="true" width="0">
14326 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14327 <row topline="true">
14328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Standard
14332 sd
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Standard
14341
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Standard
14350
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 <row topline="true">
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Standard
14361
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Standard
14370 sd
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Standard
14379
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 </row>
14385 <row topline="true" bottomline="true">
14386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Standard
14390
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Standard
14399
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Standard
14408 sd
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 </row>
14414 </lyxtabular>
14415
14416 \end_inset
14417
14418
14419 \end_layout
14420
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \begin_layout Standard
14427 \begin_inset ERT
14428 status collapsed
14429
14430 \begin_layout Standard
14431
14432
14433 \backslash
14434 pagebreak 
14435 \end_layout
14436
14437 \end_inset
14438
14439
14440 \end_layout
14441
14442 \begin_layout Standard
14443 To return to the default line color black, insert this command in ERT behind
14444  the table or table float:
14445 \end_layout
14446
14447 \begin_layout Standard
14448
14449 \series bold
14450
14451 \backslash
14452 renewcommand{
14453 \backslash
14454 hline}{
14455 \backslash
14456 myHlineC}
14457 \end_layout
14458
14459 \begin_layout Standard
14460 Table\InsetSpace ~
14461
14462 \begin_inset LatexCommand ref
14463 reference "tab:Table-with-colored"
14464
14465 \end_inset
14466
14467  is an example with colored vertical and horizontal lines.
14468 \end_layout
14469
14470 \begin_layout Standard
14471 \begin_inset Float table
14472 wide false
14473 sideways false
14474 status open
14475
14476 \begin_layout Standard
14477 \begin_inset Caption
14478
14479 \begin_layout Standard
14480 \begin_inset LatexCommand label
14481 name "tab:Table-with-colored"
14482
14483 \end_inset
14484
14485 Table with colored lines
14486 \end_layout
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \align center
14495 \begin_inset Tabular
14496 <lyxtabular version="3" rows="3" columns="3">
14497 <features>
14498 <column alignment="center" valignment="top" width="0" special="Wc">
14499 <column alignment="center" valignment="top" width="0" special="Wc">
14500 <column alignment="center" valignment="top" width="0" special="WcW">
14501 <row topline="true">
14502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Standard
14506 sd
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Standard
14515
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Standard
14524
14525 \end_layout
14526
14527 \end_inset
14528 </cell>
14529 </row>
14530 <row topline="true">
14531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Standard
14535
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Standard
14544 sd
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Standard
14553
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 <row topline="true" bottomline="true" topspace="default">
14560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Standard
14564
14565 \end_layout
14566
14567 \end_inset
14568 </cell>
14569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Standard
14573
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Standard
14582 sd
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 </row>
14588 </lyxtabular>
14589
14590 \end_inset
14591
14592
14593 \end_layout
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \begin_layout Standard
14601 \begin_inset ERT
14602 status collapsed
14603
14604 \begin_layout Standard
14605
14606
14607 \backslash
14608 renewcommand{
14609 \backslash
14610 hline}{
14611 \backslash
14612 myHlineC}
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \begin_layout Standard
14621 \begin_inset ERT
14622 status collapsed
14623
14624 \begin_layout Standard
14625
14626
14627 \backslash
14628 setlength{
14629 \backslash
14630 arrayrulewidth}{0.4pt}
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Section
14639 Table Customization
14640 \begin_inset LatexCommand index
14641 name "Table Customization"
14642
14643 \end_inset
14644
14645
14646 \begin_inset LatexCommand index
14647 name "Table ! Customization"
14648
14649 \end_inset
14650
14651
14652 \end_layout
14653
14654 \begin_layout Subsection
14655 Row Spacing
14656 \begin_inset LatexCommand label
14657 name "sub:Row-Spacing"
14658
14659 \end_inset
14660
14661
14662 \begin_inset LatexCommand index
14663 name "Table Customization ! Row Spacing"
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Standard
14671 You can add vertical space to table rows in the 
14672 \family sans
14673 Borders
14674 \family default
14675  tab of the table dialog.
14676  You find there three possibilities:
14677 \end_layout
14678
14679 \begin_layout Description
14680 Top\InsetSpace ~
14681 of\InsetSpace ~
14682 row will add space above the characters of the table row.
14683  If the table is a formal table
14684 \begin_inset Foot
14685 status collapsed
14686
14687 \begin_layout Standard
14688 Formal tables are explained in section\InsetSpace ~
14689
14690 \begin_inset LatexCommand ref
14691 reference "sec:Formal-Tables"
14692
14693 \end_inset
14694
14695 .
14696 \end_layout
14697
14698 \end_inset
14699
14700  LyX will insert as default 0.5\InsetSpace \thinspace{}
14701 em space.
14702  For normal tables the inserted space will unfortunately destroy the vertical
14703  table lines as in the following table:
14704 \begin_inset VSpace defskip
14705 \end_inset
14706
14707
14708 \newline
14709
14710 \begin_inset ERT
14711 status collapsed
14712
14713 \begin_layout Standard
14714
14715
14716 \backslash
14717 hspace*{0pt}
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \hfill
14724
14725 \begin_inset Tabular
14726 <lyxtabular version="3" rows="3" columns="1">
14727 <features>
14728 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14729 <row topline="true">
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Standard
14734 A
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 <row topline="true" topspace="3mm">
14741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Standard
14745 3\InsetSpace \thinspace{}
14746 mm space top of row
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 </row>
14752 <row topline="true" bottomline="true">
14753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Standard
14757 C
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 </row>
14763 </lyxtabular>
14764
14765 \end_inset
14766
14767
14768 \hfill
14769
14770 \begin_inset ERT
14771 status collapsed
14772
14773 \begin_layout Standard
14774
14775
14776 \backslash
14777 hspace*{0pt}
14778 \end_layout
14779
14780 \end_inset
14781
14782
14783 \begin_inset VSpace defskip
14784 \end_inset
14785
14786
14787 \newline
14788 So inserting space to the top of row for normal tables is only useful when
14789  you don't have vertical lines.
14790 \end_layout
14791
14792 \begin_layout Description
14793 Bottom\InsetSpace ~
14794 of\InsetSpace ~
14795 row will add space below the characters of the table row.
14796  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14797 em space, for
14798  normal tables the default size is 2\InsetSpace \thinspace{}
14799 pt.
14800 \end_layout
14801
14802 \begin_layout Description
14803 Between\InsetSpace ~
14804 rows adds space between the current and the following row.
14805  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14806 em space.
14807  For normal tables the inserted space will unfortunately destroy the vertical
14808  table lines as in the following table:
14809 \begin_inset VSpace defskip
14810 \end_inset
14811
14812
14813 \newline
14814
14815 \begin_inset ERT
14816 status collapsed
14817
14818 \begin_layout Standard
14819
14820
14821 \backslash
14822 hspace*{0pt}
14823 \end_layout
14824
14825 \end_inset
14826
14827
14828 \hfill
14829
14830 \begin_inset Tabular
14831 <lyxtabular version="3" rows="3" columns="1">
14832 <features>
14833 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14834 <row topline="true">
14835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Standard
14839 A
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 </row>
14845 <row topline="true" interlinespace="3mm">
14846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Standard
14850 \begin_inset Formula $\downarrow$
14851 \end_inset
14852
14853  3\InsetSpace \thinspace{}
14854 mm space between row 
14855 \begin_inset Formula $\downarrow$
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 </row>
14864 <row topline="true" bottomline="true">
14865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Standard
14869 \begin_inset Formula $\uparrow$
14870 \end_inset
14871
14872  3\InsetSpace \thinspace{}
14873 mm space between row 
14874 \begin_inset Formula $\uparrow$
14875 \end_inset
14876
14877
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 </lyxtabular>
14884
14885 \end_inset
14886
14887
14888 \hfill
14889
14890 \begin_inset ERT
14891 status collapsed
14892
14893 \begin_layout Standard
14894
14895
14896 \backslash
14897 hspace*{0pt}
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \begin_inset VSpace defskip
14904 \end_inset
14905
14906
14907 \newline
14908 So inserting space between rows for normal tables is only useful when you
14909  don't have vertical lines.
14910 \end_layout
14911
14912 \begin_layout Standard
14913 When you want to add extra height to all cells of all tables, you can do
14914  this with the following preamble line:
14915 \end_layout
14916
14917 \begin_layout Standard
14918
14919 \series bold
14920
14921 \backslash
14922 setlength{
14923 \backslash
14924 extrarowheight}{height}
14925 \end_layout
14926
14927 \begin_layout Standard
14928 But this has the disadvantage that the cell texts are no longer exactly
14929  vertically centered.
14930 \end_layout
14931
14932 \begin_layout Subsection
14933 Special Cell Alignment
14934 \begin_inset LatexCommand index
14935 name "Table Customization ! Special Cell Alignment"
14936
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \begin_layout Standard
14943 Sometimes it looks better when the cell entries of a column are aligned
14944  with a special character, e.\InsetSpace \thinspace{}
14945 g.\InsetSpace ~
14946 with the decimal separator as in Table\InsetSpace ~
14947
14948 \begin_inset LatexCommand ref
14949 reference "tab:Table-cells-of"
14950
14951 \end_inset
14952
14953 .
14954 \end_layout
14955
14956 \begin_layout Standard
14957 \begin_inset Float table
14958 placement h
14959 wide false
14960 sideways false
14961 status open
14962
14963 \begin_layout Standard
14964 \begin_inset Caption
14965
14966 \begin_layout Standard
14967 \begin_inset LatexCommand label
14968 name "tab:Table-cells-of"
14969
14970 \end_inset
14971
14972 Table cells of a column aligned with the decimal separator.
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \align center
14982 \begin_inset Tabular
14983 <lyxtabular version="3" rows="4" columns="2">
14984 <features>
14985 <column alignment="right" valignment="top" width="0">
14986 <column alignment="left" valignment="top" width="0" special="@{}l">
14987 <row bottomline="true">
14988 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Standard
14992 heading
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Standard
15001
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 </row>
15007 <row>
15008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Standard
15012 12.
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Standard
15021 6
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 </row>
15027 <row>
15028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Standard
15032 0.
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Standard
15041 68
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row>
15048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Standard
15052 -123.
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Standard
15061 0
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 </lyxtabular>
15068
15069 \end_inset
15070
15071
15072 \end_layout
15073
15074 \end_inset
15075
15076
15077 \end_layout
15078
15079 \begin_layout Standard
15080 This table was created with a 4×2 table.
15081  The heading is a centered multicolumn.
15082  The first column is right-aligned and contains the digits before the decimal
15083  point and the decimal point.
15084  The second column is left aligned and contains the digits after the decimal
15085  point.
15086  To omit the space that is normally between two table columns, use the following
15087  LaTeX-argument for the second column:
15088 \end_layout
15089
15090 \begin_layout Standard
15091
15092 \series bold
15093 @{}l
15094 \end_layout
15095
15096 \begin_layout Standard
15097 Table\InsetSpace ~
15098
15099 \begin_inset LatexCommand ref
15100 reference "tab:Several-table-cell"
15101
15102 \end_inset
15103
15104  shows some example alignments.
15105  For the alignment with the relation sign, you must add the second smallest
15106  math-space at the beginning of the last column to get the correct space
15107  surrounding the relation sign.
15108 \end_layout
15109
15110 \begin_layout Standard
15111 \begin_inset Float table
15112 wide false
15113 sideways false
15114 status open
15115
15116 \begin_layout Standard
15117 \begin_inset Caption
15118
15119 \begin_layout Standard
15120 \begin_inset LatexCommand label
15121 name "tab:Several-table-cell"
15122
15123 \end_inset
15124
15125 Several table cell alignments.
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \begin_layout Standard
15134 \align center
15135 \begin_inset Tabular
15136 <lyxtabular version="3" rows="4" columns="6">
15137 <features>
15138 <column alignment="right" valignment="top" width="0">
15139 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15140 <column alignment="right" valignment="top" width="0">
15141 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15142 <column alignment="right" valignment="top" width="0">
15143 <column alignment="left" valignment="top" width="0" special="@{}l">
15144 <row bottomline="true">
15145 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Standard
15149 units
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Standard
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Standard
15167 exponents
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Standard
15176
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Standard
15185 relations
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Standard
15194
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 </row>
15200 <row>
15201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Standard
15205 12×
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Standard
15214 24\InsetSpace \thinspace{}
15215 bottles
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Standard
15224 \begin_inset Formula $10\cdot$
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Standard
15236 \begin_inset Formula $10^{\mbox{-}17}$
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Standard
15248 \begin_inset Formula $\Gamma(t)\propto$
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Standard
15260 \begin_inset Formula $\:\Upsilon(t)$
15261 \end_inset
15262
15263
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Standard
15274 1024×
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283 768\InsetSpace \thinspace{}
15284 Pixels
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Standard
15293 \begin_inset Formula $5.78\cdot$
15294 \end_inset
15295
15296
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Standard
15305 \begin_inset Formula $10^{7}$
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Standard
15317 \begin_inset Formula $A\ne$
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Standard
15329 \begin_inset Formula $\: B_{\mathrm{red}}$
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Standard
15343 32×
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Standard
15352 6\InsetSpace \thinspace{}
15353 cm
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Standard
15362 -
15363 \begin_inset Formula $33.5\cdot$
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Standard
15375 \begin_inset Formula $10^{4}$
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Standard
15387 \begin_inset Formula $\sin(\alpha)\ge$
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Standard
15399 \begin_inset Formula $\:\sin(\beta)$
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 </row>
15408 </lyxtabular>
15409
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \end_inset
15416
15417
15418 \end_layout
15419
15420 \begin_layout Standard
15421 \begin_inset VSpace bigskip
15422 \end_inset
15423
15424 There is also the LaTeX-package 
15425 \series bold
15426 dcolumn
15427 \series default
15428
15429 \begin_inset LatexCommand index
15430 name "LaTeX-packages ! dcolumn"
15431
15432 \end_inset
15433
15434  that provides table cell alignments.
15435  But this unfortunately treats the cell entries as math and doesn't allow
15436  formulas in table cells: The first column of Table\InsetSpace ~
15437
15438 \begin_inset LatexCommand ref
15439 reference "tab:Several-table-cell"
15440
15441 \end_inset
15442
15443  will look with 
15444 \series bold
15445 dcolumn
15446 \series default
15447  like the first column in Table\InsetSpace ~
15448
15449 \begin_inset LatexCommand ref
15450 reference "tab:Alignments-when"
15451
15452 \end_inset
15453
15454  and only with some tricks like the expected.
15455  The alignment of the second and third column of Table\InsetSpace ~
15456
15457 \begin_inset LatexCommand ref
15458 reference "tab:Several-table-cell"
15459
15460 \end_inset
15461
15462  is not possible with 
15463 \series bold
15464 dcolumn
15465 \series default
15466 .
15467 \end_layout
15468
15469 \begin_layout Standard
15470 \begin_inset Float table
15471 placement h
15472 wide false
15473 sideways false
15474 status open
15475
15476 \begin_layout Standard
15477 \begin_inset Caption
15478
15479 \begin_layout Standard
15480 \begin_inset LatexCommand label
15481 name "tab:Alignments-when"
15482
15483 \end_inset
15484
15485 Alignments when LaTeX-package dcolumn is used.
15486  For all column alignments tricks have to be used to get the output.
15487 \end_layout
15488
15489 \end_inset
15490
15491
15492 \end_layout
15493
15494 \begin_layout Standard
15495 \align center
15496 \begin_inset Tabular
15497 <lyxtabular version="3" rows="4" columns="3">
15498 <features>
15499 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}">
15500 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}">
15501 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
15502 <row bottomline="true">
15503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Standard
15507 units
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Standard
15516 units
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Standard
15525 units
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Standard
15536 12x24\InsetSpace \thinspace{}
15537 bottles
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Standard
15546 12x24\InsetSpace \thinspace{}
15547
15548 \begin_inset Formula $\mbox{bottles}$
15549 \end_inset
15550
15551
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Standard
15560 12
15561 \begin_inset ERT
15562 status collapsed
15563
15564 \begin_layout Standard
15565
15566
15567 \backslash
15568 times 
15569 \end_layout
15570
15571 \end_inset
15572
15573 24~
15574 \begin_inset Formula $\mbox{bottles}$
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 </row>
15583 <row>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Standard
15588 1024x768\InsetSpace \thinspace{}
15589 Pixels
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Standard
15598 1024x768\InsetSpace \thinspace{}
15599
15600 \begin_inset Formula $\mbox{Pixels}$
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Standard
15612 1024
15613 \begin_inset ERT
15614 status collapsed
15615
15616 \begin_layout Standard
15617
15618
15619 \backslash
15620 times 
15621 \end_layout
15622
15623 \end_inset
15624
15625 768~
15626 \begin_inset Formula $\mbox{Pixels}$
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 </row>
15635 <row>
15636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Standard
15640 32x6\InsetSpace \thinspace{}
15641 cm
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Standard
15650 32x6\InsetSpace \thinspace{}
15651
15652 \begin_inset Formula $\mbox{cm}$
15653 \end_inset
15654
15655
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Standard
15664 32
15665 \begin_inset ERT
15666 status collapsed
15667
15668 \begin_layout Standard
15669
15670
15671 \backslash
15672 times 
15673 \end_layout
15674
15675 \end_inset
15676
15677 6~
15678 \begin_inset Formula $\mbox{cm}$
15679 \end_inset
15680
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 </row>
15687 </lyxtabular>
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \begin_layout Subsection
15700 Customized Cell/Column Format
15701 \begin_inset LatexCommand label
15702 name "sub:Customized-Format"
15703
15704 \end_inset
15705
15706
15707 \begin_inset LatexCommand index
15708 name "Table Customization ! Cell/Column Format"
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \begin_layout Standard
15716 Calculating the needed width for spanned columns like in section\InsetSpace ~
15717
15718 \begin_inset LatexCommand ref
15719 reference "sub:Multicolumn-Calculations"
15720
15721 \end_inset
15722
15723  is very annoying if you have several tables with multicolumn cells.
15724  To make life easier, you can define a cell/column format in the preamble,
15725  so that it can be used in all tables of the document.
15726  The format is defined with the command
15727 \end_layout
15728
15729 \begin_layout Standard
15730
15731 \series bold
15732
15733 \backslash
15734 newcolumntype{name of format}[number of arguments]{commands}
15735 \end_layout
15736
15737 \begin_layout Standard
15738 The format name may only consist of one letter.
15739  The letters 
15740 \emph on
15741 b
15742 \emph default
15743
15744 \emph on
15745 c
15746 \emph default
15747
15748 \emph on
15749 l
15750 \emph default
15751
15752 \emph on
15753 m
15754 \emph default
15755
15756 \emph on
15757 p
15758 \emph default
15759  and 
15760 \emph on
15761 r
15762 \emph default
15763  are predefined and cannot be used.
15764  But all letters are allowed as capitals.
15765 \end_layout
15766
15767 \begin_layout Standard
15768 \begin_inset VSpace medskip
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \begin_layout Standard
15775 For vertically and horizontally centered multicolumn cells with a fixed
15776  width you can define the cell format
15777 \end_layout
15778
15779 \begin_layout Standard
15780
15781 \series bold
15782
15783 \backslash
15784 newcolumntype{M}[1]{>{
15785 \backslash
15786 centering
15787 \backslash
15788 hspace{0pt}}m{#1}}
15789 \end_layout
15790
15791 \begin_layout Standard
15792 where 
15793 \series bold
15794
15795 \backslash
15796 hspace{0pt}
15797 \series default
15798  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
15799
15800 \begin_inset LatexCommand ref
15801 reference "sub:Multiple-Lines-in"
15802
15803 \end_inset
15804
15805 .
15806  Now you can simply enter
15807 \end_layout
15808
15809 \begin_layout Standard
15810
15811 \series bold
15812 M{width}
15813 \end_layout
15814
15815 \begin_layout Standard
15816 as LaTeX-argument in the table dialog to create a multicolumn.
15817 \end_layout
15818
15819 \begin_layout Standard
15820 \begin_inset VSpace bigskip
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \begin_layout Standard
15827 For cells spanned by a multicolumn cell, you can define the format
15828 \end_layout
15829
15830 \begin_layout Standard
15831
15832 \series bold
15833
15834 \backslash
15835 newcolumntype{S}[2]{>{
15836 \backslash
15837 centering
15838 \backslash
15839 hspace{0pt}}
15840 \newline
15841
15842 \begin_inset ERT
15843 status collapsed
15844
15845 \begin_layout Standard
15846
15847
15848 \backslash
15849 phantom{
15850 \end_layout
15851
15852 \end_inset
15853
15854
15855 \backslash
15856 newcolumntype{S}[2]
15857 \begin_inset ERT
15858 status collapsed
15859
15860 \begin_layout Standard
15861
15862 }
15863 \end_layout
15864
15865 \end_inset
15866
15867 m{(#1+(2
15868 \backslash
15869 tabcolsep+
15870 \backslash
15871 arrayrulewidth)*(1-#2))/#2}}
15872 \end_layout
15873
15874 \begin_layout Standard
15875 This format uses equation 
15876 \begin_inset LatexCommand eqref
15877 reference "eq:Wgn"
15878
15879 \end_inset
15880
15881  to calculate the needed width so that each spanned cell has the same width.
15882 \end_layout
15883
15884 \begin_layout Standard
15885 You can now enter
15886 \end_layout
15887
15888 \begin_layout Standard
15889
15890 \series bold
15891 S{width of multicolumn cell}{number of spanned columns}
15892 \end_layout
15893
15894 \begin_layout Standard
15895 as LaTeX-argument of the column.
15896 \end_layout
15897
15898 \begin_layout Standard
15899 \begin_inset VSpace bigskip
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \begin_layout Standard
15906 For colored columns, you can define
15907 \end_layout
15908
15909 \begin_layout Standard
15910
15911 \series bold
15912
15913 \backslash
15914 newcolumntype{K}[1]{>{
15915 \backslash
15916 columncolor{#1}
15917 \backslash
15918 hspace{0pt}}c}
15919 \end_layout
15920
15921 \begin_layout Standard
15922 The 
15923 \begin_inset Quotes eld
15924 \end_inset
15925
15926 c
15927 \begin_inset Quotes erd
15928 \end_inset
15929
15930  at the end creates a column with a flexible width whose text is horizontally
15931  centered.
15932  You can now enter
15933 \end_layout
15934
15935 \begin_layout Standard
15936
15937 \series bold
15938 K{color name}
15939 \end_layout
15940
15941 \begin_layout Standard
15942 as LaTeX-argument.
15943 \end_layout
15944
15945 \begin_layout Standard
15946 \begin_inset VSpace bigskip
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \begin_layout Standard
15953 To create Table\InsetSpace ~
15954
15955 \begin_inset LatexCommand ref
15956 reference "tab:Table-using-user-defined"
15957
15958 \end_inset
15959
15960  use the LaTeX-arguments
15961 \end_layout
15962
15963 \begin_layout Standard
15964
15965 \series bold
15966 M{2.5cm}
15967 \end_layout
15968
15969 \begin_layout Standard
15970 for the first column and the multicolumn,
15971 \end_layout
15972
15973 \begin_layout Standard
15974
15975 \series bold
15976 K{red}
15977 \end_layout
15978
15979 \begin_layout Standard
15980 for the the last column, and
15981 \end_layout
15982
15983 \begin_layout Standard
15984
15985 \series bold
15986 S{2.5cm}{2}
15987 \end_layout
15988
15989 \begin_layout Standard
15990 for the cells in the second column.
15991 \end_layout
15992
15993 \begin_layout Standard
15994 \begin_inset Float table
15995 placement h
15996 wide false
15997 sideways false
15998 status open
15999
16000 \begin_layout Standard
16001 \begin_inset Caption
16002
16003 \begin_layout Standard
16004 \begin_inset LatexCommand label
16005 name "tab:Table-using-user-defined"
16006
16007 \end_inset
16008
16009 Table using user-defined table formats
16010 \end_layout
16011
16012 \end_inset
16013
16014
16015 \end_layout
16016
16017 \begin_layout Standard
16018 \align center
16019 \begin_inset Tabular
16020 <lyxtabular version="3" rows="3" columns="4">
16021 <features>
16022 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
16023 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
16024 <column alignment="center" valignment="middle" leftline="true" width="0">
16025 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
16026 <row topline="true">
16027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Standard
16031 verylongtablecellword
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
16037 \begin_inset Text
16038
16039 \begin_layout Standard
16040 multiple lines multicolumn
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Standard
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Standard
16058 c
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row topline="true">
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Standard
16069 d
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Standard
16078 e
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Standard
16087 f
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Standard
16096 g
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row topline="true" bottomline="true">
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Standard
16107 h
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Standard
16116 i
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Standard
16125 j
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Standard
16134 k
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 </row>
16140 </lyxtabular>
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \begin_layout Subsection
16153 Line Thickness
16154 \begin_inset LatexCommand label
16155 name "sub:Line-Thickness"
16156
16157 \end_inset
16158
16159
16160 \begin_inset LatexCommand index
16161 name "Table Customization ! Line Thickness"
16162
16163 \end_inset
16164
16165
16166 \end_layout
16167
16168 \begin_layout Standard
16169 The line thickness for all lines in a table can be adjusted with the length
16170  
16171 \series bold
16172
16173 \backslash
16174 arrayrulewidth
16175 \series default
16176 .
16177  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
16178 pt, like in Table\InsetSpace ~
16179
16180 \begin_inset LatexCommand ref
16181 reference "tab:Table-with-1.5"
16182
16183 \end_inset
16184
16185 , insert the command
16186 \end_layout
16187
16188 \begin_layout Standard
16189
16190 \series bold
16191
16192 \backslash
16193 setlength{
16194 \backslash
16195 arrayrulewidth}{1.5pt}
16196 \end_layout
16197
16198 \begin_layout Standard
16199 in ERT before the table or table float.
16200  The changed thickness is valid for all following tables.
16201  To use the default value again, set 
16202 \series bold
16203
16204 \backslash
16205 arrayrulewidth
16206 \series default
16207  to 0.4\InsetSpace \thinspace{}
16208 pt in ERT behind the table or table float.
16209 \end_layout
16210
16211 \begin_layout Standard
16212 \begin_inset ERT
16213 status collapsed
16214
16215 \begin_layout Standard
16216
16217
16218 \backslash
16219 setlength{
16220 \backslash
16221 arrayrulewidth}{1.5pt}
16222 \end_layout
16223
16224 \end_inset
16225
16226
16227 \begin_inset Float table
16228 wide false
16229 sideways false
16230 status open
16231
16232 \begin_layout Standard
16233 \begin_inset Caption
16234
16235 \begin_layout Standard
16236 \begin_inset LatexCommand label
16237 name "tab:Table-with-1.5"
16238
16239 \end_inset
16240
16241 Table with 1.5\InsetSpace \thinspace{}
16242 pt thick lines
16243 \end_layout
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \begin_layout Standard
16251 \align center
16252 \begin_inset Tabular
16253 <lyxtabular version="3" rows="3" columns="3">
16254 <features>
16255 <column alignment="center" valignment="top" leftline="true" width="0">
16256 <column alignment="center" valignment="top" leftline="true" width="0">
16257 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16258 <row topline="true">
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Standard
16263 sd
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Standard
16272
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Standard
16281
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 </row>
16287 <row topline="true">
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Standard
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Standard
16301 sd
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Standard
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row topline="true" bottomline="true">
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Standard
16321
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Standard
16330
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Standard
16339 sd
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 </lyxtabular>
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \begin_inset ERT
16356 status collapsed
16357
16358 \begin_layout Standard
16359
16360
16361 \backslash
16362 setlength{
16363 \backslash
16364 arrayrulewidth}{0.4pt}
16365 \end_layout
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \begin_layout Standard
16373 \begin_inset VSpace bigskip
16374 \end_inset
16375
16376 To set the line thickness to 1.5\InsetSpace \thinspace{}
16377 pt only for horizontal lines, like in Table\InsetSpace ~
16378
16379 \begin_inset LatexCommand ref
16380 reference "tab:Table-with-horizontal"
16381
16382 \end_inset
16383
16384 , insert these commands in ERT before the table or table float:
16385 \end_layout
16386
16387 \begin_layout Standard
16388
16389 \series bold
16390
16391 \backslash
16392 let
16393 \backslash
16394 myHline
16395 \backslash
16396 hline
16397 \newline
16398
16399 \backslash
16400 renewcommand{
16401 \backslash
16402 hline}
16403 \newline
16404  {
16405 \backslash
16406 noalign{
16407 \backslash
16408 global
16409 \backslash
16410 arrayrulewidth 1.5pt}
16411 \newline
16412   
16413 \backslash
16414 myHline
16415 \backslash
16416 noalign{
16417 \backslash
16418 global
16419 \backslash
16420 arrayrulewidth 0.4pt}}
16421 \end_layout
16422
16423 \begin_layout Standard
16424 To return to the default line thickness, insert this command in ERT behind
16425  the table or table float:
16426 \end_layout
16427
16428 \begin_layout Standard
16429
16430 \series bold
16431
16432 \backslash
16433 renewcommand{
16434 \backslash
16435 hline}{
16436 \backslash
16437 myHline}
16438 \end_layout
16439
16440 \begin_layout Standard
16441 \begin_inset ERT
16442 status collapsed
16443
16444 \begin_layout Standard
16445
16446
16447 \backslash
16448 let
16449 \backslash
16450 myHline
16451 \backslash
16452 hline
16453 \end_layout
16454
16455 \begin_layout Standard
16456
16457
16458 \backslash
16459 renewcommand{
16460 \backslash
16461 hline}
16462 \end_layout
16463
16464 \begin_layout Standard
16465
16466  {
16467 \backslash
16468 noalign{
16469 \backslash
16470 global
16471 \backslash
16472 arrayrulewidth 1.5pt}
16473 \end_layout
16474
16475 \begin_layout Standard
16476
16477   
16478 \backslash
16479 myHline
16480 \backslash
16481 noalign{
16482 \backslash
16483 global
16484 \backslash
16485 arrayrulewidth 0.4pt}}
16486 \end_layout
16487
16488 \end_inset
16489
16490
16491 \begin_inset Float table
16492 wide false
16493 sideways false
16494 status open
16495
16496 \begin_layout Standard
16497 \begin_inset Caption
16498
16499 \begin_layout Standard
16500 \begin_inset LatexCommand label
16501 name "tab:Table-with-horizontal"
16502
16503 \end_inset
16504
16505 Table with 1.5\InsetSpace \thinspace{}
16506 pt thick horizontal lines
16507 \end_layout
16508
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \begin_layout Standard
16515 \align center
16516 \begin_inset Tabular
16517 <lyxtabular version="3" rows="3" columns="3">
16518 <features>
16519 <column alignment="center" valignment="top" leftline="true" width="0">
16520 <column alignment="center" valignment="top" leftline="true" width="0">
16521 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16522 <row topline="true">
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Standard
16527 sd
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Standard
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Standard
16545
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row topline="true">
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Standard
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Standard
16565 sd
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Standard
16574
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row topline="true" bottomline="true">
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Standard
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Standard
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Standard
16603 sd
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 </lyxtabular>
16610
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617
16618
16619 \begin_inset ERT
16620 status collapsed
16621
16622 \begin_layout Standard
16623
16624
16625 \backslash
16626 renewcommand{
16627 \backslash
16628 hline}{
16629 \backslash
16630 myHline}
16631 \end_layout
16632
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \begin_layout Standard
16639 \begin_inset VSpace bigskip
16640 \end_inset
16641
16642 To set the line thickness to 1.5\InsetSpace \thinspace{}
16643 pt only for vertical lines, create the following
16644  column format in the document preamble, according to the description in
16645  section\InsetSpace ~
16646
16647 \begin_inset LatexCommand ref
16648 reference "sub:Customized-Format"
16649
16650 \end_inset
16651
16652 :
16653 \end_layout
16654
16655 \begin_layout Standard
16656
16657 \series bold
16658
16659 \backslash
16660 newcolumntype{V}{!{
16661 \backslash
16662 vrule width 1.5pt}}
16663 \end_layout
16664
16665 \begin_layout Standard
16666 For Table\InsetSpace ~
16667
16668 \begin_inset LatexCommand ref
16669 reference "tab:Table-with-vertical"
16670
16671 \end_inset
16672
16673  the LaTeX-argument
16674 \end_layout
16675
16676 \begin_layout Standard
16677
16678 \series bold
16679 VcV
16680 \end_layout
16681
16682 \begin_layout Standard
16683 was used for the last column and
16684 \end_layout
16685
16686 \begin_layout Standard
16687
16688 \series bold
16689 Vc
16690 \end_layout
16691
16692 \begin_layout Standard
16693 for the other columns.
16694 \end_layout
16695
16696 \begin_layout Standard
16697 \begin_inset Float table
16698 wide false
16699 sideways false
16700 status open
16701
16702 \begin_layout Standard
16703 \begin_inset Caption
16704
16705 \begin_layout Standard
16706 \begin_inset LatexCommand label
16707 name "tab:Table-with-vertical"
16708
16709 \end_inset
16710
16711 Table with 1.5\InsetSpace \thinspace{}
16712 pt thick vertical lines
16713 \end_layout
16714
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \begin_layout Standard
16721 \align center
16722 \begin_inset Tabular
16723 <lyxtabular version="3" rows="3" columns="3">
16724 <features>
16725 <column alignment="center" valignment="top" width="0" special="Vc">
16726 <column alignment="center" valignment="top" width="0" special="Vc">
16727 <column alignment="center" valignment="top" width="0" special="VcV">
16728 <row topline="true">
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Standard
16733 sd
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Standard
16742
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Standard
16751
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 <row topline="true">
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Standard
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Standard
16771 sd
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Standard
16780
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 </row>
16786 <row topline="true" bottomline="true">
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Standard
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Standard
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Standard
16809 sd
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 </lyxtabular>
16816
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \begin_layout Subsection
16828 Dashed Lines
16829 \begin_inset LatexCommand index
16830 name "Table Customization ! Dashed Lines"
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \begin_layout Standard
16838 \begin_inset ERT
16839 status collapsed
16840
16841 \begin_layout Standard
16842
16843
16844 \backslash
16845 ifarydshln
16846 \end_layout
16847
16848 \end_inset
16849
16850
16851 \begin_inset Note Note
16852 status open
16853
16854 \begin_layout Standard
16855 The following section will only be displayed when you have the LaTeX-package
16856  
16857 \series bold
16858 arydshln
16859 \series default
16860  is installed.
16861 \end_layout
16862
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \begin_layout Standard
16869 \begin_inset Float table
16870 placement H
16871 wide false
16872 sideways false
16873 status open
16874
16875 \begin_layout Standard
16876 \begin_inset Caption
16877
16878 \begin_layout Standard
16879 \begin_inset LatexCommand label
16880 name "tab:Table-with-dashed"
16881
16882 \end_inset
16883
16884 Table with dashed lines
16885 \end_layout
16886
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \begin_layout Standard
16893 \align center
16894 \begin_inset Tabular
16895 <lyxtabular version="3" rows="5" columns="5">
16896 <features>
16897 <column alignment="center" valignment="top" leftline="true" width="0">
16898 <column alignment="center" valignment="top" leftline="true" width="0">
16899 <column alignment="center" valignment="top" width="0" special=":c">
16900 <column alignment="center" valignment="top" leftline="true" width="0">
16901 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16902 <row topline="true" bottomline="true">
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Standard
16907 a
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Standard
16916 b
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Standard
16925 c
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Standard
16934 d
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Standard
16943 e
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row topline="true">
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Standard
16954 f
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Standard
16963 g
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Standard
16972 h
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Standard
16981 i
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Standard
16990 j
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Standard
17001 \begin_inset ERT
17002 status collapsed
17003
17004 \begin_layout Standard
17005
17006
17007 \backslash
17008 hdashline 
17009 \end_layout
17010
17011 \end_inset
17012
17013 k
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Standard
17022 l
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Standard
17031 m
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Standard
17040 n
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Standard
17049 o
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 </row>
17055 <row topline="true">
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Standard
17060 \begin_inset ERT
17061 status collapsed
17062
17063 \begin_layout Standard
17064
17065
17066 \backslash
17067 cdashline{4-5}
17068 \end_layout
17069
17070 \end_inset
17071
17072 p
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Standard
17081 q
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
17087 \begin_inset Text
17088
17089 \begin_layout Standard
17090 r
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
17096 \begin_inset Text
17097
17098 \begin_layout Standard
17099 s
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Standard
17108
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 </row>
17114 <row topline="true" bottomline="true">
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Standard
17119 t
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Standard
17128 u
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Standard
17137 v
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Standard
17146 w
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Standard
17155 x
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 </lyxtabular>
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \begin_layout Standard
17174 LyX doesn't natively support dashed lines, so you have to use ERT.
17175  As prerequisite the LaTeX-package 
17176 \series bold
17177 arydshln
17178 \series default
17179
17180 \begin_inset LatexCommand index
17181 name "LaTeX-packages ! arydshln"
17182
17183 \end_inset
17184
17185  must be loaded in the document preamble with the command
17186 \end_layout
17187
17188 \begin_layout Standard
17189
17190 \series bold
17191
17192 \backslash
17193 usepackage{arydshln}
17194 \end_layout
17195
17196 \begin_layout Standard
17197 To make a vertical line dashed, enter the colon 
17198 \begin_inset Quotes eld
17199 \end_inset
17200
17201 :
17202 \begin_inset Quotes erd
17203 \end_inset
17204
17205  together with the character for the horizontal alignment as LaTeX-argument
17206  in the table cell dialog.
17207 \end_layout
17208
17209 \begin_layout Standard
17210 For a horizontal dashed line add the command
17211 \end_layout
17212
17213 \begin_layout Standard
17214
17215 \series bold
17216
17217 \backslash
17218 hdashline
17219 \end_layout
17220
17221 \begin_layout Standard
17222 in ERT as first element of the first cell in the table row.
17223 \end_layout
17224
17225 \begin_layout Standard
17226 For dashed multicolumn lines use the command
17227 \end_layout
17228
17229 \begin_layout Standard
17230
17231 \series bold
17232
17233 \backslash
17234 cdashline{line number
17235 \series default
17236 }
17237 \end_layout
17238
17239 \begin_layout Standard
17240 in ERT as first element of the first cell in the table row.
17241  If you have for example a multicolumn spanning over columns 2 to 4 and
17242  you want to have a dashed line above, add the command
17243 \end_layout
17244
17245 \begin_layout Standard
17246
17247 \series bold
17248
17249 \backslash
17250 cdashline{2-4}
17251 \end_layout
17252
17253 \begin_layout Standard
17254 as first element of the first cell in the row of the multicolumn.
17255 \end_layout
17256
17257 \begin_layout Standard
17258 \begin_inset VSpace bigskip
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \begin_layout Standard
17265 Table\InsetSpace ~
17266
17267 \begin_inset LatexCommand ref
17268 reference "tab:Table-with-dashed"
17269
17270 \end_inset
17271
17272  was created using 
17273 \begin_inset Quotes eld
17274 \end_inset
17275
17276
17277 \series bold
17278 :c
17279 \series default
17280
17281 \begin_inset Quotes erd
17282 \end_inset
17283
17284  as LaTeX-argument of the third column.
17285  The ERT command 
17286 \series bold
17287
17288 \backslash
17289 hdashline
17290 \series default
17291  was inserted to the first cell of the third row and the the ERT command
17292 \newline
17293
17294  
17295 \series bold
17296
17297 \backslash
17298 cdashline{4-5}
17299 \series default
17300  was inserted to the first cell of the fourth row.
17301 \end_layout
17302
17303 \begin_layout Standard
17304 \begin_inset Note Greyedout
17305 status open
17306
17307 \begin_layout Standard
17308
17309 \series bold
17310 Note:
17311 \series default
17312  The used LaTeX-package 
17313 \series bold
17314 arydshln
17315 \series default
17316  is apparently not compatible with the LaTeX-package 
17317 \series bold
17318 colortbl
17319 \series default
17320
17321 \begin_inset LatexCommand index
17322 name "LaTeX-packages ! colortbl"
17323
17324 \end_inset
17325
17326  that is used for colored tables in section\InsetSpace ~
17327
17328 \begin_inset LatexCommand ref
17329 reference "sec:Colored-Tables"
17330
17331 \end_inset
17332
17333 .
17334  That means colored tables cannot have dashed lines.
17335 \end_layout
17336
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \begin_layout Standard
17343 \begin_inset ERT
17344 status collapsed
17345
17346 \begin_layout Standard
17347
17348
17349 \backslash
17350 else
17351 \end_layout
17352
17353 \end_inset
17354
17355
17356 \begin_inset Note Note
17357 status open
17358
17359 \begin_layout Standard
17360 The following will be displayed when the LaTeX-package 
17361 \series bold
17362 arydshln
17363 \series default
17364  is not installed:
17365 \end_layout
17366
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 You need to install the package 
17374 \series bold
17375 arydshln
17376 \series default
17377  to see the contents of this section in the output.
17378 \end_layout
17379
17380 \begin_layout Standard
17381 \begin_inset ERT
17382 status collapsed
17383
17384 \begin_layout Standard
17385
17386
17387 \backslash
17388 fi
17389 \end_layout
17390
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \begin_layout Chapter
17397 Floats
17398 \begin_inset LatexCommand index
17399 name "Floats"
17400
17401 \end_inset
17402
17403
17404 \begin_inset LatexCommand label
17405 name "cha:Floats"
17406
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \begin_layout Section
17413 Introduction
17414 \begin_inset LatexCommand label
17415 name "sec:FloatIntroduction"
17416
17417 \end_inset
17418
17419
17420 \begin_inset LatexCommand index
17421 name "Floats ! Introduction"
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Standard
17429 A float is a block of text associated with some sort of label, which doesn't
17430  have a fixed location.
17431  It can 
17432 \begin_inset Quotes eld
17433 \end_inset
17434
17435 float
17436 \begin_inset Quotes erd
17437 \end_inset
17438
17439  forward or backward a page or two, to wherever it fits best.
17440  
17441 \family sans
17442 Footnotes
17443 \family default
17444  and 
17445 \family sans
17446 Margin\InsetSpace ~
17447 Notes
17448 \family default
17449  are also floats, because they can float to the next page when there are
17450  too many notes at the page.
17451 \end_layout
17452
17453 \begin_layout Standard
17454 Floats allow a high quality layout.
17455  Images and tables can evenly be spread to the pages to avoid white space
17456  and pages without text.
17457  As the floating often destroys the context between the text and the image/table
17458 , every float can be referenced in the text.
17459  Floats are therefore numbered.
17460  Referencing is described in section\InsetSpace ~
17461
17462 \begin_inset LatexCommand ref
17463 reference "sec:Referencing-Floats"
17464
17465 \end_inset
17466
17467 .
17468 \end_layout
17469
17470 \begin_layout Standard
17471 To insert a float, use the menu 
17472 \family sans
17473 Insert\SpecialChar \menuseparator
17474 Float
17475 \family default
17476 .
17477  This inserts the 
17478 \family sans
17479 Caption
17480 \family default
17481  inset, a box with a label.
17482  The label will automatically be translated to the document language in
17483  the output.
17484  Behind the label you can insert the caption text.
17485  The image or table is inserted above or below the caption in a separate
17486  paragraph within the float.
17487  More about the caption placement is described in section\InsetSpace ~
17488
17489 \begin_inset LatexCommand ref
17490 reference "sec:Caption-Placement"
17491
17492 \end_inset
17493
17494 .
17495  To keep your LyX-document readable, you can open and close the float box
17496  by left-clicking on the box label.
17497  A closed float box looks like this: 
17498 \begin_inset Graphics
17499         filename clipart/floatQt4.png
17500         scale 70
17501
17502 \end_inset
17503
17504  -- a gray button with a red label.
17505 \end_layout
17506
17507 \begin_layout Standard
17508 It is recommended to insert floats as a separate paragraph to avoid possible
17509  LaTeX-errors that can occur when the surrounding text is specially formatted.
17510 \end_layout
17511
17512 \begin_layout Standard
17513 Existing figures or tables can be put into a float by marking them and then
17514  pressing the corresponding toolbar button for a new float.
17515 \end_layout
17516
17517 \begin_layout Section
17518 Float Types
17519 \end_layout
17520
17521 \begin_layout Standard
17522 Besides figure and table floats that are described in section\InsetSpace ~
17523
17524 \begin_inset LatexCommand ref
17525 reference "sec:Figure-Floats"
17526
17527 \end_inset
17528
17529  and 
17530 \begin_inset LatexCommand ref
17531 reference "sec:Table-Floats"
17532
17533 \end_inset
17534
17535 , respectively, LyX offers the float types 
17536 \series bold
17537 Algorithm
17538 \series default
17539  and 
17540 \series bold
17541 Text\InsetSpace ~
17542 Wrap\InsetSpace ~
17543 Float
17544 \series default
17545 .
17546 \end_layout
17547
17548 \begin_layout Subsection
17549 Algorithm Floats
17550 \begin_inset LatexCommand index
17551 name "Floats ! Algorithms"
17552
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \begin_layout Standard
17559 \begin_inset Float algorithm
17560 placement h
17561 wide false
17562 sideways false
17563 status open
17564
17565 \begin_layout Standard
17566 \begin_inset Caption
17567
17568 \begin_layout Standard
17569 \begin_inset LatexCommand label
17570 name "alg:Example-Algorithm-float"
17571
17572 \end_inset
17573
17574 Example Algorithm float
17575 \end_layout
17576
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \begin_layout LyX-Code
17583 for I in 1..N loop
17584 \newline
17585  Sum:= Sum + A(I); /*senseless comment*/
17586 \newline
17587 end loop
17588 \begin_inset VSpace -4mm
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \begin_layout Standard
17600 This float type is inserted with the menu 
17601 \family sans
17602 Insert\SpecialChar \menuseparator
17603 Floats\SpecialChar \menuseparator
17604 Algorithm
17605 \family default
17606 .
17607  It is used for program codes and descriptions of algorithms.
17608  A possible environment for algorithms is the 
17609 \family sans
17610 LyX-Code
17611 \family default
17612 , described in LyX's 
17613 \emph on
17614 Userguide
17615 \emph default
17616 .
17617  Algorithm\InsetSpace ~
17618
17619 \begin_inset LatexCommand ref
17620 reference "alg:Example-Algorithm-float"
17621
17622 \end_inset
17623
17624  is an example of an algorithm float where -4\InsetSpace \thinspace{}
17625 mm vertical space was added
17626  at the end of the float to have the bottom rule exactly below the last
17627  text line.
17628 \end_layout
17629
17630 \begin_layout Standard
17631 The float label is not automatically translated into the document language.
17632  If your document is not in English, you have to do this manually by adding
17633  the following line to the document preamble
17634 \series bold
17635 :
17636 \end_layout
17637
17638 \begin_layout Standard
17639
17640 \series bold
17641
17642 \backslash
17643 floatname{algorithm}{your\InsetSpace ~
17644 name}
17645 \end_layout
17646
17647 \begin_layout Standard
17648
17649 \family sans
17650 your\InsetSpace ~
17651 name
17652 \family default
17653  is the word 
17654 \begin_inset Quotes eld
17655 \end_inset
17656
17657
17658 \emph on
17659 algorithm
17660 \emph default
17661
17662 \begin_inset Quotes erd
17663 \end_inset
17664
17665  in your language.
17666 \end_layout
17667
17668 \begin_layout Description
17669
17670 \series bold
17671 Note:
17672 \series default
17673  When the LaTeX-package 
17674 \series bold
17675 hyperref
17676 \series default
17677
17678 \begin_inset LatexCommand index
17679 name "LaTeX-packages ! hyperref"
17680
17681 \end_inset
17682
17683  is used to link cross-references to floats in the PDF-output, it must be
17684  loaded in the document preamble before the definition of floats to be able
17685  to reference floats.
17686  As LyX sets the float definition for algorithm floats automatically before
17687  the user editable part of the document preamble, you need to insert the
17688  following preamble lines 
17689 \emph on
17690 after
17691 \emph default
17692  the loading command of 
17693 \series bold
17694 hyperref
17695 \series default
17696 :
17697 \series bold
17698
17699 \begin_inset VSpace defskip
17700 \end_inset
17701
17702
17703 \newline
17704
17705 \backslash
17706 newfloat{Xalgorithm}{tbp}{loa}
17707 \newline
17708
17709 \backslash
17710 floatname{Xalgorithm}{your\InsetSpace ~
17711 name}
17712 \newline
17713
17714 \backslash
17715 newcommand{
17716 \backslash
17717 theHalgorithm}{
17718 \backslash
17719 theHXalgorithm}
17720 \newline
17721
17722 \backslash
17723 renewenvironment{algorithm}[1][tbp]
17724 \newline
17725
17726 \begin_inset ERT
17727 status collapsed
17728
17729 \begin_layout Standard
17730
17731
17732 \backslash
17733 hphantom{ }
17734 \end_layout
17735
17736 \end_inset
17737
17738 {
17739 \backslash
17740 begin{Xalgorithm}[#1]}{
17741 \backslash
17742 end{Xalgorithm}}
17743 \begin_inset VSpace defskip
17744 \end_inset
17745
17746
17747 \series default
17748
17749 \newline
17750 Where 
17751 \family sans
17752 your\InsetSpace ~
17753 name
17754 \family default
17755  is the word 
17756 \begin_inset Quotes eld
17757 \end_inset
17758
17759
17760 \emph on
17761 algorithm
17762 \emph default
17763
17764 \begin_inset Quotes erd
17765 \end_inset
17766
17767  in your language.
17768 \end_layout
17769
17770 \begin_layout Standard
17771 Algorithm floats are not by default numbered in the scheme 
17772 \begin_inset Quotes eld
17773 \end_inset
17774
17775 chapter.algorithm
17776 \begin_inset Quotes erd
17777 \end_inset
17778
17779  like it is the case for table and figure floats in many document-classes.
17780  To number algorithm floats in the same scheme, add this command to your
17781  document preamble:
17782 \end_layout
17783
17784 \begin_layout Standard
17785
17786 \series bold
17787
17788 \backslash
17789 numberwithin{algorithm}{chapter}
17790 \end_layout
17791
17792 \begin_layout Standard
17793 If you use the LaTeX-package 
17794 \series bold
17795 hyperref
17796 \series default
17797 , add this line instead 
17798 \emph on
17799 after
17800 \emph default
17801  the definition of 
17802 \family sans
17803 Xalgorithm
17804 \family default
17805  (the commands from above) to the preamble:
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811
17812 \backslash
17813 numberwithin{Xalgorithm}{chapter}
17814 \end_layout
17815
17816 \begin_layout Standard
17817 To be able to use the command 
17818 \series bold
17819
17820 \backslash
17821 numberwithin
17822 \series default
17823 , set in the tab 
17824 \family sans
17825 Math\InsetSpace ~
17826 Options
17827 \family default
17828  in the document settings the option 
17829 \family sans
17830 Use\InsetSpace ~
17831 AMS\InsetSpace ~
17832 math\InsetSpace ~
17833 package
17834 \family default
17835 .
17836 \end_layout
17837
17838 \begin_layout Subsection
17839 Text Wrap Floats
17840 \begin_inset LatexCommand index
17841 name "Floats ! Text Wrap Floats"
17842
17843 \end_inset
17844
17845
17846 \begin_inset LatexCommand label
17847 name "sub:floatflt-wrap-float"
17848
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \begin_layout Standard
17855 This float type is used if you want to 
17856 \begin_inset Quotes eld
17857 \end_inset
17858
17859 wrap
17860 \begin_inset Quotes erd
17861 \end_inset
17862
17863  text around a figure so that it only occupies some fraction of the column
17864  width.
17865  It can be inserted using the menu 
17866 \begin_inset Wrap figure
17867 placement l
17868 width "40col%"
17869 status open
17870
17871 \begin_layout Standard
17872 \begin_inset Graphics
17873         filename clipart/mobius.eps
17874         display color
17875         width 40col%
17876         rotateOrigin center
17877
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \begin_layout Standard
17884 \begin_inset Caption
17885
17886 \begin_layout Standard
17887 \begin_inset LatexCommand label
17888 name "fig:This-is-a"
17889
17890 \end_inset
17891
17892 This is a wrapped figure, and this is the brilliant caption that describes
17893  it.
17894 \begin_inset VSpace medskip
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \end_inset
17901
17902
17903 \end_layout
17904
17905 \end_inset
17906
17907  
17908 \family sans
17909 Insert\SpecialChar \menuseparator
17910 Floats\SpecialChar \menuseparator
17911 Text\InsetSpace ~
17912 Wrap\InsetSpace ~
17913 Float
17914 \family default
17915  if the LaTeX-package 
17916 \series bold
17917 f\SpecialChar \textcompwordmark{}
17918 loatf\SpecialChar \textcompwordmark{}
17919 lt
17920 \series default
17921
17922 \begin_inset LatexCommand index
17923 name "LaTeX-packages ! floatflt"
17924
17925 \end_inset
17926
17927  is installed.
17928 \begin_inset Foot
17929 status collapsed
17930
17931 \begin_layout Standard
17932 Installing a LaTeX-package is explained it in the 
17933 \emph on
17934 LaTeX\InsetSpace ~
17935 Configuration
17936 \emph default
17937  manual.
17938 \end_layout
17939
17940 \end_inset
17941
17942  The width and placement of the float is adjusted by right-clicking on the
17943  float box.
17944  Figure\InsetSpace ~
17945
17946 \begin_inset LatexCommand ref
17947 reference "fig:This-is-a"
17948
17949 \end_inset
17950
17951  is an example text wrap float with a width of 40
17952 \begin_inset Formula $\,$
17953 \end_inset
17954
17955 col%.
17956 \begin_inset Foot
17957 status collapsed
17958
17959 \begin_layout Standard
17960 Available units are explained in 
17961 \begin_inset LatexCommand ref
17962 reference "cha:Units-available-in"
17963
17964 \end_inset
17965
17966 .
17967 \end_layout
17968
17969 \end_inset
17970
17971  Some space was added under the caption to separate it better from the surroundi
17972 ng text.
17973 \end_layout
17974
17975 \begin_layout Standard
17976 The LaTeX-package 
17977 \series bold
17978 f\SpecialChar \textcompwordmark{}
17979 loatf\SpecialChar \textcompwordmark{}
17980 lt
17981 \series default
17982  also supports table wrap floats, but they are not yet supported by LyX.
17983  If you need this, read the documentation of 
17984 \series bold
17985 f\SpecialChar \textcompwordmark{}
17986 loatf\SpecialChar \textcompwordmark{}
17987 lt
17988 \series default
17989  
17990 \begin_inset LatexCommand cite
17991 key "floatflt"
17992
17993 \end_inset
17994
17995 .
17996 \end_layout
17997
17998 \begin_layout Standard
17999 \begin_inset Note Greyedout
18000 status open
18001
18002 \begin_layout Standard
18003
18004 \series bold
18005 Note:
18006 \series default
18007  Text\InsetSpace ~
18008 wrap float floats are fragile! E.\InsetSpace \thinspace{}
18009 g.\InsetSpace ~
18010 having a figure too close to the bottom
18011  of the page can mess things up in the way that the float doesn't appear
18012  in the output or that it is placed over some other text.
18013 \begin_inset Foot
18014 status open
18015
18016 \begin_layout Standard
18017 The better solution is to use the LaTeX-package 
18018 \series bold
18019 wrapf\SpecialChar \textcompwordmark{}
18020 ig
18021 \series default
18022
18023 \begin_inset LatexCommand index
18024 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
18025
18026 \end_inset
18027
18028  instead of 
18029 \series bold
18030 f\SpecialChar \textcompwordmark{}
18031 loatf\SpecialChar \textcompwordmark{}
18032 lt
18033 \series default
18034 , but it is currently not supported by LyX.
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \end_inset
18043
18044
18045 \end_layout
18046
18047 \begin_layout Standard
18048 In general:
18049 \end_layout
18050
18051 \begin_layout Itemize
18052 Wrap floats should not be placed in paragraphs that run over a page break.
18053  That means that wrap floats should better be inserted to the exact place
18054  when the document is nearly finished and you are able to estimate where
18055  page breaks will appear.
18056 \end_layout
18057
18058 \begin_layout Itemize
18059 Wrap floats should either be placed in an own paragraph before the paragraph
18060  where they should wrap into or within a paragraph.
18061 \end_layout
18062
18063 \begin_layout Itemize
18064 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18065  there is a text paragraph between them as separator.
18066 \end_layout
18067
18068 \begin_layout Itemize
18069 Wrap floats are not allowed in section headings or tables.
18070 \end_layout
18071
18072 \begin_layout Section
18073 Float Numbering
18074 \begin_inset LatexCommand label
18075 name "sec:Float-Numbering"
18076
18077 \end_inset
18078
18079
18080 \begin_inset LatexCommand index
18081 name "Floats ! Numbering"
18082
18083 \end_inset
18084
18085
18086 \end_layout
18087
18088 \begin_layout Standard
18089 Floats are usually numbered either independent from the sections the floats
18090  are in, or in the scheme 
18091 \begin_inset Quotes eld
18092 \end_inset
18093
18094 chapter.number
18095 \begin_inset Quotes erd
18096 \end_inset
18097
18098  or 
18099 \begin_inset Quotes eld
18100 \end_inset
18101
18102 section.number
18103 \begin_inset Quotes erd
18104 \end_inset
18105
18106 .
18107  This depends on the used document class.
18108 \end_layout
18109
18110 \begin_layout Standard
18111 To change the section independent numbering, you can use this command in
18112  the document preamble:
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118
18119 \backslash
18120 renewcommand{
18121 \backslash
18122 thetable}{
18123 \backslash
18124 roman{table}}
18125 \end_layout
18126
18127 \begin_layout Standard
18128
18129 \series bold
18130
18131 \backslash
18132 thetable
18133 \series default
18134  is the command that prints the table number, for figure floats, the command
18135  would be 
18136 \series bold
18137
18138 \backslash
18139 thefigure
18140 \series default
18141 .
18142  The command 
18143 \series bold
18144
18145 \backslash
18146 roman
18147 \series default
18148  prints in the command above the table number as small roman number.
18149 \end_layout
18150
18151 \begin_layout Standard
18152 To change the numbering scheme for example to 
18153 \begin_inset Quotes eld
18154 \end_inset
18155
18156 subsection.number
18157 \begin_inset Quotes erd
18158 \end_inset
18159
18160 , use this command in the preamble:
18161 \end_layout
18162
18163 \begin_layout Standard
18164
18165 \series bold
18166
18167 \backslash
18168 numberwithin{table}{subsection}
18169 \end_layout
18170
18171 \begin_layout Standard
18172 To be able to use the command 
18173 \series bold
18174
18175 \backslash
18176 numberwithin
18177 \series default
18178 , set in the tab 
18179 \family sans
18180 Math\InsetSpace ~
18181 Options
18182 \family default
18183  in the document settings the option 
18184 \family sans
18185 Use\InsetSpace ~
18186 AMS\InsetSpace ~
18187 math\InsetSpace ~
18188 package
18189 \family default
18190 .
18191 \end_layout
18192
18193 \begin_layout Standard
18194 Please also have a look at section\InsetSpace ~
18195
18196 \begin_inset LatexCommand ref
18197 reference "sub:Footnote-Numbering"
18198
18199 \end_inset
18200
18201  for the details and important notes about the numbering commands.
18202 \end_layout
18203
18204 \begin_layout Section
18205 Referencing Floats
18206 \begin_inset LatexCommand label
18207 name "sec:Referencing-Floats"
18208
18209 \end_inset
18210
18211
18212 \begin_inset LatexCommand index
18213 name "Floats ! References"
18214
18215 \end_inset
18216
18217
18218 \begin_inset LatexCommand index
18219 name "References"
18220
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \begin_layout Standard
18227 To reference a float, insert a label into its caption using the menu 
18228 \family sans
18229 Insert\SpecialChar \menuseparator
18230 Label
18231 \family default
18232  or the toolbar button 
18233 \begin_inset Graphics
18234         filename ../images/label-insert.xpm
18235         scale 85
18236
18237 \end_inset
18238
18239 .
18240  A grey label box like this one: 
18241 \begin_inset Graphics
18242         filename clipart/labelQt4.png
18243         scale 85
18244
18245 \end_inset
18246
18247  will be inserted and the label window pops up asking for the label text.
18248  LyX offers as text the first words of the caption with a prefix.
18249  The prefix depends on the float type, e.\InsetSpace \thinspace{}
18250 g.\InsetSpace ~
18251 for figure floats the prefix will
18252  be "
18253 \family sans
18254 fig:
18255 \family default
18256 ".
18257 \end_layout
18258
18259 \begin_layout Standard
18260 The label is used as anchor and name for the reference.
18261  You can refer to the label using the menu 
18262 \family sans
18263 Insert\SpecialChar \menuseparator
18264 Cross-reference
18265 \family default
18266  or the toolbar button 
18267 \begin_inset Graphics
18268         filename ../images/dialog-show-new-inset_ref.xpm
18269         scale 85
18270
18271 \end_inset
18272
18273 .
18274  A grey cross-reference box like this one: 
18275 \begin_inset Graphics
18276         filename clipart/referenceQt4.png
18277         scale 85
18278
18279 \end_inset
18280
18281  will be inserted and the cross-reference window appear showing all labels
18282  of the document.
18283  If you have multiple LyX-documents opened, choose the one you are working
18284  on from the drop-list at the top of the dialog.
18285  You can now sort the labels alphabetically and then choose one.
18286  At the position of the cross-reference box the float number will appear
18287  in the output.
18288 \end_layout
18289
18290 \begin_layout Standard
18291 It is recommended to use a protected space between the cross-reference name
18292  and its number to avoid line breaks between them.
18293  If a cross-reference refers to a non-existing label, you will see two question
18294  marks in the output instead of the reference.
18295 \end_layout
18296
18297 \begin_layout Standard
18298 You can change labels at any time by clicking on the label box.
18299  References to the changed label will automatically change its link to the
18300  new label text, so that you don't need to take care about this.
18301 \end_layout
18302
18303 \begin_layout Standard
18304 The button 
18305 \family sans
18306 Go\InsetSpace ~
18307 to\InsetSpace ~
18308 Label
18309 \family default
18310  in the cross-reference window sets the cursor before the referred label.
18311  The button text changes then to Go\InsetSpace ~
18312 Back and you can use it to set the cursor
18313  back to the cross-reference.
18314  Right-clicking on a cross-reference box also sets the cursor before the
18315  referenced label but without a possibility to go back.
18316 \end_layout
18317
18318 \begin_layout Subsection
18319 Cross-Reference Formats
18320 \begin_inset LatexCommand label
18321 name "sub:Cross-Reference-Formats"
18322
18323 \end_inset
18324
18325
18326 \begin_inset LatexCommand index
18327 name "References ! Formats"
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Standard
18335 There are six varieties of cross-references:
18336 \end_layout
18337
18338 \begin_layout Description
18339 <reference>: prints the float number, this is the default: 
18340 \begin_inset LatexCommand ref
18341 reference "fig:Two-distorted-images"
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Description
18349 (<reference>): prints the float number within two parentheses, this is the
18350  style normally used to reference formulas, especially when the reference
18351  name 
18352 \begin_inset Quotes eld
18353 \end_inset
18354
18355 Equation
18356 \begin_inset Quotes erd
18357 \end_inset
18358
18359  is omitted: 
18360 \begin_inset LatexCommand eqref
18361 reference "eq:Wgn"
18362
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \begin_layout Description
18369 <page>: prints the page number: Page\InsetSpace ~
18370
18371 \begin_inset LatexCommand pageref
18372 reference "fig:Two-distorted-images"
18373
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \begin_layout Description
18380 on\InsetSpace ~
18381 page\InsetSpace ~
18382 <page>: prints the text "on page" and the page number: 
18383 \begin_inset LatexCommand vpageref
18384 reference "fig:Two-distorted-images"
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \begin_layout Description
18392 <reference>\InsetSpace ~
18393 on\InsetSpace ~
18394 page\InsetSpace ~
18395 <page>: prints the float number, the text "on page", and
18396  the page number: 
18397 \begin_inset LatexCommand vref
18398 reference "fig:Two-distorted-images"
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Description
18406 Formatted\InsetSpace ~
18407 reference: prints a self defined cross-reference format.
18408  
18409 \begin_inset Note Greyedout
18410 status open
18411
18412 \begin_layout Standard
18413
18414 \series bold
18415 Note:
18416 \series default
18417  This feature is only available when you have the LaTeX-package 
18418 \series bold
18419 prettyref
18420 \series default
18421  installed.
18422 \end_layout
18423
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \begin_layout Standard
18430 Note that the style <page> won't print the page number if the label is on
18431  the previous, the same, or the next page.
18432  You will e.\InsetSpace \thinspace{}
18433 g.\InsetSpace ~
18434 see the text 
18435 \begin_inset Quotes eld
18436 \end_inset
18437
18438
18439 \family sans
18440 on this page
18441 \family default
18442
18443 \begin_inset Quotes erd
18444 \end_inset
18445
18446  instead.
18447 \end_layout
18448
18449 \begin_layout Standard
18450 The number and current page of the referred document part in the output,
18451  is automatically calculated by LaTeX.
18452  The varieties are adjusted in the field 
18453 \family sans
18454 Format
18455 \family default
18456  of the cross-reference window, that appear when you click on the cross-referenc
18457 e box.
18458 \end_layout
18459
18460 \begin_layout Subsection
18461 Referencing Subfigures
18462 \begin_inset LatexCommand label
18463 name "sub:Referencing-Subfigures"
18464
18465 \end_inset
18466
18467
18468 \begin_inset LatexCommand index
18469 name "References ! to Subfigures"
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Standard
18477 Currently referencing subfigures is not supported by LyX, so you have to
18478  use LaTeX-commands.
18479  The label is the created with the command
18480 \end_layout
18481
18482 \begin_layout Standard
18483
18484 \series bold
18485
18486 \backslash
18487 label{fig:YourLabelName}
18488 \end_layout
18489
18490 \begin_layout Standard
18491 that is directly inserted into the subfigure caption field.
18492  To reference the label add this command in ERT
18493 \end_layout
18494
18495 \begin_layout Standard
18496
18497 \series bold
18498
18499 \backslash
18500 ref{fig:YourLabelName}
18501 \end_layout
18502
18503 \begin_layout Standard
18504 to the position in your document where the reference should be placed.
18505  Here is a reference to a subfigure: Subfigure\InsetSpace ~
18506
18507 \begin_inset ERT
18508 status collapsed
18509
18510 \begin_layout Standard
18511
18512
18513 \backslash
18514 ref{fig:Platypus}
18515 \end_layout
18516
18517 \end_inset
18518
18519 .
18520 \end_layout
18521
18522 \begin_layout Subsection
18523 Automatic Reference Naming
18524 \begin_inset LatexCommand index
18525 name "References ! Automatic Reference Naming"
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Standard
18533 The LaTeX-package 
18534 \series bold
18535 hyperref
18536 \series default
18537  provides a very useful feature that cross-references automatically include
18538  the name of the referenced floats (or text parts like sections).
18539  You save to write e.\InsetSpace \thinspace{}
18540 g.\InsetSpace ~
18541 the name 
18542 \begin_inset Quotes eld
18543 \end_inset
18544
18545 Figure
18546 \begin_inset Quotes erd
18547 \end_inset
18548
18549  before every reference box.
18550  To get this automatic reference naming, you have to load the LaTeX-package
18551  
18552 \series bold
18553 hyperref
18554 \series default
18555
18556 \begin_inset LatexCommand index
18557 name "LaTeX-packages ! hyperref"
18558
18559 \end_inset
18560
18561  in the document preamble with
18562 \end_layout
18563
18564 \begin_layout Standard
18565
18566 \series bold
18567
18568 \backslash
18569 usepackage[pdfborder={0 0 0}]{hyperref}
18570 \newline
18571
18572 \backslash
18573 AtBeginDocument{
18574 \backslash
18575 renewcommand{
18576 \backslash
18577 ref}[1]{
18578 \backslash
18579 mbox{
18580 \backslash
18581 autoref{#1}}}}
18582 \end_layout
18583
18584 \begin_layout Standard
18585
18586 \series bold
18587 hyperref
18588 \series default
18589  is used to link cross-references in the DVI- and PDF-output, this means
18590  that the reader of your document will be able to click on a table of content
18591  (TOC) entry or on a reference and he will be shown the referenced document
18592  part.
18593  
18594 \series bold
18595 hyperref
18596 \series default
18597  also creates PDF-bookmarks for every section of your document to make it
18598  easier for readers to navigate through the document.
18599  This is also used in this document but when you have a look in the document
18600  preamble you will find various options in the load command of 
18601 \series bold
18602 hyperref
18603 \series default
18604 .
18605  To learn more about the 
18606 \series bold
18607 hyperref
18608 \series default
18609  package, we refer to its documentation 
18610 \begin_inset LatexCommand cite
18611 key "hyperref"
18612
18613 \end_inset
18614
18615 .
18616 \end_layout
18617
18618 \begin_layout Standard
18619 \begin_inset Note Greyedout
18620 status open
18621
18622 \begin_layout Standard
18623
18624 \series bold
18625 Note:
18626 \series default
18627  Automatic reference naming cannot be used when you use cross-references
18628  in the 
18629 \family sans
18630 Formatted\InsetSpace ~
18631 reference
18632 \family default
18633  style, described in section\InsetSpace ~
18634
18635 \begin_inset LatexCommand ref
18636 reference "sub:Cross-Reference-Formats"
18637
18638 \end_inset
18639
18640 .
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \begin_layout Subsection
18649 Reference Position
18650 \begin_inset LatexCommand label
18651 name "sub:Reference-Position"
18652
18653 \end_inset
18654
18655
18656 \begin_inset LatexCommand index
18657 name "References ! Reference Position"
18658
18659 \end_inset
18660
18661
18662 \end_layout
18663
18664 \begin_layout Standard
18665 If you use 
18666 \series bold
18667 hyperref
18668 \series default
18669
18670 \begin_inset LatexCommand index
18671 name "LaTeX-packages ! hyperref"
18672
18673 \end_inset
18674
18675  to link cross-references in the output, you will see that clicking on an
18676  image float reference jumps to the image label.
18677  The caption will be the first text part on the screen, so that you cannot
18678  see the image without scrolling.
18679  This is because the reference link anchor is placed at the position of
18680  the label.
18681  With the use of the package 
18682 \series bold
18683 hypcap
18684 \series default
18685
18686 \begin_inset LatexCommand index
18687 name "LaTeX-packages ! hypcap"
18688
18689 \end_inset
18690
18691 , which is part of the LaTeX-package 
18692 \series bold
18693 oberdiek
18694 \series default
18695
18696 \begin_inset LatexCommand index
18697 name "LaTeX-packages ! oberdiek"
18698
18699 \end_inset
18700
18701 , the link anchor is placed at the beginning of a float.
18702  To use this feature for figure floats, load 
18703 \series bold
18704 hypcap
18705 \series default
18706  in the document preamble with the line
18707 \end_layout
18708
18709 \begin_layout Standard
18710
18711 \series bold
18712
18713 \backslash
18714 usepackage[f\SpecialChar \textcompwordmark{}
18715 igure]{hypcap}
18716 \end_layout
18717
18718 \begin_layout Standard
18719 You can also use 
18720 \series bold
18721 hypcap
18722 \series default
18723  for all floats but this isn't recommended for stability reasons.
18724  For more informations, have a look at 
18725 \series bold
18726 hypcap
18727 \series default
18728 's manual 
18729 \begin_inset LatexCommand cite
18730 key "hypcap"
18731
18732 \end_inset
18733
18734 .
18735 \end_layout
18736
18737 \begin_layout Standard
18738 \begin_inset Note Greyedout
18739 status open
18740
18741 \begin_layout Standard
18742
18743 \series bold
18744 Note:
18745 \series default
18746  
18747 \series bold
18748 hypcap
18749 \series default
18750  must be loaded after 
18751 \series bold
18752 hyperref
18753 \series default
18754  in the document preamble.
18755 \end_layout
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763 \begin_inset Note Greyedout
18764 status open
18765
18766 \begin_layout Standard
18767
18768 \series bold
18769 Note:
18770 \series default
18771  
18772 \series bold
18773 hypcap
18774 \series default
18775  has no effect for references to subfigures.
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \begin_layout Section
18784 Float Placement
18785 \begin_inset LatexCommand label
18786 name "sec:Float-Placement"
18787
18788 \end_inset
18789
18790
18791 \begin_inset LatexCommand index
18792 name "Floats ! Placement"
18793
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \begin_layout Standard
18800 Right-clicking on a float-box opens a dialog where you can alter the placement
18801  options that LaTeX uses for positioning the float.
18802 \newline
18803 The option 
18804 \family sans
18805 Span\InsetSpace ~
18806 columns
18807 \family default
18808  is only useful for two-column documents: If you select it, the float will
18809  span across both columns on the page instead of being confined to just
18810  one.
18811 \newline
18812 The option 
18813 \family sans
18814 Rotate\InsetSpace ~
18815 sideways
18816 \family default
18817  is used to rotate floats, see section 
18818 \begin_inset LatexCommand ref
18819 reference "sec:Rotated-Floats"
18820
18821 \end_inset
18822
18823 .
18824 \end_layout
18825
18826 \begin_layout Standard
18827 You can use one ore more of the following options in the float dialog to
18828  set the placement for a particular float when you uncheck the option 
18829 \family sans
18830 Use\InsetSpace ~
18831 default\InsetSpace ~
18832 placement
18833 \family default
18834 :
18835 \end_layout
18836
18837 \begin_layout Description
18838 Here\InsetSpace ~
18839 if\InsetSpace ~
18840 possible: try to place the float on the position where it is inserted
18841 \end_layout
18842
18843 \begin_layout Description
18844 Top\InsetSpace ~
18845 of\InsetSpace ~
18846 page: try to place the float on the top of the current page
18847 \end_layout
18848
18849 \begin_layout Description
18850 Bottom\InsetSpace ~
18851 of\InsetSpace ~
18852 page: try to place the float on the bottom of the current page
18853 \end_layout
18854
18855 \begin_layout Description
18856 Page\InsetSpace ~
18857 of\InsetSpace ~
18858 floats: try to place the float on an own page 
18859 \end_layout
18860
18861 \begin_layout Standard
18862 The order of the above option is 
18863 \emph on
18864 always
18865 \emph default
18866  used by LaTeX.
18867  That means, if you use the default placement, LaTeX will first try out
18868  
18869 \family sans
18870 Here\InsetSpace ~
18871 if\InsetSpace ~
18872 possible
18873 \family default
18874 , then 
18875 \family sans
18876 Top\InsetSpace ~
18877 of\InsetSpace ~
18878 page
18879 \family default
18880 , and then the others.
18881  If you don't use the default, LaTeX will try only the checked options but
18882  in the same order.
18883  If none of the 4 placements are possible the procedure is internally repeated
18884  but it is tried to put the float on the following page.
18885 \end_layout
18886
18887 \begin_layout Standard
18888 By default, each option has its own rules:
18889 \end_layout
18890
18891 \begin_layout Labeling
18892 \labelwidthstring 00.00.0000
18893
18894 \family sans
18895 Top\InsetSpace ~
18896 of\InsetSpace ~
18897 page
18898 \family default
18899  only floats occupying less than 70\InsetSpace \thinspace{}
18900 % of the page can be placed at the top
18901  of a page (
18902 \series bold
18903
18904 \backslash
18905 topfraction
18906 \series default
18907 )
18908 \end_layout
18909
18910 \begin_layout Labeling
18911 \labelwidthstring 00.00.0000
18912
18913 \family sans
18914 Bottom\InsetSpace ~
18915 of\InsetSpace ~
18916 page
18917 \family default
18918 : only floats occupying less than 30\InsetSpace \thinspace{}
18919 % of the page can be placed at the bottom
18920  of a page.
18921  (
18922 \series bold
18923
18924 \backslash
18925 bottomfraction
18926 \series default
18927 )
18928 \end_layout
18929
18930 \begin_layout Labeling
18931 \labelwidthstring 00.00.0000
18932
18933 \family sans
18934 Page\InsetSpace ~
18935 of\InsetSpace ~
18936 floats
18937 \family default
18938 : only if more than 50\InsetSpace \thinspace{}
18939 % of the page are occupied by floats, several floats
18940  can be set together on a page.
18941  (
18942 \series bold
18943
18944 \backslash
18945 floatpagefraction
18946 \series default
18947 )
18948 \end_layout
18949
18950 \begin_layout Standard
18951 If you don't like these rules, you can ignore them by using the additional
18952  option 
18953 \family sans
18954 Ignore\InsetSpace ~
18955 LaTeX\InsetSpace ~
18956 rules
18957 \family default
18958 .
18959 \newline
18960 You can also redefine the rules with LaTeX-commands that are given in parenthese
18961 s behind the rules description above.
18962  To increase for example the often too small default of the bottom-rule
18963  to 50\InsetSpace \thinspace{}
18964 % of the page, add this line to your document preamble:
18965 \end_layout
18966
18967 \begin_layout Standard
18968
18969 \series bold
18970
18971 \backslash
18972 renewcommand{
18973 \backslash
18974 bottomfraction}{0.5}
18975 \end_layout
18976
18977 \begin_layout Standard
18978 Sometimes you might need, under all circumstances, a float to be placed
18979  exactly at the position where it is inserted.
18980  For this case you can use the option 
18981 \family sans
18982 Here\InsetSpace ~
18983 definitely
18984 \family default
18985 .
18986  Use this option very rarely and only if the document is nearly ready to
18987  be printed.
18988  Because the float is then no longer able to 
18989 \begin_inset Quotes eld
18990 \end_inset
18991
18992 float
18993 \begin_inset Quotes erd
18994 \end_inset
18995
18996  when you change your document and this will often destroy the page layout.
18997 \end_layout
18998
18999 \begin_layout Standard
19000 There are no placement options for text wrap floats, because they are always
19001  surrounded by the text of a certain paragraph.
19002 \begin_inset VSpace bigskip
19003 \end_inset
19004
19005
19006 \end_layout
19007
19008 \begin_layout Standard
19009 Sometimes you have the problem that a float is placed at the top of a page
19010  while its corresponding section starts at the middle of the page, so that
19011  the reader could think the float is part of the previous section.
19012  To avoid this the LaTeX-command 
19013 \series bold
19014
19015 \backslash
19016 suppressf\SpecialChar \textcompwordmark{}
19017 loats
19018 \series default
19019  can be used.
19020  It suppresses a given float placement for the page where it is inserted
19021  and can therefore be used to avoid that floats could be set before a section
19022  starts.
19023  To get this, add these commands to your document preamble:
19024 \end_layout
19025
19026 \begin_layout Standard
19027
19028 \series bold
19029
19030 \backslash
19031 let
19032 \backslash
19033 mySection
19034 \backslash
19035 section
19036 \newline
19037
19038 \backslash
19039 renewcommand{
19040 \backslash
19041 section}{
19042 \backslash
19043 suppressf\SpecialChar \textcompwordmark{}
19044 loats[t]
19045 \backslash
19046 mySection}
19047 \end_layout
19048
19049 \begin_layout Standard
19050 You can define the same for all section headings, like chapters and subsections.
19051  This definition is not recommended to be used for small text parts like
19052  subsubsections because LaTeX may then have problems to find a suitable
19053  placement.
19054 \end_layout
19055
19056 \begin_layout Standard
19057 \begin_inset VSpace bigskip
19058 \end_inset
19059
19060 In some cases it is required to have all figures/tables at the end of the
19061  document.
19062  For this purpose the LaTeX-package 
19063 \series bold
19064 endf\SpecialChar \textcompwordmark{}
19065 loat
19066 \series default
19067
19068 \begin_inset LatexCommand index
19069 name "LaTeX-packages ! endfloat"
19070
19071 \end_inset
19072
19073  was developed.
19074  It puts all figure and table floats at the end of the document into own
19075  sections.
19076  At the original float position a text hint like 
19077 \begin_inset Quotes eld
19078 \end_inset
19079
19080
19081 \family sans
19082 [Figure\InsetSpace ~
19083 3.2 about here.]
19084 \family default
19085
19086 \begin_inset Quotes erd
19087 \end_inset
19088
19089  is inserted.
19090  The endfloat-package is loaded in the preamble with the line
19091 \end_layout
19092
19093 \begin_layout Standard
19094
19095 \series bold
19096
19097 \backslash
19098 usepackage[options]{endf\SpecialChar \textcompwordmark{}
19099 loat}
19100 \end_layout
19101
19102 \begin_layout Standard
19103 There are various package options to format the created figure/table sections.
19104  For more information we refer to the 
19105 \series bold
19106 endf\SpecialChar \textcompwordmark{}
19107 loat
19108 \series default
19109  documentation 
19110 \begin_inset LatexCommand cite
19111 key "endfloat"
19112
19113 \end_inset
19114
19115 .
19116 \newline
19117
19118 \begin_inset Note Greyedout
19119 status open
19120
19121 \begin_layout Standard
19122
19123 \series bold
19124 Note: endf\SpecialChar \textcompwordmark{}
19125 loat
19126 \series default
19127  doesn't provide an automatic translation for the text hint, you have to
19128  do this manually, see section\InsetSpace ~
19129 4 in 
19130 \begin_inset LatexCommand cite
19131 key "endfloat"
19132
19133 \end_inset
19134
19135 .
19136 \end_layout
19137
19138 \end_inset
19139
19140
19141 \newline
19142
19143 \begin_inset Note Greyedout
19144 status open
19145
19146 \begin_layout Standard
19147
19148 \series bold
19149 Note:
19150 \series default
19151  There is currently a bug in 
19152 \series bold
19153 endf\SpecialChar \textcompwordmark{}
19154 loat
19155 \series default
19156  when the caption contains a German 
19157 \begin_inset Quotes eld
19158 \end_inset
19159
19160 ß
19161 \begin_inset Quotes erd
19162 \end_inset
19163
19164 .
19165  Use in this case the command 
19166 \begin_inset Quotes eld
19167 \end_inset
19168
19169
19170 \series bold
19171
19172 \backslash
19173 ss
19174 \series default
19175
19176 \begin_inset Quotes erd
19177 \end_inset
19178
19179  in ERT instead of 
19180 \begin_inset Quotes eld
19181 \end_inset
19182
19183 ß
19184 \begin_inset Quotes erd
19185 \end_inset
19186
19187 .
19188 \end_layout
19189
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \begin_layout Standard
19196 \begin_inset VSpace bigskip
19197 \end_inset
19198
19199 For more details about float placements, have a look at LaTeX books, 
19200 \begin_inset LatexCommand cite
19201 key "latexcompanion,latexguide,latexbook"
19202
19203 \end_inset
19204
19205 .
19206 \end_layout
19207
19208 \begin_layout Section
19209 Rotated Floats
19210 \begin_inset LatexCommand label
19211 name "sec:Rotated-Floats"
19212
19213 \end_inset
19214
19215
19216 \begin_inset LatexCommand index
19217 name "Floats ! Rotating"
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \begin_layout Standard
19225 Especially for wide tables you might have floats rotated.
19226  To rotate a whole float including the caption, right-click on the float-box
19227  and use the option 
19228 \family sans
19229 Rotate\InsetSpace ~
19230 sideways
19231 \family default
19232 .
19233 \end_layout
19234
19235 \begin_layout Standard
19236 Rotated floats are always placed on its own page (or column, when you have
19237  a two-column document).
19238  They are normally rotated so that you can read them from the outside margin
19239  -- to the left on even pages, to the right on odd pages.
19240  To force a certain rotation direction for all pages, you can add either
19241  the option 
19242 \series bold
19243 figuresleft
19244 \series default
19245  or 
19246 \series bold
19247 figuresright
19248 \series default
19249  to the document class options.
19250 \end_layout
19251
19252 \begin_layout Standard
19253 Referencing rotated floats is the same like for normal floats, the caption
19254  format is also the same: Table\InsetSpace ~
19255
19256 \begin_inset LatexCommand ref
19257 reference "tab:Rotated-table"
19258
19259 \end_inset
19260
19261  is an example of a rotated table float.
19262 \end_layout
19263
19264 \begin_layout Standard
19265 \begin_inset Note Greyedout
19266 status open
19267
19268 \begin_layout Standard
19269
19270 \series bold
19271 Note:
19272 \series default
19273  Not all DVI-viewers are able to display rotated floats.
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \begin_layout Standard
19282 \begin_inset Float table
19283 wide false
19284 sideways true
19285 status open
19286
19287 \begin_layout Standard
19288 \begin_inset Caption
19289
19290 \begin_layout Standard
19291 \begin_inset LatexCommand label
19292 name "tab:Rotated-table"
19293
19294 \end_inset
19295
19296  Rotated table
19297 \end_layout
19298
19299 \end_inset
19300
19301
19302 \end_layout
19303
19304 \begin_layout Standard
19305 \align center
19306 \begin_inset Tabular
19307 <lyxtabular version="3" rows="1" columns="5">
19308 <features>
19309 <column alignment="center" valignment="top" leftline="true" width="0">
19310 <column alignment="center" valignment="top" leftline="true" width="0">
19311 <column alignment="center" valignment="top" leftline="true" width="0">
19312 <column alignment="center" valignment="top" leftline="true" width="0">
19313 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19314 <row topline="true" bottomline="true">
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Standard
19319 test
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Standard
19328 b
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Standard
19337 c
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Standard
19346 d
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Standard
19355 e
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 </row>
19361 </lyxtabular>
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \begin_layout Section
19374 Caption Formatting
19375 \begin_inset LatexCommand index
19376 name "Caption ! Formatting"
19377
19378 \end_inset
19379
19380
19381 \begin_inset LatexCommand index
19382 name "Floats ! Caption Formatting"
19383
19384 \end_inset
19385
19386
19387 \begin_inset LatexCommand index
19388 name "LaTeX-packages ! caption"
19389
19390 \end_inset
19391
19392
19393 \begin_inset LatexCommand label
19394 name "sec:Caption-Formatting"
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Standard
19402 The 
19403 \family sans
19404 Caption
19405 \family default
19406  environment is the default paragraph environment for 
19407 \family sans
19408 Floats
19409 \family default
19410 .
19411  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
19412 g.\InsetSpace ~
19413
19414 \begin_inset Quotes eld
19415 \end_inset
19416
19417
19418 \family sans
19419 Figure #:
19420 \family default
19421
19422 \begin_inset Quotes erd
19423 \end_inset
19424
19425  followed by the caption text.
19426  
19427 \begin_inset Quotes eld
19428 \end_inset
19429
19430 #
19431 \begin_inset Quotes erd
19432 \end_inset
19433
19434  is the actual reference number.
19435  By default the label and the number are in the same font as the caption
19436  text and a colon follows the number to divide the label from the text.
19437  This caption format is not suitable for all document formats.
19438  
19439 \end_layout
19440
19441 \begin_layout Standard
19442 To change the default caption format, load the LaTeX-package 
19443 \series bold
19444 caption
19445 \series default
19446
19447 \begin_inset LatexCommand index
19448 name "LaTeX-packages ! caption"
19449
19450 \end_inset
19451
19452  in the document preamble with this line:
19453 \end_layout
19454
19455 \begin_layout Standard
19456
19457 \series bold
19458
19459 \backslash
19460 usepackage[format definition]{caption}
19461 \end_layout
19462
19463 \begin_layout Standard
19464 To have for example the label and the number in sans-serif bold font and
19465  the table captions always above the table like in this document, use the
19466  following command:
19467 \end_layout
19468
19469 \begin_layout Standard
19470
19471 \series bold
19472
19473 \backslash
19474 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19475 \end_layout
19476
19477 \begin_layout Standard
19478 You can also define different caption formats for the different float types.
19479  In this case load the 
19480 \series bold
19481 caption
19482 \series default
19483  package without format specific options and define the different formats
19484  with the help of the command
19485 \end_layout
19486
19487 \begin_layout Standard
19488
19489 \series bold
19490
19491 \backslash
19492 captionsetup[float type]{format definition}
19493 \end_layout
19494
19495 \begin_layout Standard
19496 in the document preamble.
19497  For example the caption formats of Figure\InsetSpace ~
19498
19499 \begin_inset LatexCommand ref
19500 reference "fig:This-is-an-fig"
19501
19502 \end_inset
19503
19504  and Table\InsetSpace ~
19505
19506 \begin_inset LatexCommand ref
19507 reference "tab:This-is-an-tab"
19508
19509 \end_inset
19510
19511  can be created using these commands in the document preamble:
19512 \end_layout
19513
19514 \begin_layout Standard
19515
19516 \series bold
19517
19518 \backslash
19519 usepackage[tableposition=top]{caption}
19520 \series default
19521
19522 \newline
19523
19524 \series bold
19525
19526 \backslash
19527 captionsetup[f\SpecialChar \textcompwordmark{}
19528 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19529 \newline
19530
19531 \begin_inset ERT
19532 status collapsed
19533
19534 \begin_layout Standard
19535
19536
19537 \backslash
19538 hphantom{
19539 \backslash
19540
19541 \backslash
19542 captionsetup[figure]
19543 \backslash
19544 {}
19545 \end_layout
19546
19547 \end_inset
19548
19549  labelsep=period}
19550 \newline
19551
19552 \backslash
19553 captionsetup[table]{labelfont={bf,sf}}
19554 \end_layout
19555
19556 \begin_layout Standard
19557 \begin_inset Note Greyedout
19558 status open
19559
19560 \begin_layout Standard
19561
19562 \series bold
19563 Note:
19564 \series default
19565  The option 
19566 \series bold
19567 tableposition=top
19568 \series default
19569  has no effect when a 
19570 \series bold
19571 koma-script
19572 \series default
19573
19574 \begin_inset LatexCommand index
19575 name "LaTeX-packages ! koma-script"
19576
19577 \end_inset
19578
19579  document class is used.
19580  In this case the document class option 
19581 \series bold
19582 tablecaptionabove
19583 \series default
19584  must be used.
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \begin_layout Standard
19593 For more information about the package 
19594 \series bold
19595 caption
19596 \series default
19597  we refer to its documentation 
19598 \begin_inset LatexCommand cite
19599 key "caption,caption-de"
19600
19601 \end_inset
19602
19603 .
19604 \end_layout
19605
19606 \begin_layout Standard
19607 To change the label name from e.g.
19608  
19609 \begin_inset Quotes eld
19610 \end_inset
19611
19612 Figure
19613 \begin_inset Quotes erd
19614 \end_inset
19615
19616  to 
19617 \begin_inset Quotes eld
19618 \end_inset
19619
19620 Image
19621 \begin_inset Quotes erd
19622 \end_inset
19623
19624  use this preamble command:
19625 \end_layout
19626
19627 \begin_layout Standard
19628
19629 \series bold
19630
19631 \backslash
19632 renewcommand{
19633 \backslash
19634 fnum@figure}{Image~
19635 \backslash
19636 thefigure}
19637 \end_layout
19638
19639 \begin_layout Standard
19640 where 
19641 \series bold
19642
19643 \backslash
19644 thefigure
19645 \series default
19646  inserts the figure number and
19647 \series bold
19648  
19649 \begin_inset Quotes eld
19650 \end_inset
19651
19652 ~
19653 \series default
19654
19655 \begin_inset Quotes erd
19656 \end_inset
19657
19658  creates a protected space.
19659 \end_layout
19660
19661 \begin_layout Standard
19662 \begin_inset VSpace bigskip
19663 \end_inset
19664
19665 If you are using a 
19666 \series bold
19667 koma-script
19668 \series default
19669
19670 \begin_inset LatexCommand index
19671 name "LaTeX-packages ! koma-script"
19672
19673 \end_inset
19674
19675  document class (
19676 \family sans
19677 article (koma-script)
19678 \family default
19679
19680 \family sans
19681 book (koma-script)
19682 \family default
19683
19684 \family sans
19685 letter (koma-script)
19686 \family default
19687 , or 
19688 \family sans
19689 report (koma-script)
19690 \family default
19691 \InsetSpace \thinspace{}
19692 ), you can alternatively to the 
19693 \series bold
19694 caption
19695 \series default
19696  package use 
19697 \series bold
19698 koma-script
19699 \series default
19700 's built-in command 
19701 \series bold
19702
19703 \backslash
19704 setkomafont
19705 \series default
19706 .
19707  For example, to have the caption label in bold, add this command to your
19708  document preamble:
19709 \end_layout
19710
19711 \begin_layout Standard
19712
19713 \series bold
19714
19715 \backslash
19716 setkomafont{captionlabel}{
19717 \backslash
19718 bfseries}
19719 \end_layout
19720
19721 \begin_layout Standard
19722 For more information about 
19723 \series bold
19724
19725 \backslash
19726 setkomafont
19727 \series default
19728  we refer to the 
19729 \series bold
19730 koma-script
19731 \series default
19732  documentation 
19733 \begin_inset LatexCommand cite
19734 key "koma-script,koma-script-de"
19735
19736 \end_inset
19737
19738 .
19739 \end_layout
19740
19741 \begin_layout Standard
19742 \begin_inset ERT
19743 status collapsed
19744
19745 \begin_layout Standard
19746
19747
19748 \backslash
19749 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19750 }
19751 \end_layout
19752
19753 \end_inset
19754
19755
19756 \begin_inset Note Note
19757 status open
19758
19759 \begin_layout Standard
19760 The caption format is changed only for this example.
19761 \end_layout
19762
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Standard
19769 \begin_inset Float figure
19770 placement !p
19771 wide false
19772 sideways false
19773 status open
19774
19775 \begin_layout Standard
19776 \align center
19777 \begin_inset Graphics
19778         filename clipart/mobius.eps
19779         lyxscale 50
19780         scale 50
19781
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \begin_layout Standard
19788 \begin_inset Caption
19789
19790 \begin_layout Standard
19791 \begin_inset LatexCommand label
19792 name "fig:This-is-an-fig"
19793
19794 \end_inset
19795
19796 This is an example figure caption that is longer than one line to show the
19797  different caption format.
19798  Here a self-defined caption format is used.
19799 \end_layout
19800
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset ERT
19813 status collapsed
19814
19815 \begin_layout Standard
19816
19817
19818 \backslash
19819 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19820 on}
19821 \end_layout
19822
19823 \end_inset
19824
19825
19826 \end_layout
19827
19828 \begin_layout Standard
19829 \begin_inset Float table
19830 placement !p
19831 wide false
19832 sideways false
19833 status open
19834
19835 \begin_layout Standard
19836 \begin_inset Caption
19837
19838 \begin_layout Standard
19839 \begin_inset LatexCommand label
19840 name "tab:This-is-an-tab"
19841
19842 \end_inset
19843
19844 This is an example table caption that is longer than one line to show the
19845  different caption format.
19846  Here the standard caption format for tables in this document is used.
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \begin_layout Standard
19855 \align center
19856 \begin_inset Tabular
19857 <lyxtabular version="3" rows="1" columns="5">
19858 <features>
19859 <column alignment="center" valignment="top" leftline="true" width="0">
19860 <column alignment="center" valignment="top" leftline="true" width="0">
19861 <column alignment="center" valignment="top" leftline="true" width="0">
19862 <column alignment="center" valignment="top" leftline="true" width="0">
19863 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19864 <row topline="true" bottomline="true">
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Standard
19869 a
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Standard
19878 b
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Standard
19887 c
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Standard
19896 d
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Standard
19905 e
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 </lyxtabular>
19912
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \begin_layout Section
19924 Caption Placement
19925 \begin_inset LatexCommand index
19926 name "Caption ! Placement"
19927
19928 \end_inset
19929
19930
19931 \begin_inset LatexCommand index
19932 name "Floats ! Caption Placement"
19933
19934 \end_inset
19935
19936
19937 \begin_inset LatexCommand label
19938 name "sec:Caption-Placement"
19939
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \begin_layout Standard
19946 The common caption placement rule is:
19947 \end_layout
19948
19949 \begin_layout Description
19950 Figure: Caption is set below the figure
19951 \end_layout
19952
19953 \begin_layout Description
19954 Table: Caption is set above the table
19955 \end_layout
19956
19957 \begin_layout Standard
19958 Having the caption above the table is unfortunately not supported in LaTeX's
19959  standard classes.
19960  That means if you are using the document classes 
19961 \family sans
19962 article
19963 \family default
19964
19965 \family sans
19966 book
19967 \family default
19968
19969 \family sans
19970 letter
19971 \family default
19972 , or 
19973 \family sans
19974 report
19975 \family default
19976  there will be no space between the caption and the table.
19977  To insert the needed space, add the following option to the load command
19978  of the LaTeX-package 
19979 \series bold
19980 caption
19981 \series default
19982  in your document preamble
19983 \begin_inset Foot
19984 status collapsed
19985
19986 \begin_layout Standard
19987 See section\InsetSpace ~
19988
19989 \begin_inset LatexCommand ref
19990 reference "sec:Caption-Formatting"
19991
19992 \end_inset
19993
19994  for more information of the package 
19995 \series bold
19996 caption
19997 \series default
19998 .
19999 \end_layout
20000
20001 \end_inset
20002
20003 :
20004 \end_layout
20005
20006 \begin_layout Standard
20007
20008 \series bold
20009 tableposition=top
20010 \end_layout
20011
20012 \begin_layout Standard
20013 If you are using a 
20014 \series bold
20015 koma-script
20016 \series default
20017
20018 \begin_inset LatexCommand index
20019 name "LaTeX-packages ! koma-script"
20020
20021 \end_inset
20022
20023  document class (
20024 \family sans
20025 article (koma-script)
20026 \family default
20027
20028 \family sans
20029 book (koma-script)
20030 \family default
20031
20032 \family sans
20033 letter (koma-script)
20034 \family default
20035 , or 
20036 \family sans
20037 report (koma-script)
20038 \family default
20039 \InsetSpace \thinspace{}
20040 ), you can alternatively to the 
20041 \series bold
20042 caption
20043 \series default
20044  package set the document class option 
20045 \series bold
20046 tablecaptionabove
20047 \series default
20048 , or you can use the environment 
20049 \family sans
20050 caption\InsetSpace ~
20051 above
20052 \family default
20053  instead of the 
20054 \family sans
20055 caption
20056 \family default
20057  environment.
20058 \end_layout
20059
20060 \begin_layout Standard
20061 \begin_inset VSpace bigskip
20062 \end_inset
20063
20064 It is also possible to set the caption beside a figure or table.
20065  To get this the LaTeX-package 
20066 \series bold
20067 sidecap
20068 \series default
20069
20070 \begin_inset LatexCommand index
20071 name "LaTeX-packages ! sidecap"
20072
20073 \end_inset
20074
20075  has to be loaded in the document preamble with the line
20076 \end_layout
20077
20078 \begin_layout Standard
20079
20080 \series bold
20081
20082 \backslash
20083 usepackage[option]{sidecap}
20084 \end_layout
20085
20086 \begin_layout Standard
20087 If you set no option, the caption is placed on the side of the outer page
20088  margin -- to the right on odd pages, to the left on even pages.
20089  You can change the placement to inner margin with the option 
20090 \series bold
20091 innercaption
20092 \series default
20093 .
20094  To force the placement always to the right or left, use the option 
20095 \series bold
20096 rightcaption
20097 \series default
20098  or 
20099 \series bold
20100 leftcaption
20101 \series default
20102 , respectively.
20103 \end_layout
20104
20105 \begin_layout Standard
20106 To place in LyX the caption of a float on the side, it is necessary to add
20107  these commands to the document preamble:
20108 \end_layout
20109
20110 \begin_layout Standard
20111
20112 \lyxline
20113
20114 \end_layout
20115
20116 \begin_layout Standard
20117
20118 \series bold
20119
20120 \backslash
20121 newcommand{
20122 \backslash
20123 TabBesBeg}{%
20124 \newline
20125
20126 \begin_inset ERT
20127 status collapsed
20128
20129 \begin_layout Standard
20130
20131
20132 \backslash
20133 hphantom{ }
20134 \end_layout
20135
20136 \end_inset
20137
20138
20139 \backslash
20140 let
20141 \backslash
20142 MyTable
20143 \backslash
20144 table
20145 \newline
20146
20147 \begin_inset ERT
20148 status collapsed
20149
20150 \begin_layout Standard
20151
20152
20153 \backslash
20154 hphantom{ }
20155 \end_layout
20156
20157 \end_inset
20158
20159
20160 \backslash
20161 let
20162 \backslash
20163 MyEndtable
20164 \backslash
20165 endtable
20166 \newline
20167
20168 \begin_inset ERT
20169 status collapsed
20170
20171 \begin_layout Standard
20172
20173
20174 \backslash
20175 hphantom{ }
20176 \end_layout
20177
20178 \end_inset
20179
20180
20181 \backslash
20182 renewenvironment{table}{
20183 \backslash
20184 begin{SCtable}}{
20185 \backslash
20186 end{SCtable}}}
20187 \end_layout
20188
20189 \begin_layout Standard
20190
20191 \series bold
20192
20193 \backslash
20194 newcommand{
20195 \backslash
20196 TabBesEnd}{%
20197 \newline
20198
20199 \begin_inset ERT
20200 status collapsed
20201
20202 \begin_layout Standard
20203
20204
20205 \backslash
20206 hphantom{ }
20207 \end_layout
20208
20209 \end_inset
20210
20211
20212 \backslash
20213 let
20214 \backslash
20215 table
20216 \backslash
20217 MyTable
20218 \newline
20219
20220 \begin_inset ERT
20221 status collapsed
20222
20223 \begin_layout Standard
20224
20225
20226 \backslash
20227 hphantom{ }
20228 \end_layout
20229
20230 \end_inset
20231
20232
20233 \backslash
20234 let
20235 \backslash
20236 endtable
20237 \backslash
20238 MyEndtable
20239 \end_layout
20240
20241 \begin_layout Standard
20242
20243 \series bold
20244
20245 \backslash
20246 newcommand{
20247 \backslash
20248 FigBesBeg}{%
20249 \newline
20250
20251 \begin_inset ERT
20252 status collapsed
20253
20254 \begin_layout Standard
20255
20256
20257 \backslash
20258 hphantom{ }
20259 \end_layout
20260
20261 \end_inset
20262
20263
20264 \backslash
20265 let
20266 \backslash
20267 MyFigure
20268 \backslash
20269 f\SpecialChar \textcompwordmark{}
20270 igure
20271 \newline
20272
20273 \begin_inset ERT
20274 status collapsed
20275
20276 \begin_layout Standard
20277
20278
20279 \backslash
20280 hphantom{ }
20281 \end_layout
20282
20283 \end_inset
20284
20285
20286 \backslash
20287 let
20288 \backslash
20289 MyEndf\SpecialChar \textcompwordmark{}
20290 igure
20291 \backslash
20292 endf\SpecialChar \textcompwordmark{}
20293 igure
20294 \newline
20295
20296 \begin_inset ERT
20297 status collapsed
20298
20299 \begin_layout Standard
20300
20301
20302 \backslash
20303 hphantom{ }
20304 \end_layout
20305
20306 \end_inset
20307
20308
20309 \backslash
20310 renewenvironment{f\SpecialChar \textcompwordmark{}
20311 igure}{
20312 \backslash
20313 begin{SCf\SpecialChar \textcompwordmark{}
20314 igure}}{
20315 \backslash
20316 end{SCf\SpecialChar \textcompwordmark{}
20317 igure}}}
20318 \end_layout
20319
20320 \begin_layout Standard
20321
20322 \series bold
20323
20324 \backslash
20325 newcommand{
20326 \backslash
20327 FigBesEnd}{%
20328 \newline
20329
20330 \begin_inset ERT
20331 status collapsed
20332
20333 \begin_layout Standard
20334
20335
20336 \backslash
20337 hphantom{ }
20338 \end_layout
20339
20340 \end_inset
20341
20342
20343 \backslash
20344 let
20345 \backslash
20346 f\SpecialChar \textcompwordmark{}
20347 igure
20348 \backslash
20349 MyFigure
20350 \newline
20351
20352 \begin_inset ERT
20353 status collapsed
20354
20355 \begin_layout Standard
20356
20357
20358 \backslash
20359 hphantom{ }
20360 \end_layout
20361
20362 \end_inset
20363
20364
20365 \backslash
20366 let
20367 \backslash
20368 endf\SpecialChar \textcompwordmark{}
20369 igure
20370 \backslash
20371 MyEndf\SpecialChar \textcompwordmark{}
20372 igure}
20373 \end_layout
20374
20375 \begin_layout Standard
20376
20377 \lyxline
20378
20379 \end_layout
20380
20381 \begin_layout Standard
20382 The commands allow you to redefine the floats so that the caption is set
20383  on the side.
20384  For figure floats use the command
20385 \end_layout
20386
20387 \begin_layout Standard
20388
20389 \series bold
20390
20391 \backslash
20392 FigBesBeg
20393 \end_layout
20394
20395 \begin_layout Standard
20396 in ERT before the float.
20397  Behind the float insert the command
20398 \end_layout
20399
20400 \begin_layout Standard
20401
20402 \series bold
20403
20404 \backslash
20405 FigBesEnd
20406 \end_layout
20407
20408 \begin_layout Standard
20409 in ERT to get back to the original float definition.
20410 \end_layout
20411
20412 \begin_layout Standard
20413 For table floats use the corresponding commands
20414 \end_layout
20415
20416 \begin_layout Standard
20417
20418 \series bold
20419
20420 \backslash
20421 TabBesBeg
20422 \series default
20423  and 
20424 \series bold
20425
20426 \backslash
20427 TabBesEnd
20428 \end_layout
20429
20430 \begin_layout Standard
20431 Figure\InsetSpace ~
20432
20433 \begin_inset LatexCommand ref
20434 reference "fig:cap-beside-fig"
20435
20436 \end_inset
20437
20438  and Table\InsetSpace ~
20439
20440 \begin_inset LatexCommand ref
20441 reference "tab:cap-beside-tab"
20442
20443 \end_inset
20444
20445  are examples where the caption is set beside.
20446 \end_layout
20447
20448 \begin_layout Standard
20449 You can see in the examples that the caption text appears at the top of
20450  the floats for table floats and at the bottom for figure floats.
20451  To change this, you can use the command
20452 \end_layout
20453
20454 \begin_layout Standard
20455
20456 \series bold
20457
20458 \backslash
20459 sidecaptionvpos{float type}{placement}
20460 \end_layout
20461
20462 \begin_layout Standard
20463 in the document preamble or in ERT before the float.
20464  The float type is either 
20465 \family sans
20466 figure
20467 \family default
20468  or 
20469 \family sans
20470 table
20471 \family default
20472 , the placement can be 
20473 \begin_inset Quotes eld
20474 \end_inset
20475
20476
20477 \family sans
20478 t
20479 \family default
20480
20481 \begin_inset Quotes erd
20482 \end_inset
20483
20484  for top, 
20485 \begin_inset Quotes eld
20486 \end_inset
20487
20488
20489 \family sans
20490 c
20491 \family default
20492
20493 \begin_inset Quotes erd
20494 \end_inset
20495
20496  for center, or 
20497 \begin_inset Quotes eld
20498 \end_inset
20499
20500
20501 \family sans
20502 b
20503 \family default
20504
20505 \begin_inset Quotes erd
20506 \end_inset
20507
20508  for bottom.
20509  To have for example the caption of figure floats vertically centered, use
20510  the command
20511 \end_layout
20512
20513 \begin_layout Standard
20514
20515 \series bold
20516
20517 \backslash
20518 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20519 igure}{c}
20520 \end_layout
20521
20522 \begin_layout Standard
20523 This was used for Figure\InsetSpace ~
20524
20525 \begin_inset LatexCommand ref
20526 reference "fig:cap-beside-fig-2"
20527
20528 \end_inset
20529
20530 .
20531 \end_layout
20532
20533 \begin_layout Standard
20534 \begin_inset VSpace defskip
20535 \end_inset
20536
20537 For more information about the package 
20538 \series bold
20539 sidecap
20540 \series default
20541  we refer to its documentation 
20542 \begin_inset LatexCommand cite
20543 key "sidecap"
20544
20545 \end_inset
20546
20547 .
20548 \end_layout
20549
20550 \begin_layout Standard
20551 \begin_inset Note Greyedout
20552 status open
20553
20554 \begin_layout Standard
20555
20556 \series bold
20557 Note:
20558 \series default
20559  The LaTeX-package 
20560 \series bold
20561 hypcap
20562 \series default
20563
20564 \begin_inset LatexCommand index
20565 name "LaTeX-packages ! hypcap"
20566
20567 \end_inset
20568
20569 , described in section\InsetSpace ~
20570
20571 \begin_inset LatexCommand ref
20572 reference "sub:Reference-Position"
20573
20574 \end_inset
20575
20576 , has no effect on floats with the caption set beside.
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \begin_layout Standard
20585 \begin_inset ERT
20586 status collapsed
20587
20588 \begin_layout Standard
20589
20590
20591 \backslash
20592 FigBesBeg 
20593 \end_layout
20594
20595 \end_inset
20596
20597
20598 \end_layout
20599
20600 \begin_layout Standard
20601 \begin_inset Float figure
20602 wide false
20603 sideways false
20604 status open
20605
20606 \begin_layout Standard
20607 \begin_inset Graphics
20608         filename clipart/escher-lsd.eps
20609         scale 75
20610
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \begin_layout Standard
20617 \begin_inset Caption
20618
20619 \begin_layout Standard
20620 \begin_inset LatexCommand label
20621 name "fig:cap-beside-fig"
20622
20623 \end_inset
20624
20625 This is a caption beside a figure.
20626 \end_layout
20627
20628 \end_inset
20629
20630
20631 \end_layout
20632
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \begin_layout Standard
20639 \begin_inset ERT
20640 status collapsed
20641
20642 \begin_layout Standard
20643
20644
20645 \backslash
20646 TabBesBeg 
20647 \end_layout
20648
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \begin_layout Standard
20655 \begin_inset Float table
20656 wide false
20657 sideways false
20658 status open
20659
20660 \begin_layout Standard
20661 \begin_inset Caption
20662
20663 \begin_layout Standard
20664 \begin_inset LatexCommand label
20665 name "tab:cap-beside-tab"
20666
20667 \end_inset
20668
20669 This is a caption beside a table.
20670 \end_layout
20671
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \begin_layout Standard
20678 \begin_inset Tabular
20679 <lyxtabular version="3" rows="4" columns="5">
20680 <features>
20681 <column alignment="center" valignment="top" leftline="true" width="0">
20682 <column alignment="center" valignment="top" leftline="true" width="0">
20683 <column alignment="center" valignment="top" leftline="true" width="0">
20684 <column alignment="center" valignment="top" leftline="true" width="0">
20685 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20686 <row topline="true">
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Standard
20691 a
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20697 \begin_inset Text
20698
20699 \begin_layout Standard
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Standard
20709 b
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Standard
20718
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Standard
20727 c
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 </row>
20733 <row topline="true">
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Standard
20738
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Standard
20747 d
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Standard
20756
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Standard
20765 e
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Standard
20774
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 </row>
20780 <row topline="true">
20781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Standard
20785 f
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Standard
20794
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Standard
20803 g
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Standard
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Standard
20821 h
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row topline="true" bottomline="true">
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Standard
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Standard
20841 i
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Standard
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Standard
20859 j
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Standard
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 </row>
20874 </lyxtabular>
20875
20876 \end_inset
20877
20878
20879 \end_layout
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Standard
20887 \begin_inset ERT
20888 status collapsed
20889
20890 \begin_layout Standard
20891
20892
20893 \backslash
20894 TabBesEnd
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Standard
20903 \begin_inset ERT
20904 status collapsed
20905
20906 \begin_layout Standard
20907
20908
20909 \backslash
20910 sidecaptionvpos{figure}{c}
20911 \end_layout
20912
20913 \end_inset
20914
20915
20916 \begin_inset Float figure
20917 wide false
20918 sideways false
20919 status open
20920
20921 \begin_layout Standard
20922 \begin_inset Graphics
20923         filename clipart/escher-lsd.eps
20924         scale 75
20925
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \begin_layout Standard
20932 \begin_inset Caption
20933
20934 \begin_layout Standard
20935 \begin_inset LatexCommand label
20936 name "fig:cap-beside-fig-2"
20937
20938 \end_inset
20939
20940 This is a vertically centered caption beside a figure.
20941 \end_layout
20942
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \begin_layout Standard
20954 \begin_inset ERT
20955 status collapsed
20956
20957 \begin_layout Standard
20958
20959
20960 \backslash
20961 FigBesEnd
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \begin_layout Section
20970 Listings of Floats
20971 \begin_inset LatexCommand label
20972 name "sec:Listings-of-Floats"
20973
20974 \end_inset
20975
20976
20977 \begin_inset LatexCommand index
20978 name "Floats ! Float Lists"
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \begin_layout Standard
20986 Similar to the the table of contents where the sections of the document
20987  are listed, there are listings for all float types, like the figures of
20988  the documents.
20989  You can insert them via the 
20990 \family sans
20991 Insert\SpecialChar \menuseparator
20992 List\InsetSpace ~
20993 /\InsetSpace ~
20994 TOC
20995 \family default
20996  sub menus.
20997 \end_layout
20998
20999 \begin_layout Standard
21000 The list entries are the float captions or its short title, the float number,
21001  and the page number where they appear in the document.
21002 \end_layout
21003
21004 \begin_layout Standard
21005 You can find the list of figures and tables at the end of this document.
21006 \end_layout
21007
21008 \begin_layout Chapter
21009 Notes
21010 \end_layout
21011
21012 \begin_layout Section
21013 \begin_inset ERT
21014 status collapsed
21015
21016 \begin_layout Standard
21017
21018
21019 \backslash
21020 texorpdfstring{
21021 \end_layout
21022
21023 \end_inset
21024
21025 LyX
21026 \begin_inset ERT
21027 status collapsed
21028
21029 \begin_layout Standard
21030
21031 }{LyX}
21032 \end_layout
21033
21034 \end_inset
21035
21036  Notes
21037 \begin_inset LatexCommand label
21038 name "sec:LyX-Notes"
21039
21040 \end_inset
21041
21042
21043 \begin_inset LatexCommand index
21044 name "Notes ! LyX Notes"
21045
21046 \end_inset
21047
21048
21049 \begin_inset Note Note
21050 status collapsed
21051
21052 \begin_layout Standard
21053 The command 
21054 \backslash
21055 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
21056  are displayed wrongly in PDF-bookmarks.
21057  For more information about this, have a look at 
21058 \begin_inset LatexCommand cite
21059 key "hyperref"
21060
21061 \end_inset
21062
21063 .
21064 \end_layout
21065
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \begin_layout Standard
21072 Notes are inserted with the toolbar button 
21073 \begin_inset Graphics
21074         filename ../images/note-insert.xpm
21075         scale 85
21076
21077 \end_inset
21078
21079  or the menu 
21080 \family sans
21081 Insert\SpecialChar \menuseparator
21082 Note
21083 \family default
21084 .
21085  There are five types of notes:
21086 \end_layout
21087
21088 \begin_layout Description
21089 LyX\InsetSpace ~
21090 Note This note type is for internal notes that won't appear in the output.
21091  Its note-box looks like this:
21092 \newline
21093
21094 \newline
21095
21096 \begin_inset Graphics
21097         filename clipart/LyXNoteImageQt4.png
21098         display none
21099         scale 85
21100
21101 \end_inset
21102
21103  
21104 \begin_inset Note Note
21105 status open
21106
21107 \begin_layout Standard
21108 This is text in a note box that doesn't appear in the output.
21109 \end_layout
21110
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \begin_layout Description
21117 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
21118 ent, when you export the document to LaTeX via the menu 
21119 \family sans
21120 File\SpecialChar \menuseparator
21121 Export\SpecialChar \menuseparator
21122 LaTeX (pdflatex) / LaTeX (plain)
21123 \family default
21124 .
21125  Its note-box looks like this:
21126 \newline
21127
21128 \newline
21129
21130 \begin_inset Graphics
21131         filename clipart/CommentNoteImageQt4.png
21132         display none
21133         scale 85
21134
21135 \end_inset
21136
21137  
21138 \begin_inset Note Comment
21139 status open
21140
21141 \begin_layout Standard
21142 This is text in a note box that only appears as comment in LaTeX-files.
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \begin_layout Description
21151 Greyed\InsetSpace ~
21152 Out This note will appear in the output as grey text.
21153  Its note-box looks like this:
21154 \newline
21155
21156 \newline
21157
21158 \begin_inset Graphics
21159         filename clipart/GreyedOutNoteImageQt4.png
21160         display none
21161         scale 85
21162
21163 \end_inset
21164
21165
21166 \newline
21167
21168 \begin_inset ERT
21169 status collapsed
21170
21171 \begin_layout Standard
21172
21173
21174 \backslash
21175 renewenvironment{lyxgreyedout}
21176 \end_layout
21177
21178 \begin_layout Standard
21179
21180 {
21181 \backslash
21182 textcolor[gray]{0.8}
21183 \backslash
21184 bgroup}{
21185 \backslash
21186 egroup}
21187 \end_layout
21188
21189 \end_inset
21190
21191
21192 \begin_inset Note Greyedout
21193 status open
21194
21195 \begin_layout Standard
21196 This is text
21197 \begin_inset Foot
21198 status open
21199
21200 \begin_layout Standard
21201 This is an example footnote within a greyed out note.
21202 \end_layout
21203
21204 \end_inset
21205
21206  of a comment that appears in the output as grey text.
21207 \end_layout
21208
21209 \end_inset
21210
21211
21212 \begin_inset ERT
21213 status collapsed
21214
21215 \begin_layout Standard
21216
21217
21218 \backslash
21219 renewenvironment{lyxgreyedout}
21220 \end_layout
21221
21222 \begin_layout Standard
21223
21224 {
21225 \backslash
21226 textcolor{blue}
21227 \backslash
21228 bgroup}{
21229 \backslash
21230 egroup}
21231 \end_layout
21232
21233 \end_inset
21234
21235
21236 \begin_inset Note Note
21237 status collapsed
21238
21239 \begin_layout Standard
21240 The greyed out note is here redefined to show it with the original LyX definitio
21241 n because greyed out notes are redefined in the preamble of this document,
21242  as described below, to have blue text.
21243 \end_layout
21244
21245 \end_inset
21246
21247
21248 \newline
21249
21250 \newline
21251 As you can see in the example, the first line of greyed out notes is a bit
21252  indented and greyed out notes can have footnotes.
21253 \end_layout
21254
21255 \begin_layout Description
21256 Framed This note will appear in the output as framed text.
21257  Its note-box looks like this:
21258 \newline
21259
21260 \newline
21261
21262 \begin_inset Graphics
21263         filename clipart/FramedNoteImageQt4.png
21264         display none
21265         scale 85
21266
21267 \end_inset
21268
21269  
21270 \begin_inset Note Framed
21271 status open
21272
21273 \begin_layout Standard
21274 This is text in a note box that appears framed in the output.
21275 \end_layout
21276
21277 \end_inset
21278
21279  In contrary to framed boxes
21280 \begin_inset Foot
21281 status collapsed
21282
21283 \begin_layout Standard
21284 Framed boxes are described in section\InsetSpace ~
21285
21286 \begin_inset LatexCommand ref
21287 reference "sec:Framed-Boxes"
21288
21289 \end_inset
21290
21291 .
21292 \end_layout
21293
21294 \end_inset
21295
21296  the frame uses always the whole text width and the note is set into its
21297  own paragraph.
21298 \end_layout
21299
21300 \begin_layout Description
21301 Shaded This note will appear in the output with red background color.
21302  Its note box looks like this:
21303 \newline
21304
21305 \newline
21306
21307 \begin_inset Graphics
21308         filename clipart/ShadedNoteImageQt4.png
21309         display none
21310         scale 85
21311
21312 \end_inset
21313
21314
21315 \begin_inset Note Shaded
21316 status open
21317
21318 \begin_layout Standard
21319 This text in a note box appears in the output with red background.
21320 \end_layout
21321
21322 \end_inset
21323
21324 In contrary to colored boxes
21325 \begin_inset Foot
21326 status collapsed
21327
21328 \begin_layout Standard
21329 Colored boxes are described in section\InsetSpace ~
21330
21331 \begin_inset LatexCommand ref
21332 reference "sec:Colored-Boxes"
21333
21334 \end_inset
21335
21336 .
21337 \end_layout
21338
21339 \end_inset
21340
21341  the note uses always the whole text width and the note is set into its
21342  own paragraph.
21343 \end_layout
21344
21345 \begin_layout Standard
21346 \begin_inset VSpace bigskip
21347 \end_inset
21348
21349 When you use the toolbar button to insert notes, a 
21350 \family sans
21351 LyX\InsetSpace ~
21352 Note
21353 \family default
21354  is inserted.
21355  You can switch between the five note types by right-clicking on the note-box.
21356  
21357 \family roman
21358 \series medium
21359 \bar no
21360 If you want to turn existing text into a note, mark it and click on the
21361  note
21362 \family default
21363 \series default
21364 \bar default
21365  toolbar 
21366 \family roman
21367 \series medium
21368 \bar no
21369 button
21370 \family default
21371 \series default
21372 \bar default
21373 .
21374 \end_layout
21375
21376 \begin_layout Standard
21377 \begin_inset VSpace bigskip
21378 \end_inset
21379
21380 You can change the text color of the greyed out notes in the preamble with
21381  the following command:
21382 \end_layout
21383
21384 \begin_layout Standard
21385
21386 \series bold
21387
21388 \backslash
21389 renewenvironment{lyxgreyedout}
21390 \newline
21391
21392 \begin_inset ERT
21393 status collapsed
21394
21395 \begin_layout Standard
21396
21397
21398 \backslash
21399 hphantom{ }
21400 \end_layout
21401
21402 \end_inset
21403
21404 {
21405 \backslash
21406 textcolor{color}
21407 \backslash
21408 bgroup}{
21409 \backslash
21410 egroup}
21411 \end_layout
21412
21413 \begin_layout Standard
21414 The available colors and the method to define own colors is explained in
21415  section\InsetSpace ~
21416
21417 \begin_inset LatexCommand ref
21418 reference "sec:Colored-Tables"
21419
21420 \end_inset
21421
21422 .
21423 \end_layout
21424
21425 \begin_layout Standard
21426 Notes that appear in blue in this document are set using greyed out notes
21427  with blue text.
21428 \end_layout
21429
21430 \begin_layout Standard
21431 \begin_inset VSpace bigskip
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \begin_layout Standard
21438 The text style of 
21439 \family sans
21440 Framed
21441 \family default
21442  and 
21443 \family sans
21444 Shaded
21445 \family default
21446  notes can be set in the 
21447 \family sans
21448 Text Style
21449 \family default
21450  dialog.
21451 \end_layout
21452
21453 \begin_layout Standard
21454 The default frame width for 
21455 \family sans
21456 Framed
21457 \family default
21458  notes is 0.4\InsetSpace \thinspace{}
21459 pt; it can be changed by changing the size 
21460 \series bold
21461
21462 \backslash
21463 FrameRule
21464 \series default
21465 .
21466  The default space between the note content and the frame is 9\InsetSpace \thinspace{}
21467 pt; it can
21468  be changed by changing the size 
21469 \series bold
21470
21471 \backslash
21472 FrameSep
21473 \series default
21474 .
21475  For example the frame appearance of the following 
21476 \family sans
21477 Framed
21478 \family default
21479  note is set with the ERT commands
21480 \end_layout
21481
21482 \begin_layout Standard
21483
21484 \series bold
21485
21486 \backslash
21487 FrameRule 5pt 
21488 \backslash
21489 FrameSep 0.5cm
21490 \end_layout
21491
21492 \begin_layout Standard
21493 \begin_inset ERT
21494 status collapsed
21495
21496 \begin_layout Standard
21497
21498
21499 \backslash
21500 FrameRule 5pt 
21501 \backslash
21502 FrameSep 0.5cm
21503 \end_layout
21504
21505 \end_inset
21506
21507
21508 \begin_inset Note Framed
21509 status open
21510
21511 \begin_layout Standard
21512 This is text in a 
21513 \family sans
21514 Framed
21515 \family default
21516  note.
21517 \end_layout
21518
21519 \end_inset
21520
21521
21522 \begin_inset ERT
21523 status collapsed
21524
21525 \begin_layout Standard
21526
21527
21528 \backslash
21529 FrameRule 0.4pt 
21530 \backslash
21531 FrameSep 9pt
21532 \end_layout
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \begin_layout Standard
21540 \begin_inset VSpace bigskip
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \begin_layout Standard
21547 For 
21548 \family sans
21549 Shaded
21550 \family default
21551  notes the default space between the note content and the note border is
21552  3\InsetSpace \thinspace{}
21553 pt; it can be changed by changing the size 
21554 \series bold
21555
21556 \backslash
21557 fboxsep
21558 \series default
21559 .
21560 \newline
21561 The default background color red can be changed with the command 
21562 \series bold
21563
21564 \backslash
21565 def\SpecialChar \textcompwordmark{}
21566 inecolor{shadebox}
21567 \series default
21568 .
21569  The scheme of the 
21570 \series bold
21571
21572 \backslash
21573 def\SpecialChar \textcompwordmark{}
21574 inecolor
21575 \series default
21576  command is explained in section\InsetSpace ~
21577
21578 \begin_inset LatexCommand ref
21579 reference "sec:Colored-Tables"
21580
21581 \end_inset
21582
21583
21584 \begin_inset Foot
21585 status collapsed
21586
21587 \begin_layout Standard
21588 Note that 
21589 \series bold
21590
21591 \backslash
21592 def
21593 \series default
21594 \SpecialChar \textcompwordmark{}
21595
21596 \series bold
21597 inecolor
21598 \series default
21599  requires the LaTeX-package 
21600 \series bold
21601 color
21602 \series default
21603  in the preamble, see section\InsetSpace ~
21604
21605 \begin_inset LatexCommand ref
21606 reference "sec:Colored-Boxes"
21607
21608 \end_inset
21609
21610 .
21611 \end_layout
21612
21613 \end_inset
21614
21615 .
21616 \end_layout
21617
21618 \begin_layout Standard
21619 For example the appearance of the following 
21620 \family sans
21621 Shaded
21622 \family default
21623  note is set with the ERT commands
21624 \end_layout
21625
21626 \begin_layout Standard
21627
21628 \series bold
21629
21630 \backslash
21631 fboxsep 0.5cm
21632 \series default
21633
21634 \newline
21635
21636 \series bold
21637
21638 \backslash
21639 def\SpecialChar \textcompwordmark{}
21640 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21641 \end_layout
21642
21643 \begin_layout Standard
21644 \begin_inset ERT
21645 status collapsed
21646
21647 \begin_layout Standard
21648
21649
21650 \backslash
21651 fboxsep 0.5cm
21652 \end_layout
21653
21654 \end_inset
21655
21656
21657 \begin_inset ERT
21658 status collapsed
21659
21660 \begin_layout Standard
21661
21662
21663 \backslash
21664 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \begin_inset Note Shaded
21671 status open
21672
21673 \begin_layout Standard
21674
21675 \color yellow
21676 This is yellow text in a
21677 \color none
21678  
21679 \family sans
21680 \color yellow
21681 Shaded
21682 \family default
21683 \color none
21684  
21685 \color yellow
21686 note with darkgreen background.
21687 \end_layout
21688
21689 \end_inset
21690
21691
21692 \begin_inset ERT
21693 status collapsed
21694
21695 \begin_layout Standard
21696
21697
21698 \backslash
21699 fboxsep 3pt
21700 \end_layout
21701
21702 \end_inset
21703
21704
21705 \begin_inset ERT
21706 status collapsed
21707
21708 \begin_layout Standard
21709
21710
21711 \backslash
21712 definecolor{shadecolor}{rgb}{1,0,0}
21713 \end_layout
21714
21715 \end_inset
21716
21717
21718 \end_layout
21719
21720 \begin_layout Section
21721 Footnotes
21722 \begin_inset LatexCommand label
21723 name "sec:Footnotes"
21724
21725 \end_inset
21726
21727
21728 \begin_inset LatexCommand index
21729 name "Notes ! Footnotes"
21730
21731 \end_inset
21732
21733
21734 \begin_inset LatexCommand index
21735 name "Footnotes"
21736
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \begin_layout Standard
21743 Footnotes can be inserted using the toolbar button 
21744 \begin_inset Graphics
21745         filename ../images/footnote-insert.xpm
21746         scale 85
21747
21748 \end_inset
21749
21750  or the menu 
21751 \family sans
21752 Insert\SpecialChar \menuseparator
21753 Footnote
21754 \family default
21755 .
21756  
21757 \family roman
21758 \series medium
21759 \bar no
21760 You'll see
21761 \family default
21762 \series default
21763 \bar default
21764  then the following footnote-box: 
21765 \begin_inset Graphics
21766         filename clipart/footnoteQt4.png
21767         scale 80
21768
21769 \end_inset
21770
21771  
21772 \family roman
21773 \series medium
21774 \bar no
21775 where you can enter the footnote text.
21776  If you want to turn existing text into a footnote, mark it and click on
21777  the footnote
21778 \family default
21779 \series default
21780 \bar default
21781  toolbar 
21782 \family roman
21783 \series medium
21784 \bar no
21785 button
21786 \family default
21787 \series default
21788 \bar default
21789 .
21790 \end_layout
21791
21792 \begin_layout Standard
21793 Here is an example footnote:
21794 \family roman
21795 \series medium
21796 \bar no
21797
21798 \begin_inset Foot
21799 status open
21800
21801 \begin_layout Standard
21802 \begin_inset LatexCommand label
21803 name "foot:This-is-an"
21804
21805 \end_inset
21806
21807 This is an example footnote.
21808 \end_layout
21809
21810 \end_inset
21811
21812
21813 \family default
21814 \series default
21815 \bar default
21816
21817 \begin_inset ERT
21818 status collapsed
21819
21820 \begin_layout Standard
21821
21822
21823 \backslash
21824 newcounter{MyRepeatFoot}
21825 \end_layout
21826
21827 \begin_layout Standard
21828
21829
21830 \backslash
21831 setcounter{MyRepeatFoot}{
21832 \backslash
21833 thefootnote}
21834 \end_layout
21835
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \begin_layout Standard
21842 The footnote will appear in the output as a superscript number at the text
21843  position where the footnote box is placed.
21844  The footnote text is placed at the bottom of the current page.
21845  The footnote number is calculated by LaTeX, the numbers are consecutive.
21846  It depends on your document-class, if the footnote number is reset for
21847  every chapter.
21848 \end_layout
21849
21850 \begin_layout Standard
21851 Footnotes can be referenced like floats: Insert a label into the footnote
21852  and cross-reference this label in the text as described in section\InsetSpace ~
21853
21854 \begin_inset LatexCommand ref
21855 reference "sec:Referencing-Floats"
21856
21857 \end_inset
21858
21859 .
21860 \newline
21861 This is a cross-reference of Footnote\InsetSpace ~
21862
21863 \begin_inset LatexCommand ref
21864 reference "foot:This-is-an"
21865
21866 \end_inset
21867
21868 .
21869 \end_layout
21870
21871 \begin_layout Standard
21872 \begin_inset VSpace defskip
21873 \end_inset
21874
21875 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
21876
21877 \begin_inset LatexCommand ref
21878 reference "sec:Minipages"
21879
21880 \end_inset
21881
21882 .
21883  Footnotes within longtables are described in section\InsetSpace ~
21884
21885 \begin_inset LatexCommand ref
21886 reference "sub:Footnotes-in-Longtables"
21887
21888 \end_inset
21889
21890 .
21891 \end_layout
21892
21893 \begin_layout Standard
21894 \begin_inset VSpace defskip
21895 \end_inset
21896
21897 To create only a mark for a footnote, use the command 
21898 \series bold
21899
21900 \backslash
21901 footnotemark[number]
21902 \series default
21903  in ERT.
21904  This is used when you have the same annotation several times in a text
21905  but doesn't want to print the footnote text every time.
21906 \newline
21907 As you don't know
21908  the number of the repeating footnote while you are writing the text, you
21909  have to store its number.
21910  For the following footnote mark example, these commands were inserted in
21911  ERT behind Footnote\InsetSpace ~
21912
21913 \begin_inset LatexCommand ref
21914 reference "foot:This-is-an"
21915
21916 \end_inset
21917
21918  to store the footnote number:
21919 \end_layout
21920
21921 \begin_layout Standard
21922
21923 \series bold
21924
21925 \backslash
21926 newcounter{MyRepeatFoot}
21927 \newline
21928
21929 \backslash
21930 setcounter{MyRepeatFoot}{
21931 \backslash
21932 thefootnote}
21933 \end_layout
21934
21935 \begin_layout Standard
21936 The footnote mark was then created with this command:
21937 \end_layout
21938
21939 \begin_layout Standard
21940
21941 \series bold
21942
21943 \backslash
21944 footnotemark[
21945 \backslash
21946 theMyRepeatFoot]
21947 \end_layout
21948
21949 \begin_layout Standard
21950 Here is an example footnote mark:
21951 \family roman
21952 \series medium
21953 \bar no
21954
21955 \begin_inset ERT
21956 status collapsed
21957
21958 \begin_layout Standard
21959
21960
21961 \backslash
21962 footnotemark[
21963 \backslash
21964 theMyRepeatFoot]
21965 \end_layout
21966
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \begin_layout Subsection
21973 Footnote Numbering
21974 \begin_inset LatexCommand label
21975 name "sub:Footnote-Numbering"
21976
21977 \end_inset
21978
21979
21980 \begin_inset LatexCommand index
21981 name "Footnotes ! Numbering"
21982
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \begin_layout Standard
21989 To reset the footnote number back to 1 after each section
21990 \family roman
21991 , add this command to your document preamble:
21992 \end_layout
21993
21994 \begin_layout Standard
21995
21996 \series bold
21997
21998 \backslash
21999 @addtoreset{footnote}{section}
22000 \end_layout
22001
22002 \begin_layout Standard
22003 \begin_inset VSpace bigskip
22004 \end_inset
22005
22006 The following preamble command changes the footnote numbering style to small
22007  roman numerals:
22008 \end_layout
22009
22010 \begin_layout Standard
22011
22012 \series bold
22013
22014 \backslash
22015 renewcommand{
22016 \backslash
22017 thefootnote}{
22018 \backslash
22019 roman{footnote}}
22020 \end_layout
22021
22022 \begin_layout Standard
22023 \begin_inset ERT
22024 status collapsed
22025
22026 \begin_layout Standard
22027
22028
22029 \backslash
22030 renewcommand{
22031 \backslash
22032 thefootnote}{
22033 \backslash
22034 roman{footnote}}
22035 \end_layout
22036
22037 \end_inset
22038
22039  This is a footnote with roman numbering:
22040 \begin_inset Foot
22041 status open
22042
22043 \begin_layout Standard
22044 This is an example footnote with roman numbering.
22045 \end_layout
22046
22047 \end_inset
22048
22049
22050 \begin_inset ERT
22051 status collapsed
22052
22053 \begin_layout Standard
22054
22055
22056 \backslash
22057 renewcommand{
22058 \backslash
22059 thefootnote}{
22060 \backslash
22061 arabic{footnote}}
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \begin_layout Standard
22070 To change the numbering style to capital roman numerals replace in the command
22071  above 
22072 \series bold
22073
22074 \backslash
22075 roman
22076 \series default
22077  by 
22078 \series bold
22079
22080 \backslash
22081 Roman
22082 \series default
22083 .
22084  To 
22085 \begin_inset Quotes eld
22086 \end_inset
22087
22088 number
22089 \begin_inset Quotes erd
22090 \end_inset
22091
22092  footnotes with capital or small Latin letters use 
22093 \series bold
22094
22095 \backslash
22096 Alph
22097 \series default
22098  or 
22099 \series bold
22100
22101 \backslash
22102 alph
22103 \series default
22104 , respectively.
22105  To 
22106 \begin_inset Quotes eld
22107 \end_inset
22108
22109 number
22110 \begin_inset Quotes erd
22111 \end_inset
22112
22113  footnotes with symbols use 
22114 \series bold
22115
22116 \backslash
22117 fnsymbol
22118 \series default
22119 .
22120 \end_layout
22121
22122 \begin_layout Standard
22123 \begin_inset Note Greyedout
22124 status open
22125
22126 \begin_layout Standard
22127
22128 \series bold
22129 Note:
22130 \series default
22131  You can only number 26 footnotes with Latin letters, because this numbering
22132  is limited to single letters.
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \newline
22139
22140 \begin_inset Note Greyedout
22141 status open
22142
22143 \begin_layout Standard
22144
22145 \series bold
22146 Note:
22147 \series default
22148  You can only number 9 footnotes with symbols.
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \begin_layout Standard
22157 To return to the default numbering style when you changed to another one,
22158  use 
22159 \series bold
22160
22161 \backslash
22162 arabic
22163 \series default
22164  instead of 
22165 \series bold
22166
22167 \backslash
22168 roman
22169 \series default
22170  in the command above.
22171 \end_layout
22172
22173 \begin_layout Standard
22174 \begin_inset VSpace bigskip
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \begin_layout Standard
22181 If you want to have footnotes numbered in the scheme 
22182 \begin_inset Quotes eld
22183 \end_inset
22184
22185 chapter.footnote
22186 \begin_inset Quotes erd
22187 \end_inset
22188
22189 , add the following command to your document preamble:
22190 \end_layout
22191
22192 \begin_layout Standard
22193
22194 \series bold
22195
22196 \backslash
22197 numberwithin{footnote}{chapter}
22198 \end_layout
22199
22200 \begin_layout Standard
22201 To be able to use the command 
22202 \series bold
22203
22204 \backslash
22205 numberwithin
22206 \series default
22207 , set in the tab 
22208 \family sans
22209 Math\InsetSpace ~
22210 Options
22211 \family default
22212  in the document settings the option 
22213 \family sans
22214 Use\InsetSpace ~
22215 AMS\InsetSpace ~
22216 math\InsetSpace ~
22217 package
22218 \family default
22219 .
22220 \end_layout
22221
22222 \begin_layout Standard
22223 \begin_inset ERT
22224 status collapsed
22225
22226 \begin_layout Standard
22227
22228
22229 \backslash
22230 numberwithin{footnote}{chapter}
22231 \end_layout
22232
22233 \end_inset
22234
22235 This is another example footnote:
22236 \series bold
22237
22238 \begin_inset Foot
22239 status open
22240
22241 \begin_layout Standard
22242 This is a footnote numbered in the scheme 
22243 \begin_inset Quotes eld
22244 \end_inset
22245
22246 chapter.footnote
22247 \begin_inset Quotes erd
22248 \end_inset
22249
22250 .
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \series default
22257
22258 \begin_inset ERT
22259 status collapsed
22260
22261 \begin_layout Standard
22262
22263
22264 \backslash
22265 renewcommand{
22266 \backslash
22267 thefootnote}{
22268 \backslash
22269 arabic{footnote}}
22270 \end_layout
22271
22272 \end_inset
22273
22274
22275 \end_layout
22276
22277 \begin_layout Standard
22278 \begin_inset Note Greyedout
22279 status open
22280
22281 \begin_layout Standard
22282
22283 \series bold
22284 Note:
22285 \series default
22286  
22287 \series bold
22288
22289 \backslash
22290 numberwithin
22291 \series default
22292  always prints out the footnote number as arabic number; previous redefinitions
22293  to get non-arabic numbers are overwritten.
22294 \end_layout
22295
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \begin_layout Standard
22302 So to get for example the scheme 
22303 \begin_inset Quotes eld
22304 \end_inset
22305
22306 chapter.
22307 \backslash
22308 Roman{footnote}
22309 \begin_inset Quotes erd
22310 \end_inset
22311
22312 , use this command instead of 
22313 \series bold
22314
22315 \backslash
22316 numberwithin
22317 \series default
22318 :
22319 \end_layout
22320
22321 \begin_layout Standard
22322
22323 \series bold
22324
22325 \backslash
22326 renewcommand{
22327 \backslash
22328 thefootnote}{
22329 \backslash
22330 thechapter.
22331 \backslash
22332 Roman{footnote}}
22333 \end_layout
22334
22335 \begin_layout Subsection
22336 Footnote Placement
22337 \begin_inset LatexCommand index
22338 name "Footnotes ! Placement"
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \begin_layout Standard
22346 If you have several footnotes in one page, they appear without vertical
22347  space between them at the bottom of the page.
22348  To make them better readable you can e.\InsetSpace \thinspace{}
22349 g.\InsetSpace ~
22350 add 1.5\InsetSpace \thinspace{}
22351 mm space with the following
22352  preamble command:
22353 \end_layout
22354
22355 \begin_layout Standard
22356
22357 \series bold
22358
22359 \backslash
22360 let
22361 \backslash
22362 myFoot
22363 \backslash
22364 footnote
22365 \newline
22366
22367 \backslash
22368 renewcommand{
22369 \backslash
22370 footnote}[1]{
22371 \backslash
22372 myFoot{#1
22373 \backslash
22374 vspace{1.5mm}}}
22375 \end_layout
22376
22377 \begin_layout Standard
22378 \begin_inset VSpace bigskip
22379 \end_inset
22380
22381 In a two-column document the footnotes appear at the bottom of every column,
22382  see Figure\InsetSpace ~
22383
22384 \begin_inset LatexCommand ref
22385 reference "fig:Standard-footnote-placement"
22386
22387 \end_inset
22388
22389 .
22390  If the footnotes should only appear at the bottom of the right column,
22391  as in Figure\InsetSpace ~
22392
22393 \begin_inset LatexCommand ref
22394 reference "fig:Footnote-placement-in"
22395
22396 \end_inset
22397
22398 , use the LaTeX-package 
22399 \series bold
22400 ftnright
22401 \series default
22402
22403 \begin_inset LatexCommand index
22404 name "LaTeX-packages ! ftnright"
22405
22406 \end_inset
22407
22408  with this command in the document preamble:
22409 \end_layout
22410
22411 \begin_layout Standard
22412
22413 \series bold
22414
22415 \backslash
22416 usepackage{ftnright}
22417 \end_layout
22418
22419 \begin_layout Standard
22420 \begin_inset Float figure
22421 placement !h
22422 wide false
22423 sideways false
22424 status open
22425
22426 \begin_layout Standard
22427 \begin_inset ERT
22428 status collapsed
22429
22430 \begin_layout Standard
22431
22432
22433 \backslash
22434 framebox{
22435 \end_layout
22436
22437 \end_inset
22438
22439
22440 \begin_inset Graphics
22441         filename clipart/without_fntright.pdf
22442         width 100col%
22443
22444 \end_inset
22445
22446
22447 \begin_inset ERT
22448 status collapsed
22449
22450 \begin_layout Standard
22451
22452 }
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Standard
22461 \begin_inset Caption
22462
22463 \begin_layout Standard
22464 \begin_inset LatexCommand label
22465 name "fig:Standard-footnote-placement"
22466
22467 \end_inset
22468
22469 Standard footnote placement in two-column documents.
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Standard
22483 \begin_inset Float figure
22484 placement !h
22485 wide false
22486 sideways false
22487 status open
22488
22489 \begin_layout Standard
22490 \begin_inset ERT
22491 status collapsed
22492
22493 \begin_layout Standard
22494
22495
22496 \backslash
22497 framebox{
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \begin_inset Graphics
22504         filename clipart/with_fntright.pdf
22505         width 100col%
22506
22507 \end_inset
22508
22509
22510 \begin_inset ERT
22511 status collapsed
22512
22513 \begin_layout Standard
22514
22515 }
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \begin_layout Standard
22524 \begin_inset Caption
22525
22526 \begin_layout Standard
22527 \begin_inset LatexCommand label
22528 name "fig:Footnote-placement-in"
22529
22530 \end_inset
22531
22532 Footnote placement in two-column documents when the LaTeX-package 
22533 \series bold
22534 ftnright
22535 \series default
22536  is used.
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \begin_layout Standard
22550 \begin_inset VSpace bigskip
22551 \end_inset
22552
22553 In some scientific literature it is usual to collect the footnotes and print
22554  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
22555
22556 \begin_inset LatexCommand ref
22557 reference "fig:Endnotes----footnotes"
22558
22559 \end_inset
22560
22561 .
22562  They are then so called 
22563 \begin_inset Quotes eld
22564 \end_inset
22565
22566 endnotes
22567 \begin_inset Quotes erd
22568 \end_inset
22569
22570 .
22571  To use endnotes instead of footnotes in your document, load the LaTeX-package
22572  
22573 \series bold
22574 endnotes
22575 \series default
22576
22577 \begin_inset LatexCommand index
22578 name "LaTeX-packages ! endnotes"
22579
22580 \end_inset
22581
22582  with the document preamble lines
22583 \end_layout
22584
22585 \begin_layout Standard
22586
22587 \series bold
22588
22589 \backslash
22590 usepackage{endnotes}
22591 \newline
22592
22593 \backslash
22594 let
22595 \backslash
22596 footnote
22597 \backslash
22598 endnote
22599 \end_layout
22600
22601 \begin_layout Standard
22602 To insert the collected footnotes, insert the command
22603 \end_layout
22604
22605 \begin_layout Standard
22606
22607 \series bold
22608
22609 \backslash
22610 theendnotes
22611 \end_layout
22612
22613 \begin_layout Standard
22614 in ERT at the the end of a section or chapter.
22615 \end_layout
22616
22617 \begin_layout Standard
22618 \begin_inset Float figure
22619 wide false
22620 sideways false
22621 status open
22622
22623 \begin_layout Standard
22624 \align center
22625 \begin_inset ERT
22626 status collapsed
22627
22628 \begin_layout Standard
22629
22630
22631 \backslash
22632 framebox{
22633 \end_layout
22634
22635 \end_inset
22636
22637
22638 \begin_inset Graphics
22639         filename clipart/endnotes.pdf
22640
22641 \end_inset
22642
22643
22644 \begin_inset ERT
22645 status collapsed
22646
22647 \begin_layout Standard
22648
22649 }
22650 \end_layout
22651
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \begin_layout Standard
22658 \begin_inset Caption
22659
22660 \begin_layout Standard
22661 \begin_inset LatexCommand label
22662 name "fig:Endnotes----footnotes"
22663
22664 \end_inset
22665
22666 Endnotes -- footnotes are printed in a separate paragraph at the end of
22667  sections or chapters.
22668 \end_layout
22669
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \begin_layout Standard
22681 \begin_inset VSpace defskip
22682 \end_inset
22683
22684 The paragraph heading for the endnotes isn't automatically translated into
22685  the document language, this must be done manually.
22686  The following preamble command translate the default English name 
22687 \begin_inset Quotes eld
22688 \end_inset
22689
22690 Notes
22691 \begin_inset Quotes erd
22692 \end_inset
22693
22694  to the German translation 
22695 \begin_inset Quotes eld
22696 \end_inset
22697
22698 Anmerkungen
22699 \begin_inset Quotes erd
22700 \end_inset
22701
22702 :
22703 \end_layout
22704
22705 \begin_layout Standard
22706
22707 \series bold
22708
22709 \backslash
22710 renewcommand{
22711 \backslash
22712 notesname}{Anmerkungen}
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset VSpace defskip
22717 \end_inset
22718
22719 The numbering of endnotes can be changed like the footnote numbering as
22720  described in section\InsetSpace ~
22721
22722 \begin_inset LatexCommand ref
22723 reference "sub:Footnote-Numbering"
22724
22725 \end_inset
22726
22727 ; just replace the command 
22728 \series bold
22729
22730 \backslash
22731 thefootnote
22732 \series default
22733  by 
22734 \series bold
22735
22736 \backslash
22737 theendnote
22738 \series default
22739 .
22740  To reset the endnote number use the command 
22741 \series bold
22742
22743 \backslash
22744 @addtoreset
22745 \series default
22746  as described in section\InsetSpace ~
22747
22748 \begin_inset LatexCommand ref
22749 reference "sub:Footnote-Numbering"
22750
22751 \end_inset
22752
22753  and replace the command parameter 
22754 \series bold
22755 footnote
22756 \series default
22757  by 
22758 \series bold
22759 endnote
22760 \series default
22761 .
22762 \end_layout
22763
22764 \begin_layout Standard
22765 To create only a mark for an endnote, use the command 
22766 \series bold
22767
22768 \backslash
22769 endnotemark[number]
22770 \series default
22771  similar to the command 
22772 \series bold
22773
22774 \backslash
22775 footnotemark
22776 \series default
22777 , described in section\InsetSpace ~
22778
22779 \begin_inset LatexCommand ref
22780 reference "sec:Footnotes"
22781
22782 \end_inset
22783
22784 .
22785 \end_layout
22786
22787 \begin_layout Standard
22788 \begin_inset VSpace bigskip
22789 \end_inset
22790
22791 Footnotes can also be placed in the page margin and the footnote text alignment
22792  can be changed, see the LaTeX-package 
22793 \series bold
22794 footmisc
22795 \series default
22796
22797 \begin_inset LatexCommand index
22798 name "LaTeX-packages ! footmisc"
22799
22800 \end_inset
22801
22802
22803 \begin_inset LatexCommand cite
22804 key "footmisc"
22805
22806 \end_inset
22807
22808  for more information about this.
22809 \end_layout
22810
22811 \begin_layout Standard
22812 For various further footnote formatting issues have a look at LaTeX-books,
22813  
22814 \begin_inset LatexCommand cite
22815 key "latexcompanion,latexguide,latexbook"
22816
22817 \end_inset
22818
22819 .
22820 \end_layout
22821
22822 \begin_layout Section
22823 Margin Notes
22824 \begin_inset LatexCommand index
22825 name "Notes ! Margin Notes"
22826
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \begin_layout Standard
22833 Margin notes look and behave in LyX like footnotes.
22834  They are inserted via the menu 
22835 \family sans
22836 Insert\SpecialChar \menuseparator
22837 Marginal\InsetSpace ~
22838 Note
22839 \family default
22840  or the toolbar button 
22841 \begin_inset Graphics
22842         filename ../images/marginalnote-insert.xpm
22843         scale 85
22844
22845 \end_inset
22846
22847 .
22848  A grey 
22849 \family roman
22850 \series medium
22851 box with the
22852 \family default
22853 \series default
22854  red 
22855 \family roman
22856 \series medium
22857 label 
22858 \begin_inset Quotes eld
22859 \end_inset
22860
22861 margin
22862 \begin_inset Quotes erd
22863 \end_inset
22864
22865  appears where you can enter the text of the margin note.
22866 \end_layout
22867
22868 \begin_layout Standard
22869 At the side is an example margin note.
22870 \family roman
22871 \series medium
22872
22873 \begin_inset Marginal
22874 status open
22875
22876 \begin_layout Standard
22877 This is a margin note.
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \begin_layout Standard
22886 Margin notes appear at the right side in single-sided documents.
22887  In double-sided documents they appear in the outer margin -- left on even
22888  pages, right on odd pages.
22889  The text of margin notes is aligned opposite to the outer margin -- right-align
22890 ed when the note appears in the left margin.
22891  The first line of the margin note is placed at the position of the text
22892  line where it is inserted in the document.
22893 \end_layout
22894
22895 \begin_layout Standard
22896 \begin_inset VSpace bigskip
22897 \end_inset
22898
22899 To place the margin note in the inner margin, add the command
22900 \end_layout
22901
22902 \begin_layout Standard
22903
22904 \series bold
22905
22906 \backslash
22907 reversemarginpar
22908 \end_layout
22909
22910 \begin_layout Standard
22911 in ERT before a margin note.
22912  The new placement is valid for all following margin notes.
22913 \begin_inset ERT
22914 status collapsed
22915
22916 \begin_layout Standard
22917
22918
22919 \backslash
22920 reversemarginpar 
22921 \end_layout
22922
22923 \end_inset
22924
22925
22926 \begin_inset Marginal
22927 status open
22928
22929 \begin_layout Standard
22930 This is a margin note in the inner margin.
22931 \end_layout
22932
22933 \end_inset
22934
22935
22936 \series bold
22937
22938 \newline
22939
22940 \series default
22941
22942 \begin_inset Note Greyedout
22943 status open
22944
22945 \begin_layout Standard
22946
22947 \series bold
22948 Note:
22949 \series default
22950  There is often not enough space in the inner margin so that the notes are
22951  not correctly displayed in the output.
22952 \end_layout
22953
22954 \end_inset
22955
22956
22957 \end_layout
22958
22959 \begin_layout Standard
22960 \begin_inset ERT
22961 status collapsed
22962
22963 \begin_layout Standard
22964
22965
22966 \backslash
22967 normalmarginpar 
22968 \end_layout
22969
22970 \end_inset
22971
22972 To return to the default placement insert the command
22973 \end_layout
22974
22975 \begin_layout Standard
22976
22977 \series bold
22978
22979 \backslash
22980 normalmarginpar
22981 \end_layout
22982
22983 \begin_layout Standard
22984 in ERT.
22985  
22986 \begin_inset Note Greyedout
22987 status open
22988
22989 \begin_layout Standard
22990
22991 \series bold
22992 Note:
22993 \series default
22994  The command is ignored when it is within a paragraph where also the command
22995  
22996 \series bold
22997
22998 \backslash
22999 reversemarginpar
23000 \series default
23001  is inserted.
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \begin_layout Standard
23010 \begin_inset VSpace bigskip
23011 \end_inset
23012
23013
23014 \family roman
23015 \series medium
23016
23017 \begin_inset Marginal
23018 status open
23019
23020 \begin_layout Standard
23021 AVeryLongMarginParWord that isn't hyphenated.
23022 \end_layout
23023
23024 \end_inset
23025
23026
23027 \family default
23028 \series default
23029 Similar to the case described in section\InsetSpace ~
23030
23031 \begin_inset LatexCommand ref
23032 reference "sub:Multiple-Lines-in"
23033
23034 \end_inset
23035
23036 , long words cannot be hyphenated when they are the first word in a margin
23037  note.
23038  To avoid this, insert the command
23039 \end_layout
23040
23041 \begin_layout Standard
23042
23043 \series bold
23044
23045 \backslash
23046 hspace{0pt}
23047 \end_layout
23048
23049 \begin_layout Standard
23050 in ERT before the word
23051 \family roman
23052 \series medium
23053 .
23054 \begin_inset Marginal
23055 status open
23056
23057 \begin_layout Standard
23058 \begin_inset ERT
23059 status collapsed
23060
23061 \begin_layout Standard
23062
23063
23064 \backslash
23065 hspace{0pt}
23066 \end_layout
23067
23068 \end_inset
23069
23070 AVeryLongMarginParWord that is hyphenated.
23071 \end_layout
23072
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \begin_layout Standard
23079 \begin_inset VSpace bigskip
23080 \end_inset
23081
23082
23083 \end_layout
23084
23085 \begin_layout Standard
23086 \begin_inset Note Greyedout
23087 status open
23088
23089 \begin_layout Standard
23090
23091 \series bold
23092 Note:
23093 \series default
23094  Margin notes can normally not be used inside tables, floats, and footnotes.
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \begin_layout Standard
23103 \begin_inset VSpace bigskip
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 \begin_inset ERT
23111 status collapsed
23112
23113 \begin_layout Standard
23114
23115
23116 \backslash
23117 ifmarginnote
23118 \end_layout
23119
23120 \end_inset
23121
23122
23123 \begin_inset Note Note
23124 status open
23125
23126 \begin_layout Standard
23127 The following section will only be displayed when you have the LaTeX-package
23128  
23129 \series bold
23130 marginnote
23131 \series default
23132  is installed.
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \begin_layout Standard
23141 This restriction can be evaded by using the LaTeX-package 
23142 \series bold
23143 marginnote
23144 \series default
23145
23146 \begin_inset LatexCommand index
23147 name "LaTeX-packages ! marginnote"
23148
23149 \end_inset
23150
23151 .
23152  By adding these two lines to your document preamble, the command used by
23153  LyX for margin notes is redefined to use the command provided by the 
23154 \series bold
23155 marginnote
23156 \series default
23157 -package:
23158 \end_layout
23159
23160 \begin_layout Standard
23161
23162 \series bold
23163
23164 \backslash
23165 usepackage{marginnote}
23166 \newline
23167
23168 \backslash
23169 let
23170 \backslash
23171 marginpar
23172 \backslash
23173 marginnote
23174 \end_layout
23175
23176 \begin_layout Standard
23177 This is also used in this document because 
23178 \series bold
23179 marginnote
23180 \series default
23181  has another useful feature: You can set a vertical offset for the note.
23182  This is often needed when too many margin notes are too close together
23183  or for a better page layout.
23184  The offset is set in LyX as ERT directly behind the margin note in the
23185  scheme
23186 \end_layout
23187
23188 \begin_layout Standard
23189
23190 \series bold
23191 [offset]
23192 \end_layout
23193
23194 \begin_layout Standard
23195 where the offset is a length with one of the units listed in Table\InsetSpace ~
23196
23197 \begin_inset LatexCommand ref
23198 reference "tab:Units"
23199
23200 \end_inset
23201
23202 .
23203  A negative value shifts the note up, a positive value shifts it down.
23204  
23205 \family roman
23206 \series medium
23207 For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
23208 cm with
23209  the ERT-command 
23210 \begin_inset Quotes eld
23211 \end_inset
23212
23213
23214 \family default
23215 \series bold
23216 [-1.5cm]
23217 \family roman
23218 \series medium
23219
23220 \begin_inset Quotes erd
23221 \end_inset
23222
23223
23224 \begin_inset Marginal
23225 status open
23226
23227 \begin_layout Standard
23228 This margin note is shifted up 1.5\InsetSpace \thinspace{}
23229 cm from its original position.
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \family default
23236 \series default
23237
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Standard
23242
23243 [-1.5cm]
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \begin_layout Standard
23252 \begin_inset VSpace defskip
23253 \end_inset
23254
23255 With 
23256 \series bold
23257 marginnote
23258 \series default
23259  you can also change the alignment of the text in the margin note.
23260  For example the commands
23261 \end_layout
23262
23263 \begin_layout Standard
23264
23265 \series bold
23266
23267 \backslash
23268 renewcommand*{
23269 \backslash
23270 raggedleftmarginnote}{
23271 \backslash
23272 centering}
23273 \newline
23274
23275 \backslash
23276 renewcommand*{
23277 \backslash
23278 raggedrightmarginnote}{
23279 \backslash
23280 centering}
23281 \end_layout
23282
23283 \begin_layout Standard
23284 set the alignment to centered.
23285  
23286 \series bold
23287
23288 \backslash
23289 raggedleftmarginnote
23290 \series default
23291  denotes margin notes that appear at the left side.
23292 \family roman
23293 \series medium
23294
23295 \begin_inset ERT
23296 status collapsed
23297
23298 \begin_layout Standard
23299
23300
23301 \backslash
23302 renewcommand*{
23303 \backslash
23304 raggedleftmarginnote}{
23305 \backslash
23306 centering}
23307 \end_layout
23308
23309 \begin_layout Standard
23310
23311
23312 \backslash
23313 renewcommand*{
23314 \backslash
23315 raggedrightmarginnote}{
23316 \backslash
23317 centering}
23318 \end_layout
23319
23320 \end_inset
23321
23322
23323 \begin_inset Marginal
23324 status open
23325
23326 \begin_layout Standard
23327 The text of this margin note is centered.
23328 \end_layout
23329
23330 \end_inset
23331
23332
23333 \family default
23334 \series default
23335  The default is
23336 \end_layout
23337
23338 \begin_layout Standard
23339
23340 \series bold
23341
23342 \backslash
23343 renewcommand*{
23344 \backslash
23345 raggedleftmarginnote}{
23346 \backslash
23347 raggedleft}
23348 \newline
23349
23350 \backslash
23351 renewcommand*{
23352 \backslash
23353 raggedrightmarginnote}{
23354 \backslash
23355 raggedright}
23356 \family roman
23357 \series medium
23358
23359 \begin_inset ERT
23360 status collapsed
23361
23362 \begin_layout Standard
23363
23364
23365 \backslash
23366 renewcommand*{
23367 \backslash
23368 raggedleftmarginnote}{
23369 \backslash
23370 raggedleft}
23371 \end_layout
23372
23373 \begin_layout Standard
23374
23375
23376 \backslash
23377 renewcommand*{
23378 \backslash
23379 raggedrightmarginnote}{
23380 \backslash
23381 raggedright}
23382 \end_layout
23383
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \begin_layout Standard
23390 \begin_inset VSpace defskip
23391 \end_inset
23392
23393 For the other features of 
23394 \series bold
23395 marginnote
23396 \series default
23397  we refer to its documentation 
23398 \begin_inset LatexCommand cite
23399 key "marginnote"
23400
23401 \end_inset
23402
23403 .
23404 \end_layout
23405
23406 \begin_layout Standard
23407 \begin_inset VSpace bigskip
23408 \end_inset
23409
23410 You can change the layout of margin notes by redefining its definition.
23411  To create for example a header for all margin notes with the underlined,
23412  sans-serif, and bold header text 
23413 \begin_inset Quotes eld
23414 \end_inset
23415
23416
23417 \family sans
23418 \series bold
23419 \bar under
23420 Attention!
23421 \family default
23422 \series default
23423 \bar default
23424
23425 \begin_inset Quotes erd
23426 \end_inset
23427
23428 , add this to your document preamble:
23429 \end_layout
23430
23431 \begin_layout Standard
23432
23433 \series bold
23434
23435 \backslash
23436 let
23437 \backslash
23438 myMarginpar
23439 \backslash
23440 marginpar
23441 \newline
23442
23443 \backslash
23444 renewcommand{
23445 \backslash
23446 marginpar}[1]{
23447 \backslash
23448 myMarginpar{%
23449 \newline
23450
23451 \begin_inset ERT
23452 status collapsed
23453
23454 \begin_layout Standard
23455
23456
23457 \backslash
23458 hphantom{ }
23459 \end_layout
23460
23461 \end_inset
23462
23463
23464 \backslash
23465 hspace{0pt}
23466 \backslash
23467 textsf{
23468 \backslash
23469 textbf{
23470 \backslash
23471 underbar{Attention!}}}%
23472 \newline
23473
23474 \begin_inset ERT
23475 status collapsed
23476
23477 \begin_layout Standard
23478
23479
23480 \backslash
23481 hphantom{ }
23482 \end_layout
23483
23484 \end_inset
23485
23486
23487 \backslash
23488 vspace{1.5mm}
23489 \backslash
23490
23491 \backslash
23492 #1}}
23493 \end_layout
23494
23495 \begin_layout Standard
23496
23497 \family roman
23498 \series medium
23499 \begin_inset ERT
23500 status collapsed
23501
23502 \begin_layout Standard
23503
23504
23505 \backslash
23506 let
23507 \backslash
23508 myMarginpar
23509 \backslash
23510 marginpar
23511 \end_layout
23512
23513 \begin_layout Standard
23514
23515
23516 \backslash
23517 renewcommand{
23518 \backslash
23519 marginpar}[1]{
23520 \backslash
23521 myMarginpar{%
23522 \end_layout
23523
23524 \begin_layout Standard
23525
23526    
23527 \backslash
23528 textsf{
23529 \backslash
23530 textbf{
23531 \backslash
23532 underbar{Attention!}}}%
23533 \end_layout
23534
23535 \begin_layout Standard
23536
23537    
23538 \backslash
23539 vspace{1.5mm}
23540 \backslash
23541
23542 \backslash
23543 #1}}
23544 \end_layout
23545
23546 \end_inset
23547
23548
23549 \begin_inset Marginal
23550 status open
23551
23552 \begin_layout Standard
23553 This is a margin note with a defined heading.
23554 \end_layout
23555
23556 \end_inset
23557
23558
23559 \family default
23560 \series default
23561
23562 \begin_inset ERT
23563 status collapsed
23564
23565 \begin_layout Standard
23566
23567 [-1.5cm]
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \family roman
23574 \series medium
23575
23576 \begin_inset ERT
23577 status collapsed
23578
23579 \begin_layout Standard
23580
23581
23582 \backslash
23583 renewcommand{
23584 \backslash
23585 marginpar}[1]{
23586 \backslash
23587 myMarginpar{#1}}
23588 \end_layout
23589
23590 \end_inset
23591
23592
23593 \family default
23594 \series default
23595
23596 \begin_inset Note Note
23597 status collapsed
23598
23599 \begin_layout Standard
23600 The margin note format is changed only for this example.
23601 \end_layout
23602
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \begin_layout Standard
23609 \begin_inset ERT
23610 status collapsed
23611
23612 \begin_layout Standard
23613
23614
23615 \backslash
23616 else
23617 \end_layout
23618
23619 \end_inset
23620
23621
23622 \begin_inset Note Note
23623 status open
23624
23625 \begin_layout Standard
23626 The following will be displayed when the LaTeX-package 
23627 \series bold
23628 marginnote
23629 \series default
23630  is not installed:
23631 \end_layout
23632
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \begin_layout Standard
23639 You need to install the LaTeX-package 
23640 \series bold
23641 marginnote
23642 \series default
23643  to see the following part of this section in the output.
23644 \end_layout
23645
23646 \begin_layout Standard
23647 \begin_inset ERT
23648 status collapsed
23649
23650 \begin_layout Standard
23651
23652
23653 \backslash
23654 fi
23655 \end_layout
23656
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \begin_layout Standard
23663
23664 \end_layout
23665
23666 \begin_layout Chapter
23667 Boxes
23668 \end_layout
23669
23670 \begin_layout Section
23671 Introduction
23672 \begin_inset LatexCommand index
23673 name "Boxes ! Introduction"
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Standard
23681 Boxes are used to format a block of text.
23682  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
23683
23684 \begin_inset LatexCommand ref
23685 reference "sec:Minipages"
23686
23687 \end_inset
23688
23689 , to frame texts, see section\InsetSpace ~
23690
23691 \begin_inset LatexCommand ref
23692 reference "sec:Framed-Boxes"
23693
23694 \end_inset
23695
23696 , to prevent words to be hyphenated, see section\InsetSpace ~
23697
23698 \begin_inset LatexCommand ref
23699 reference "sec:Prevent-Hyphenation"
23700
23701 \end_inset
23702
23703 , to align text, see section\InsetSpace ~
23704
23705 \begin_inset LatexCommand ref
23706 reference "sub:Vertical-Alignment"
23707
23708 \end_inset
23709
23710 , or to set the background color of texts, see section\InsetSpace ~
23711
23712 \begin_inset LatexCommand ref
23713 reference "sec:Colored-Boxes"
23714
23715 \end_inset
23716
23717 .
23718 \end_layout
23719
23720 \begin_layout Standard
23721 Boxes can be inserted with the menu 
23722 \family sans
23723 Insert\SpecialChar \menuseparator
23724 Box
23725 \family default
23726 .
23727  A grey box with the label 
23728 \family sans
23729 Box (Minipage)
23730 \family default
23731
23732 \begin_inset Graphics
23733         filename clipart/BoxInsetDefaultQt4.png
23734         scale 85
23735
23736 \end_inset
23737
23738 , will be inserted.
23739  The box type can be specified by right-clicking on the box.
23740  The appearing box dialog offers the 
23741 \family sans
23742 Inner\InsetSpace ~
23743 Box
23744 \family default
23745  types 
23746 \family sans
23747 Parbox
23748 \family default
23749  and 
23750 \family sans
23751 Minipage
23752 \family default
23753 .
23754  The type 
23755 \family sans
23756 Minipage
23757 \family default
23758  is the default for new boxes and is explained in section\InsetSpace ~
23759
23760 \begin_inset LatexCommand ref
23761 reference "sec:Minipages"
23762
23763 \end_inset
23764
23765 ; the type 
23766 \family sans
23767 Parbox
23768 \family default
23769  is described in section\InsetSpace ~
23770
23771 \begin_inset LatexCommand ref
23772 reference "sec:Parboxes"
23773
23774 \end_inset
23775
23776 .
23777 \end_layout
23778
23779 \begin_layout Standard
23780 Boxes aren't numbered and can therefore not be referenced like floats or
23781  footnotes.
23782 \end_layout
23783
23784 \begin_layout Standard
23785 \begin_inset Note Greyedout
23786 status open
23787
23788 \begin_layout Standard
23789
23790 \series bold
23791 Note:
23792 \series default
23793  Due to a bug in LyX you have to insert a protected space behind a box when
23794  you want to separate in a line the box from the following text with a space.
23795 \end_layout
23796
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \begin_layout Standard
23803 \begin_inset Note Greyedout
23804 status open
23805
23806 \begin_layout Standard
23807
23808 \series bold
23809 Note:
23810 \series default
23811  Boxes must not be the item in an 
23812 \family sans
23813 Itemize
23814 \family default
23815  or 
23816 \family sans
23817 Description
23818 \family default
23819  environment.
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \begin_layout Standard
23828 \begin_inset Note Greyedout
23829 status open
23830
23831 \begin_layout Standard
23832
23833 \series bold
23834 Note:
23835 \series default
23836  For an unknown reason you can only set the 
23837 \family sans
23838 Inner\InsetSpace ~
23839 Box
23840 \family default
23841  type to 
23842 \family sans
23843 None
23844 \family default
23845  when you use a framed box.
23846  Boxes without an 
23847 \family sans
23848 Inner\InsetSpace ~
23849 Box
23850 \family default
23851  type and without frames are explained in section\InsetSpace ~
23852
23853 \begin_inset LatexCommand ref
23854 reference "sec:Prevent-Hyphenation"
23855
23856 \end_inset
23857
23858 .
23859 \end_layout
23860
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \begin_layout Section
23867 Box Dialog
23868 \begin_inset LatexCommand label
23869 name "sec:Box-Dialog"
23870
23871 \end_inset
23872
23873
23874 \begin_inset LatexCommand index
23875 name "Boxes ! Box Dialog"
23876
23877 \end_inset
23878
23879
23880 \begin_inset LatexCommand index
23881 name "Boxes ! Alignment"
23882
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Standard
23889 In the box dialog you can adjust the box geometry in the fields 
23890 \family sans
23891 Width
23892 \family default
23893  and 
23894 \family sans
23895 Height
23896 \family default
23897 .
23898  The available units for the geometry are explained in Table\InsetSpace ~
23899
23900 \begin_inset LatexCommand ref
23901 reference "tab:Units"
23902
23903 \end_inset
23904
23905 .
23906  The field 
23907 \family sans
23908 Heigth
23909 \family default
23910  offers the following additional sizes:
23911 \end_layout
23912
23913 \begin_layout Description
23914 Depth This is the plain text 
23915 \begin_inset Quotes eld
23916 \end_inset
23917
23918 height
23919 \begin_inset Quotes erd
23920 \end_inset
23921
23922 .
23923  It ignores the total depth when there are multiple text lines in the box:
23924 \newline
23925
23926 \newline
23927
23928 \newline
23929
23930 \begin_inset Box Boxed
23931 position "c"
23932 hor_pos "c"
23933 has_inner_box 1
23934 inner_pos "c"
23935 use_parbox 0
23936 width "12col%"
23937 special "none"
23938 height "1in"
23939 height_special "depth"
23940 status collapsed
23941
23942 \begin_layout Standard
23943 \align center
23944 Box height set to 1\InsetSpace \thinspace{}
23945 Depth
23946 \end_layout
23947
23948 \end_inset
23949
23950
23951 \newline
23952
23953 \newline
23954
23955 \end_layout
23956
23957 \begin_layout Description
23958 Height This is the heigth of the text that is inside the box.
23959  A value of e.\InsetSpace \thinspace{}
23960 g.\InsetSpace ~
23961 2 for this size will set the box heigth to 2 times the text
23962  height: 
23963 \begin_inset Box Boxed
23964 position "c"
23965 hor_pos "c"
23966 has_inner_box 1
23967 inner_pos "c"
23968 use_parbox 0
23969 width "20col%"
23970 special "none"
23971 height "2in"
23972 height_special "height"
23973 status collapsed
23974
23975 \begin_layout Standard
23976 \align center
23977 Box height set to 2\InsetSpace \thinspace{}
23978 Height
23979 \end_layout
23980
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \begin_layout Description
23987 Total\InsetSpace ~
23988 Height This is the Height\InsetSpace \thinspace{}
23989 +\InsetSpace \thinspace{}
23990 Depth: 
23991 \begin_inset Box Boxed
23992 position "c"
23993 hor_pos "c"
23994 has_inner_box 1
23995 inner_pos "c"
23996 use_parbox 0
23997 width "20col%"
23998 special "none"
23999 height "1in"
24000 height_special "totalheight"
24001 status collapsed
24002
24003 \begin_layout Standard
24004 \align center
24005 Box height set to 1\InsetSpace \thinspace{}
24006 Total\InsetSpace ~
24007 Height
24008 \end_layout
24009
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \begin_layout Description
24016 Width This set the width of the box as heigth: 
24017 \begin_inset Box Boxed
24018 position "c"
24019 hor_pos "c"
24020 has_inner_box 1
24021 inner_pos "c"
24022 use_parbox 0
24023 width "12col%"
24024 special "none"
24025 height "1in"
24026 height_special "width"
24027 status collapsed
24028
24029 \begin_layout Standard
24030 \align center
24031 Box height set to 1\InsetSpace \thinspace{}
24032 Width
24033 \end_layout
24034
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \begin_layout Standard
24041 \begin_inset VSpace bigskip
24042 \end_inset
24043
24044 When you have chosen an 
24045 \family sans
24046 Inner\InsetSpace ~
24047 Box
24048 \family default
24049 , the vertical box alignment can be:
24050 \end_layout
24051
24052 \begin_layout Description
24053 Top This is an example text line.
24054  
24055 \begin_inset Box Boxed
24056 position "t"
24057 hor_pos "c"
24058 has_inner_box 1
24059 inner_pos "c"
24060 use_parbox 0
24061 width "12col%"
24062 special "none"
24063 height "1in"
24064 height_special "totalheight"
24065 status collapsed
24066
24067 \begin_layout Standard
24068 \align center
24069 This box is top-aligned.
24070 \end_layout
24071
24072 \end_inset
24073
24074 \InsetSpace ~
24075 This is an example text line.
24076 \end_layout
24077
24078 \begin_layout Description
24079 Middle This is an example text line.
24080  
24081 \begin_inset Box Boxed
24082 position "c"
24083 hor_pos "c"
24084 has_inner_box 1
24085 inner_pos "c"
24086 use_parbox 0
24087 width "12col%"
24088 special "none"
24089 height "1in"
24090 height_special "totalheight"
24091 status collapsed
24092
24093 \begin_layout Standard
24094 \align center
24095 This box is middle-aligned.
24096 \end_layout
24097
24098 \end_inset
24099
24100 \InsetSpace ~
24101 This is an example text line.
24102 \end_layout
24103
24104 \begin_layout Description
24105 Bottom This is an example text line.
24106  
24107 \begin_inset Box Boxed
24108 position "b"
24109 hor_pos "c"
24110 has_inner_box 1
24111 inner_pos "c"
24112 use_parbox 0
24113 width "12col%"
24114 special "none"
24115 height "1in"
24116 height_special "totalheight"
24117 status collapsed
24118
24119 \begin_layout Standard
24120 \align center
24121 This box is bottom-aligned.
24122 \end_layout
24123
24124 \end_inset
24125
24126 \InsetSpace ~
24127 This is an example text line.
24128 \end_layout
24129
24130 \begin_layout Standard
24131 The horizontal box alignment can be set via LyX's paragraph dialog when
24132  you set the box into its own paragraph.
24133 \end_layout
24134
24135 \begin_layout Standard
24136 \begin_inset VSpace bigskip
24137 \end_inset
24138
24139 When you have chosen an 
24140 \family sans
24141 Inner\InsetSpace ~
24142 Box
24143 \family default
24144 , the box content can be vertical aligned to:
24145 \end_layout
24146
24147 \begin_layout Description
24148 top This is an example text line.
24149  
24150 \begin_inset Box Boxed
24151 position "c"
24152 hor_pos "c"
24153 has_inner_box 1
24154 inner_pos "t"
24155 use_parbox 0
24156 width "12col%"
24157 special "none"
24158 height "1.5in"
24159 height_special "totalheight"
24160 status collapsed
24161
24162 \begin_layout Standard
24163 \align center
24164 This box text is top-aligned.
24165 \end_layout
24166
24167 \end_inset
24168
24169 \InsetSpace ~
24170 This is an example text line.
24171 \end_layout
24172
24173 \begin_layout Description
24174 middle This is an example text line.
24175  
24176 \begin_inset Box Boxed
24177 position "c"
24178 hor_pos "c"
24179 has_inner_box 1
24180 inner_pos "c"
24181 use_parbox 0
24182 width "12col%"
24183 special "none"
24184 height "1.5in"
24185 height_special "totalheight"
24186 status collapsed
24187
24188 \begin_layout Standard
24189 \align center
24190 This box text is middle-aligned.
24191 \end_layout
24192
24193 \end_inset
24194
24195 \InsetSpace ~
24196 This is an example text line.
24197 \end_layout
24198
24199 \begin_layout Description
24200 bottom This is an example text line.
24201  
24202 \begin_inset Box Boxed
24203 position "c"
24204 hor_pos "c"
24205 has_inner_box 1
24206 inner_pos "b"
24207 use_parbox 0
24208 width "12col%"
24209 special "none"
24210 height "1.5in"
24211 height_special "totalheight"
24212 status collapsed
24213
24214 \begin_layout Standard
24215 \align center
24216 This box text is bottom-aligned.
24217 \end_layout
24218
24219 \end_inset
24220
24221 \InsetSpace ~
24222 This is an example text line.
24223 \end_layout
24224
24225 \begin_layout Description
24226 stretch This is an example text line.
24227  
24228 \begin_inset Box Boxed
24229 position "c"
24230 hor_pos "c"
24231 has_inner_box 1
24232 inner_pos "s"
24233 use_parbox 0
24234 width "12col%"
24235 special "none"
24236 height "1.5in"
24237 height_special "totalheight"
24238 status collapsed
24239
24240 \begin_layout Standard
24241 \align center
24242 This box
24243 \end_layout
24244
24245 \begin_layout Standard
24246 \align center
24247 text is
24248 \end_layout
24249
24250 \begin_layout Standard
24251 \align center
24252 stretched.
24253 \end_layout
24254
24255 \end_inset
24256
24257 \InsetSpace ~
24258 This is an example text line.
24259 \end_layout
24260
24261 \begin_layout Standard
24262 To stretch the box content, it must consist of more than one paragraph.
24263  In the example above every text line is in an own paragraph.
24264 \end_layout
24265
24266 \begin_layout Standard
24267 \begin_inset VSpace bigskip
24268 \end_inset
24269
24270 To align the box content horizontally you can use LyX's paragraph dialog
24271  when you have chosen an 
24272 \family sans
24273 Inner\InsetSpace ~
24274 Box
24275 \family default
24276 .
24277 \end_layout
24278
24279 \begin_layout Standard
24280 \align center
24281 \begin_inset Box Boxed
24282 position "c"
24283 hor_pos "c"
24284 has_inner_box 1
24285 inner_pos "s"
24286 use_parbox 0
24287 width "15col%"
24288 special "none"
24289 height "1.25in"
24290 height_special "totalheight"
24291 status collapsed
24292
24293 \begin_layout Standard
24294 \align left
24295 This box
24296 \end_layout
24297
24298 \begin_layout Standard
24299 \align center
24300 text is
24301 \end_layout
24302
24303 \begin_layout Standard
24304 \align right
24305 stretched.
24306 \end_layout
24307
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \begin_layout Standard
24314 If you haven't set an 
24315 \family sans
24316 Inner\InsetSpace ~
24317 Box
24318 \family default
24319 , you can align the box content horizontally in the box dialog.
24320 \end_layout
24321
24322 \begin_layout Standard
24323 \align center
24324 \begin_inset Box Boxed
24325 position "c"
24326 hor_pos "s"
24327 has_inner_box 0
24328 inner_pos "s"
24329 use_parbox 0
24330 width "90col%"
24331 special "none"
24332 height "1.25in"
24333 height_special "totalheight"
24334 status collapsed
24335
24336 \begin_layout Standard
24337 \align left
24338 This box text is horizontally stretched.
24339 \end_layout
24340
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \begin_layout Section
24347 Framed Boxes
24348 \begin_inset LatexCommand label
24349 name "sec:Framed-Boxes"
24350
24351 \end_inset
24352
24353
24354 \begin_inset LatexCommand index
24355 name "Boxes ! Frames"
24356
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \begin_layout Standard
24363 The frame style of the box can be specified in the box-dialog in the drop-down
24364  list 
24365 \family sans
24366 Type
24367 \family default
24368 .
24369  The following frame types are possible:
24370 \end_layout
24371
24372 \begin_layout Description
24373 Rectangular\InsetSpace ~
24374 box This draws a rectangle frame around the box.
24375  The frame line thickness has the size of 
24376 \series bold
24377
24378 \backslash
24379 fboxrule
24380 \series default
24381 .
24382  
24383 \begin_inset Box Boxed
24384 position "c"
24385 hor_pos "c"
24386 has_inner_box 1
24387 inner_pos "c"
24388 use_parbox 0
24389 width "20col%"
24390 special "none"
24391 height "1in"
24392 height_special "totalheight"
24393 status collapsed
24394
24395 \begin_layout Standard
24396 \align center
24397 Rectangular box
24398 \end_layout
24399
24400 \end_inset
24401
24402
24403 \end_layout
24404
24405 \begin_layout Description
24406 Oval\InsetSpace ~
24407 box,\InsetSpace ~
24408 thin This draws an oval frame around the box.
24409  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
24410 pt.
24411  
24412 \begin_inset Box ovalbox
24413 position "c"
24414 hor_pos "c"
24415 has_inner_box 1
24416 inner_pos "c"
24417 use_parbox 0
24418 width "20col%"
24419 special "none"
24420 height "1in"
24421 height_special "totalheight"
24422 status collapsed
24423
24424 \begin_layout Standard
24425 \align center
24426 Oval box, thin
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Description
24435 Oval\InsetSpace ~
24436 box,\InsetSpace ~
24437 thick This draws an oval frame around the box.
24438  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
24439 pt.
24440  
24441 \begin_inset Box Ovalbox
24442 position "c"
24443 hor_pos "c"
24444 has_inner_box 1
24445 inner_pos "c"
24446 use_parbox 0
24447 width "20col%"
24448 special "none"
24449 height "1in"
24450 height_special "totalheight"
24451 status collapsed
24452
24453 \begin_layout Standard
24454 \align center
24455 Oval box, thick
24456 \end_layout
24457
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \begin_layout Description
24464 Shadow\InsetSpace ~
24465 box This draws a rectangle frame with a shadow around the box.
24466  The frame line thickness has the size of 
24467 \series bold
24468
24469 \backslash
24470 fboxrule
24471 \series default
24472 , the shadow has a width of 4\InsetSpace \thinspace{}
24473 pt.
24474  
24475 \begin_inset Box Shadowbox
24476 position "c"
24477 hor_pos "c"
24478 has_inner_box 1
24479 inner_pos "c"
24480 use_parbox 0
24481 width "20col%"
24482 special "none"
24483 height "1in"
24484 height_special "totalheight"
24485 status collapsed
24486
24487 \begin_layout Standard
24488 \align center
24489 Shadow box
24490 \end_layout
24491
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \begin_layout Description
24498 Double\InsetSpace ~
24499 box This draws a double-line rectangle frame around the box.
24500  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
24501
24502 \series bold
24503
24504 \backslash
24505 fboxrule
24506 \series default
24507 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
24508
24509 \series bold
24510
24511 \backslash
24512 fboxrule
24513 \series default
24514 .
24515  The distance between the lines is 1.5\InsetSpace \thinspace{}
24516
24517 \series bold
24518
24519 \backslash
24520 fboxrule
24521 \series default
24522 \InsetSpace \thinspace{}
24523 +\InsetSpace \thinspace{}
24524 0.5\InsetSpace \thinspace{}
24525 pt.
24526  
24527 \begin_inset Box Doublebox
24528 position "c"
24529 hor_pos "c"
24530 has_inner_box 1
24531 inner_pos "c"
24532 use_parbox 0
24533 width "20col%"
24534 special "none"
24535 height "1in"
24536 height_special "totalheight"
24537 status collapsed
24538
24539 \begin_layout Standard
24540 \align center
24541 Double box
24542 \end_layout
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout Standard
24550 \begin_inset VSpace bigskip
24551 \end_inset
24552
24553 LyX's box label will change to the used frame style when you set a frame.
24554  To be able to use the different frame styles, the LaTeX-package 
24555 \series bold
24556 fancybox
24557 \series default
24558
24559 \begin_inset LatexCommand index
24560 name "LaTeX-packages ! fancybox"
24561
24562 \end_inset
24563
24564  must be installed.
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \begin_inset VSpace bigskip
24569 \end_inset
24570
24571 The default value for the size 
24572 \series bold
24573
24574 \backslash
24575 fboxrule
24576 \series default
24577  is 0.4\InsetSpace \thinspace{}
24578 pt.
24579  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
24580 g.\InsetSpace ~
24581 2\InsetSpace \thinspace{}
24582 pt:
24583 \end_layout
24584
24585 \begin_layout Standard
24586
24587 \series bold
24588
24589 \backslash
24590 setlength{
24591 \backslash
24592 fboxrule}{2pt}
24593 \end_layout
24594
24595 \begin_layout Standard
24596 \begin_inset ERT
24597 status collapsed
24598
24599 \begin_layout Standard
24600
24601
24602 \backslash
24603 setlength{
24604 \backslash
24605 fboxrule}{2pt}
24606 \end_layout
24607
24608 \end_inset
24609
24610
24611 \begin_inset Box Boxed
24612 position "c"
24613 hor_pos "c"
24614 has_inner_box 1
24615 inner_pos "c"
24616 use_parbox 0
24617 width "25col%"
24618 special "none"
24619 height "1in"
24620 height_special "totalheight"
24621 status collapsed
24622
24623 \begin_layout Standard
24624 \align center
24625 Rectangular box with 
24626 \series bold
24627
24628 \backslash
24629 fboxrule
24630 \series default
24631 \InsetSpace \thinspace{}
24632 =\InsetSpace \thinspace{}
24633 2\InsetSpace \thinspace{}
24634 pt
24635 \end_layout
24636
24637 \end_inset
24638
24639
24640 \begin_inset ERT
24641 status collapsed
24642
24643 \begin_layout Standard
24644
24645
24646 \backslash
24647 setlength{
24648 \backslash
24649 fboxrule}{0.4pt}
24650 \end_layout
24651
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \begin_layout Standard
24658 \begin_inset VSpace bigskip
24659 \end_inset
24660
24661 The space between the frame and the box content is for all frame styles
24662  by default 3\InsetSpace \thinspace{}
24663 pt.
24664  You can change it by setting the length 
24665 \series bold
24666
24667 \backslash
24668 fboxsep
24669 \series default
24670  to another value.
24671  For example the command
24672 \end_layout
24673
24674 \begin_layout Standard
24675
24676 \series bold
24677
24678 \backslash
24679 setlength{
24680 \backslash
24681 fboxsep}{10pt}
24682 \end_layout
24683
24684 \begin_layout Standard
24685 sets the value to 10\InsetSpace \thinspace{}
24686 pt, like for the following box:
24687 \end_layout
24688
24689 \begin_layout Standard
24690 \begin_inset ERT
24691 status collapsed
24692
24693 \begin_layout Standard
24694
24695
24696 \backslash
24697 setlength{
24698 \backslash
24699 fboxsep}{10pt}
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \begin_inset Box Boxed
24706 position "c"
24707 hor_pos "c"
24708 has_inner_box 1
24709 inner_pos "c"
24710 use_parbox 0
24711 width "25col%"
24712 special "none"
24713 height "1in"
24714 height_special "totalheight"
24715 status collapsed
24716
24717 \begin_layout Standard
24718 \align center
24719 Rectangular box with 
24720 \series bold
24721
24722 \backslash
24723 fboxsep
24724 \series default
24725 \InsetSpace \thinspace{}
24726 =\InsetSpace \thinspace{}
24727 10\InsetSpace \thinspace{}
24728 pt
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \begin_inset ERT
24735 status collapsed
24736
24737 \begin_layout Standard
24738
24739
24740 \backslash
24741 setlength{
24742 \backslash
24743 fboxsep}{3pt}
24744 \end_layout
24745
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \begin_layout Standard
24752 \begin_inset VSpace bigskip
24753 \end_inset
24754
24755 The diameter of the round corners of the oval boxes can be set with the
24756  command 
24757 \series bold
24758
24759 \backslash
24760 cornersize
24761 \series default
24762 .
24763  The command
24764 \end_layout
24765
24766 \begin_layout Standard
24767
24768 \series bold
24769
24770 \backslash
24771 cornersize*{1cm}
24772 \end_layout
24773
24774 \begin_layout Standard
24775 sets the diameter to 1\InsetSpace \thinspace{}
24776 cm.
24777  The command
24778 \end_layout
24779
24780 \begin_layout Standard
24781
24782 \series bold
24783
24784 \backslash
24785 cornersize{num}
24786 \end_layout
24787
24788 \begin_layout Standard
24789 sets the diameter to 
24790 \family sans
24791 num\InsetSpace \thinspace{}
24792 ×\InsetSpace \thinspace{}
24793 minimum(width and heigth of box)
24794 \family default
24795 .
24796  The default is 
24797 \series bold
24798
24799 \backslash
24800 cornersize{0.5}
24801 \series default
24802 .
24803 \end_layout
24804
24805 \begin_layout Standard
24806 \begin_inset ERT
24807 status collapsed
24808
24809 \begin_layout Standard
24810
24811
24812 \backslash
24813 cornersize*{1.5cm}
24814 \end_layout
24815
24816 \end_inset
24817
24818
24819 \begin_inset Box Ovalbox
24820 position "c"
24821 hor_pos "c"
24822 has_inner_box 1
24823 inner_pos "c"
24824 use_parbox 0
24825 width "25col%"
24826 special "none"
24827 height "1in"
24828 height_special "totalheight"
24829 status collapsed
24830
24831 \begin_layout Standard
24832 \align center
24833 Oval box with 
24834 \series bold
24835
24836 \backslash
24837 cornersize
24838 \series default
24839 \InsetSpace \thinspace{}
24840 =\InsetSpace \thinspace{}
24841 1.5\InsetSpace \thinspace{}
24842 cm
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \begin_inset ERT
24849 status collapsed
24850
24851 \begin_layout Standard
24852
24853
24854 \backslash
24855 cornersize{0.5}
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \end_layout
24862
24863 \begin_layout Standard
24864 \begin_inset VSpace bigskip
24865 \end_inset
24866
24867 The size of the shadow can be adjusted by changing the length 
24868 \series bold
24869
24870 \backslash
24871 shadowsize
24872 \series default
24873 .
24874  It it set to 2\InsetSpace \thinspace{}
24875 pt for the following box by this command:
24876 \end_layout
24877
24878 \begin_layout Standard
24879
24880 \series bold
24881
24882 \backslash
24883 setlength{
24884 \backslash
24885 shadowsize}{2pt}
24886 \end_layout
24887
24888 \begin_layout Standard
24889 \begin_inset ERT
24890 status collapsed
24891
24892 \begin_layout Standard
24893
24894
24895 \backslash
24896 setlength{
24897 \backslash
24898 shadowsize}{2pt}
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \begin_inset Box Shadowbox
24905 position "c"
24906 hor_pos "c"
24907 has_inner_box 1
24908 inner_pos "c"
24909 use_parbox 0
24910 width "25col%"
24911 special "none"
24912 height "1in"
24913 height_special "totalheight"
24914 status collapsed
24915
24916 \begin_layout Standard
24917 \align center
24918 Shadow box with 
24919 \series bold
24920
24921 \backslash
24922 shadowsize
24923 \series default
24924 \InsetSpace \thinspace{}
24925 =\InsetSpace \thinspace{}
24926 2\InsetSpace \thinspace{}
24927 pt
24928 \end_layout
24929
24930 \end_inset
24931
24932
24933 \begin_inset ERT
24934 status collapsed
24935
24936 \begin_layout Standard
24937
24938
24939 \backslash
24940 setlength{
24941 \backslash
24942 shadowsize}{4pt}
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Standard
24951 \begin_inset VSpace bigskip
24952 \end_inset
24953
24954 Changed lengths and widths are valid for all boxes following the commands
24955  that change them.
24956 \end_layout
24957
24958 \begin_layout Section
24959 Minipages
24960 \begin_inset LatexCommand label
24961 name "sec:Minipages"
24962
24963 \end_inset
24964
24965
24966 \begin_inset LatexCommand index
24967 name "Boxes ! Minipages"
24968
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \begin_layout Standard
24975 Minipages are treated by LaTeX as pages within pages and can therefore for
24976  example have their own footnotes.
24977 \end_layout
24978
24979 \begin_layout Standard
24980 Minipages are useful when you write documents with different languages.
24981 \end_layout
24982
24983 \begin_layout Standard
24984 Below are two example minipages side by side.
24985  Their width is set to 45\InsetSpace \thinspace{}
24986 col% and they are separated by a horizontal fill,
24987  that was inserted via the menu 
24988 \family sans
24989 Insert\SpecialChar \menuseparator
24990 Special\InsetSpace ~
24991 Formatting\SpecialChar \menuseparator
24992 Horizontal\InsetSpace ~
24993 Fill
24994 \family default
24995 .
24996 \end_layout
24997
24998 \begin_layout Standard
24999 \begin_inset Box Frameless
25000 position "t"
25001 hor_pos "c"
25002 has_inner_box 1
25003 inner_pos "c"
25004 use_parbox 0
25005 width "45col%"
25006 special "none"
25007 height "1in"
25008 height_special "totalheight"
25009 status open
25010
25011 \begin_layout Standard
25012
25013 \lang german
25014 Dies ist ein deutscher Text.
25015  Dies ist ein deutscher Text.
25016  Dies ist ein deutscher Text.
25017  Dies ist ein deutscher Text.
25018  Dies ist ein deutscher Text.
25019  Dies ist ein deutscher Text.
25020  Dies ist ein deutscher Text.
25021  Dies ist ein deutscher Text.
25022  Dies ist ein deutscher Text.
25023  Dies ist ein deutscher Text.
25024  Dies ist ein deutscher Text.
25025  Dies ist ein deutscher Text.
25026  Dies ist ein deutscher Text
25027 \begin_inset Foot
25028 status collapsed
25029
25030 \begin_layout Standard
25031
25032 \lang german
25033 Dies ist eine deutsche Fußnote.
25034 \end_layout
25035
25036 \end_inset
25037
25038 .
25039  Dies ist ein deutscher Text.
25040  Dies ist ein deutscher Text.
25041 \end_layout
25042
25043 \end_inset
25044
25045
25046 \hfill
25047
25048 \begin_inset Box Frameless
25049 position "t"
25050 hor_pos "c"
25051 has_inner_box 1
25052 inner_pos "c"
25053 use_parbox 0
25054 width "45col%"
25055 special "none"
25056 height "1in"
25057 height_special "totalheight"
25058 status open
25059
25060 \begin_layout Standard
25061 This is an English Text.
25062  This is an English Text.
25063  This is an English Text.
25064  This is an English Text.
25065  This is an English Text.
25066  This is an English Text.
25067  This is an English Text.
25068  This is an English Text.
25069  This is an English Text.
25070  This is an English Text.
25071  This is an English Text.
25072  This is an English Text.
25073  This is an English Text.
25074  This is an English Text.
25075  This is an English Text.
25076  This is an English Text.
25077 \begin_inset Foot
25078 status collapsed
25079
25080 \begin_layout Standard
25081 This is an English footnote.
25082 \end_layout
25083
25084 \end_inset
25085
25086  This is an English Text.
25087  
25088 \end_layout
25089
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \begin_layout Standard
25096 \begin_inset VSpace bigskip
25097 \end_inset
25098
25099 Another application for minipages are footnotes within tables.
25100  Due to a LaTeX restriction footnotes within tables doesn't appear at the
25101  bottom of the current page.
25102  But when you put the table with the footnote to a minipage, the footnote
25103  will appear at its bottom, numbered with Latin letters.
25104  The footnote number is reset to 1 in every minipage but not outside the
25105  minipages.
25106 \end_layout
25107
25108 \begin_layout Standard
25109 The footnote of this table doesn't appear: 
25110 \begin_inset Tabular
25111 <lyxtabular version="3" rows="3" columns="4">
25112 <features>
25113 <column alignment="center" valignment="top" leftline="true" width="0pt">
25114 <column alignment="center" valignment="top" leftline="true" width="0pt">
25115 <column alignment="center" valignment="top" leftline="true" width="0pt">
25116 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25117 <row topline="true">
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Standard
25122 1
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Standard
25131 2
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Standard
25140 3
25141 \begin_inset Foot
25142 status collapsed
25143
25144 \begin_layout Standard
25145 This is a footnote within a table.
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Standard
25159 4
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 </row>
25165 <row topline="true">
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Standard
25170 a
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Standard
25179 b
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Standard
25188 c
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Standard
25197 d
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 </row>
25203 <row topline="true" bottomline="true">
25204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Standard
25208 e
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Standard
25217 f
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Standard
25226 g
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Standard
25235 h
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 </row>
25241 </lyxtabular>
25242
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \begin_layout Standard
25249 \align center
25250 \begin_inset Box Frameless
25251 position "t"
25252 hor_pos "c"
25253 has_inner_box 1
25254 inner_pos "c"
25255 use_parbox 0
25256 width "30col%"
25257 special "none"
25258 height "1in"
25259 height_special "totalheight"
25260 status open
25261
25262 \begin_layout Standard
25263 \align center
25264 \begin_inset Tabular
25265 <lyxtabular version="3" rows="3" columns="4">
25266 <features>
25267 <column alignment="center" valignment="top" leftline="true" width="0pt">
25268 <column alignment="center" valignment="top" leftline="true" width="0pt">
25269 <column alignment="center" valignment="top" leftline="true" width="0pt">
25270 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25271 <row topline="true">
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Standard
25276 1
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Standard
25285 2
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Standard
25294 3
25295 \begin_inset Foot
25296 status collapsed
25297
25298 \begin_layout Standard
25299 This is a footnote within a table.
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Standard
25313 4
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 </row>
25319 <row topline="true">
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Standard
25324 a
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Standard
25333 b
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Standard
25342 c
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Standard
25351 d
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 </row>
25357 <row topline="true" bottomline="true">
25358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Standard
25362 e
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Standard
25371 f
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Standard
25380 g
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Standard
25389 h
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 </row>
25395 </lyxtabular>
25396
25397 \end_inset
25398
25399
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 \begin_inset VSpace bigskip
25409 \end_inset
25410
25411 The document-wide paragraph settings are ignored within minipages.
25412  That means that there will be no space between paragraphs in minipages
25413  although you set it to e.\InsetSpace \thinspace{}
25414 g.\InsetSpace ~
25415
25416 \family sans
25417 MedSkip
25418 \family default
25419  in the document settings.
25420 \end_layout
25421
25422 \begin_layout Standard
25423 Minipages can also be used to set a background color for text parts, see
25424  section\InsetSpace ~
25425
25426 \begin_inset LatexCommand ref
25427 reference "sub:Color-for-Paragraphs"
25428
25429 \end_inset
25430
25431 .
25432 \end_layout
25433
25434 \begin_layout Standard
25435 \begin_inset Note Greyedout
25436 status open
25437
25438 \begin_layout Standard
25439
25440 \series bold
25441 Note:
25442 \series default
25443  You cannot have floats or margin notes inside minipages but minipages can
25444  be used inside tables, floats, and other boxes.
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Section
25453 Parboxes
25454 \begin_inset LatexCommand label
25455 name "sec:Parboxes"
25456
25457 \end_inset
25458
25459
25460 \begin_inset LatexCommand index
25461 name "Boxes ! Parboxes"
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 Parboxes are very similar to minipages with the difference that they cannot
25470  have footnotes.
25471  The main difference to minipages is that minipages are in contrary to parboxes
25472  no real boxes but LaTeX-environments.
25473 \end_layout
25474
25475 \begin_layout Standard
25476 \align center
25477 \begin_inset Box Frameless
25478 position "t"
25479 hor_pos "c"
25480 has_inner_box 1
25481 inner_pos "t"
25482 use_parbox 1
25483 width "33col%"
25484 special "none"
25485 height "1in"
25486 height_special "totalheight"
25487 status collapsed
25488
25489 \begin_layout Standard
25490 This a text within a parbox.
25491  This a text within a parbox.
25492 \end_layout
25493
25494 \begin_layout Standard
25495 This footnote won't appear:
25496 \begin_inset Foot
25497 status collapsed
25498
25499 \begin_layout Standard
25500 This footnote is inside a parbox and will therefore not appear.
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \begin_layout Section
25514 Boxes for Words and Characters
25515 \begin_inset LatexCommand index
25516 name "Boxes ! for Characters"
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Subsection
25524 Prevent Hyphenation
25525 \begin_inset LatexCommand label
25526 name "sec:Prevent-Hyphenation"
25527
25528 \end_inset
25529
25530
25531 \begin_inset LatexCommand index
25532 name "Boxes ! to Prevent Hyphenation"
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 You can use a special kind of boxes to prevent words or text to be hyphenated.
25541 \newline
25542 Her
25543 e is an example text:
25544 \end_layout
25545
25546 \begin_layout Standard
25547 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25548 g.\InsetSpace ~
25549 veryver
25550 ylongwords.
25551 \end_layout
25552
25553 \begin_layout Standard
25554 To prevent the hyphenation of the word 
25555 \begin_inset Quotes eld
25556 \end_inset
25557
25558 veryverylongwords
25559 \begin_inset Quotes erd
25560 \end_inset
25561
25562 , add the command
25563 \end_layout
25564
25565 \begin_layout Standard
25566
25567 \series bold
25568
25569 \backslash
25570 mbox{
25571 \end_layout
25572
25573 \begin_layout Standard
25574 in ERT before the word.
25575  Behind the word insert a closing brace 
25576 \begin_inset Quotes eld
25577 \end_inset
25578
25579
25580 \series bold
25581 }
25582 \series default
25583
25584 \begin_inset Quotes erd
25585 \end_inset
25586
25587  in ERT.
25588 \begin_inset ERT
25589 status collapsed
25590
25591 \begin_layout Standard
25592
25593
25594 \backslash
25595 pagebreak 
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \begin_layout Standard
25604 This is the result:
25605 \end_layout
25606
25607 \begin_layout Standard
25608 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25609 g.\InsetSpace ~
25610
25611 \begin_inset ERT
25612 status collapsed
25613
25614 \begin_layout Standard
25615
25616
25617 \backslash
25618 mbox{
25619 \end_layout
25620
25621 \end_inset
25622
25623 veryverylongwords.
25624 \begin_inset ERT
25625 status collapsed
25626
25627 \begin_layout Standard
25628
25629 }
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 Of course the word now protrudes over the side margin.
25639  To avoid this, add via the menu 
25640 \family sans
25641 Insert\SpecialChar \menuseparator
25642 Special\InsetSpace ~
25643 Formatting\SpecialChar \menuseparator
25644 Line\InsetSpace ~
25645 Break
25646 \family default
25647  (shortcut 
25648 \series bold
25649 Ctrl-Return
25650 \series default
25651 ) a line break before the word:
25652 \end_layout
25653
25654 \begin_layout Standard
25655 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25656 g.\InsetSpace ~
25657
25658 \newline
25659
25660 \begin_inset ERT
25661 status collapsed
25662
25663 \begin_layout Standard
25664
25665
25666 \backslash
25667 mbox{
25668 \end_layout
25669
25670 \end_inset
25671
25672 veryverylongwords.
25673 \begin_inset ERT
25674 status collapsed
25675
25676 \begin_layout Standard
25677
25678 }
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Subsection
25687 Vertical Alignment
25688 \begin_inset LatexCommand label
25689 name "sub:Vertical-Alignment"
25690
25691 \end_inset
25692
25693
25694 \begin_inset LatexCommand index
25695 name "Boxes ! for Vertical Alignment"
25696
25697 \end_inset
25698
25699
25700 \begin_inset LatexCommand index
25701 name "Boxes ! Raiseboxes"
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Standard
25709 With the help of the command 
25710 \series bold
25711
25712 \backslash
25713 raisebox
25714 \series default
25715  you can align words, characters or other boxes vertically to the surrounding
25716  text.
25717  
25718 \series bold
25719
25720 \backslash
25721 raisebox
25722 \series default
25723  is used with the following scheme:
25724 \end_layout
25725
25726 \begin_layout Standard
25727
25728 \series bold
25729
25730 \backslash
25731 raisebox{lift}[height][depth]{box content}
25732 \end_layout
25733
25734 \begin_layout Standard
25735 The lift can be a positive value to raise the box or a negative value to
25736  lower the box.
25737 \end_layout
25738
25739 \begin_layout Standard
25740 To align for example the word 
25741 \begin_inset Quotes eld
25742 \end_inset
25743
25744 preventing
25745 \begin_inset Quotes erd
25746 \end_inset
25747
25748  so that the bottom of the 
25749 \begin_inset Quotes eld
25750 \end_inset
25751
25752 deepest
25753 \begin_inset Quotes erd
25754 \end_inset
25755
25756  character 
25757 \begin_inset Quotes eld
25758 \end_inset
25759
25760 p
25761 \begin_inset Quotes erd
25762 \end_inset
25763
25764  is at the baseline, insert the command
25765 \end_layout
25766
25767 \begin_layout Standard
25768
25769 \series bold
25770
25771 \backslash
25772 raisebox{
25773 \backslash
25774 depth}{
25775 \end_layout
25776
25777 \begin_layout Standard
25778 in ERT before the word.
25779  Behind the word insert a closing brace 
25780 \begin_inset Quotes eld
25781 \end_inset
25782
25783
25784 \series bold
25785 }
25786 \series default
25787
25788 \begin_inset Quotes erd
25789 \end_inset
25790
25791  in ERT.
25792 \newline
25793 This is the result:
25794 \end_layout
25795
25796 \begin_layout Standard
25797 This is a text line with the word 
25798 \begin_inset ERT
25799 status collapsed
25800
25801 \begin_layout Standard
25802
25803
25804 \backslash
25805 raisebox{
25806 \backslash
25807 depth}{
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \begin_inset Quotes eld
25814 \end_inset
25815
25816 preventing
25817 \begin_inset Quotes erd
25818 \end_inset
25819
25820
25821 \begin_inset ERT
25822 status collapsed
25823
25824 \begin_layout Standard
25825
25826 }
25827 \end_layout
25828
25829 \end_inset
25830
25831  as raised word.
25832 \end_layout
25833
25834 \begin_layout Standard
25835 \begin_inset VSpace bigskip
25836 \end_inset
25837
25838 When you raise or lower characters in a line, the line distance will be
25839  spread:
25840 \end_layout
25841
25842 \begin_layout Standard
25843 This is a text line with the word 
25844 \begin_inset ERT
25845 status collapsed
25846
25847 \begin_layout Standard
25848
25849
25850 \backslash
25851 raisebox{-
25852 \backslash
25853 depth}{
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \begin_inset Quotes eld
25860 \end_inset
25861
25862 preventing
25863 \begin_inset Quotes erd
25864 \end_inset
25865
25866
25867 \begin_inset ERT
25868 status collapsed
25869
25870 \begin_layout Standard
25871
25872 }
25873 \end_layout
25874
25875 \end_inset
25876
25877  as lowered word.
25878 \newline
25879 This is a text line with the word 
25880 \begin_inset ERT
25881 status collapsed
25882
25883 \begin_layout Standard
25884
25885
25886 \backslash
25887 raisebox{0.5cm}{
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \begin_inset Quotes eld
25894 \end_inset
25895
25896 testing
25897 \begin_inset Quotes erd
25898 \end_inset
25899
25900
25901 \begin_inset ERT
25902 status collapsed
25903
25904 \begin_layout Standard
25905
25906 }
25907 \end_layout
25908
25909 \end_inset
25910
25911  as raised word.
25912 \end_layout
25913
25914 \begin_layout Standard
25915 If you want to prevent this for a certain reason, set the box height to
25916  a zero value.
25917  For example use
25918 \end_layout
25919
25920 \begin_layout Standard
25921
25922 \series bold
25923
25924 \backslash
25925 raisebox{-
25926 \backslash
25927 depth}[0pt]{
25928 \end_layout
25929
25930 \begin_layout Standard
25931 This is a text line with the word 
25932 \begin_inset ERT
25933 status collapsed
25934
25935 \begin_layout Standard
25936
25937
25938 \backslash
25939 raisebox{-
25940 \backslash
25941 depth}[0pt]{
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \begin_inset Quotes eld
25948 \end_inset
25949
25950 preventing
25951 \begin_inset Quotes erd
25952 \end_inset
25953
25954
25955 \begin_inset ERT
25956 status collapsed
25957
25958 \begin_layout Standard
25959
25960 }
25961 \end_layout
25962
25963 \end_inset
25964
25965  as lowered word.
25966 \newline
25967 This is a text line with the word 
25968 \begin_inset ERT
25969 status collapsed
25970
25971 \begin_layout Standard
25972
25973
25974 \backslash
25975 raisebox{0.5cm}[0pt]{
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \begin_inset Quotes eld
25982 \end_inset
25983
25984 testing
25985 \begin_inset Quotes erd
25986 \end_inset
25987
25988
25989 \begin_inset ERT
25990 status collapsed
25991
25992 \begin_layout Standard
25993
25994 }
25995 \end_layout
25996
25997 \end_inset
25998
25999  as raised word.
26000 \end_layout
26001
26002 \begin_layout Section
26003 Colored Boxes
26004 \begin_inset LatexCommand label
26005 name "sec:Colored-Boxes"
26006
26007 \end_inset
26008
26009
26010 \begin_inset LatexCommand index
26011 name "Boxes ! Color"
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \begin_layout Subsection
26019 Color for Text
26020 \begin_inset LatexCommand index
26021 name "Color ! for Text"
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029 To color the background of text the text must be put into a so called colorbox.
26030  This requires that the LaTeX-package 
26031 \series bold
26032 color
26033 \series default
26034
26035 \begin_inset LatexCommand index
26036 name "LaTeX-packages ! color"
26037
26038 \end_inset
26039
26040  is loaded in the document preamble with the command
26041 \end_layout
26042
26043 \begin_layout Standard
26044
26045 \series bold
26046
26047 \backslash
26048 @ifundef\SpecialChar \textcompwordmark{}
26049 ined{textcolor}
26050 \newline
26051
26052 \begin_inset ERT
26053 status collapsed
26054
26055 \begin_layout Standard
26056
26057
26058 \backslash
26059 hphantom{ }
26060 \end_layout
26061
26062 \end_inset
26063
26064 {
26065 \backslash
26066 usepackage{color}}{}
26067 \end_layout
26068
26069 \begin_layout Standard
26070 The package 
26071 \series bold
26072 color
26073 \series default
26074  will be loaded automatically by LyX when you color text
26075 \begin_inset Foot
26076 status collapsed
26077
26078 \begin_layout Standard
26079 To avoid that it is loaded twice the command 
26080 \series bold
26081
26082 \backslash
26083 @ifundef\SpecialChar \textcompwordmark{}
26084 ined
26085 \series default
26086  is used.
26087 \end_layout
26088
26089 \end_inset
26090
26091 .
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset VSpace medskip
26096 \end_inset
26097
26098 Colorboxes are created with the command 
26099 \series bold
26100
26101 \backslash
26102 colorbox
26103 \series default
26104 .
26105  This will be used with the following scheme:
26106 \end_layout
26107
26108 \begin_layout Standard
26109
26110 \series bold
26111
26112 \backslash
26113 colorbox{color}{box content}
26114 \end_layout
26115
26116 \begin_layout Standard
26117 The box content can also be a box and colorboxes can also be within other
26118  boxes.
26119 \end_layout
26120
26121 \begin_layout Standard
26122 The following colors are predefined:
26123 \newline
26124
26125 \family sans
26126 black
26127 \family default
26128
26129 \family sans
26130 blue
26131 \family default
26132
26133 \family sans
26134 cyan
26135 \family default
26136 \series bold
26137 ,
26138 \series default
26139  
26140 \family sans
26141 green
26142 \family default
26143
26144 \family sans
26145 magenta
26146 \family default
26147
26148 \family sans
26149 red
26150 \family default
26151
26152 \family sans
26153 white
26154 \family default
26155 , and 
26156 \family sans
26157 yellow
26158 \family default
26159 .
26160 \newline
26161 You can also define your own color as described in section\InsetSpace ~
26162
26163 \begin_inset LatexCommand ref
26164 reference "sec:Colored-Tables"
26165
26166 \end_inset
26167
26168 .
26169 \end_layout
26170
26171 \begin_layout Standard
26172 To have e.\InsetSpace \thinspace{}
26173 g.\InsetSpace ~
26174 a red background for a word, insert the command
26175 \end_layout
26176
26177 \begin_layout Standard
26178
26179 \series bold
26180
26181 \backslash
26182 colorbox{red}{
26183 \end_layout
26184
26185 \begin_layout Standard
26186 before the word in ERT.
26187  Behind the word insert a closing brace 
26188 \begin_inset Quotes eld
26189 \end_inset
26190
26191
26192 \series bold
26193 }
26194 \series default
26195
26196 \begin_inset Quotes erd
26197 \end_inset
26198
26199  in ERT.
26200 \newline
26201 This is the result:
26202 \end_layout
26203
26204 \begin_layout Standard
26205 This is a line where the word 
26206 \begin_inset ERT
26207 status collapsed
26208
26209 \begin_layout Standard
26210
26211
26212 \backslash
26213 colorbox{red}{
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \begin_inset Quotes eld
26220 \end_inset
26221
26222 Attention!
26223 \begin_inset Quotes erd
26224 \end_inset
26225
26226
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Standard
26231
26232 }
26233 \end_layout
26234
26235 \end_inset
26236
26237  has a red background.
26238 \end_layout
26239
26240 \begin_layout Standard
26241 \begin_inset VSpace bigskip
26242 \end_inset
26243
26244 If you would have the box frame in a different color, you can use the command
26245  
26246 \series bold
26247
26248 \backslash
26249 fcolorbox
26250 \series default
26251  with the following scheme:
26252 \end_layout
26253
26254 \begin_layout Standard
26255
26256 \series bold
26257
26258 \backslash
26259 fcolorbox{frame color}{box color}{box content}
26260 \end_layout
26261
26262 \begin_layout Standard
26263
26264 \series bold
26265
26266 \backslash
26267 fcolorbox
26268 \series default
26269  is an extension to 
26270 \series bold
26271
26272 \backslash
26273 colorbox
26274 \series default
26275 .
26276  The frame thickness and the space between the frame and the box content
26277  can be adjusted with the lengths 
26278 \series bold
26279
26280 \backslash
26281 fboxrule
26282 \series default
26283  and 
26284 \series bold
26285
26286 \backslash
26287 fboxsep
26288 \series default
26289 , respectively, as described in section\InsetSpace ~
26290
26291 \begin_inset LatexCommand ref
26292 reference "sec:Framed-Boxes"
26293
26294 \end_inset
26295
26296 .
26297 \end_layout
26298
26299 \begin_layout Standard
26300 For the following example the command
26301 \end_layout
26302
26303 \begin_layout Standard
26304
26305 \series bold
26306
26307 \backslash
26308 fcolorbox{cyan}{magenta}{
26309 \end_layout
26310
26311 \begin_layout Standard
26312 was used.
26313 \end_layout
26314
26315 \begin_layout Standard
26316 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
26317 mm:
26318 \newline
26319
26320 \begin_inset ERT
26321 status collapsed
26322
26323 \begin_layout Standard
26324
26325
26326 \backslash
26327 fboxrule 1mm 
26328 \backslash
26329 fboxsep 1mm
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \begin_inset ERT
26336 status collapsed
26337
26338 \begin_layout Standard
26339
26340
26341 \backslash
26342 fcolorbox{cyan}{magenta}{
26343 \end_layout
26344
26345 \end_inset
26346
26347 This is text within a colored, framed box.
26348 \begin_inset ERT
26349 status collapsed
26350
26351 \begin_layout Standard
26352
26353 }
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \begin_layout Standard
26362 \begin_inset VSpace bigskip
26363 \end_inset
26364
26365 Of course you can also have colored text inside a colorbox:
26366 \newline
26367
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Standard
26372
26373
26374 \backslash
26375 fcolorbox{cyan}{magenta}{
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \color yellow
26382 This is colored text within a colored, framed box.
26383 \color none
26384
26385 \begin_inset ERT
26386 status collapsed
26387
26388 \begin_layout Standard
26389
26390 }
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \begin_inset ERT
26397 status collapsed
26398
26399 \begin_layout Standard
26400
26401
26402 \backslash
26403 fboxrule 0.4pt 
26404 \backslash
26405 fboxsep 3pt
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \begin_layout Standard
26414
26415 \series bold
26416 \begin_inset VSpace medskip
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Standard
26423 \begin_inset Note Greyedout
26424 status open
26425
26426 \begin_layout Standard
26427
26428 \series bold
26429 Note:
26430 \series default
26431  Text in colorboxes cannot have line breaks.
26432  To color multiple text lines or paragraphs, use a box inside a colorbox
26433  as described in the following.
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Subsection
26442 Color for Paragraphs
26443 \begin_inset LatexCommand label
26444 name "sub:Color-for-Paragraphs"
26445
26446 \end_inset
26447
26448
26449 \begin_inset LatexCommand index
26450 name "Color ! for Paragraphs"
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Standard
26458 To set the background color for more than one text line, put the text into
26459  a minipage.
26460  Before the minipage insert the 
26461 \series bold
26462
26463 \backslash
26464 colorbox
26465 \series default
26466  command
26467 \end_layout
26468
26469 \begin_layout Standard
26470
26471 \series bold
26472
26473 \backslash
26474 colorbox{color}{
26475 \end_layout
26476
26477 \begin_layout Standard
26478 in ERT.
26479  Behind the minipage insert a closing brace 
26480 \begin_inset Quotes eld
26481 \end_inset
26482
26483
26484 \series bold
26485 }
26486 \series default
26487
26488 \begin_inset Quotes erd
26489 \end_inset
26490
26491  in ERT.
26492 \end_layout
26493
26494 \begin_layout Standard
26495 \begin_inset ERT
26496 status collapsed
26497
26498 \begin_layout Standard
26499
26500
26501 \backslash
26502 colorbox{lightgrey}{
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \begin_inset Box Frameless
26509 position "t"
26510 hor_pos "c"
26511 has_inner_box 1
26512 inner_pos "t"
26513 use_parbox 0
26514 width "100col%"
26515 special "none"
26516 height "1in"
26517 height_special "totalheight"
26518 status collapsed
26519
26520 \begin_layout Standard
26521 This is text with background color.
26522  This is text with background color.
26523 \end_layout
26524
26525 \begin_layout Standard
26526 \begin_inset VSpace defskip
26527 \end_inset
26528
26529 The text can have footnotes
26530 \begin_inset Foot
26531 status collapsed
26532
26533 \begin_layout Standard
26534 Another example footnote
26535 \end_layout
26536
26537 \end_inset
26538
26539  and can include tables and figures.
26540 \end_layout
26541
26542 \begin_layout Standard
26543 \align center
26544 \begin_inset Tabular
26545 <lyxtabular version="3" rows="3" columns="3">
26546 <features>
26547 <column alignment="center" valignment="top" leftline="true" width="0">
26548 <column alignment="center" valignment="top" leftline="true" width="0">
26549 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26550 <row topline="true">
26551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Standard
26555 a
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Standard
26564 !
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Standard
26573 3
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 </row>
26579 <row topline="true">
26580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Standard
26584 <
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Standard
26593 b2
26594 \begin_inset Quotes erd
26595 \end_inset
26596
26597 |
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Standard
26606 >
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 </row>
26612 <row topline="true" bottomline="true">
26613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Standard
26617 1
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Standard
26626 §
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Standard
26635 c
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 </row>
26641 </lyxtabular>
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \end_inset
26649
26650
26651 \begin_inset ERT
26652 status collapsed
26653
26654 \begin_layout Standard
26655
26656 }
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \begin_layout Section
26665 URLs (Uniform Resource Locators)
26666 \begin_inset LatexCommand index
26667 name "URLs"
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \begin_layout Standard
26675 Links to web pages or email addresses can be inserted via the menu 
26676 \family sans
26677 Insert\SpecialChar \menuseparator
26678 URL
26679 \family default
26680 .
26681  The appearing URL dialog has two fields; the 
26682 \family sans
26683 URL
26684 \family default
26685  field and the 
26686 \family sans
26687 Name
26688 \family default
26689  field for the URL description, which will be typeset as plain text immediately
26690  before the URL.
26691 \end_layout
26692
26693 \begin_layout Standard
26694 Here is an example URL: 
26695 \begin_inset LatexCommand url
26696 name "LyX's homepage"
26697 target "http://www.lyx.org"
26698
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \begin_layout Standard
26705 The option 
26706 \family sans
26707 Generate\InsetSpace ~
26708 hyperlink
26709 \family default
26710  in the URL dialog has only an affect when you export your document to the
26711  format 
26712 \begin_inset Quotes eld
26713 \end_inset
26714
26715
26716 \family sans
26717 LinuxDoc
26718 \family default
26719
26720 \begin_inset Quotes erd
26721 \end_inset
26722
26723 .
26724 \end_layout
26725
26726 \begin_layout Standard
26727 You cannot change the style of the link text.
26728  The text of the 
26729 \family sans
26730 Name
26731 \family default
26732  field will have the default text style of the document while the text of
26733  the 
26734 \family sans
26735 URL
26736 \family default
26737  field will have the style 
26738 \begin_inset Quotes eld
26739 \end_inset
26740
26741
26742 \family sans
26743 Typewriter
26744 \family default
26745
26746 \begin_inset Quotes erd
26747 \end_inset
26748
26749 .
26750 \end_layout
26751
26752 \begin_layout Standard
26753 When you use the LaTeX-package 
26754 \series bold
26755 hyperref
26756 \series default
26757
26758 \begin_inset LatexCommand index
26759 name "LaTeX-packages ! hyperref"
26760
26761 \end_inset
26762
26763  to link cross-references in the output, URLs will automatically become
26764  clickable hyperlinks in DVI and PDF-output.
26765 \end_layout
26766
26767 \begin_layout Standard
26768 \begin_inset Note Greyedout
26769 status open
26770
26771 \begin_layout Standard
26772
26773 \series bold
26774 Note:
26775 \series default
26776  When you use the following characters: "%", "#", "^", you have to write
26777  them with a preceding backslash, e.\InsetSpace \thinspace{}
26778 g.\InsetSpace ~
26779
26780 \begin_inset Quotes eld
26781 \end_inset
26782
26783
26784 \backslash
26785 #
26786 \begin_inset Quotes erd
26787 \end_inset
26788
26789 .
26790  URLs must not end with a backslash.
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \begin_layout Standard
26799 \begin_inset VSpace bigskip
26800 \end_inset
26801
26802 To create real hyperlinks without the force to write the link location to
26803  the text, you can use the command
26804 \end_layout
26805
26806 \begin_layout Standard
26807
26808 \series bold
26809
26810 \backslash
26811 href{link location}{link text}
26812 \end_layout
26813
26814 \begin_layout Standard
26815 in ERT.
26816  To get for example a link to LyX's web page, write the command
26817 \end_layout
26818
26819 \begin_layout Standard
26820
26821 \series bold
26822
26823 \backslash
26824 href{http://www.lyx.org}{
26825 \end_layout
26826
26827 \begin_layout Standard
26828 in ERT.
26829  Insert after the command the link text 
26830 \begin_inset Quotes eld
26831 \end_inset
26832
26833 LyX's homepage
26834 \begin_inset Quotes erd
26835 \end_inset
26836
26837  as normal text followed by a closing brace 
26838 \begin_inset Quotes eld
26839 \end_inset
26840
26841
26842 \series bold
26843 }
26844 \series default
26845
26846 \begin_inset Quotes erd
26847 \end_inset
26848
26849  in ERT.
26850  This is the result: 
26851 \begin_inset ERT
26852 status collapsed
26853
26854 \begin_layout Standard
26855
26856
26857 \backslash
26858 href{http://www.lyx.org}{
26859 \end_layout
26860
26861 \end_inset
26862
26863 LyX's homepage
26864 \begin_inset ERT
26865 status collapsed
26866
26867 \begin_layout Standard
26868
26869 }
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Standard
26878 To link to email addresses, add the prefix 
26879 \begin_inset Quotes eld
26880 \end_inset
26881
26882
26883 \family sans
26884 mailto:
26885 \family default
26886
26887 \begin_inset Quotes erd
26888 \end_inset
26889
26890  to the link location:
26891 \newline
26892 Email to 
26893 \begin_inset ERT
26894 status collapsed
26895
26896 \begin_layout Standard
26897
26898
26899 \backslash
26900 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26901 \end_layout
26902
26903 \end_inset
26904
26905 lyx-docs mailing list
26906 \begin_inset ERT
26907 status collapsed
26908
26909 \begin_layout Standard
26910
26911 }
26912 \end_layout
26913
26914 \end_inset
26915
26916 .
26917 \end_layout
26918
26919 \begin_layout Standard
26920 Using 
26921 \series bold
26922
26923 \backslash
26924 href
26925 \series default
26926  instead of LyX's URL box has the advantage that you can specify the text
26927  style of the link text like for all other text parts.
26928  You can therefore set hyphenation points and forced linebreaks to have
26929  long link text broken at the page margin.
26930  You are furthermore able to change the text style for all URLs in your
26931  document with an option in 
26932 \series bold
26933 hyperref
26934 \series default
26935 's load command and the restrictions mentioned above doesn't apply for 
26936 \series bold
26937
26938 \backslash
26939 href
26940 \series default
26941 .
26942 \end_layout
26943
26944 \begin_layout Chapter
26945 External Stuff
26946 \begin_inset LatexCommand index
26947 name "External Stuff"
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Standard
26955 With the menu 
26956 \family sans
26957 Insert\SpecialChar \menuseparator
26958 File
26959 \family default
26960  you can insert external material to your document.
26961  This can be:
26962 \end_layout
26963
26964 \begin_layout Description
26965 LyX\InsetSpace ~
26966 Document Another LyX document; its content is directly inserted to your
26967  document.
26968 \end_layout
26969
26970 \begin_layout Description
26971 Plain\InsetSpace ~
26972 Text A text document; every of its text lines is inserted to your document
26973  as own paragraph.
26974 \end_layout
26975
26976 \begin_layout Description
26977 Plain\InsetSpace ~
26978 Text,\InsetSpace ~
26979 Join\InsetSpace ~
26980 Lines A text document; its text lines are inserted as they
26981  are.
26982  Empty text lines creates a new paragraph in your document.
26983 \end_layout
26984
26985 \begin_layout Description
26986 External\InsetSpace ~
26987 Material Files in various formats.
26988 \end_layout
26989
26990 \begin_layout Description
26991 Child\InsetSpace ~
26992 Document LyX or LaTeX-documents.
26993 \end_layout
26994
26995 \begin_layout Section
26996 External Material
26997 \begin_inset LatexCommand index
26998 name "External Stuff ! External Material"
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \begin_layout Standard
27006 The external material feature allows you to insert files to your document
27007  without converting them previously to a format that can be read by the
27008  document output format because LyX takes care of needed conversions.
27009  This is similar to images that can be inserted in various image formats
27010  to LyX documents.
27011 \end_layout
27012
27013 \begin_layout Standard
27014 External material can be inserted via the 
27015 \family sans
27016 External Material
27017 \family default
27018  dialog that is accessible with the menu 
27019 \family sans
27020 Insert\SpecialChar \menuseparator
27021 File\SpecialChar \menuseparator
27022 External\InsetSpace ~
27023 Material
27024 \family default
27025 .
27026  Currently the following file types (
27027 \family sans
27028 Templates
27029 \family default
27030 ) are allowed:
27031 \end_layout
27032
27033 \begin_layout Description
27034 ChessDiagram This template supports chess position diagrams made with the
27035  program 
27036 \begin_inset ERT
27037 status collapsed
27038
27039 \begin_layout Standard
27040
27041
27042 \backslash
27043 href{http://en.wikipedia.org/wiki/XBoard}{
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \series bold
27050 XBoard
27051 \series default
27052
27053 \begin_inset ERT
27054 status collapsed
27055
27056 \begin_layout Standard
27057
27058 }
27059 \end_layout
27060
27061 \end_inset
27062
27063 .
27064 \end_layout
27065
27066 \begin_layout Description
27067 Date This inserts the date in the form 
27068 \emph on
27069 Day-Month-Year
27070 \emph default
27071 .
27072  This is a date inserted as external material: 
27073 \begin_inset External
27074         template Date
27075         filename .
27076
27077 \end_inset
27078
27079
27080 \newline
27081 The date is not shown within LyX, only in the output.
27082  There are two other methods of inserting a date, via menu 
27083 \family sans
27084 Insert\SpecialChar \menuseparator
27085 Date
27086 \family default
27087  and with the LaTeX command 
27088 \series bold
27089
27090 \backslash
27091 today
27092 \series default
27093  as ERT.
27094  The different methods are compared in Table\InsetSpace ~
27095
27096 \begin_inset LatexCommand ref
27097 reference "tab:Comparison-of-the"
27098
27099 \end_inset
27100
27101 .
27102 \end_layout
27103
27104 \begin_layout Description
27105 LilyPond This template is used for music notation typeset with the program
27106 \begin_inset ERT
27107 status collapsed
27108
27109 \begin_layout Standard
27110
27111
27112 \backslash
27113 linebreak 
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \begin_inset ERT
27120 status collapsed
27121
27122 \begin_layout Standard
27123
27124
27125 \backslash
27126 href{http://en.wikipedia.org/wiki/LilyPond}{
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \series bold
27133 LilyPond
27134 \series default
27135
27136 \begin_inset ERT
27137 status collapsed
27138
27139 \begin_layout Standard
27140
27141 }
27142 \end_layout
27143
27144 \end_inset
27145
27146 .
27147 \begin_inset Note Note
27148 status collapsed
27149
27150 \begin_layout Standard
27151 The command 
27152 \series bold
27153
27154 \backslash
27155 linebreak
27156 \series default
27157  breaks the line while the remaining text in the line is stretched to the
27158  page margin.
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Description
27167 RasterImage This can be used for bitmap images.
27168  Nearly all popular image formats are supported.
27169  The image can be treated in the 
27170 \family sans
27171 External material
27172 \family default
27173  dialog like the images that are usually included via the 
27174 \family sans
27175 Graphics
27176 \family default
27177  dialog as described in section\InsetSpace ~
27178
27179 \begin_inset LatexCommand ref
27180 reference "sec:Graphics-Dialog"
27181
27182 \end_inset
27183
27184 .
27185  The difference is that only raster images are allowed, that means that
27186  PDF and EPS-images are not supported.
27187 \end_layout
27188
27189 \begin_layout Description
27190 XFig This template supports images created with the program 
27191 \begin_inset ERT
27192 status collapsed
27193
27194 \begin_layout Standard
27195
27196
27197 \backslash
27198 href{http://en.wikipedia.org/wiki/Xfig}{
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \series bold
27205 Xfig
27206 \series default
27207
27208 \begin_inset ERT
27209 status collapsed
27210
27211 \begin_layout Standard
27212
27213 }
27214 \end_layout
27215
27216 \end_inset
27217
27218 .
27219 \end_layout
27220
27221 \begin_layout Standard
27222 \begin_inset Float table
27223 placement h
27224 wide false
27225 sideways false
27226 status open
27227
27228 \begin_layout Standard
27229 \begin_inset Caption
27230
27231 \begin_layout Standard
27232 \begin_inset LatexCommand label
27233 name "tab:Comparison-of-the"
27234
27235 \end_inset
27236
27237 Comparison of the date input methods.
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \begin_layout Standard
27246 \align center
27247 \begin_inset Tabular
27248 <lyxtabular version="3" rows="4" columns="4">
27249 <features>
27250 <column alignment="center" valignment="top" leftline="true" width="0">
27251 <column alignment="center" valignment="top" leftline="true" width="0">
27252 <column alignment="center" valignment="top" leftline="true" width="0">
27253 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27254 <row topline="true">
27255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Standard
27259 Document format
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Standard
27268
27269 \family sans
27270 External Material\SpecialChar \menuseparator
27271 Date
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27277 \begin_inset Text
27278
27279 \begin_layout Standard
27280
27281 \family sans
27282 Insert\SpecialChar \menuseparator
27283 Date
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27289 \begin_inset Text
27290
27291 \begin_layout Standard
27292 command 
27293 \series bold
27294
27295 \backslash
27296 today
27297 \end_layout
27298
27299 \end_inset
27300 </cell>
27301 </row>
27302 <row topline="true">
27303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Standard
27307 LyX
27308 \end_layout
27309
27310 \end_inset
27311 </cell>
27312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27313 \begin_inset Text
27314
27315 \begin_layout Standard
27316 as inset box
27317 \end_layout
27318
27319 \end_inset
27320 </cell>
27321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27322 \begin_inset Text
27323
27324 \begin_layout Standard
27325 as date
27326 \end_layout
27327
27328 \end_inset
27329 </cell>
27330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27331 \begin_inset Text
27332
27333 \begin_layout Standard
27334 as ERT inset box
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 </row>
27340 <row topline="true">
27341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Standard
27345 LaTeX
27346 \end_layout
27347
27348 \end_inset
27349 </cell>
27350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27351 \begin_inset Text
27352
27353 \begin_layout Standard
27354 as date
27355 \end_layout
27356
27357 \end_inset
27358 </cell>
27359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27360 \begin_inset Text
27361
27362 \begin_layout Standard
27363 as date
27364 \end_layout
27365
27366 \end_inset
27367 </cell>
27368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27369 \begin_inset Text
27370
27371 \begin_layout Standard
27372 as command
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 </row>
27378 <row topline="true" bottomline="true">
27379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27380 \begin_inset Text
27381
27382 \begin_layout Standard
27383 DVI, PDF, PS
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27389 \begin_inset Text
27390
27391 \begin_layout Standard
27392 as date
27393 \end_layout
27394
27395 \end_inset
27396 </cell>
27397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Standard
27401 as date
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Standard
27410 as date
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 </row>
27416 </lyxtabular>
27417
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Standard
27429 When you use the option 
27430 \family sans
27431 Draft
27432 \family default
27433  in the 
27434 \family sans
27435 File
27436 \family default
27437  tab of the 
27438 \family sans
27439 External Material
27440 \family default
27441  dialog, only the path to the inserted file is shown in the output.
27442 \newline
27443 External
27444  material is displayed in LyX either as box like this: 
27445 \begin_inset Graphics
27446         filename clipart/ExternalMaterialQt4.png
27447         scale 85
27448
27449 \end_inset
27450
27451  or as image, depending on the setting in the 
27452 \family sans
27453 LyX\InsetSpace ~
27454 View
27455 \family default
27456  tab of the 
27457 \family sans
27458 External Material
27459 \family default
27460  dialog.
27461 \end_layout
27462
27463 \begin_layout Standard
27464 The 
27465 \family sans
27466 \emph on
27467 Customization
27468 \family default
27469 \emph default
27470  manual explains how you can define your own templates.
27471 \end_layout
27472
27473 \begin_layout Section
27474 Child Documents
27475 \begin_inset LatexCommand label
27476 name "sec:Child-Documents"
27477
27478 \end_inset
27479
27480
27481 \begin_inset LatexCommand index
27482 name "External Stuff ! Child Documents"
27483
27484 \end_inset
27485
27486
27487 \begin_inset LatexCommand index
27488 name "Files ! Include"
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \begin_layout Standard
27496 Child documents are used when you have a long document consisting of several
27497  larger parts or sections.
27498  For maintenance it is often useful and sometimes even required to split
27499  the document in several files that can be revised separately.
27500  The different documents are then the so called child documents and a master
27501  document connects them to print the full document or parts of it.
27502 \end_layout
27503
27504 \begin_layout Standard
27505 Included documents are displayed in LyX as a box like this: 
27506 \begin_inset Graphics
27507         filename clipart/ChildDocumentQt4.png
27508         scale 85
27509
27510 \end_inset
27511
27512  To include child documents to a master document use the menu 
27513 \family sans
27514 Insert\SpecialChar \menuseparator
27515 File\SpecialChar \menuseparator
27516 Child\InsetSpace ~
27517 Documents
27518 \family default
27519 .
27520  A dialog pops up where you can choose between four include methods:
27521 \end_layout
27522
27523 \begin_layout Description
27524 Include You can include LyX and LaTeX-documents.
27525  When you press the 
27526 \family sans
27527 Load
27528 \family default
27529  button in the 
27530 \family sans
27531 Child Document
27532 \family default
27533  dialog, the included documents will be opened in LyX in a new file tab
27534  so that you can modify it.
27535 \newline
27536
27537 \end_layout
27538
27539 \begin_layout Standard
27540 Here is a child document inserted using 
27541 \family sans
27542 Include
27543 \family default
27544
27545 \begin_inset Include \include{DummyDocument1.lyx}
27546 preview false
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 The section numbering includes the sections of the included files in the
27555  order they are inserted in the master document.
27556  The included example document has for example a subsection that is numbered
27557  as subsection of this section.
27558  Labels of included documents can be referenced: Subsection\InsetSpace ~
27559
27560 \begin_inset LatexCommand ref
27561 reference "sub:External-Subsection-1"
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Standard
27569 The preamble of the child document is ignored, only the preamble of the
27570  master document is used.
27571  Included documents are inserted starting on a new page and end with a pagebreak.
27572 \end_layout
27573
27574 \begin_layout Standard
27575 With the LaTeX-command 
27576 \series bold
27577
27578 \backslash
27579 includeonly 
27580 \series default
27581 you can specify which included child documents are processed when the output
27582  is generated.
27583  This is useful when you are perhaps only working on a certain chapter of
27584  your large document as this saves compiling time.
27585  
27586 \series bold
27587
27588 \backslash
27589 includeonly
27590 \series default
27591  is inserted to the master document preamble.
27592  It takes a comma-separated list of the filenames as argument, e.g.
27593 \end_layout
27594
27595 \begin_layout Standard
27596
27597 \series bold
27598
27599 \backslash
27600 includeonly{chapter1,chapter5}
27601 \end_layout
27602
27603 \begin_layout Standard
27604 will only process the included files named 
27605 \begin_inset Quotes eld
27606 \end_inset
27607
27608 chapter1.lyx
27609 \begin_inset Quotes erd
27610 \end_inset
27611
27612  (or 
27613 \begin_inset Quotes eld
27614 \end_inset
27615
27616 chapter1.tex
27617 \begin_inset Quotes erd
27618 \end_inset
27619
27620 ) and 
27621 \begin_inset Quotes eld
27622 \end_inset
27623
27624 chapter5.lyx
27625 \begin_inset Quotes erd
27626 \end_inset
27627
27628  .
27629 \end_layout
27630
27631 \begin_layout Standard
27632 \begin_inset Note Greyedout
27633 status open
27634
27635 \begin_layout Standard
27636
27637 \series bold
27638 Note:
27639 \series default
27640  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
27641 w the document in case that the child document uses another document class
27642  than the master document as this will lead to unexpected outputs.
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \begin_layout Description
27651 Input This method is very similar to the Include method.
27652  The differences are:
27653 \end_layout
27654
27655 \begin_deeper
27656 \begin_layout Itemize
27657 Input files don't start with a new page and don't end with a pagebreak.
27658 \end_layout
27659
27660 \begin_layout Itemize
27661 Input files can be previewed in LyX when 
27662 \family sans
27663 Instant\InsetSpace ~
27664 Preview
27665 \family default
27666  is enabled in LyX's preferences under 
27667 \family sans
27668 Look\InsetSpace ~
27669 and\InsetSpace ~
27670 feel\SpecialChar \menuseparator
27671 Graphics
27672 \family default
27673 .
27674 \end_layout
27675
27676 \begin_layout Itemize
27677 The LaTeX-command 
27678 \series bold
27679
27680 \backslash
27681 includeonly
27682 \series default
27683  cannot be used.
27684 \end_layout
27685
27686 \end_deeper
27687 \begin_layout Standard
27688 Here is a child document inserted using 
27689 \family sans
27690 Input
27691 \family default
27692
27693 \begin_inset Include \input{DummyDocument2.lyx}
27694 preview false
27695
27696 \end_inset
27697
27698
27699 \end_layout
27700
27701 \begin_layout Description
27702 Verbatim With this method every text file can be included.
27703  The file is shown in the output with its source code, no command used in
27704  the text is invoked.
27705  You can use the option 
27706 \family sans
27707 Mark spaces in output
27708 \family default
27709  that displays the character 
27710 \begin_inset Quotes eld
27711 \end_inset
27712
27713
27714 \begin_inset ERT
27715 status collapsed
27716
27717 \begin_layout Standard
27718
27719
27720 \backslash
27721 textvisiblespace 
27722 \end_layout
27723
27724 \end_inset
27725
27726
27727 \begin_inset Quotes erd
27728 \end_inset
27729
27730  for every space character in the source code.
27731  The difference to the method via the menu 
27732 \family sans
27733 Insert\SpecialChar \menuseparator
27734 File\SpecialChar \menuseparator
27735 Plain\InsetSpace ~
27736 Text
27737 \family default
27738  is that the document content is not shown in LyX.
27739 \end_layout
27740
27741 \begin_layout Standard
27742 Here is a child document inserted as Verbatim: 
27743 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
27744 preview false
27745
27746 \end_inset
27747
27748
27749 \begin_inset VSpace bigskip
27750 \end_inset
27751
27752 Here is a child document inserted as Verbatim using the 
27753 \family sans
27754 Mark spaces in output
27755 \family default
27756  option: 
27757 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
27758 preview false
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 \begin_inset VSpace bigskip
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Standard
27773 \begin_inset Note Greyedout
27774 status open
27775
27776 \begin_layout Standard
27777
27778 \series bold
27779 Note:
27780 \series default
27781  As you can see in the examples above, the text of the documents included
27782  as verbatim is not broken at the end of the document lines.
27783 \end_layout
27784
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \begin_layout Description
27791 Listings This type is described in chapter\InsetSpace ~
27792
27793 \begin_inset LatexCommand ref
27794 reference "cha:Program-Code-Listings"
27795
27796 \end_inset
27797
27798 .
27799 \end_layout
27800
27801 \begin_layout Standard
27802 \begin_inset Note Greyedout
27803 status open
27804
27805 \begin_layout Standard
27806
27807 \series bold
27808 Note:
27809 \series default
27810  Including the same document twice in a document using different methods
27811  could cause LaTeX-problems.
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \begin_layout Chapter
27820 Program Code Listings
27821 \begin_inset LatexCommand label
27822 name "cha:Program-Code-Listings"
27823
27824 \end_inset
27825
27826
27827 \begin_inset LatexCommand index
27828 name "Listings"
27829
27830 \end_inset
27831
27832
27833 \begin_inset LatexCommand index
27834 name "Program Code"
27835
27836 \end_inset
27837
27838
27839 \begin_inset LatexCommand index
27840 name "Floats ! Listings"
27841
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \begin_layout Standard
27848 To include and typeset program code you can use the 
27849 \family sans
27850 Listings
27851 \family default
27852  inset that can be inserted via the menu 
27853 \family sans
27854 Insert\SpecialChar \menuseparator
27855 Program Listing
27856 \family default
27857 .
27858  The LaTeX-package 
27859 \series bold
27860 listings
27861 \series default
27862
27863 \begin_inset LatexCommand index
27864 name "LaTeX-packages ! listings"
27865
27866 \end_inset
27867
27868  provides a powerful and flexible way to insert program source code to your
27869  document.
27870 \end_layout
27871
27872 \begin_layout Standard
27873 When right-clicking on a listings inset a dialog pops up where you can set
27874  the listings format.
27875 \end_layout
27876
27877 \begin_layout Standard
27878 By default, a listing starts a new paragraph in the output.
27879  The placement option 
27880 \family sans
27881 Inline\InsetSpace ~
27882 listing
27883 \family default
27884  prints the listing inline like this: 
27885 \begin_inset listings
27886 lstparams "language={C++}"
27887 inline true
27888 status open
27889
27890 \begin_layout Standard
27891
27892 int a=5;
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \newline
27899 The option 
27900 \family sans
27901 Float
27902 \family default
27903  creates a listings float where you can specify the placement options 
27904 \begin_inset Quotes eld
27905 \end_inset
27906
27907
27908 \family sans
27909 h
27910 \family default
27911
27912 \begin_inset Quotes erd
27913 \end_inset
27914
27915
27916 \begin_inset Quotes eld
27917 \end_inset
27918
27919
27920 \family sans
27921 t
27922 \family default
27923
27924 \begin_inset Quotes erd
27925 \end_inset
27926
27927
27928 \begin_inset Quotes eld
27929 \end_inset
27930
27931
27932 \family sans
27933 b
27934 \family default
27935
27936 \begin_inset Quotes erd
27937 \end_inset
27938
27939 , and 
27940 \begin_inset Quotes eld
27941 \end_inset
27942
27943
27944 \family sans
27945 p
27946 \family default
27947
27948 \begin_inset Quotes erd
27949 \end_inset
27950
27951  corresponding to the float placement options described in section\InsetSpace ~
27952
27953 \begin_inset LatexCommand ref
27954 reference "sec:Float-Placement"
27955
27956 \end_inset
27957
27958 .
27959  The placement options can be mixed and are inserted without any separation,
27960  e.\InsetSpace \thinspace{}
27961 g.\InsetSpace ~
27962
27963 \begin_inset Quotes eld
27964 \end_inset
27965
27966
27967 \family sans
27968 htbp
27969 \family default
27970
27971 \begin_inset Quotes erd
27972 \end_inset
27973
27974 .
27975  The option 
27976 \begin_inset Quotes eld
27977 \end_inset
27978
27979 h
27980 \begin_inset Quotes erd
27981 \end_inset
27982
27983  has sometimes no effect, but you don't need to use the 
27984 \family sans
27985 Float
27986 \family default
27987  option in this case as also non-float listings can have captions and be
27988  referenced.
27989 \end_layout
27990
27991 \begin_layout Standard
27992 You can add captions to listings with the menu 
27993 \family sans
27994 Insert\SpecialChar \menuseparator
27995 Caption
27996 \family default
27997 .
27998  Listings can be referenced like floats: Listing\InsetSpace ~
27999
28000 \begin_inset LatexCommand ref
28001 reference "lst:Example-Listing"
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Standard
28009 \begin_inset listings
28010 lstparams "language=Python"
28011 inline false
28012 status open
28013
28014 \begin_layout Standard
28015
28016 \begin_inset Caption
28017
28018 \begin_layout Standard
28019 \begin_inset LatexCommand label
28020 name "lst:Example-Listing"
28021
28022 \end_inset
28023
28024 Example Listing float
28025 \end_layout
28026
28027 \end_inset
28028
28029 # Example listing float
28030 \end_layout
28031
28032 \begin_layout Standard
28033
28034 def func(param):
28035 \end_layout
28036
28037 \begin_layout Standard
28038
28039     'this is a python function'
28040 \end_layout
28041
28042 \begin_layout Standard
28043
28044     pass
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Standard
28053 When you have set a programming language in the listings dialog, the keywords
28054  of this language will be recognized and specially typeset in the output.
28055  In the example listings the Python keyword 
28056 \begin_inset Quotes eld
28057 \end_inset
28058
28059 def
28060 \begin_inset Quotes erd
28061 \end_inset
28062
28063  is recognized and printed bold in the output.
28064 \end_layout
28065
28066 \begin_layout Standard
28067 In section 
28068 \family sans
28069 Line\InsetSpace ~
28070 numbering
28071 \family default
28072  of the listings dialog you can specify the line numbering style.
28073  You can insert a number to specify which lines are numbered to the field
28074  
28075 \family sans
28076 Step
28077 \family default
28078 .
28079  When you insert e.g.
28080  
28081 \begin_inset Quotes eld
28082 \end_inset
28083
28084 3
28085 \begin_inset Quotes erd
28086 \end_inset
28087
28088 , only every 3rd line will be numbered.
28089 \end_layout
28090
28091 \begin_layout Standard
28092 You can furthermore specify a range of lines, only these will then appear
28093  in the output.
28094  The option 
28095 \family sans
28096 Extended\InsetSpace ~
28097 chars
28098 \family default
28099  should be used when you use national characters like the German umlauts
28100  in the listing.
28101 \newline
28102 Here is an example listing with left line numbering, step
28103  
28104 \begin_inset Quotes eld
28105 \end_inset
28106
28107 3
28108 \begin_inset Quotes erd
28109 \end_inset
28110
28111 , language 
28112 \begin_inset Quotes eld
28113 \end_inset
28114
28115 Python
28116 \begin_inset Quotes erd
28117 \end_inset
28118
28119 , options 
28120 \begin_inset Quotes eld
28121 \end_inset
28122
28123 Extended\InsetSpace ~
28124 chars
28125 \begin_inset Quotes erd
28126 \end_inset
28127
28128  and 
28129 \begin_inset Quotes eld
28130 \end_inset
28131
28132 Space\InsetSpace ~
28133 as\InsetSpace ~
28134 Symbol
28135 \begin_inset Quotes erd
28136 \end_inset
28137
28138 , range lines 3\InsetSpace \thinspace{}
28139 -\InsetSpace \thinspace{}
28140 8:
28141 \end_layout
28142
28143 \begin_layout Standard
28144 \begin_inset listings
28145 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
28146 inline false
28147 status open
28148
28149 \begin_layout Standard
28150
28151 def func(param):
28152 \end_layout
28153
28154 \begin_layout Standard
28155
28156     'this is a python function'
28157 \end_layout
28158
28159 \begin_layout Standard
28160
28161     pass
28162 \end_layout
28163
28164 \begin_layout Standard
28165
28166 def func(param):
28167 \end_layout
28168
28169 \begin_layout Standard
28170
28171 'This is a German word: Tschüß'
28172 \end_layout
28173
28174 \begin_layout Standard
28175
28176 pass
28177 \end_layout
28178
28179 \begin_layout Standard
28180
28181 def func(param):
28182 \end_layout
28183
28184 \begin_layout Standard
28185
28186 'this is a python function'
28187 \end_layout
28188
28189 \begin_layout Standard
28190
28191 pass
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Standard
28200 \begin_inset Note Greyedout
28201 status open
28202
28203 \begin_layout Standard
28204
28205 \series bold
28206 Note:
28207 \series default
28208  The line numbering is shifted by a line by every previous listing.
28209  That's the reason why the lines 2 and 5 are numbered in the above listing
28210  and not the lines 3 and 6.
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Standard
28219 \begin_inset VSpace bigskip
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Standard
28226 It is also possible to print lines from a file as listing.
28227  To do this, use the menu 
28228 \family sans
28229 Insert\SpecialChar \menuseparator
28230 File\SpecialChar \menuseparator
28231 Child Document
28232 \family default
28233  and choose the type 
28234 \family sans
28235 Listings
28236 \family default
28237 .
28238 \begin_inset Foot
28239 status collapsed
28240
28241 \begin_layout Standard
28242 The other child document types are described in section\InsetSpace ~
28243
28244 \begin_inset LatexCommand ref
28245 reference "sec:Child-Documents"
28246
28247 \end_inset
28248
28249 .
28250 \end_layout
28251
28252 \end_inset
28253
28254  In the child document dialog you can specify the listing parameters in
28255  a text box.
28256  To show a list of all available parameters, type in a question mark 
28257 \begin_inset Quotes eld
28258 \end_inset
28259
28260 ?
28261 \begin_inset Quotes erd
28262 \end_inset
28263
28264  in the text box.
28265 \end_layout
28266
28267 \begin_layout Standard
28268 To reference child document listings, write a label text into the corresponding
28269  field of the child document dialog.
28270  The label can then be referenced using the menu 
28271 \family sans
28272 Insert\SpecialChar \menuseparator
28273 Cross-Reference
28274 \family default
28275 .
28276 \end_layout
28277
28278 \begin_layout Standard
28279 Listing\InsetSpace ~
28280
28281 \begin_inset LatexCommand ref
28282 reference "lst:file-listing"
28283
28284 \end_inset
28285
28286  is an example for a listing of a file; there the lines 10\InsetSpace \thinspace{}
28287 -\InsetSpace \thinspace{}
28288 15 of this LyX
28289  file are listed.
28290 \end_layout
28291
28292 \begin_layout Standard
28293 \begin_inset Include \lstinputlisting{EmbeddedObjects.lyx}[breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15]
28294 preview false
28295
28296 \end_inset
28297
28298
28299 \end_layout
28300
28301 \begin_layout Standard
28302 \begin_inset VSpace bigskip
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Standard
28309 Global listings settings can be set in the 
28310 \family sans
28311 Document\SpecialChar \menuseparator
28312 Settings\SpecialChar \menuseparator
28313 Text Layout
28314 \family default
28315  dialog.
28316  To get there a list of available options, type in a question mark 
28317 \begin_inset Quotes eld
28318 \end_inset
28319
28320 ?
28321 \begin_inset Quotes erd
28322 \end_inset
28323
28324  in the 
28325 \family sans
28326 Listings\InsetSpace ~
28327 settings
28328 \family default
28329  field.
28330 \end_layout
28331
28332 \begin_layout Standard
28333 For more information about the 
28334 \series bold
28335 listings
28336 \series default
28337  package, we refer to its documentation 
28338 \begin_inset LatexCommand cite
28339 key "listings"
28340
28341 \end_inset
28342
28343 .
28344 \end_layout
28345
28346 \begin_layout Standard
28347
28348 \newpage
28349
28350 \end_layout
28351
28352 \begin_layout Chapter
28353 \start_of_appendix
28354 Units available in 
28355 \begin_inset ERT
28356 status collapsed
28357
28358 \begin_layout Standard
28359
28360
28361 \backslash
28362 texorpdfstring{
28363 \end_layout
28364
28365 \end_inset
28366
28367 LyX
28368 \begin_inset ERT
28369 status collapsed
28370
28371 \begin_layout Standard
28372
28373 }{LyX}
28374 \end_layout
28375
28376 \end_inset
28377
28378
28379 \begin_inset LatexCommand index
28380 name "Units"
28381
28382 \end_inset
28383
28384
28385 \begin_inset LatexCommand label
28386 name "cha:Units-available-in"
28387
28388 \end_inset
28389
28390
28391 \begin_inset Note Note
28392 status collapsed
28393
28394 \begin_layout Standard
28395 The command 
28396 \backslash
28397 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
28398  are displayed wrongly in PDF-bookmarks.
28399  For more information about this, have a look at 
28400 \begin_inset LatexCommand cite
28401 key "hyperref"
28402
28403 \end_inset
28404
28405 .
28406 \end_layout
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \begin_layout Standard
28414 To understand the units described in this documentation, Table\InsetSpace ~
28415
28416 \begin_inset LatexCommand ref
28417 reference "tab:Units"
28418
28419 \end_inset
28420
28421  explains all units available in LyX.
28422 \end_layout
28423
28424 \begin_layout Standard
28425 \begin_inset Float table
28426 placement h
28427 wide false
28428 sideways false
28429 status open
28430
28431 \begin_layout Standard
28432 \begin_inset Caption
28433
28434 \begin_layout Standard
28435 \begin_inset LatexCommand label
28436 name "tab:Units"
28437
28438 \end_inset
28439
28440 Units
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Standard
28449 \begin_inset VSpace medskip
28450 \end_inset
28451
28452
28453 \end_layout
28454
28455 \begin_layout Standard
28456 \align center
28457 \begin_inset Tabular
28458 <lyxtabular version="3" rows="20" columns="2">
28459 <features>
28460 <column alignment="center" valignment="top" leftline="true" width="0">
28461 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28462 <row topline="true" bottomline="true">
28463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28464 \begin_inset Text
28465
28466 \begin_layout Standard
28467 unit
28468 \end_layout
28469
28470 \end_inset
28471 </cell>
28472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28473 \begin_inset Text
28474
28475 \begin_layout Standard
28476 name/description
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 </row>
28482 <row topline="true">
28483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28484 \begin_inset Text
28485
28486 \begin_layout Standard
28487 mm
28488 \end_layout
28489
28490 \end_inset
28491 </cell>
28492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28493 \begin_inset Text
28494
28495 \begin_layout Standard
28496 millimeter
28497 \end_layout
28498
28499 \end_inset
28500 </cell>
28501 </row>
28502 <row topline="true">
28503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28504 \begin_inset Text
28505
28506 \begin_layout Standard
28507 cm
28508 \end_layout
28509
28510 \end_inset
28511 </cell>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Standard
28516 centimeter
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 </row>
28522 <row topline="true">
28523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28524 \begin_inset Text
28525
28526 \begin_layout Standard
28527 in
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28533 \begin_inset Text
28534
28535 \begin_layout Standard
28536 inch
28537 \end_layout
28538
28539 \end_inset
28540 </cell>
28541 </row>
28542 <row topline="true">
28543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28544 \begin_inset Text
28545
28546 \begin_layout Standard
28547 pt
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Standard
28556 point (72.27\InsetSpace \thinspace{}
28557 pt = 1\InsetSpace \thinspace{}
28558 in)
28559 \end_layout
28560
28561 \end_inset
28562 </cell>
28563 </row>
28564 <row topline="true">
28565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28566 \begin_inset Text
28567
28568 \begin_layout Standard
28569 pc
28570 \end_layout
28571
28572 \end_inset
28573 </cell>
28574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28575 \begin_inset Text
28576
28577 \begin_layout Standard
28578 pica (1\InsetSpace \thinspace{}
28579 pc = 12\InsetSpace \thinspace{}
28580 pt)
28581 \end_layout
28582
28583 \end_inset
28584 </cell>
28585 </row>
28586 <row topline="true">
28587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28588 \begin_inset Text
28589
28590 \begin_layout Standard
28591 sp
28592 \end_layout
28593
28594 \end_inset
28595 </cell>
28596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28597 \begin_inset Text
28598
28599 \begin_layout Standard
28600 scaled point (65536\InsetSpace \thinspace{}
28601 sp = 1\InsetSpace \thinspace{}
28602 pt)
28603 \end_layout
28604
28605 \end_inset
28606 </cell>
28607 </row>
28608 <row topline="true">
28609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28610 \begin_inset Text
28611
28612 \begin_layout Standard
28613 bp
28614 \end_layout
28615
28616 \end_inset
28617 </cell>
28618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Standard
28622 big point (72\InsetSpace \thinspace{}
28623 bp = 1\InsetSpace \thinspace{}
28624 in)
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 </row>
28630 <row topline="true">
28631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28632 \begin_inset Text
28633
28634 \begin_layout Standard
28635 dd
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Standard
28644 didot (1\InsetSpace \thinspace{}
28645 dd 
28646 \begin_inset Formula $\approx$
28647 \end_inset
28648
28649  0.376\InsetSpace \thinspace{}
28650 mm)
28651 \end_layout
28652
28653 \end_inset
28654 </cell>
28655 </row>
28656 <row topline="true">
28657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28658 \begin_inset Text
28659
28660 \begin_layout Standard
28661 cc
28662 \end_layout
28663
28664 \end_inset
28665 </cell>
28666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28667 \begin_inset Text
28668
28669 \begin_layout Standard
28670 cicero (1\InsetSpace \thinspace{}
28671 cc = 12\InsetSpace \thinspace{}
28672 dd)
28673 \end_layout
28674
28675 \end_inset
28676 </cell>
28677 </row>
28678 <row topline="true">
28679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28680 \begin_inset Text
28681
28682 \begin_layout Standard
28683 Scale%
28684 \end_layout
28685
28686 \end_inset
28687 </cell>
28688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Standard
28692 % of original image width
28693 \end_layout
28694
28695 \end_inset
28696 </cell>
28697 </row>
28698 <row topline="true">
28699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28700 \begin_inset Text
28701
28702 \begin_layout Standard
28703 text%
28704 \end_layout
28705
28706 \end_inset
28707 </cell>
28708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28709 \begin_inset Text
28710
28711 \begin_layout Standard
28712 % of text width
28713 \end_layout
28714
28715 \end_inset
28716 </cell>
28717 </row>
28718 <row topline="true">
28719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28720 \begin_inset Text
28721
28722 \begin_layout Standard
28723 col%
28724 \end_layout
28725
28726 \end_inset
28727 </cell>
28728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28729 \begin_inset Text
28730
28731 \begin_layout Standard
28732 % of column width
28733 \end_layout
28734
28735 \end_inset
28736 </cell>
28737 </row>
28738 <row topline="true">
28739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28740 \begin_inset Text
28741
28742 \begin_layout Standard
28743 page%
28744 \end_layout
28745
28746 \end_inset
28747 </cell>
28748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28749 \begin_inset Text
28750
28751 \begin_layout Standard
28752 % of paper width
28753 \end_layout
28754
28755 \end_inset
28756 </cell>
28757 </row>
28758 <row topline="true">
28759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28760 \begin_inset Text
28761
28762 \begin_layout Standard
28763 line%
28764 \end_layout
28765
28766 \end_inset
28767 </cell>
28768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28769 \begin_inset Text
28770
28771 \begin_layout Standard
28772 % of line width
28773 \end_layout
28774
28775 \end_inset
28776 </cell>
28777 </row>
28778 <row topline="true">
28779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28780 \begin_inset Text
28781
28782 \begin_layout Standard
28783 theight%
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28789 \begin_inset Text
28790
28791 \begin_layout Standard
28792 % of text height
28793 \end_layout
28794
28795 \end_inset
28796 </cell>
28797 </row>
28798 <row topline="true">
28799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28800 \begin_inset Text
28801
28802 \begin_layout Standard
28803 pheight%
28804 \end_layout
28805
28806 \end_inset
28807 </cell>
28808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28809 \begin_inset Text
28810
28811 \begin_layout Standard
28812 % of paper height
28813 \end_layout
28814
28815 \end_inset
28816 </cell>
28817 </row>
28818 <row topline="true">
28819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28820 \begin_inset Text
28821
28822 \begin_layout Standard
28823 ex
28824 \end_layout
28825
28826 \end_inset
28827 </cell>
28828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28829 \begin_inset Text
28830
28831 \begin_layout Standard
28832 height of letter 
28833 \emph on
28834 x
28835 \emph default
28836  in current font
28837 \end_layout
28838
28839 \end_inset
28840 </cell>
28841 </row>
28842 <row topline="true">
28843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Standard
28847 em
28848 \end_layout
28849
28850 \end_inset
28851 </cell>
28852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Standard
28856 width of letter 
28857 \emph on
28858 M
28859 \emph default
28860  in current font
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 </row>
28866 <row topline="true" bottomline="true">
28867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28868 \begin_inset Text
28869
28870 \begin_layout Standard
28871 mu
28872 \end_layout
28873
28874 \end_inset
28875 </cell>
28876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28877 \begin_inset Text
28878
28879 \begin_layout Standard
28880 math unit (1\InsetSpace \thinspace{}
28881 mu = 1/18\InsetSpace \thinspace{}
28882 em)
28883 \end_layout
28884
28885 \end_inset
28886 </cell>
28887 </row>
28888 </lyxtabular>
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Chapter
28901 Output File Formats with Graphics
28902 \begin_inset LatexCommand label
28903 name "cha:Output-File-Formats"
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Section
28911 DVI
28912 \begin_inset LatexCommand index
28913 name "File Formats ! DVI"
28914
28915 \end_inset
28916
28917
28918 \begin_inset LatexCommand index
28919 name "DVI|see{File Formats}"
28920
28921 \end_inset
28922
28923
28924 \end_layout
28925
28926 \begin_layout Standard
28927 This file type has the extension 
28928 \begin_inset Quotes eld
28929 \end_inset
28930
28931
28932 \family typewriter
28933 .dvi
28934 \family default
28935
28936 \begin_inset Quotes erd
28937 \end_inset
28938
28939 .
28940  It is called 
28941 \begin_inset Quotes eld
28942 \end_inset
28943
28944 device-independent
28945 \begin_inset Quotes erd
28946 \end_inset
28947
28948  (DVI), because it is completely portable; you can move them from one machine
28949  to another without needing to do any sort of conversion.
28950  At the time when this file-format was developed, this was no matter of
28951  course.
28952  DVIs are used for quick previews and as pre-stage for other output formats,
28953  like PostScript.
28954 \end_layout
28955
28956 \begin_layout Standard
28957 \begin_inset Note Greyedout
28958 status open
28959
28960 \begin_layout Standard
28961
28962 \series bold
28963 Note:
28964 \series default
28965  DVI-files doesn't contain images, they will only be a linked.
28966 \end_layout
28967
28968 \end_inset
28969
28970  So don't forget this, if you move your 
28971 \family typewriter
28972 .dvi
28973 \family default
28974  file to another computer.
28975  This property can also slow down your computer when you view the DVI.
28976  Because the DVI-viewer has to convert the image in the background to make
28977  it visible when you scroll in the DVI.
28978  So we recommend to use PDF for files with many images.
28979 \end_layout
28980
28981 \begin_layout Standard
28982 You can export your document to DVI by using the menu 
28983 \family sans
28984 File\SpecialChar \menuseparator
28985 Export\SpecialChar \menuseparator
28986 DVI
28987 \family default
28988 .
28989  You can view your document as DVI via the 
28990 \family sans
28991 View
28992 \family default
28993  menu or by using the toolbar button 
28994 \begin_inset Graphics
28995         filename ../images/buffer-view_dvi.xpm
28996         scale 85
28997
28998 \end_inset
28999
29000 .
29001 \end_layout
29002
29003 \begin_layout Section
29004 PostScript
29005 \begin_inset LatexCommand label
29006 name "sec:PostScript"
29007
29008 \end_inset
29009
29010
29011 \begin_inset LatexCommand index
29012 name "File Formats ! PostScript"
29013
29014 \end_inset
29015
29016
29017 \begin_inset LatexCommand index
29018 name "PostScript|see{File Formats}"
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 This file type has the extension 
29027 \begin_inset Quotes eld
29028 \end_inset
29029
29030
29031 \family typewriter
29032 .ps
29033 \family default
29034
29035 \begin_inset Quotes erd
29036 \end_inset
29037
29038 .
29039  PostScript was developed by the company 
29040 \family typewriter
29041 Adobe
29042 \family default
29043  as printer language.
29044  The file contains therefore commands that the printer uses to print the
29045  file.
29046  PostScript can be seen as 
29047 \begin_inset Quotes eld
29048 \end_inset
29049
29050 programming language
29051 \begin_inset Quotes erd
29052 \end_inset
29053
29054 ; you can calculate with it and draw diagrams and images
29055 \begin_inset Foot
29056 status collapsed
29057
29058 \begin_layout Standard
29059 If you are interested to learn more about this, have a look at the LaTeX-package
29060  
29061 \series bold
29062 PSTricks
29063 \series default
29064  
29065 \begin_inset LatexCommand cite
29066 key "pstricks"
29067
29068 \end_inset
29069
29070 .
29071 \end_layout
29072
29073 \end_inset
29074
29075 .
29076  Due to this ability, the files are often bigger than PDFs.
29077 \end_layout
29078
29079 \begin_layout Standard
29080 PostScript can only contain images in the format 
29081 \begin_inset Quotes eld
29082 \end_inset
29083
29084 Encapsulated PostScript
29085 \begin_inset Quotes erd
29086 \end_inset
29087
29088  (EPS, file extension 
29089 \begin_inset Quotes eld
29090 \end_inset
29091
29092
29093 \family typewriter
29094 .eps
29095 \family default
29096
29097 \begin_inset Quotes erd
29098 \end_inset
29099
29100 ).
29101  As LyX allows you to use any known image format in your document, it has
29102  to convert images in the background to EPS.
29103  If you have e.g 50 images in your document, LyX has to do 50 conversions
29104  whenever you view or export your document.
29105  This will slow down your work flow with LyX drastically.
29106  So if you plan to use PostScript, you can insert your images directly as
29107  EPS to avoid this problem.
29108 \end_layout
29109
29110 \begin_layout Standard
29111 You can export your document to PostScript using the menu 
29112 \family sans
29113 File\SpecialChar \menuseparator
29114 Export\SpecialChar \menuseparator
29115 Postscript
29116 \family default
29117 .
29118  You can view your document as PostScript via the 
29119 \family sans
29120 View
29121 \family default
29122  menu or by using the toolbar button 
29123 \begin_inset Graphics
29124         filename ../images/buffer-view_ps.xpm
29125         scale 85
29126
29127 \end_inset
29128
29129 .
29130 \end_layout
29131
29132 \begin_layout Section
29133 PDF
29134 \begin_inset LatexCommand label
29135 name "sec:PDF"
29136
29137 \end_inset
29138
29139
29140 \begin_inset LatexCommand index
29141 name "File Formats ! PDF"
29142
29143 \end_inset
29144
29145
29146 \begin_inset LatexCommand index
29147 name "PDF"
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \begin_layout Standard
29155 This file type has the extension 
29156 \begin_inset Quotes eld
29157 \end_inset
29158
29159
29160 \family typewriter
29161 .pdf
29162 \family default
29163
29164 \begin_inset Quotes erd
29165 \end_inset
29166
29167 .
29168  The 
29169 \begin_inset Quotes eld
29170 \end_inset
29171
29172 Portable Document Format
29173 \begin_inset Quotes erd
29174 \end_inset
29175
29176  (PDF) is developed by 
29177 \family typewriter
29178 Adobe
29179 \family default
29180  as derivative from PostScript.
29181  It is more compressed and it uses much less commands than PostScript.
29182  As the name 
29183 \begin_inset Quotes eld
29184 \end_inset
29185
29186 portable
29187 \begin_inset Quotes erd
29188 \end_inset
29189
29190  implies, it can be processed at any computer system and the printed output
29191  looks exactly the same.
29192 \end_layout
29193
29194 \begin_layout Standard
29195 PDF can contain images in its own PDF format, in the format 
29196 \begin_inset Quotes eld
29197 \end_inset
29198
29199 Joint Photographic Experts Group
29200 \begin_inset Quotes erd
29201 \end_inset
29202
29203  (JPG, file extension 
29204 \begin_inset Quotes eld
29205 \end_inset
29206
29207
29208 \family typewriter
29209 .jpg
29210 \family default
29211
29212 \begin_inset Quotes erd
29213 \end_inset
29214
29215  or 
29216 \begin_inset Quotes eld
29217 \end_inset
29218
29219
29220 \family typewriter
29221 .jpeg
29222 \family default
29223
29224 \begin_inset Quotes erd
29225 \end_inset
29226
29227 ), and in the format 
29228 \begin_inset Quotes eld
29229 \end_inset
29230
29231 Portable Network Graphics
29232 \begin_inset Quotes erd
29233 \end_inset
29234
29235  (PNG, file extension 
29236 \begin_inset Quotes eld
29237 \end_inset
29238
29239
29240 \family typewriter
29241 .png
29242 \family default
29243
29244 \begin_inset Quotes erd
29245 \end_inset
29246
29247 ).
29248  Nevertheless you can use any other image format, because LyX converts them
29249  in the background to one of these formats.
29250  But as described in the section about PostScript, the image conversion
29251  will slow down your work flow.
29252  So it is recommended to use images in one of the three mentioned formats.
29253 \end_layout
29254
29255 \begin_layout Standard
29256 You can export your document to PDF via the menu 
29257 \family sans
29258 File\SpecialChar \menuseparator
29259 Export
29260 \family default
29261  in three different ways:
29262 \end_layout
29263
29264 \begin_layout Description
29265 PDF\InsetSpace ~
29266 (ps2pdf) This uses the program 
29267 \family typewriter
29268 ps2pdf
29269 \family default
29270  that creates a PDF from a PostScript-version of your file.
29271  The PostScript-version is produced by the program 
29272 \family typewriter
29273 dvips
29274 \family default
29275  which uses a DVI-version as intermediate step.
29276  So this export variant consist of three conversions.
29277 \end_layout
29278
29279 \begin_layout Description
29280 PDF\InsetSpace ~
29281 (dvipdfm) This uses the program 
29282 \family typewriter
29283 dvipdfm
29284 \family default
29285  that converts your file in the background to DVI and in a second step to
29286  PDF.
29287 \end_layout
29288
29289 \begin_layout Description
29290 PDF\InsetSpace ~
29291 (pdflatex) This uses the program 
29292 \family typewriter
29293 pdftex
29294 \family default
29295  that converts your file directly to PDF.
29296 \end_layout
29297
29298 \begin_layout Standard
29299 It is recommended to use 
29300 \family sans
29301 PDF\InsetSpace ~
29302 (pdflatex)
29303 \family default
29304  because 
29305 \family typewriter
29306 pdftex
29307 \family default
29308  supports all features of actual PDF-versions, is quick and works stable
29309  without problems.
29310  The program 
29311 \family typewriter
29312 dvipdfm
29313 \family default
29314  is not under development and therefore a bit outdated.
29315 \end_layout
29316
29317 \begin_layout Standard
29318 You can view your document as PDF via the 
29319 \family sans
29320 View
29321 \family default
29322  menu or by using the toolbar button 
29323 \begin_inset Graphics
29324         filename ../images/buffer-view_pdf2.xpm
29325         scale 85
29326
29327 \end_inset
29328
29329  
29330 \family sans
29331 (
29332 \family default
29333 that uses 
29334 \family sans
29335 PDF\InsetSpace ~
29336 (pdflatex)
29337 \family default
29338 ).
29339 \end_layout
29340
29341 \begin_layout Chapter
29342 Explanation of Equation\InsetSpace ~
29343
29344 \begin_inset LatexCommand eqref
29345 reference "eq:Wgn"
29346
29347 \end_inset
29348
29349
29350 \begin_inset LatexCommand label
29351 name "cha:Explanation-of-Equation"
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Standard
29359 The total width of 
29360 \emph on
29361 n
29362 \emph default
29363  table cells 
29364 \begin_inset Formula $W_{\mathrm{tot\, n}}$
29365 \end_inset
29366
29367  can be calculated to
29368 \end_layout
29369
29370 \begin_layout Standard
29371 \begin_inset Formula \begin{equation}
29372 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Where 
29381 \begin_inset Formula $W_{g\, n}$
29382 \end_inset
29383
29384  is the given width of all cells.
29385  
29386 \series bold
29387
29388 \backslash
29389 tabcolsep
29390 \series default
29391  is the LaTeX-length between the cell text and the cell border, its default
29392  value is 6\InsetSpace \thinspace{}
29393 pt.
29394  
29395 \series bold
29396
29397 \backslash
29398 arrayrulewidth
29399 \series default
29400  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
29401 pt.
29402 \end_layout
29403
29404 \begin_layout Standard
29405 Following equation\InsetSpace ~
29406
29407 \begin_inset LatexCommand eqref
29408 reference "eq:Wtot_n"
29409
29410 \end_inset
29411
29412 , the total width of a multicolumn 
29413 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
29414 \end_inset
29415
29416  is
29417 \end_layout
29418
29419 \begin_layout Standard
29420 \begin_inset Formula \begin{equation}
29421 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
29422
29423 \end_inset
29424
29425
29426 \end_layout
29427
29428 \begin_layout Standard
29429 By setting equation\InsetSpace ~
29430
29431 \begin_inset LatexCommand eqref
29432 reference "eq:Wtot_n"
29433
29434 \end_inset
29435
29436  and 
29437 \begin_inset LatexCommand eqref
29438 reference "eq:Wtot_mult"
29439
29440 \end_inset
29441
29442  equal we can calculate the needed given width 
29443 \begin_inset Formula $W_{g\, n}$
29444 \end_inset
29445
29446  when 
29447 \emph on
29448 n
29449 \emph default
29450  columns are spanned, so that each column has a total width of 
29451 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
29452 \end_inset
29453
29454 :
29455 \end_layout
29456
29457 \begin_layout Standard
29458 \begin_inset Formula \begin{equation}
29459 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
29460
29461 \end_inset
29462
29463
29464 \end_layout
29465
29466 \begin_layout Bibliography
29467 \begin_inset LatexCommand bibitem
29468 key "latexcompanion"
29469
29470 \end_inset
29471
29472 Frank Mittelbach and Michel Goossens: 
29473 \emph on
29474 The LaTeX Companion Second Edition.
29475
29476 \emph default
29477  Addison-Wesley, 2004
29478 \end_layout
29479
29480 \begin_layout Bibliography
29481 \begin_inset LatexCommand bibitem
29482 key "latexguide"
29483
29484 \end_inset
29485
29486 Helmut Kopka and Patrick W.
29487  Daly: 
29488 \emph on
29489 A Guide to LaTeX Fourth Edition.
29490
29491 \emph default
29492  Addison-Wesley, 2003
29493 \end_layout
29494
29495 \begin_layout Bibliography
29496 \begin_inset LatexCommand bibitem
29497 key "latexbook"
29498
29499 \end_inset
29500
29501 Leslie Lamport: 
29502 \emph on
29503 LaTeX: A Document Preparation System.
29504
29505 \emph default
29506  Addison-Wesley, second edition, 1994
29507 \end_layout
29508
29509 \begin_layout Bibliography
29510 \begin_inset LatexCommand bibitem
29511 key "booktabs"
29512
29513 \end_inset
29514
29515
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Standard
29520
29521
29522 \backslash
29523 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
29524 {
29525 \end_layout
29526
29527 \end_inset
29528
29529 Documentation
29530 \begin_inset ERT
29531 status collapsed
29532
29533 \begin_layout Standard
29534
29535 }
29536 \end_layout
29537
29538 \end_inset
29539
29540  of the LaTeX-package 
29541 \series bold
29542 booktabs
29543 \series default
29544
29545 \begin_inset LatexCommand index
29546 name "LaTeX-packages ! booktabs"
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \begin_layout Bibliography
29554 \begin_inset LatexCommand bibitem
29555 key "caption"
29556
29557 \end_inset
29558
29559
29560 \begin_inset ERT
29561 status collapsed
29562
29563 \begin_layout Standard
29564
29565
29566 \backslash
29567 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
29568 \end_layout
29569
29570 \end_inset
29571
29572 Documentation
29573 \begin_inset ERT
29574 status collapsed
29575
29576 \begin_layout Standard
29577
29578 }
29579 \end_layout
29580
29581 \end_inset
29582
29583  of the LaTeX-package 
29584 \series bold
29585 caption
29586 \series default
29587
29588 \begin_inset LatexCommand index
29589 name "LaTeX-packages ! caption"
29590
29591 \end_inset
29592
29593
29594 \end_layout
29595
29596 \begin_layout Bibliography
29597 \begin_inset LatexCommand bibitem
29598 key "caption-de"
29599
29600 \end_inset
29601
29602 German 
29603 \begin_inset ERT
29604 status collapsed
29605
29606 \begin_layout Standard
29607
29608
29609 \backslash
29610 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
29611 {
29612 \end_layout
29613
29614 \end_inset
29615
29616 documentation
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Standard
29621
29622 }
29623 \end_layout
29624
29625 \end_inset
29626
29627  of the LaTeX-package 
29628 \series bold
29629 caption
29630 \end_layout
29631
29632 \begin_layout Bibliography
29633 \begin_inset LatexCommand bibitem
29634 key "endfloat"
29635
29636 \end_inset
29637
29638
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Standard
29643
29644
29645 \backslash
29646 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
29647 {
29648 \end_layout
29649
29650 \end_inset
29651
29652 Documentation
29653 \begin_inset ERT
29654 status collapsed
29655
29656 \begin_layout Standard
29657
29658 }
29659 \end_layout
29660
29661 \end_inset
29662
29663  of the LaTeX-package 
29664 \series bold
29665 endf\SpecialChar \textcompwordmark{}
29666 loat
29667 \series default
29668
29669 \begin_inset LatexCommand index
29670 name "LaTeX-packages ! endfloat"
29671
29672 \end_inset
29673
29674
29675 \end_layout
29676
29677 \begin_layout Bibliography
29678 \begin_inset LatexCommand bibitem
29679 key "floatflt"
29680
29681 \end_inset
29682
29683
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Standard
29688
29689
29690 \backslash
29691 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
29692 {
29693 \end_layout
29694
29695 \end_inset
29696
29697 Documentation
29698 \begin_inset ERT
29699 status collapsed
29700
29701 \begin_layout Standard
29702
29703 }
29704 \end_layout
29705
29706 \end_inset
29707
29708  of the LaTeX-package 
29709 \series bold
29710 f\SpecialChar \textcompwordmark{}
29711 loatf\SpecialChar \textcompwordmark{}
29712 lt
29713 \series default
29714
29715 \begin_inset LatexCommand index
29716 name "LaTeX-packages ! floatflt"
29717
29718 \end_inset
29719
29720
29721 \end_layout
29722
29723 \begin_layout Bibliography
29724 \begin_inset LatexCommand bibitem
29725 key "footmisc"
29726
29727 \end_inset
29728
29729
29730 \begin_inset ERT
29731 status collapsed
29732
29733 \begin_layout Standard
29734
29735
29736 \backslash
29737 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
29738 {
29739 \end_layout
29740
29741 \end_inset
29742
29743 Documentation
29744 \begin_inset ERT
29745 status collapsed
29746
29747 \begin_layout Standard
29748
29749 }
29750 \end_layout
29751
29752 \end_inset
29753
29754  of the LaTeX-package 
29755 \series bold
29756 footmisc
29757 \series default
29758
29759 \begin_inset LatexCommand index
29760 name "LaTeX-packages ! footmisc"
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \begin_layout Bibliography
29768 \begin_inset LatexCommand bibitem
29769 key "hypcap"
29770
29771 \end_inset
29772
29773
29774 \begin_inset ERT
29775 status collapsed
29776
29777 \begin_layout Standard
29778
29779
29780 \backslash
29781 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
29782 \end_layout
29783
29784 \end_inset
29785
29786 Documentation
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Standard
29791
29792 }
29793 \end_layout
29794
29795 \end_inset
29796
29797  of the LaTeX-package 
29798 \series bold
29799 hypcap
29800 \series default
29801
29802 \begin_inset LatexCommand index
29803 name "LaTeX-packages ! hyperref"
29804
29805 \end_inset
29806
29807
29808 \end_layout
29809
29810 \begin_layout Bibliography
29811 \begin_inset LatexCommand bibitem
29812 key "hyperref"
29813
29814 \end_inset
29815
29816
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Standard
29821
29822
29823 \backslash
29824 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
29825 {
29826 \end_layout
29827
29828 \end_inset
29829
29830 Documentation
29831 \begin_inset ERT
29832 status collapsed
29833
29834 \begin_layout Standard
29835
29836 }
29837 \end_layout
29838
29839 \end_inset
29840
29841  of the LaTeX-package 
29842 \series bold
29843 hyperref
29844 \series default
29845
29846 \begin_inset LatexCommand index
29847 name "LaTeX-packages ! hyperref"
29848
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \begin_layout Bibliography
29855 \begin_inset LatexCommand bibitem
29856 key "koma-script"
29857
29858 \end_inset
29859
29860
29861 \begin_inset ERT
29862 status collapsed
29863
29864 \begin_layout Standard
29865
29866
29867 \backslash
29868 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
29869 df}{
29870 \end_layout
29871
29872 \end_inset
29873
29874 Documentation
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Standard
29879
29880 }
29881 \end_layout
29882
29883 \end_inset
29884
29885  of the LaTeX-package 
29886 \series bold
29887 koma-script
29888 \series default
29889
29890 \begin_inset LatexCommand index
29891 name "LaTeX-packages ! koma-script"
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Bibliography
29899 \begin_inset LatexCommand bibitem
29900 key "koma-script-de"
29901
29902 \end_inset
29903
29904 German 
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Standard
29909
29910
29911 \backslash
29912 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
29913 df}{
29914 \end_layout
29915
29916 \end_inset
29917
29918 documentation
29919 \begin_inset ERT
29920 status collapsed
29921
29922 \begin_layout Standard
29923
29924 }
29925 \end_layout
29926
29927 \end_inset
29928
29929  of the LaTeX-package 
29930 \series bold
29931 koma-script
29932 \series default
29933
29934 \begin_inset LatexCommand index
29935 name "LaTeX-packages ! koma-script"
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Bibliography
29943 \begin_inset LatexCommand bibitem
29944 key "listings"
29945
29946 \end_inset
29947
29948
29949 \begin_inset ERT
29950 status collapsed
29951
29952 \begin_layout Standard
29953
29954
29955 \backslash
29956 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
29957 {
29958 \end_layout
29959
29960 \end_inset
29961
29962 Documentation
29963 \begin_inset ERT
29964 status collapsed
29965
29966 \begin_layout Standard
29967
29968 }
29969 \end_layout
29970
29971 \end_inset
29972
29973  of the LaTeX-package 
29974 \series bold
29975 listings
29976 \series default
29977
29978 \begin_inset LatexCommand index
29979 name "LaTeX-packages ! listings"
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Bibliography
29987 \begin_inset LatexCommand bibitem
29988 key "marginnote"
29989
29990 \end_inset
29991
29992
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Standard
29997
29998
29999 \backslash
30000 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
30001 pdf}{
30002 \end_layout
30003
30004 \end_inset
30005
30006 Documentation
30007 \begin_inset ERT
30008 status collapsed
30009
30010 \begin_layout Standard
30011
30012 }
30013 \end_layout
30014
30015 \end_inset
30016
30017  of the LaTeX-package 
30018 \series bold
30019 marginnote
30020 \series default
30021
30022 \begin_inset LatexCommand index
30023 name "LaTeX-packages ! marginnote"
30024
30025 \end_inset
30026
30027
30028 \end_layout
30029
30030 \begin_layout Bibliography
30031 \begin_inset LatexCommand bibitem
30032 key "pstricks"
30033
30034 \end_inset
30035
30036
30037 \begin_inset ERT
30038 status collapsed
30039
30040 \begin_layout Standard
30041
30042
30043 \backslash
30044 href{http://tug.org/PSTricks/main.cgi/}{
30045 \end_layout
30046
30047 \end_inset
30048
30049 Web page
30050 \begin_inset ERT
30051 status collapsed
30052
30053 \begin_layout Standard
30054
30055 }
30056 \end_layout
30057
30058 \end_inset
30059
30060  of the LaTeX-package 
30061 \series bold
30062 PSTricks
30063 \series default
30064
30065 \begin_inset LatexCommand index
30066 name "LaTeX-packages ! PSTricks"
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Bibliography
30074 \begin_inset LatexCommand bibitem
30075 key "sidecap"
30076
30077 \end_inset
30078
30079
30080 \begin_inset ERT
30081 status collapsed
30082
30083 \begin_layout Standard
30084
30085
30086 \backslash
30087 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
30088 \end_layout
30089
30090 \end_inset
30091
30092 Documentation
30093 \begin_inset ERT
30094 status collapsed
30095
30096 \begin_layout Standard
30097
30098 }
30099 \end_layout
30100
30101 \end_inset
30102
30103  of the LaTeX-package 
30104 \series bold
30105 sidecap
30106 \series default
30107
30108 \begin_inset LatexCommand index
30109 name "LaTeX-packages ! sidecap"
30110
30111 \end_inset
30112
30113
30114 \end_layout
30115
30116 \begin_layout Bibliography
30117 \begin_inset LatexCommand bibitem
30118 key "NewInLyX15"
30119
30120 \end_inset
30121
30122
30123 \begin_inset ERT
30124 status collapsed
30125
30126 \begin_layout Standard
30127
30128
30129 \backslash
30130 href{http://wiki.lyx.org/LyX/NewInLyX15}{
30131 \end_layout
30132
30133 \end_inset
30134
30135 Wiki page
30136 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Standard
30140
30141 }
30142 \end_layout
30143
30144 \end_inset
30145
30146  about new LyX-features planned for the release 
30147 \family sans
30148 LyX 1.5
30149 \family default
30150 .0.
30151 \end_layout
30152
30153 \begin_layout Standard
30154 \begin_inset LatexCommand printindex
30155
30156 \end_inset
30157
30158
30159 \end_layout
30160
30161 \begin_layout Standard
30162 \begin_inset FloatList figure
30163
30164 \end_inset
30165
30166
30167 \end_layout
30168
30169 \begin_layout Standard
30170 \begin_inset FloatList table
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \end_body
30178 \end_document