]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
5d82382e8da68f972d109f1c59b103063a0da9cb
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 275
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 recalculated to bitmaps when the output file is
1230  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\InsetSpace ~
4610
4611 \begin_inset LatexCommand ref
4612 reference "sub:Longtable-Captions"
4613
4614 \end_inset
4615
4616  for an explanation of this command.
4617 \end_layout
4618
4619 \end_inset
4620
4621
4622 \end_layout
4623
4624 \begin_layout Subsection
4625 Footnotes in Longtables
4626 \begin_inset LatexCommand label
4627 name "sub:Footnotes-in-Longtables"
4628
4629 \end_inset
4630
4631
4632 \begin_inset LatexCommand index
4633 name "Longtables ! Footnotes"
4634
4635 \end_inset
4636
4637
4638 \end_layout
4639
4640 \begin_layout Standard
4641 Footnotes can be inserted to every longtable cell.
4642  They appear at the bottom of the page where the table cell with the footnote
4643  appears.
4644  Table\InsetSpace ~
4645
4646 \begin_inset LatexCommand ref
4647 reference "tab:DiffCaptions"
4648
4649 \end_inset
4650
4651  has for example a footnote.
4652 \end_layout
4653
4654 \begin_layout Subsection
4655 Longtable Captions
4656 \begin_inset LatexCommand index
4657 name "Longtables ! Captions"
4658
4659 \end_inset
4660
4661
4662 \begin_inset LatexCommand label
4663 name "sub:Longtable-Captions"
4664
4665 \end_inset
4666
4667
4668 \end_layout
4669
4670 \begin_layout Standard
4671 A longtable cannot be put into a table float because floats can only be
4672  on one page but the caption environment of floats can also be used for
4673  longtables.
4674 \end_layout
4675
4676 \begin_layout Standard
4677 As LyX does not yet fully support captions in longtables, a hack is needed
4678  to create them:
4679 \end_layout
4680
4681 \begin_layout Enumerate
4682 Create a longtable
4683 \family sans
4684 .
4685 \end_layout
4686
4687 \begin_layout Enumerate
4688 Mark the first row and disable its upper line.
4689 \end_layout
4690
4691 \begin_layout Enumerate
4692 Insert a caption via the menu 
4693 \family sans
4694 Insert\SpecialChar \menuseparator
4695 Caption
4696 \family default
4697  into the first table cell.
4698 \newline
4699 You can also add a short title for the caption.
4700 \end_layout
4701
4702 \begin_layout Enumerate
4703 Insert a 
4704 \begin_inset Quotes eld
4705 \end_inset
4706
4707
4708 \series bold
4709
4710 \backslash
4711
4712 \backslash
4713 %
4714 \series default
4715
4716 \begin_inset Quotes erd
4717 \end_inset
4718
4719  as ERT behind the caption.
4720 \end_layout
4721
4722 \begin_layout Standard
4723 A short title that will appear in the LOT instead of the full title.
4724  The 
4725 \series bold
4726
4727 \backslash
4728
4729 \backslash
4730 %
4731 \series default
4732  behind the caption omits the vertical lines between the following cells
4733  in the row.
4734  The first table row is now only a dummy row for the caption, the actual
4735  table starts with the second row.
4736 \end_layout
4737
4738 \begin_layout Standard
4739 Here is a short longtable to see how it works:
4740 \end_layout
4741
4742 \begin_layout Standard
4743 \begin_inset Tabular
4744 <lyxtabular version="3" rows="6" columns="5">
4745 <features islongtable="true">
4746 <column alignment="center" valignment="top" leftline="true" width="0">
4747 <column alignment="center" valignment="top" leftline="true" width="0">
4748 <column alignment="center" valignment="top" leftline="true" width="0">
4749 <column alignment="center" valignment="top" leftline="true" width="0">
4750 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4751 <row>
4752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Standard
4756 \begin_inset Caption
4757
4758 \begin_layout Standard
4759 Longtable with caption
4760 \begin_inset OptArg
4761 status open
4762
4763 \begin_layout Standard
4764 Longtable
4765 \end_layout
4766
4767 \end_inset
4768
4769
4770 \end_layout
4771
4772 \end_inset
4773
4774
4775 \begin_inset ERT
4776 status collapsed
4777
4778 \begin_layout Standard
4779
4780
4781 \backslash
4782
4783 \backslash
4784 %
4785 \end_layout
4786
4787 \end_inset
4788
4789
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Standard
4798
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Standard
4807
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Standard
4816
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Standard
4825
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row topline="true">
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Standard
4836 1
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Standard
4845 2
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Standard
4854 3
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Standard
4863 4
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Standard
4872 5
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 </row>
4878 <row topline="true">
4879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Standard
4883 asd
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Standard
4892 s
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Standard
4901 s
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Standard
4910 s
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Standard
4919 asd
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row topline="true">
4926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Standard
4930 asd
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Standard
4939 s
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Standard
4948 s
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Standard
4957 s
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Standard
4966 asd
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 <row topline="true">
4973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Standard
4977 asd
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Standard
4986 s
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Standard
4995 s
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Standard
5004 s
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Standard
5013 asd
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row topline="true" bottomline="true">
5020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Standard
5024 asd
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Standard
5033 asd
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Standard
5042 asd
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Standard
5051 asd
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Standard
5060 asd
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 </lyxtabular>
5067
5068 \end_inset
5069
5070
5071 \end_layout
5072
5073 \begin_layout Standard
5074 \begin_inset VSpace medskip
5075 \end_inset
5076
5077
5078 \begin_inset Note Greyedout
5079 status open
5080
5081 \begin_layout Standard
5082
5083 \series bold
5084 Note:
5085 \series default
5086  The table number is increased for every longtable, also if you didn't set
5087  a caption for it.
5088  For this reason you could have the case that e.g.
5089  Table\InsetSpace ~
5090 2.4 follows on Table\InsetSpace ~
5091 2.1 in the list of tables if there are two longtables
5092  without captions.
5093  To avoid this you can add the following command in ERT behind every longtable
5094  without a caption:
5095 \end_layout
5096
5097 \begin_layout Standard
5098
5099 \series bold
5100
5101 \backslash
5102 addtocounter{table}{-1}
5103 \end_layout
5104
5105 \end_inset
5106
5107
5108 \end_layout
5109
5110 \begin_layout Standard
5111 \begin_inset Note Greyedout
5112 status open
5113
5114 \begin_layout Standard
5115
5116 \series bold
5117 Note:
5118 \series default
5119  If you are using the LaTeX-package 
5120 \series bold
5121 hyperref
5122 \series default
5123
5124 \begin_inset LatexCommand index
5125 name "LaTeX-packages ! hyperref"
5126
5127 \end_inset
5128
5129  to link cross-references, the link to a longtable caption will always point
5130  to the beginning of the document.
5131 \end_layout
5132
5133 \end_inset
5134
5135
5136 \end_layout
5137
5138 \begin_layout Subsubsection
5139 References to Longtables
5140 \begin_inset LatexCommand index
5141 name "Longtables ! References"
5142
5143 \end_inset
5144
5145
5146 \end_layout
5147
5148 \begin_layout Standard
5149 \begin_inset Tabular
5150 <lyxtabular version="3" rows="6" columns="5">
5151 <features islongtable="true">
5152 <column alignment="center" valignment="top" leftline="true" width="0">
5153 <column alignment="center" valignment="top" leftline="true" width="0">
5154 <column alignment="center" valignment="top" leftline="true" width="0">
5155 <column alignment="center" valignment="top" leftline="true" width="0">
5156 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5157 <row>
5158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Standard
5162 \begin_inset Caption
5163
5164 \begin_layout Standard
5165 Referenced longtable
5166 \begin_inset LatexCommand label
5167 name "tab:RefExample"
5168
5169 \end_inset
5170
5171
5172 \end_layout
5173
5174 \end_inset
5175
5176
5177 \begin_inset ERT
5178 status collapsed
5179
5180 \begin_layout Standard
5181
5182
5183 \backslash
5184
5185 \backslash
5186 %
5187 \end_layout
5188
5189 \end_inset
5190
5191
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Standard
5200
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Standard
5209
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Standard
5218
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Standard
5227
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 <row topline="true">
5234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Standard
5238 1
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Standard
5247 2
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Standard
5256 3
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Standard
5265 4
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Standard
5274 5
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 </row>
5280 <row topline="true">
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Standard
5285 asd
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Standard
5294 s
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Standard
5303 s
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Standard
5312 s
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Standard
5321 asd
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row topline="true">
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Standard
5332 asd
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Standard
5341 s
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Standard
5350 s
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Standard
5359 s
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Standard
5368 asd
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 <row topline="true">
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Standard
5379 asd
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Standard
5388 s
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Standard
5397 s
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Standard
5406 s
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Standard
5415 asd
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row topline="true" bottomline="true">
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Standard
5426 asd
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Standard
5435 sad
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Standard
5444 asd
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Standard
5453 asd
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Standard
5462 asd
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 </lyxtabular>
5469
5470 \end_inset
5471
5472
5473 \end_layout
5474
5475 \begin_layout Standard
5476 To reference a longtable, insert a label into the caption.
5477  Note that you have to add the label prefix 
5478 \begin_inset Quotes eld
5479 \end_inset
5480
5481
5482 \emph on
5483 tab:
5484 \emph default
5485
5486 \begin_inset Quotes eld
5487 \end_inset
5488
5489  manually in the label field.
5490 \end_layout
5491
5492 \begin_layout Standard
5493 This is a reference to Table\InsetSpace ~
5494
5495 \begin_inset LatexCommand ref
5496 reference "tab:RefExample"
5497
5498 \end_inset
5499
5500 .
5501 \end_layout
5502
5503 \begin_layout Standard
5504 The caption layout can be set together with all other caption of your document
5505  using the LaTeX-package 
5506 \series bold
5507 caption
5508 \series default
5509
5510 \begin_inset LatexCommand index
5511 name "LaTeX-packages ! caption"
5512
5513 \end_inset
5514
5515 , see section\InsetSpace ~
5516
5517 \begin_inset LatexCommand ref
5518 reference "sec:Caption-Formatting"
5519
5520 \end_inset
5521
5522 .
5523 \end_layout
5524
5525 \begin_layout Subsubsection
5526 Caption Width
5527 \begin_inset LatexCommand index
5528 name "Longtables ! Caption Width"
5529
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \begin_layout Standard
5536 The maximal width of of caption lines is defined by the length 
5537 \series bold
5538
5539 \backslash
5540 LTcapwidth
5541 \series default
5542 .
5543  Its default value is 4\InsetSpace \thinspace{}
5544 in.
5545  To change it add the following command to your document preamble or as
5546  ERT into your document before the longtable that should be affected
5547 \end_layout
5548
5549 \begin_layout Standard
5550
5551 \series bold
5552
5553 \backslash
5554 setlength{
5555 \backslash
5556 LTcapwidth}{width}
5557 \end_layout
5558
5559 \begin_layout Standard
5560 where the width could have one of the units listed in appendix\InsetSpace ~
5561
5562 \begin_inset LatexCommand ref
5563 reference "cha:Units-available-in"
5564
5565 \end_inset
5566
5567 .
5568 \end_layout
5569
5570 \begin_layout Standard
5571 The following tables show the difference:
5572 \end_layout
5573
5574 \begin_layout Standard
5575 \begin_inset Tabular
5576 <lyxtabular version="3" rows="6" columns="5">
5577 <features islongtable="true">
5578 <column alignment="center" valignment="top" leftline="true" width="0">
5579 <column alignment="center" valignment="top" leftline="true" width="0">
5580 <column alignment="center" valignment="top" leftline="true" width="0">
5581 <column alignment="center" valignment="top" leftline="true" width="0">
5582 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5583 <row>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Standard
5588 \begin_inset Caption
5589
5590 \begin_layout Standard
5591 long full title with default width long full title with default width long
5592  full title with default width
5593 \begin_inset OptArg
5594 status collapsed
5595
5596 \begin_layout Standard
5597 caption with default width
5598 \end_layout
5599
5600 \end_inset
5601
5602
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \begin_inset ERT
5609 status collapsed
5610
5611 \begin_layout Standard
5612
5613
5614 \backslash
5615
5616 \backslash
5617 %
5618 \end_layout
5619
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Standard
5631
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Standard
5640
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Standard
5649
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Standard
5658
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 </row>
5664 <row topline="true">
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Standard
5669 1
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Standard
5678 2
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Standard
5687 3
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Standard
5696 4
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Standard
5705 5
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row topline="true">
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Standard
5716 asd
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Standard
5725 s
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Standard
5734 s
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Standard
5743 s
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Standard
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 </row>
5758 <row topline="true">
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Standard
5763 asd
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Standard
5772 s
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Standard
5781 s
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Standard
5790 s
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Standard
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 </row>
5805 <row topline="true">
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Standard
5810 asd
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Standard
5819 s
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Standard
5828 s
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Standard
5837 s
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Standard
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row topline="true" bottomline="true">
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Standard
5857 asd
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Standard
5866 sad
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Standard
5875 asd
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Standard
5884 asd
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Standard
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 </lyxtabular>
5900
5901 \end_inset
5902
5903
5904 \end_layout
5905
5906 \begin_layout Standard
5907 \begin_inset ERT
5908 status open
5909
5910 \begin_layout Standard
5911
5912
5913 \backslash
5914 setlength{
5915 \backslash
5916 LTcapwidth}{5cm}
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \begin_inset Tabular
5923 <lyxtabular version="3" rows="6" columns="5">
5924 <features islongtable="true">
5925 <column alignment="center" valignment="top" leftline="true" width="0">
5926 <column alignment="center" valignment="top" leftline="true" width="0">
5927 <column alignment="center" valignment="top" leftline="true" width="0">
5928 <column alignment="center" valignment="top" leftline="true" width="0">
5929 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5930 <row>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Standard
5935 \begin_inset Caption
5936
5937 \begin_layout Standard
5938 long full title with width set to 5\InsetSpace \thinspace{}
5939 cm long full title with width set to
5940  5\InsetSpace \thinspace{}
5941 cm long full title with width set to 5\InsetSpace \thinspace{}
5942 cm
5943 \begin_inset OptArg
5944 status collapsed
5945
5946 \begin_layout Standard
5947 caption with width\InsetSpace \thinspace{}
5948 =\InsetSpace \thinspace{}
5949 5\InsetSpace \thinspace{}
5950 cm
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \end_inset
5959
5960
5961 \begin_inset ERT
5962 status collapsed
5963
5964 \begin_layout Standard
5965
5966
5967 \backslash
5968
5969 \backslash
5970 %
5971 \end_layout
5972
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Standard
5984
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Standard
5993
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Standard
6002
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Standard
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row topline="true">
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Standard
6022 1
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Standard
6031 2
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Standard
6040 3
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Standard
6049 4
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Standard
6058 5
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 </row>
6064 <row topline="true">
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Standard
6069 asd
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Standard
6078 s
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Standard
6087 s
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Standard
6096 s
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Standard
6105 asd
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 </row>
6111 <row topline="true">
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Standard
6116 asd
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Standard
6125 s
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Standard
6134 s
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Standard
6143 s
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Standard
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row topline="true">
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Standard
6163 asd
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Standard
6172 s
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Standard
6181 s
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Standard
6190 s
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Standard
6199 asd
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row topline="true" bottomline="true">
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Standard
6210 asd
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Standard
6219 sad
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Standard
6228 asd
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Standard
6237 asd
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Standard
6246 asd
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 </row>
6252 </lyxtabular>
6253
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \begin_layout Standard
6260 \begin_inset ERT
6261 status collapsed
6262
6263 \begin_layout Standard
6264
6265
6266 \backslash
6267 setlength{
6268 \backslash
6269 LTcapwidth}{4in}
6270 \end_layout
6271
6272 \end_inset
6273
6274
6275 \end_layout
6276
6277 \begin_layout Standard
6278 \begin_inset Note Greyedout
6279 status open
6280
6281 \begin_layout Standard
6282
6283 \series bold
6284 Note:
6285 \series default
6286  When the LaTeX-package 
6287 \series bold
6288 caption
6289 \series default
6290
6291 \begin_inset LatexCommand index
6292 name "LaTeX-packages ! caption"
6293
6294 \end_inset
6295
6296  is used, as in this document, the full page width is used for the caption
6297  when you use the default value of 4\InsetSpace \thinspace{}
6298 in for 
6299 \series bold
6300
6301 \backslash
6302 LTcapwidth
6303 \series default
6304 .
6305  To get in this case exactly a 4\InsetSpace \thinspace{}
6306 in wide caption, you can either use a value
6307  slightly different from 4.0\InsetSpace \thinspace{}
6308 in, e.g.
6309  3.99\InsetSpace \thinspace{}
6310 in, or the LaTeX-command 
6311 \series bold
6312
6313 \backslash
6314 captionsetup{width=value}
6315 \series default
6316  that is provided by the 
6317 \series bold
6318 caption
6319 \series default
6320 -package.
6321 \end_layout
6322
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \begin_layout Subsubsection
6329 Different Captions for Table Pages
6330 \begin_inset LatexCommand index
6331 name "Longtables ! Different Captions for Pages"
6332
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \begin_layout Standard
6339 When the other captions should differ from the one of the first table page,
6340  insert a caption with a non-empty short title in a dummy caption row marked
6341  as first header.
6342  The caption used for the other table pages is inserted as caption without
6343  a short title in a dummy caption row that is marked as main header.
6344  When this caption shouldn't include the table number, use the command
6345 \end_layout
6346
6347 \begin_layout Standard
6348
6349 \series bold
6350
6351 \backslash
6352 caption*{caption text}
6353 \end_layout
6354
6355 \begin_layout Standard
6356 instead of LyX's caption box.
6357  The label to reference the table is inserted into the caption of the first
6358  header.
6359  Table\InsetSpace ~
6360
6361 \begin_inset LatexCommand ref
6362 reference "tab:DiffCaptions"
6363
6364 \end_inset
6365
6366  is an example for a longtable with different heading where the second caption
6367  doesn't include the table number.
6368 \end_layout
6369
6370 \begin_layout Standard
6371 \align center
6372 \begin_inset Tabular
6373 <lyxtabular version="3" rows="60" columns="3">
6374 <features islongtable="true">
6375 <column alignment="left" valignment="top" leftline="true" width="0cm">
6376 <column alignment="left" valignment="top" rightline="true" width="0pt">
6377 <column alignment="right" valignment="top" rightline="true" width="0pt">
6378 <row endfirsthead="true">
6379 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Standard
6383 \begin_inset Caption
6384
6385 \begin_layout Standard
6386 Example Phone List
6387 \begin_inset LatexCommand label
6388 name "tab:DiffCaptions"
6389
6390 \end_inset
6391
6392
6393 \begin_inset OptArg
6394 status collapsed
6395
6396 \begin_layout Standard
6397 Example Phone List
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406
6407
6408 \begin_inset ERT
6409 status collapsed
6410
6411 \begin_layout Standard
6412
6413
6414 \backslash
6415
6416 \backslash
6417 %
6418 \end_layout
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Standard
6431
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Standard
6440
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 </row>
6446 <row topline="true" bottomline="true" endfirsthead="true">
6447 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Standard
6451
6452 \series bold
6453 Example Phone List (ignore the names)
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Standard
6462
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Standard
6471
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 </row>
6477 <row topline="true" bottomline="true" endfirsthead="true">
6478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Standard
6482
6483 \series bold
6484 NAME
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Standard
6493
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Standard
6502
6503 \series bold
6504 TEL.
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 </row>
6510 <row bottomline="true" endhead="true">
6511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Standard
6515 \begin_inset ERT
6516 status open
6517
6518 \begin_layout Standard
6519
6520
6521 \backslash
6522 caption*{Continued Example Phone List}
6523 \backslash
6524
6525 \backslash
6526 %
6527 \end_layout
6528
6529 \end_inset
6530
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Standard
6540
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Standard
6549
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 </row>
6555 <row topline="true" bottomline="true" endhead="true">
6556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Standard
6560
6561 \series bold
6562 Example Phone List
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Standard
6571
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Standard
6580
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row topline="true" bottomline="true" endhead="true">
6587 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Standard
6591
6592 \series bold
6593 NAME
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Standard
6602
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Standard
6611
6612 \series bold
6613 TEL.
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 </row>
6619 <row topline="true" bottomline="true" endfoot="true">
6620 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Standard
6624 continued on next page
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Standard
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Standard
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Standard
6653
6654 \series bold
6655 Annovi
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Standard
6664 Silvia
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Standard
6673 111
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 </row>
6679 <row>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Standard
6684
6685 \series bold
6686 Bertoli
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Standard
6695 Stefano
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Standard
6704 111
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 </row>
6710 <row>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Standard
6715
6716 \series bold
6717 Bozzi
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Standard
6726 Walter
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Standard
6735 111
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 </row>
6741 <row>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Standard
6746
6747 \series bold
6748 Cachia
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Standard
6757 Maria
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Standard
6766 111
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 </row>
6772 <row>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Standard
6777
6778 \series bold
6779 Cachia
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Standard
6788 Maurizio
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Standard
6797 111
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 </row>
6803 <row>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Standard
6808
6809 \series bold
6810 Cinquemani
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Standard
6819 Giusi
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Standard
6828 111
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 </row>
6834 <row>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Standard
6839
6840 \series bold
6841 Colin
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Standard
6850 Bernard
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Standard
6859 111
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 </row>
6865 <row>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Standard
6870
6871 \series bold
6872 Concli
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Standard
6881 Gianfranco
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Standard
6890 111
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 </row>
6896 <row>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Standard
6901
6902 \series bold
6903 Dal Bosco
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Standard
6912 Carolina
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Standard
6921 111
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Standard
6932
6933 \series bold
6934 Dalpiaz
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Standard
6943 Annamaria
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Standard
6952 111
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Standard
6963
6964 \series bold
6965 Feliciello
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Standard
6974 Domenico
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Standard
6983 111
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 </row>
6989 <row>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Standard
6994
6995 \series bold
6996 Focarelli
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Standard
7005 Paola
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Standard
7014 111
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 </row>
7020 <row>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Standard
7025
7026 \series bold
7027 Galletti
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Standard
7036 Oreste
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Standard
7045 111
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 </row>
7051 <row>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Standard
7056
7057 \series bold
7058 Gasparini
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Standard
7067 Franca
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Standard
7076 111
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Standard
7087
7088 \series bold
7089 Rizzardi
7090 \series default
7091
7092 \begin_inset Foot
7093 status collapsed
7094
7095 \begin_layout Standard
7096 Example footnote
7097 \end_layout
7098
7099 \end_inset
7100
7101
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Standard
7110 Paola
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Standard
7119 111
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 </row>
7125 <row>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Standard
7130
7131 \series bold
7132 Lassini
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Standard
7141 Giancarlo
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Standard
7150 111
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 </row>
7156 <row>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Standard
7161
7162 \series bold
7163 Malfatti
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Standard
7172 Luciano
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Standard
7181 111
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Standard
7192
7193 \series bold
7194 Malfatti
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Standard
7203 Valeriano
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Standard
7212 111
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 </row>
7218 <row>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Standard
7223
7224 \series bold
7225 Meneguzzo
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Standard
7234 Roberto
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Standard
7243 111
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 </row>
7249 <row>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Standard
7254
7255 \series bold
7256 Mezzadra
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Standard
7265 Roberto
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Standard
7274 111
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Standard
7285
7286 \series bold
7287 Pirpamer
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" topline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Standard
7296 Erich
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Standard
7305 111
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Standard
7316
7317 \series bold
7318 Pochiesa
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Standard
7327 Paolo
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Standard
7336 111, 222
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Standard
7347
7348 \series bold
7349 Radina
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Standard
7358 Claudio
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Standard
7367 111
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 </row>
7373 <row>
7374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Standard
7378
7379 \series bold
7380 Stuffer
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Standard
7389 Oskar
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Standard
7398 111
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 </row>
7404 <row>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Standard
7409
7410 \series bold
7411 Tacchelli
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Standard
7420 Ugo
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Standard
7429 111
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Standard
7440
7441 \series bold
7442 Tezzele
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" topline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Standard
7451 Margit
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Standard
7460 111
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Standard
7471
7472 \series bold
7473 Unterkalmsteiner
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Standard
7482 Frieda
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Standard
7491 111
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Standard
7502
7503 \series bold
7504 Vieider
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" topline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Standard
7513 Hilde
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Standard
7522 111
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Standard
7533
7534 \series bold
7535 Vigna
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Standard
7544 Jürgen
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Standard
7553 111
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 <row>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Standard
7564
7565 \series bold
7566 Weber
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell alignment="center" valignment="top" topline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Standard
7575 Maurizio
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Standard
7584 111
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row bottomline="true">
7591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Standard
7595
7596 \series bold
7597 Winkler
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" topline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Standard
7606 Franz
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Standard
7615 111
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row bottomline="true">
7622 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Standard
7626  
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Standard
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Standard
7644
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 </row>
7650 <row>
7651 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Standard
7655
7656 \series bold
7657 Annovi
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" topline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Standard
7666 Silvia
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Standard
7675 555
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row>
7682 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Standard
7686
7687 \series bold
7688 Bertoli
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" topline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Standard
7697 Stefano
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Standard
7706 555
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Standard
7717
7718 \series bold
7719 Bozzi
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" topline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Standard
7728 Walter
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Standard
7737 555
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Standard
7748
7749 \series bold
7750 Cachia
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" topline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Standard
7759 Maria
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Standard
7768 555
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row>
7775 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Standard
7779
7780 \series bold
7781 Cachia
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell alignment="center" valignment="top" topline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Standard
7790 Maurizio
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Standard
7799 555
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Standard
7810
7811 \series bold
7812 Cinquemani
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Standard
7821 Giusi
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Standard
7830 555
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 </row>
7836 <row>
7837 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Standard
7841
7842 \series bold
7843 Colin
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="center" valignment="top" topline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Standard
7852 Bernard
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Standard
7861 555
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 </row>
7867 <row>
7868 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Standard
7872
7873 \series bold
7874 Concli
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell alignment="center" valignment="top" topline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Standard
7883 Gianfranco
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Standard
7892 555
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row>
7899 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Standard
7903
7904 \series bold
7905 Dal Bosco
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" topline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Standard
7914 Carolina
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Standard
7923 555
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row>
7930 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Standard
7934
7935 \series bold
7936 Dalpiaz
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" topline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Standard
7945 Annamaria
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Standard
7954 555
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row>
7961 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Standard
7965
7966 \series bold
7967 Feliciello
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" topline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Standard
7976 Domenico
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Standard
7985 555
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Standard
7996
7997 \series bold
7998 Focarelli
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" topline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Standard
8007 Paola
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Standard
8016 555
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Standard
8027
8028 \series bold
8029 Galletti
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" topline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Standard
8038 Oreste
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Standard
8047 555
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Standard
8058
8059 \series bold
8060 Gasparini
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" topline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Standard
8069 Franca
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Standard
8078 555
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Standard
8089
8090 \series bold
8091 Rizzardi
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" topline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Standard
8100 Paola
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Standard
8109 555
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Standard
8120
8121 \series bold
8122 Lassini
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" topline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Standard
8131 Giancarlo
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Standard
8140 555
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Standard
8151
8152 \series bold
8153 Malfatti
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" topline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Standard
8162 Luciano
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Standard
8171 555
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Standard
8182
8183 \series bold
8184 Malfatti
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" topline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Standard
8193 Valeriano
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Standard
8202 555
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Standard
8213
8214 \series bold
8215 Meneguzzo
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" topline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Standard
8224 Roberto
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Standard
8233 555
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row bottomline="true">
8240 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Standard
8244
8245 \series bold
8246 Mezzadra
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" topline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Standard
8255 Roberto
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Standard
8264 555
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row bottomline="true" endlastfoot="true">
8271 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Standard
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Standard
8284
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Standard
8293
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 </lyxtabular>
8300
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \begin_layout Section
8307 Special Longtable Issues
8308 \begin_inset LatexCommand label
8309 name "sec:Special-Longtable-Issues"
8310
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \begin_layout Subsection
8317 Longtable Calculation
8318 \begin_inset LatexCommand index
8319 name "Longtables ! Calculation"
8320
8321 \end_inset
8322
8323
8324 \end_layout
8325
8326 \begin_layout Standard
8327 LaTeX calculates the height of table pages and their page breaks using so
8328  called chunks.
8329  Chunks are pieces of the tables that are at once in LaTeX's memory.
8330  The default value is historically set to only 20 table rows.
8331  If you are using longtables with many pages this may slow down the creation
8332  of your document.
8333  You can safely increase the chunk size to values of 100-1000 by adding
8334  this command line to your document preamble:
8335 \end_layout
8336
8337 \begin_layout Standard
8338
8339 \series bold
8340
8341 \backslash
8342 setcounter{LTchunksize}{100}
8343 \end_layout
8344
8345 \begin_layout Subsection
8346 Floats and Longtables
8347 \begin_inset LatexCommand index
8348 name "Longtables ! Floats"
8349
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \begin_layout Standard
8356 There might be problems when a float appears on the same page where a longtable
8357  starts.
8358  To avoid such situation, add the command 
8359 \series bold
8360
8361 \backslash
8362 clearpage
8363 \series default
8364  as ERT before your longtable.
8365 \end_layout
8366
8367 \begin_layout Subsection
8368 Forced Page Breaks
8369 \begin_inset LatexCommand index
8370 name "Longtables ! Forced Page Breaks"
8371
8372 \end_inset
8373
8374
8375 \end_layout
8376
8377 \begin_layout Standard
8378 By default tables are only broken between rows.
8379  If you have a cell with multiples lines and want to have a page break within
8380  the cell, insert the new line command 
8381 \begin_inset Quotes eld
8382 \end_inset
8383
8384
8385 \series bold
8386
8387 \backslash
8388
8389 \backslash
8390
8391 \series default
8392
8393 \begin_inset Quotes erd
8394 \end_inset
8395
8396  as ERT at this point of the cell where it should be broken.
8397  Before the 
8398 \series bold
8399
8400 \backslash
8401
8402 \backslash
8403
8404 \series default
8405  command you have to insert in ERT so many 
8406 \begin_inset Quotes eld
8407 \end_inset
8408
8409
8410 \series bold
8411 &
8412 \series default
8413
8414 \begin_inset Quotes erd
8415 \end_inset
8416
8417  characters like the number of the following table columns.
8418  The 
8419 \series bold
8420 &
8421 \series default
8422  is the character to separate table cells.
8423  Write in ERT after each 
8424 \series bold
8425 &
8426 \series default
8427  the content of the corresponding following cell and delete the content
8428  of these cells.
8429 \newline
8430 Behind the the 
8431 \series bold
8432
8433 \backslash
8434
8435 \backslash
8436
8437 \series default
8438  command, insert so many 
8439 \series bold
8440 &
8441 \series default
8442  characters like the number of table columns before the current column.
8443  In Table\InsetSpace ~
8444
8445 \begin_inset LatexCommand ref
8446 reference "tab:ForcedPagebreak"
8447
8448 \end_inset
8449
8450  the cell that should be broken is in the second column followed by another
8451  column.
8452  Therefore the following command was inserted in the cell as ERT behind
8453  
8454 \begin_inset Quotes eld
8455 \end_inset
8456
8457
8458 \emph on
8459 Castelchiodato,
8460 \emph default
8461
8462 \begin_inset Quotes erd
8463 \end_inset
8464
8465 :
8466 \end_layout
8467
8468 \begin_layout Standard
8469
8470 \series bold
8471 & 111
8472 \backslash
8473
8474 \backslash
8475
8476 \newline
8477 &
8478 \end_layout
8479
8480 \begin_layout Standard
8481 The 
8482 \begin_inset Quotes eld
8483 \end_inset
8484
8485 111
8486 \begin_inset Quotes erd
8487 \end_inset
8488
8489  in the third columns of the row was deleted.
8490  If your footer row of the longtable has for a certain reason no upper line
8491  but you would have a horizontal line where the cell is broken, use this
8492  command instead:
8493 \end_layout
8494
8495 \begin_layout Standard
8496
8497 \series bold
8498 & 111
8499 \backslash
8500
8501 \backslash
8502
8503 \newline
8504
8505 \backslash
8506 hline &
8507 \end_layout
8508
8509 \begin_layout Standard
8510 When the cell to be broken is in the last column, the command
8511 \end_layout
8512
8513 \begin_layout Standard
8514
8515 \series bold
8516
8517 \backslash
8518 setlength{
8519 \backslash
8520 parf\SpecialChar \textcompwordmark{}
8521 illskip}{0pt}
8522 \end_layout
8523
8524 \begin_layout Standard
8525 must be inserted as ERT at the beginning of the cell.
8526  This assures that the part of the cell that will be displayed on the new
8527  page appears with the full width.
8528 \end_layout
8529
8530 \begin_layout Standard
8531 \align center
8532 \begin_inset Tabular
8533 <lyxtabular version="3" rows="39" columns="3">
8534 <features islongtable="true">
8535 <column alignment="left" valignment="top" leftline="true" width="0cm">
8536 <column alignment="left" valignment="top" rightline="true" width="3cm">
8537 <column alignment="right" valignment="top" rightline="true" width="0pt">
8538 <row endfirsthead="true">
8539 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Standard
8543 \begin_inset Caption
8544
8545 \begin_layout Standard
8546 Table with forced page break in table cell
8547 \begin_inset LatexCommand label
8548 name "tab:ForcedPagebreak"
8549
8550 \end_inset
8551
8552
8553 \begin_inset OptArg
8554 status collapsed
8555
8556 \begin_layout Standard
8557 Table with forced page break in table cell
8558 \end_layout
8559
8560 \end_inset
8561
8562
8563 \end_layout
8564
8565 \end_inset
8566
8567
8568 \begin_inset ERT
8569 status collapsed
8570
8571 \begin_layout Standard
8572
8573
8574 \backslash
8575
8576 \backslash
8577 %
8578 \end_layout
8579
8580 \end_inset
8581
8582
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Standard
8591
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Standard
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row topline="true" bottomline="true" endfirsthead="true">
8607 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Standard
8611
8612 \series bold
8613 Example Phone List (ignore the names)
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Standard
8622
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Standard
8631
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row topline="true" bottomline="true" endfirsthead="true">
8638 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Standard
8642
8643 \series bold
8644 NAME
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Standard
8653
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Standard
8662
8663 \series bold
8664 TEL.
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row bottomline="true" endhead="true">
8671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Standard
8675 \begin_inset ERT
8676 status collapsed
8677
8678 \begin_layout Standard
8679
8680
8681 \backslash
8682 caption*{Continued table with forced page break in table cell}
8683 \backslash
8684
8685 \backslash
8686 %
8687 \end_layout
8688
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Standard
8700
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Standard
8709
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row topline="true" bottomline="true" endhead="true">
8716 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Standard
8720  
8721 \series bold
8722 Example Phone List
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Standard
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Standard
8740
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row topline="true" bottomline="true" endhead="true">
8747 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Standard
8751
8752 \series bold
8753 NAME
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Standard
8762
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Standard
8771
8772 \series bold
8773 TEL.
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row topline="true" bottomline="true" endfoot="true">
8780 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Standard
8784 continued on next page
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Standard
8793
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Standard
8802
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Standard
8813
8814 \series bold
8815 Annovi
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" topline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Standard
8824 Silvia
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Standard
8833 111
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row>
8840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Standard
8844
8845 \series bold
8846 Bertoli
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" topline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Standard
8855 Stefano
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Standard
8864 111
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Standard
8875
8876 \series bold
8877 Bozzi
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" topline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Standard
8886 Walter
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Standard
8895 111
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Standard
8906
8907 \series bold
8908 Cachia
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" topline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Standard
8917 Maria
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Standard
8926 111
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Standard
8937
8938 \series bold
8939 Cachia
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" topline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Standard
8948 Maurizio
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Standard
8957 111
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Standard
8968
8969 \series bold
8970 Cinquemani
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" topline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Standard
8979 Giusi
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Standard
8988 111
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Standard
8999
9000 \series bold
9001 Colin
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" topline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Standard
9010 Bernard
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Standard
9019 111
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Standard
9030
9031 \series bold
9032 Concli
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" topline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Standard
9041 Gianfranco
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Standard
9050 111
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Standard
9061
9062 \series bold
9063 Dal Bosco
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" topline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Standard
9072 Carolina
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Standard
9081 111
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Standard
9092
9093 \series bold
9094 Dalpiaz
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" topline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Standard
9103 Annamaria
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Standard
9112 111
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Standard
9123
9124 \series bold
9125 Feliciello
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" topline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Standard
9134 Domenico
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Standard
9143 111
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Standard
9154
9155 \series bold
9156 Focarelli
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" topline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Standard
9165 Paola
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Standard
9174 111
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Standard
9185
9186 \series bold
9187 Galletti
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" topline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Standard
9196 Oreste
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Standard
9205 111
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Standard
9216
9217 \series bold
9218 Gasparini
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" topline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Standard
9227 Franca
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Standard
9236 111
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Standard
9247
9248 \series bold
9249 Lassini
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" topline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Standard
9258 Giancarlo
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Standard
9267 111
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Standard
9278
9279 \series bold
9280 Malfatti
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" topline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Standard
9289 Luciano
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Standard
9298 111
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Standard
9309
9310 \series bold
9311 Malfatti
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" topline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Standard
9320 Valeriano
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Standard
9329 111
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Standard
9340
9341 \series bold
9342 Meneguzzo
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" topline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Standard
9351 Roberto
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Standard
9360 111
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Standard
9371
9372 \series bold
9373 Mezzadra
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" topline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Standard
9382 Roberto
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Standard
9391 111
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Standard
9402
9403 \series bold
9404 Pirpamer
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" topline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Standard
9413 Erich
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Standard
9422 111
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Standard
9433
9434 \series bold
9435 Pochiesa
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" topline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Standard
9444 Paolo
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Standard
9453 111, 222
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Standard
9464
9465 \series bold
9466 Radina
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" topline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Standard
9475 Claudio
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Standard
9484 111
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Standard
9495
9496 \series bold
9497 Rizzardi
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Standard
9506 Paolo, 11.
9507  Fürst von Montecompatri, 11.
9508  Fürst von Sulmona und Vivaro, 10.
9509  Fürst von Rossano, 5.
9510  Herzog von Canemorte, 11.
9511  Herzog von Palombara, 5.
9512  Herzog von Castelchiodato,
9513 \begin_inset ERT
9514 status collapsed
9515
9516 \begin_layout Standard
9517
9518 & 111
9519 \backslash
9520
9521 \backslash
9522
9523 \end_layout
9524
9525 \begin_layout Standard
9526
9527 &
9528 \end_layout
9529
9530 \end_inset
9531
9532  11.
9533  Herzog von Poggionativo, 11.
9534  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9535  Graf von Valinfreda, 11.
9536  Baron von Cropalati, 11.
9537  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Standard
9546
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 <row>
9553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Standard
9557
9558 \series bold
9559 Stuffer
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" topline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Standard
9568 Oskar
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Standard
9577 111
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 </row>
9583 <row>
9584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Standard
9588
9589 \series bold
9590 Tacchelli
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell alignment="center" valignment="top" topline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Standard
9599 Ugo
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Standard
9608 111
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 <row>
9615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Standard
9619
9620 \series bold
9621 Tezzele
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" topline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Standard
9630 Margit
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Standard
9639 111
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Standard
9650
9651 \series bold
9652 Unterkalmsteiner
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" topline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Standard
9661 Frieda
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Standard
9670 111
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 </row>
9676 <row>
9677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Standard
9681
9682 \series bold
9683 Vieider
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" topline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Standard
9692 Hilde
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Standard
9701 111
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row>
9708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Standard
9712
9713 \series bold
9714 Vigna
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" topline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Standard
9723 Jürgen
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Standard
9732 111
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row>
9739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Standard
9743
9744 \series bold
9745 Weber
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" topline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Standard
9754 Maurizio
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Standard
9763 111
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 </row>
9769 <row bottomline="true">
9770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Standard
9774
9775 \series bold
9776 Winkler
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" topline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Standard
9785 Franz
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Standard
9794 111
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row endlastfoot="true">
9801 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Standard
9805
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Standard
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Standard
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 </lyxtabular>
9830
9831 \end_inset
9832
9833
9834 \end_layout
9835
9836 \begin_layout Section
9837 Multiple Lines Columns and Rows
9838 \end_layout
9839
9840 \begin_layout Subsection
9841 Multiple Lines in Table Cells
9842 \begin_inset LatexCommand label
9843 name "sub:Multiple-Lines-in"
9844
9845 \end_inset
9846
9847
9848 \begin_inset LatexCommand index
9849 name "Multiple Lines in Table Cells"
9850
9851 \end_inset
9852
9853
9854 \begin_inset LatexCommand index
9855 name "Table ! Linebreaks"
9856
9857 \end_inset
9858
9859
9860 \end_layout
9861
9862 \begin_layout Standard
9863 \align center
9864 \begin_inset Float table
9865 placement H
9866 wide false
9867 sideways false
9868 status open
9869
9870 \begin_layout Standard
9871 \begin_inset Caption
9872
9873 \begin_layout Standard
9874 \begin_inset LatexCommand label
9875 name "tab:Table-with-multiple"
9876
9877 \end_inset
9878
9879 Table with multiple lines in cells
9880 \end_layout
9881
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \begin_layout Standard
9888 \align center
9889 \begin_inset Tabular
9890 <lyxtabular version="3" rows="3" columns="3">
9891 <features>
9892 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9893 <column alignment="center" valignment="middle" leftline="true" width="0">
9894 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
9895 <row topline="true">
9896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Standard
9900 multiple
9901 \begin_inset ERT
9902 status collapsed
9903
9904 \begin_layout Standard
9905
9906
9907 \backslash
9908 linebreak 
9909 \end_layout
9910
9911 \end_inset
9912
9913  lines
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Standard
9922 b
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Standard
9931 c
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row topline="true">
9938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Standard
9942 d
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Standard
9951 e
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Standard
9960 f
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 <row topline="true" bottomline="true">
9967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Standard
9971 g
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Standard
9980 h
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Standard
9989 i
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 </lyxtabular>
9996
9997 \end_inset
9998
9999
10000 \end_layout
10001
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \begin_layout Standard
10008 Adjusting a fixed width for a column, enables to enter text as a paragraph
10009  with multiple lines and hyphenations.
10010 \end_layout
10011
10012 \begin_layout Standard
10013 To produce Table\InsetSpace ~
10014
10015 \begin_inset LatexCommand ref
10016 reference "tab:Table-with-multiple"
10017
10018 \end_inset
10019
10020 , create a 3×3 table, mark the first cell and right-click on it.
10021  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
10022 cm and choose centered
10023  for the vertical and horizontal alignment.
10024  The vertical alignment is used for all cells of the row.
10025  As our text is smaller than than 2.5\InsetSpace \thinspace{}
10026 cm, only one line will appear.
10027  To get two lines, we add a line break with the command
10028 \end_layout
10029
10030 \begin_layout Standard
10031
10032 \series bold
10033
10034 \backslash
10035 linebreak
10036 \end_layout
10037
10038 \begin_layout Standard
10039 in ERT.
10040  If the text is wider than the set cell width it will automatically be broken
10041  to several lines.
10042 \end_layout
10043
10044 \begin_layout Standard
10045 If you have a long word in a cell with a fixed width, it cannot be hyphenated
10046  by LaTeX if it is the first entry.
10047  Therefore you need to insert something, to make the word not being the
10048  first entry: Add the command
10049 \end_layout
10050
10051 \begin_layout Standard
10052
10053 \series bold
10054
10055 \backslash
10056 hspace{0pt}
10057 \end_layout
10058
10059 \begin_layout Standard
10060 in ERT before the word.
10061  As the space is zero, it doesn't change the output.
10062  Table\InsetSpace ~
10063
10064 \begin_inset LatexCommand ref
10065 reference "tab:Table-with-and"
10066
10067 \end_inset
10068
10069  shows the effect.
10070 \end_layout
10071
10072 \begin_layout Standard
10073 \begin_inset Float table
10074 placement h
10075 wide false
10076 sideways false
10077 status open
10078
10079 \begin_layout Standard
10080 \begin_inset Caption
10081
10082 \begin_layout Standard
10083 \begin_inset LatexCommand label
10084 name "tab:Table-with-and"
10085
10086 \end_inset
10087
10088 Table with and without hyphenation
10089 \end_layout
10090
10091 \end_inset
10092
10093
10094 \end_layout
10095
10096 \begin_layout Standard
10097
10098 \hfill
10099
10100 \begin_inset Tabular
10101 <lyxtabular version="3" rows="3" columns="3">
10102 <features>
10103 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10104 <column alignment="center" valignment="middle" leftline="true" width="0">
10105 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10106 <row topline="true">
10107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Standard
10111 verylongtablecellword
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Standard
10120 b
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Standard
10129 c
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row topline="true">
10136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Standard
10140 d
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Standard
10149 e
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Standard
10158 f
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row topline="true" bottomline="true">
10165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Standard
10169 g
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Standard
10178 h
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Standard
10187 i
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 </lyxtabular>
10194
10195 \end_inset
10196
10197
10198 \hfill
10199
10200 \begin_inset Tabular
10201 <lyxtabular version="3" rows="3" columns="3">
10202 <features>
10203 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10204 <column alignment="center" valignment="middle" leftline="true" width="0">
10205 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10206 <row topline="true">
10207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Standard
10211 \begin_inset ERT
10212 status collapsed
10213
10214 \begin_layout Standard
10215
10216
10217 \backslash
10218 hspace{0pt}
10219 \end_layout
10220
10221 \end_inset
10222
10223 verylongtablecellword
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Standard
10232 b
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Standard
10241 c
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 </row>
10247 <row topline="true">
10248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Standard
10252 d
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Standard
10261 e
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Standard
10270 f
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row topline="true" bottomline="true">
10277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Standard
10281 g
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Standard
10290 h
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Standard
10299 i
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 </lyxtabular>
10306
10307 \end_inset
10308
10309
10310 \hfill
10311
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \begin_layout Standard
10320
10321 \newpage
10322
10323 \end_layout
10324
10325 \begin_layout Subsection
10326 Multicolumns
10327 \begin_inset LatexCommand label
10328 name "sub:Multicolumns"
10329
10330 \end_inset
10331
10332
10333 \begin_inset LatexCommand index
10334 name "Multicolumns"
10335
10336 \end_inset
10337
10338
10339 \begin_inset LatexCommand index
10340 name "Table ! Multicolumns"
10341
10342 \end_inset
10343
10344
10345 \end_layout
10346
10347 \begin_layout Subsubsection
10348 Multicolumn Basics
10349 \end_layout
10350
10351 \begin_layout Standard
10352 To span a cell over multiple columns, mark as much cells within a line that
10353  should be one spanned cell and use either the table-toolbar button 
10354 \begin_inset Graphics
10355         filename ../images/tabular-feature_multicolumn.xpm
10356         scale 85
10357
10358 \end_inset
10359
10360 , or the menu 
10361 \family sans
10362 Edit\SpecialChar \menuseparator
10363 Table\SpecialChar \menuseparator
10364 Multicolumn
10365 \family default
10366 , or right click on the marked cells and choose multicolumn in the appearing
10367  table dialog under the tab 
10368 \family sans
10369 Table Settings
10370 \family default
10371 .
10372 \end_layout
10373
10374 \begin_layout Standard
10375 Multicolumns have there own cell settings.
10376  That means changing cell borders, cell alignment, and the width only affects
10377  the multicolumn.
10378  Here is an example table with a multicolumn cell in the first row and one
10379  in the last row without the upper border:
10380 \end_layout
10381
10382 \begin_layout Standard
10383 \align center
10384 \begin_inset Tabular
10385 <lyxtabular version="3" rows="3" columns="4">
10386 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10387 <column alignment="center" valignment="top" leftline="true" width="0pt">
10388 <column alignment="center" valignment="middle" leftline="true" width="0">
10389 <column alignment="center" valignment="top" leftline="true" width="0in">
10390 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10391 <row topline="true" bottomline="true">
10392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Standard
10396 abc
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Standard
10405 def ghi
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Standard
10414
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Standard
10423 jkl
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 <row topline="true">
10430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Standard
10434
10435 \family roman
10436 \series medium
10437 \shape up
10438 \size normal
10439 \emph off
10440 \bar no
10441 \noun off
10442 \color none
10443 A
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Standard
10452 B
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Standard
10461 C
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Standard
10470 D
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row topline="true" bottomline="true">
10477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Standard
10481 1
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Standard
10490 2
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Standard
10499 3
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Standard
10508 4
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 </lyxtabular>
10515
10516 \end_inset
10517
10518
10519 \end_layout
10520
10521 \begin_layout Subsubsection
10522 Multicolumn Calculations
10523 \begin_inset LatexCommand label
10524 name "sub:Multicolumn-Calculations"
10525
10526 \end_inset
10527
10528
10529 \begin_inset LatexCommand index
10530 name "Multicolumns ! Calculations"
10531
10532 \end_inset
10533
10534
10535 \end_layout
10536
10537 \begin_layout Standard
10538 LyX supports multicolumns directly, but we have to take notice of the cell
10539  width of the columns spanned by the multicolumn cell.
10540 \end_layout
10541
10542 \begin_layout Standard
10543 \begin_inset Float table
10544 wide false
10545 sideways false
10546 status open
10547
10548 \begin_layout Standard
10549 \begin_inset Caption
10550
10551 \begin_layout Standard
10552 \begin_inset LatexCommand label
10553 name "tab:Table-with-centered"
10554
10555 \end_inset
10556
10557 Table with centered multicolumn text above two columns that have exactly
10558  half the width of the multicolumn cell
10559 \begin_inset OptArg
10560 status collapsed
10561
10562 \begin_layout Standard
10563 Perfect multicolumn table
10564 \end_layout
10565
10566 \end_inset
10567
10568
10569 \end_layout
10570
10571 \end_inset
10572
10573
10574 \end_layout
10575
10576 \begin_layout Standard
10577 \align center
10578 \begin_inset Tabular
10579 <lyxtabular version="3" rows="3" columns="3">
10580 <features>
10581 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
10582 <column alignment="center" valignment="middle" leftline="true" width="0">
10583 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10584 <row topline="true">
10585 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
10586 \begin_inset Text
10587
10588 \begin_layout Standard
10589 multiple lines multicolumn
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Standard
10598
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Standard
10607 c
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row topline="true">
10614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Standard
10618 d
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Standard
10627 e
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Standard
10636 f
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row topline="true" bottomline="true">
10643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Standard
10647 g
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Standard
10656 h
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Standard
10665 i
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 </lyxtabular>
10672
10673 \end_inset
10674
10675
10676 \end_layout
10677
10678 \end_inset
10679
10680
10681 \end_layout
10682
10683 \begin_layout Standard
10684 To create for example Table\InsetSpace ~
10685
10686 \begin_inset LatexCommand ref
10687 reference "tab:Table-with-centered"
10688
10689 \end_inset
10690
10691 , mark the first two cells in the first row of a 3×3 table and right-click
10692  on them.
10693  Now choose for this cell 
10694 \emph on
10695 multicolumn
10696 \emph default
10697
10698 \emph on
10699 centered alignment
10700 \emph default
10701  and a width of 2.5\InsetSpace \thinspace{}
10702 cm in the table dialog.
10703  The spanned columns should have exactly half the width of the multicolumn
10704  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
10705 cm for the first column.
10706  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
10707 cm (multicolumn
10708  width - width of first column).
10709  This was done for Table\InsetSpace ~
10710
10711 \begin_inset LatexCommand ref
10712 reference "tab:Table-without-half"
10713
10714 \end_inset
10715
10716 .
10717 \end_layout
10718
10719 \begin_layout Standard
10720 \begin_inset Float table
10721 wide false
10722 sideways false
10723 status open
10724
10725 \begin_layout Standard
10726 \begin_inset Caption
10727
10728 \begin_layout Standard
10729 \begin_inset LatexCommand label
10730 name "tab:Table-without-half"
10731
10732 \end_inset
10733
10734 Table where the spanned table columns have not exactly half the width of
10735  the multicolumn cell
10736 \begin_inset OptArg
10737 status collapsed
10738
10739 \begin_layout Standard
10740 Imperfect multicolumn table
10741 \end_layout
10742
10743 \end_inset
10744
10745
10746 \end_layout
10747
10748 \end_inset
10749
10750
10751 \end_layout
10752
10753 \begin_layout Standard
10754 \align center
10755 \begin_inset Tabular
10756 <lyxtabular version="3" rows="3" columns="3">
10757 <features>
10758 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10759 <column alignment="center" valignment="top" leftline="true" width="0">
10760 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10761 <row topline="true" bottomline="true">
10762 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10763 \begin_inset Text
10764
10765 \begin_layout Standard
10766 multiple lines multicolumn
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Standard
10775
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Standard
10784 c
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row topline="true">
10791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Standard
10795 d
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Standard
10804 e
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Standard
10813 f
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 <row topline="true" bottomline="true">
10820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Standard
10824 g
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Standard
10833 h
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Standard
10842 i
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 </lyxtabular>
10849
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \end_inset
10856
10857
10858 \end_layout
10859
10860 \begin_layout Standard
10861 You can see that the first column has not the half width of the multicolumn
10862  cell, it is a bit bigger.
10863  The reason is that the given width of a cell 
10864 \begin_inset Formula $W_{g}$
10865 \end_inset
10866
10867  is not its total width 
10868 \begin_inset Formula $W_{\mathrm{tot}}$
10869 \end_inset
10870
10871  because a cell is always a bit larger than its given width.
10872  Appendix\InsetSpace ~
10873
10874 \begin_inset LatexCommand eqref
10875 reference "cha:Explanation-of-Equation"
10876
10877 \end_inset
10878
10879  explains it in detail.
10880 \end_layout
10881
10882 \begin_layout Standard
10883 The needed given width 
10884 \begin_inset Formula $W_{g\, n}$
10885 \end_inset
10886
10887  when 
10888 \emph on
10889 n
10890 \emph default
10891  columns are spanned can be calculated, so that each column has a total
10892  width of 
10893 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10894 \end_inset
10895
10896 :
10897 \begin_inset Formula \begin{equation}
10898 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10899
10900 \end_inset
10901
10902
10903 \end_layout
10904
10905 \begin_layout Standard
10906 In our case we have 
10907 \begin_inset Formula $n=2$
10908 \end_inset
10909
10910
10911 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10912 \end_inset
10913
10914 cm and the default values for the lengths, so that equation 
10915 \begin_inset LatexCommand ref
10916 reference "eq:Wgn"
10917
10918 \end_inset
10919
10920  becomes
10921 \begin_inset Formula \begin{equation}
10922 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10923
10924 \end_inset
10925
10926
10927 \end_layout
10928
10929 \begin_layout Standard
10930 To enable calculations in LaTeX, the LaTeX-package 
10931 \series bold
10932 calc
10933 \series default
10934  must be loaded with the document preamble line
10935 \begin_inset LatexCommand index
10936 name "LaTeX-packages ! calc"
10937
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \begin_layout Standard
10944
10945 \series bold
10946
10947 \backslash
10948 usepackage{calc}
10949 \end_layout
10950
10951 \begin_layout Standard
10952 LyX does not allow to calculate lengths in the width-field of the table
10953  dialog.
10954  Therefore you have to format the column by inserting a LaTeX-argument in
10955  the dialog.
10956  Here is an overview about the arguments:
10957 \end_layout
10958
10959 \begin_layout Itemize
10960
10961 \series bold
10962 p{width}
10963 \series default
10964  creates cell with a fixed width, its text is vertically top-aligned
10965 \end_layout
10966
10967 \begin_layout Itemize
10968
10969 \series bold
10970 m{width}
10971 \series default
10972  creates cell with a fixed width, its text is vertically centered
10973 \end_layout
10974
10975 \begin_layout Itemize
10976
10977 \series bold
10978 b{width}
10979 \series default
10980  creates cell with a fixed width, its text is vertically bottom-aligned
10981 \end_layout
10982
10983 \begin_layout Standard
10984 By entering a LaTeX-argument, all cell settings set in the table dialog
10985  are overwritten.
10986 \end_layout
10987
10988 \begin_layout Standard
10989 \begin_inset Note Greyedout
10990 status open
10991
10992 \begin_layout Standard
10993
10994 \series bold
10995 Note:
10996 \series default
10997  Due to a bug, LyX shows the overwritten settings anyway.
10998 \end_layout
10999
11000 \end_inset
11001
11002
11003 \end_layout
11004
11005 \begin_layout Standard
11006 As the text should be horizontally centered, the command 
11007 \series bold
11008
11009 \backslash
11010 centering
11011 \series default
11012  is added.
11013  You can now enter the following LaTeX-argument for the first spanned column:
11014 \end_layout
11015
11016 \begin_layout Standard
11017
11018 \series bold
11019 >{
11020 \backslash
11021 centering}m{1.25cm-6.2pt}
11022 \end_layout
11023
11024 \begin_layout Standard
11025 The command 
11026 \series bold
11027 >{ }
11028 \series default
11029  means, that the commands inside the braces are applied before the cell
11030  is created.
11031 \end_layout
11032
11033 \begin_layout Standard
11034 Although we have chosen centered alignment for the text of the multicolumn
11035  cell, it is still left aligned.
11036  This is because LyX only applies the alignment to single columns.
11037  So we have to use for the multicolumn the LaTeX-argument
11038 \end_layout
11039
11040 \begin_layout Standard
11041
11042 \series bold
11043 >{
11044 \backslash
11045 centering}m{2.5cm}
11046 \end_layout
11047
11048 \begin_layout Subsection
11049 Multirows
11050 \begin_inset LatexCommand index
11051 name "Multirows"
11052
11053 \end_inset
11054
11055
11056 \begin_inset LatexCommand index
11057 name "Table ! Multirows"
11058
11059 \end_inset
11060
11061
11062 \begin_inset LatexCommand index
11063 name "LaTeX-packages ! multirow"
11064
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \begin_layout Standard
11071 In contrary to multicolumns multirows are not yet supported by LyX so a
11072  bit of ERT needs to be used.
11073  To use multirows load the LaTeX-package 
11074 \series bold
11075 multirow
11076 \series default
11077  in your document preamble with the command
11078 \end_layout
11079
11080 \begin_layout Standard
11081
11082 \series bold
11083
11084 \backslash
11085 usepackage{multirow}
11086 \end_layout
11087
11088 \begin_layout Standard
11089 Multirows are created with the command
11090 \end_layout
11091
11092 \begin_layout Standard
11093
11094 \series bold
11095
11096 \backslash
11097 multirow{number of rows}{cell width}{cell entry}
11098 \end_layout
11099
11100 \begin_layout Standard
11101 To create the following table:
11102 \end_layout
11103
11104 \begin_layout Standard
11105 \align center
11106 \begin_inset ERT
11107 status collapsed
11108
11109 \begin_layout Standard
11110
11111
11112 \backslash
11113 renewcommand{
11114 \backslash
11115 multirowsetup}{
11116 \backslash
11117 centering}
11118 \end_layout
11119
11120 \end_inset
11121
11122
11123 \begin_inset Tabular
11124 <lyxtabular version="3" rows="3" columns="3">
11125 <features>
11126 <column alignment="center" valignment="top" leftline="true" width="0">
11127 <column alignment="center" valignment="top" leftline="true" width="0">
11128 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11129 <row topline="true">
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Standard
11134 a
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Standard
11143 b
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Standard
11152 c
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 </row>
11158 <row topline="true">
11159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Standard
11163 \begin_inset ERT
11164 status collapsed
11165
11166 \begin_layout Standard
11167
11168
11169 \backslash
11170 multirow{2}{2.5cm}{
11171 \end_layout
11172
11173 \end_inset
11174
11175 multirow entry
11176 \begin_inset ERT
11177 status collapsed
11178
11179 \begin_layout Standard
11180
11181 }
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Standard
11195 e
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Standard
11204 f
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 <row topline="true" bottomline="true">
11211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Standard
11215
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Standard
11224 h
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Standard
11233 i
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 </row>
11239 </lyxtabular>
11240
11241 \end_inset
11242
11243
11244 \begin_inset ERT
11245 status collapsed
11246
11247 \begin_layout Standard
11248
11249
11250 \backslash
11251 renewcommand{
11252 \backslash
11253 multirowsetup}{
11254 \backslash
11255 raggedright}
11256 \end_layout
11257
11258 \end_inset
11259
11260
11261 \end_layout
11262
11263 \begin_layout Standard
11264 create a 3×3 table.
11265  To get rid of the line above the last cell in the first column, the cell
11266  is marked as multicolumn and the upper border is unset.
11267  The multirow is now created in the second row of the first column by inserting
11268  there the command
11269 \end_layout
11270
11271 \begin_layout Standard
11272
11273 \series bold
11274
11275 \backslash
11276 multirow{2}{2.5cm}{
11277 \end_layout
11278
11279 \begin_layout Standard
11280 as ERT.
11281  According to the command parameters the multirow spans now two rows and
11282  has a width of 2.5\InsetSpace \thinspace{}
11283 cm.
11284  The content of the multirow cell follows outside the ERT box and the command
11285  is finished with a right brace 
11286 \series bold
11287 }
11288 \series default
11289  in another ERT-box behind the text.
11290 \end_layout
11291
11292 \begin_layout Standard
11293
11294 \series bold
11295
11296 \backslash
11297 multirow
11298 \series default
11299  left-aligns its content by default.
11300  To override the default, renew the command 
11301 \series bold
11302
11303 \backslash
11304 multirowsetup
11305 \series default
11306  with the command
11307 \end_layout
11308
11309 \begin_layout Standard
11310
11311 \series bold
11312
11313 \backslash
11314 renewcommand{
11315 \backslash
11316 multirowsetup}{
11317 \backslash
11318 centering}
11319 \end_layout
11320
11321 \begin_layout Standard
11322 in ERT in the document preamble.
11323  Then all entries of multirow cells in the document are centered.
11324  If centering is only needed for several tables, you can renew the command
11325  in an ERT box just before the table instead of the preamble.
11326  If the text should be right-aligned, replace 
11327 \series bold
11328
11329 \backslash
11330 centering
11331 \series default
11332  by 
11333 \series bold
11334
11335 \backslash
11336 raggedleft
11337 \series default
11338 .
11339  To return to left-alignment 
11340 \series bold
11341
11342 \backslash
11343 raggedright
11344 \series default
11345  is used.
11346 \end_layout
11347
11348 \begin_layout Section
11349 Formal Tables
11350 \begin_inset LatexCommand label
11351 name "sec:Formal-Tables"
11352
11353 \end_inset
11354
11355
11356 \begin_inset LatexCommand index
11357 name "Table ! Formal"
11358
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \begin_layout Standard
11365 Tables are often typeset in books similar to Table\InsetSpace ~
11366
11367 \begin_inset LatexCommand ref
11368 reference "tab:Example-booktabs-table"
11369
11370 \end_inset
11371
11372 .
11373  This kind of tables is called 
11374 \begin_inset Quotes eld
11375 \end_inset
11376
11377
11378 \emph on
11379 formal
11380 \emph default
11381
11382 \begin_inset Quotes erd
11383 \end_inset
11384
11385 .
11386  To make a table a formal table use the option 
11387 \family sans
11388 Formal
11389 \family default
11390  in the 
11391 \family sans
11392 Borders
11393 \family default
11394  tab of the table dialog.
11395 \end_layout
11396
11397 \begin_layout Standard
11398 \begin_inset Float table
11399 placement h
11400 wide false
11401 sideways false
11402 status open
11403
11404 \begin_layout Standard
11405 \begin_inset Caption
11406
11407 \begin_layout Standard
11408 \begin_inset LatexCommand label
11409 name "tab:Example-booktabs-table"
11410
11411 \end_inset
11412
11413 Example booktabs-table
11414 \end_layout
11415
11416 \end_inset
11417
11418
11419 \end_layout
11420
11421 \begin_layout Standard
11422 \align center
11423 \begin_inset Tabular
11424 <lyxtabular version="3" rows="8" columns="4">
11425 <features booktabs="true">
11426 <column alignment="center" valignment="top" rightline="true" width="0">
11427 <column alignment="center" valignment="top" width="0">
11428 <column alignment="center" valignment="top" width="0">
11429 <column alignment="center" valignment="top" width="0">
11430 <row topline="true">
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Standard
11435 System
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Standard
11444 Medipix
11445 \begin_inset Formula $\,$
11446 \end_inset
11447
11448 1
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Standard
11457 Medipix
11458 \begin_inset Formula $\,$
11459 \end_inset
11460
11461 2
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Standard
11470
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 </row>
11476 <row>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Standard
11481 \begin_inset ERT
11482 status collapsed
11483
11484 \begin_layout Standard
11485
11486
11487 \backslash
11488 cmidrule(r){2-2}
11489 \end_layout
11490
11491 \end_inset
11492
11493
11494 \begin_inset ERT
11495 status collapsed
11496
11497 \begin_layout Standard
11498
11499
11500 \backslash
11501 cmidrule(l){3-4}
11502 \end_layout
11503
11504 \end_inset
11505
11506 Detector thickness [µm]
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Standard
11515 300
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Standard
11524 300
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Standard
11533 700
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row topline="true">
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Standard
11544 Edge angle [°]
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Standard
11553 3.55
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Standard
11562 2.71
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Standard
11571 7.99
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row topspace="default">
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Standard
11582 Spatial resolution [µm]
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Standard
11591 4.26
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Standard
11600 10.17
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Standard
11609 10.56
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 </row>
11615 <row topspace="default">
11616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Standard
11620 MTF at 
11621 \begin_inset Formula $f_{\mathrm{max}}$
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Standard
11633 0.53
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Standard
11642 0.37
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Standard
11651 0.39
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 </row>
11657 <row topspace="default">
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Standard
11662 \begin_inset ERT
11663 status collapsed
11664
11665 \begin_layout Standard
11666
11667
11668 \backslash
11669 cmidrule(l{10pt}){1-1}
11670 \end_layout
11671
11672 \end_inset
11673
11674 LSF-spatial resolution
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Standard
11683
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Standard
11692
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Standard
11701
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 </row>
11707 <row>
11708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Standard
11712 in µm
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Standard
11721 129.7
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Standard
11730 52.75
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Standard
11739 50.78
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 <row bottomline="true">
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Standard
11750 in % of pixel size
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Standard
11759 76.3
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Standard
11768 95.9
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Standard
11777 92.3
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 </row>
11783 </lyxtabular>
11784
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \begin_layout Standard
11796 Spaces to table rows can be added using the 
11797 \family sans
11798 Borders
11799 \family default
11800  tab of the table dialog as described in section\InsetSpace ~
11801
11802 \begin_inset LatexCommand ref
11803 reference "sub:Row-Spacing"
11804
11805 \end_inset
11806
11807 .
11808 \end_layout
11809
11810 \begin_layout Standard
11811 In contrary to normal tables, formal tables have no vertical table lines.
11812  The horizontal table lines can be set like for normal tables but they appear
11813  with different width in the output:
11814 \newline
11815 The first and the last table line have
11816  a default width of 0.08\InsetSpace \thinspace{}
11817 em while the other lines have a default width of
11818  0.05\InsetSpace \thinspace{}
11819 em.
11820 \end_layout
11821
11822 \begin_layout Standard
11823 The default widths can be changed with the following preamble lines
11824 \end_layout
11825
11826 \begin_layout Standard
11827
11828 \series bold
11829
11830 \backslash
11831 let
11832 \backslash
11833 mytoprule
11834 \backslash
11835 toprule
11836 \newline
11837
11838 \backslash
11839 renewcommand{
11840 \backslash
11841 toprule}{
11842 \backslash
11843 mytoprule[width]}
11844 \end_layout
11845
11846 \begin_layout Standard
11847 This example is for the first line, the so called 
11848 \series bold
11849 toprule
11850 \series default
11851 .
11852  If you want to change the width for the last line, replace 
11853 \series bold
11854 toprule
11855 \series default
11856  by 
11857 \series bold
11858 bottomrule
11859 \series default
11860 .
11861  To change the width for the other lines replace 
11862 \series bold
11863 toprule
11864 \series default
11865  by 
11866 \series bold
11867 midrule
11868 \series default
11869 .
11870  You can use all units listed in appendix\InsetSpace ~
11871
11872 \begin_inset LatexCommand ref
11873 reference "cha:Units-available-in"
11874
11875 \end_inset
11876
11877  to set the width.
11878 \end_layout
11879
11880 \begin_layout Standard
11881 Lines that don't span over all table columns can be created by setting a
11882  table line for multicolumn cells.
11883  LyX will then internally use the command 
11884 \series bold
11885
11886 \backslash
11887 cmidrule
11888 \series default
11889  to create this line.
11890  Its full scheme is
11891 \end_layout
11892
11893 \begin_layout Standard
11894
11895 \series bold
11896
11897 \backslash
11898 cmidrule[width](trim){startcol-endcol}
11899 \end_layout
11900
11901 \begin_layout Standard
11902 The options of 
11903 \series bold
11904
11905 \backslash
11906 cmidrule
11907 \series default
11908  are are currently not supported by LyX so you have to use ERT to be able
11909  to use them.
11910  
11911 \series bold
11912
11913 \backslash
11914 cmidrule
11915 \series default
11916 s can manually be created by inserting the command as ERT as first cell
11917  entry of the first cell of a row.
11918  The line is then drawn in the output above the current row.
11919 \end_layout
11920
11921 \begin_layout Standard
11922 The default for the width is 0.03\InsetSpace \thinspace{}
11923 em.
11924  Startcol is the number of the column where the line starts and endcol the
11925  column number where the line ends.
11926  The endcol always needs to be specified, also when the line should span
11927  only one column.
11928  The optional parameter trim could be either 
11929 \emph on
11930 l{trimwidth}
11931 \emph default
11932 , or 
11933 \emph on
11934 r{trimwidth}
11935 \emph default
11936  where the trimwidth is also optional.
11937  Using for example the parameter 
11938 \emph on
11939 l{2pt}
11940 \emph default
11941  means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
11942 pt.
11943  If you don't specify the trimwidth the lines are trimmed by the default
11944  of 0.5\InsetSpace \thinspace{}
11945 em.
11946 \end_layout
11947
11948 \begin_layout Standard
11949 \begin_inset VSpace bigskip
11950 \end_inset
11951
11952 Table\InsetSpace ~
11953
11954 \begin_inset LatexCommand ref
11955 reference "tab:Example-booktabs-table"
11956
11957 \end_inset
11958
11959  was created using the commands
11960 \end_layout
11961
11962 \begin_layout Standard
11963
11964 \series bold
11965
11966 \backslash
11967 cmidrule(r){2-2}
11968 \backslash
11969 cmidrule(l){3-4}
11970 \end_layout
11971
11972 \begin_layout Standard
11973 at the beginning of the in the second row and
11974 \end_layout
11975
11976 \begin_layout Standard
11977
11978 \series bold
11979
11980 \backslash
11981 cmidrule(l{10pt}){1-1}
11982 \end_layout
11983
11984 \begin_layout Standard
11985 in the sixth row.
11986 \end_layout
11987
11988 \begin_layout Standard
11989 \begin_inset VSpace bigskip
11990 \end_inset
11991
11992
11993 \end_layout
11994
11995 \begin_layout Standard
11996 You might want to have overlapping 
11997 \series bold
11998
11999 \backslash
12000 cmidrule
12001 \series default
12002 s like in Table\InsetSpace ~
12003
12004 \begin_inset LatexCommand ref
12005 reference "tab:Special-booktabs-table"
12006
12007 \end_inset
12008
12009 .
12010  This can be achieved with the ERT command
12011 \end_layout
12012
12013 \begin_layout Standard
12014
12015 \series bold
12016
12017 \backslash
12018 morecmidrules
12019 \end_layout
12020
12021 \begin_layout Standard
12022 The command that was used for the second row of Table\InsetSpace ~
12023
12024 \begin_inset LatexCommand ref
12025 reference "tab:Special-booktabs-table"
12026
12027 \end_inset
12028
12029  is
12030 \end_layout
12031
12032 \begin_layout Standard
12033
12034 \series bold
12035
12036 \backslash
12037 cmidrule(r){2-2}
12038 \backslash
12039 cmidrule(l){3-4}
12040 \backslash
12041 morecmidrules
12042 \backslash
12043 cmidrule{2-4}
12044 \end_layout
12045
12046 \begin_layout Standard
12047 The command for the sixth row is
12048 \end_layout
12049
12050 \begin_layout Standard
12051
12052 \series bold
12053
12054 \backslash
12055 midrule
12056 \backslash
12057 morecmidrules
12058 \backslash
12059 cmidrule{3-4}
12060 \end_layout
12061
12062 \begin_layout Standard
12063 \begin_inset VSpace bigskip
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Standard
12070 If you are anyway not satisfied with the border line spacing, you can use
12071  the following command to produce lines that span over all table columns
12072 \series bold
12073 :
12074 \end_layout
12075
12076 \begin_layout Standard
12077
12078 \series bold
12079
12080 \backslash
12081 specialrule{width}{space above}{space below}
12082 \end_layout
12083
12084 \begin_layout Standard
12085 For more informations about these specialties, we refer to the manual of
12086  the LaTeX-package 
12087 \series bold
12088 booktabs
12089 \series default
12090  
12091 \begin_inset LatexCommand cite
12092 key "booktabs"
12093
12094 \end_inset
12095
12096 .
12097 \begin_inset LatexCommand index
12098 name "LaTeX-packages ! booktabs"
12099
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \begin_layout Standard
12106 \begin_inset Float table
12107 placement h
12108 wide false
12109 sideways false
12110 status open
12111
12112 \begin_layout Standard
12113 \begin_inset Caption
12114
12115 \begin_layout Standard
12116 \begin_inset LatexCommand label
12117 name "tab:Special-booktabs-table"
12118
12119 \end_inset
12120
12121 Special booktabs-table
12122 \end_layout
12123
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \begin_layout Standard
12130 \align center
12131 \begin_inset Tabular
12132 <lyxtabular version="3" rows="8" columns="4">
12133 <features booktabs="true">
12134 <column alignment="center" valignment="top" width="0">
12135 <column alignment="center" valignment="top" width="0">
12136 <column alignment="center" valignment="top" width="0">
12137 <column alignment="center" valignment="top" width="0">
12138 <row topline="true">
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Standard
12143 System
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Standard
12152 Medipix\InsetSpace \thinspace{}
12153 1
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Standard
12162 Medipix\InsetSpace \thinspace{}
12163 2
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Standard
12172
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 </row>
12178 <row>
12179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Standard
12183 \begin_inset ERT
12184 status collapsed
12185
12186 \begin_layout Standard
12187
12188
12189 \backslash
12190 cmidrule(r){2-2}
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \begin_inset ERT
12197 status collapsed
12198
12199 \begin_layout Standard
12200
12201
12202 \backslash
12203 cmidrule(l){3-4}
12204 \end_layout
12205
12206 \end_inset
12207
12208
12209 \begin_inset ERT
12210 status collapsed
12211
12212 \begin_layout Standard
12213
12214
12215 \backslash
12216 morecmidrules 
12217 \end_layout
12218
12219 \end_inset
12220
12221
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Standard
12226
12227
12228 \backslash
12229 cmidrule{2-4}
12230 \end_layout
12231
12232 \end_inset
12233
12234 Detector thickness [µm]
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Standard
12243 300
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Standard
12252 300
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Standard
12261 700
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 </row>
12267 <row topline="true">
12268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12269 \begin_inset Text
12270
12271 \begin_layout Standard
12272 Edge angle [°]
12273 \end_layout
12274
12275 \end_inset
12276 </cell>
12277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Standard
12281 3.55
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Standard
12290 2.71
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Standard
12299 7.99
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 <row topspace="default">
12306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Standard
12310 Spatial resolution [µm]
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Standard
12319 4.26
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Standard
12328 10.17
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Standard
12337 10.56
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 </row>
12343 <row topspace="default">
12344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Standard
12348 MTF at 
12349 \begin_inset Formula $f_{\mathrm{max}}$
12350 \end_inset
12351
12352
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Standard
12361 0.53
12362 \end_layout
12363
12364 \end_inset
12365 </cell>
12366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12367 \begin_inset Text
12368
12369 \begin_layout Standard
12370 0.37
12371 \end_layout
12372
12373 \end_inset
12374 </cell>
12375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12376 \begin_inset Text
12377
12378 \begin_layout Standard
12379 0.39
12380 \end_layout
12381
12382 \end_inset
12383 </cell>
12384 </row>
12385 <row topline="true">
12386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12387 \begin_inset Text
12388
12389 \begin_layout Standard
12390 \begin_inset ERT
12391 status collapsed
12392
12393 \begin_layout Standard
12394
12395
12396 \backslash
12397 morecmidrules 
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \begin_inset ERT
12404 status collapsed
12405
12406 \begin_layout Standard
12407
12408
12409 \backslash
12410 cmidrule{3-4}
12411 \end_layout
12412
12413 \end_inset
12414
12415 LSF-spatial resolution
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Standard
12424
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Standard
12433
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Standard
12442
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 </row>
12448 <row>
12449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12450 \begin_inset Text
12451
12452 \begin_layout Standard
12453 in µm
12454 \end_layout
12455
12456 \end_inset
12457 </cell>
12458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Standard
12462 129.7
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Standard
12471 52.75
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Standard
12480 50.78
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 </row>
12486 <row bottomline="true">
12487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Standard
12491 in % of pixel size
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Standard
12500 76.3
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Standard
12509 95.9
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Standard
12518 92.3
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 </row>
12524 </lyxtabular>
12525
12526 \end_inset
12527
12528
12529 \end_layout
12530
12531 \end_inset
12532
12533
12534 \end_layout
12535
12536 \begin_layout Section
12537 Vertical Table Alignment
12538 \begin_inset LatexCommand index
12539 name "Table ! Alignment"
12540
12541 \end_inset
12542
12543
12544 \end_layout
12545
12546 \begin_layout Standard
12547 To align tables vertically in a text line the table must be inside a box.
12548  The box can then be vertically aligned as described in section\InsetSpace ~
12549
12550 \begin_inset LatexCommand ref
12551 reference "sec:Box-Dialog"
12552
12553 \end_inset
12554
12555 .
12556 \end_layout
12557
12558 \begin_layout Standard
12559 In the following example the tables are inside a minipage
12560 \begin_inset Foot
12561 status collapsed
12562
12563 \begin_layout Standard
12564 Minipages are described in section\InsetSpace ~
12565
12566 \begin_inset LatexCommand ref
12567 reference "sec:Minipages"
12568
12569 \end_inset
12570
12571 .
12572 \end_layout
12573
12574 \end_inset
12575
12576  box that has a width of 15\InsetSpace \thinspace{}
12577 col%:
12578 \end_layout
12579
12580 \begin_layout Itemize
12581 test 
12582 \begin_inset Box Frameless
12583 position "t"
12584 hor_pos "c"
12585 has_inner_box 1
12586 inner_pos "c"
12587 use_parbox 0
12588 width "15col%"
12589 special "none"
12590 height "1in"
12591 height_special "totalheight"
12592 status collapsed
12593
12594 \begin_layout Standard
12595 \begin_inset Tabular
12596 <lyxtabular version="3" rows="3" columns="3">
12597 <features>
12598 <column alignment="center" valignment="top" leftline="true" width="0">
12599 <column alignment="center" valignment="top" leftline="true" width="0">
12600 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12601 <row topline="true">
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Standard
12606 a
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Standard
12615 d
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Standard
12624 g
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 </row>
12630 <row topline="true">
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Standard
12635 b
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Standard
12644 e
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Standard
12653 h
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 </row>
12659 <row topline="true" bottomline="true">
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Standard
12664 c
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Standard
12673 f
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Standard
12682 i
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 </row>
12688 </lyxtabular>
12689
12690 \end_inset
12691
12692
12693 \end_layout
12694
12695 \end_inset
12696
12697  test 
12698 \begin_inset ERT
12699 status collapsed
12700
12701 \begin_layout Standard
12702
12703
12704 \backslash
12705 raisebox{0.85
12706 \backslash
12707 baselineskip}{
12708 \end_layout
12709
12710 \end_inset
12711
12712
12713 \begin_inset Box Frameless
12714 position "t"
12715 hor_pos "c"
12716 has_inner_box 1
12717 inner_pos "c"
12718 use_parbox 0
12719 width "15col%"
12720 special "none"
12721 height "1in"
12722 height_special "totalheight"
12723 status collapsed
12724
12725 \begin_layout Standard
12726 \begin_inset Tabular
12727 <lyxtabular version="3" rows="3" columns="3">
12728 <features>
12729 <column alignment="center" valignment="top" leftline="true" width="0">
12730 <column alignment="center" valignment="top" leftline="true" width="0">
12731 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12732 <row topline="true">
12733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Standard
12737 a
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Standard
12746 d
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Standard
12755 g
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 </row>
12761 <row topline="true">
12762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Standard
12766 b
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Standard
12775 e
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Standard
12784 h
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 </row>
12790 <row topline="true" bottomline="true">
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Standard
12795 c
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Standard
12804 f
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Standard
12813 i
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 </row>
12819 </lyxtabular>
12820
12821 \end_inset
12822
12823
12824 \end_layout
12825
12826 \end_inset
12827
12828
12829 \begin_inset ERT
12830 status collapsed
12831
12832 \begin_layout Standard
12833
12834 }
12835 \end_layout
12836
12837 \end_inset
12838
12839
12840 \end_layout
12841
12842 \begin_layout Itemize
12843 test 
12844 \begin_inset Box Frameless
12845 position "c"
12846 hor_pos "c"
12847 has_inner_box 1
12848 inner_pos "c"
12849 use_parbox 0
12850 width "15col%"
12851 special "none"
12852 height "1in"
12853 height_special "totalheight"
12854 status collapsed
12855
12856 \begin_layout Standard
12857 \begin_inset Tabular
12858 <lyxtabular version="3" rows="3" columns="3">
12859 <features>
12860 <column alignment="center" valignment="top" leftline="true" width="0">
12861 <column alignment="center" valignment="top" leftline="true" width="0">
12862 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12863 <row topline="true">
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Standard
12868 a
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Standard
12877 d
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Standard
12886 g
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 </row>
12892 <row topline="true">
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Standard
12897 b
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Standard
12906 e
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Standard
12915 h
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row topline="true" bottomline="true">
12922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Standard
12926 c
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Standard
12935 f
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Standard
12944 i
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 </lyxtabular>
12951
12952 \end_inset
12953
12954
12955 \end_layout
12956
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \begin_layout Itemize
12963 test 
12964 \begin_inset Box Frameless
12965 position "b"
12966 hor_pos "c"
12967 has_inner_box 1
12968 inner_pos "c"
12969 use_parbox 0
12970 width "15col%"
12971 special "none"
12972 height "1in"
12973 height_special "totalheight"
12974 status collapsed
12975
12976 \begin_layout Standard
12977 \begin_inset Tabular
12978 <lyxtabular version="3" rows="3" columns="3">
12979 <features>
12980 <column alignment="center" valignment="top" leftline="true" width="0">
12981 <column alignment="center" valignment="top" leftline="true" width="0">
12982 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12983 <row topline="true">
12984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Standard
12988 a
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Standard
12997 d
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Standard
13006 g
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 </row>
13012 <row topline="true">
13013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Standard
13017 b
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Standard
13026 e
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Standard
13035 h
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 </row>
13041 <row topline="true" bottomline="true">
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Standard
13046 c
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Standard
13055 f
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Standard
13064 i
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 </lyxtabular>
13071
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \end_inset
13078
13079  test 
13080 \begin_inset ERT
13081 status collapsed
13082
13083 \begin_layout Standard
13084
13085
13086 \backslash
13087 raisebox{-0.32
13088 \backslash
13089 baselineskip}{
13090 \end_layout
13091
13092 \end_inset
13093
13094
13095 \begin_inset Box Frameless
13096 position "b"
13097 hor_pos "c"
13098 has_inner_box 1
13099 inner_pos "c"
13100 use_parbox 0
13101 width "15col%"
13102 special "none"
13103 height "1in"
13104 height_special "totalheight"
13105 status collapsed
13106
13107 \begin_layout Standard
13108 \begin_inset Tabular
13109 <lyxtabular version="3" rows="3" columns="3">
13110 <features>
13111 <column alignment="center" valignment="top" leftline="true" width="0">
13112 <column alignment="center" valignment="top" leftline="true" width="0">
13113 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13114 <row topline="true">
13115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Standard
13119 a
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Standard
13128 d
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Standard
13137 g
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 </row>
13143 <row topline="true">
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Standard
13148 b
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Standard
13157 e
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Standard
13166 h
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row topline="true" bottomline="true">
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Standard
13177 c
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Standard
13186 f
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Standard
13195 i
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 </lyxtabular>
13202
13203 \end_inset
13204
13205
13206 \end_layout
13207
13208 \end_inset
13209
13210
13211 \begin_inset ERT
13212 status collapsed
13213
13214 \begin_layout Standard
13215
13216 }
13217 \end_layout
13218
13219 \end_inset
13220
13221
13222 \end_layout
13223
13224 \begin_layout Standard
13225 As you can see, the content of the first and last table row is not correctly
13226  aligned with the text line where the table is in.
13227  To get this alignment, the minipage box must be set into a raisebox
13228 \begin_inset Foot
13229 status collapsed
13230
13231 \begin_layout Standard
13232 Raiseboxes are described in section\InsetSpace ~
13233
13234 \begin_inset LatexCommand ref
13235 reference "sub:Vertical-Alignment"
13236
13237 \end_inset
13238
13239 .
13240 \end_layout
13241
13242 \end_inset
13243
13244 .
13245  In the example above the second table in the first item is aligned using
13246  the ERT-command
13247 \end_layout
13248
13249 \begin_layout Standard
13250
13251 \series bold
13252
13253 \backslash
13254 raisebox{0.85
13255 \backslash
13256 baselineskip}{
13257 \end_layout
13258
13259 \begin_layout Standard
13260 before the box.
13261  Behind the box the closing brace 
13262 \series bold
13263 }
13264 \series default
13265  is inserted as ERT.
13266  For the second table in the last item the command
13267 \end_layout
13268
13269 \begin_layout Standard
13270
13271 \series bold
13272
13273 \backslash
13274 raisebox{-0.32
13275 \backslash
13276 baselineskip}{
13277 \end_layout
13278
13279 \begin_layout Standard
13280 is used.
13281 \end_layout
13282
13283 \begin_layout Standard
13284 \begin_inset Note Greyedout
13285 status open
13286
13287 \begin_layout Standard
13288
13289 \series bold
13290 Note:
13291 \series default
13292  The alignment of the table row content to the surrounding text line is
13293  not exact.
13294  The needed factor of the 
13295 \series bold
13296
13297 \backslash
13298 raisebox
13299 \series default
13300  command for this alignment depends on the document font, the font size,
13301  and the table line thickness.
13302 \end_layout
13303
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Section
13310 Colored Tables
13311 \begin_inset LatexCommand label
13312 name "sec:Colored-Tables"
13313
13314 \end_inset
13315
13316
13317 \begin_inset LatexCommand index
13318 name "Table ! Color"
13319
13320 \end_inset
13321
13322
13323 \end_layout
13324
13325 \begin_layout Subsection
13326 Colored Cells
13327 \begin_inset LatexCommand index
13328 name "Table Color ! for Cells"
13329
13330 \end_inset
13331
13332
13333 \begin_inset LatexCommand index
13334 name "Color ! for Table Cells"
13335
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \begin_layout Standard
13342 \begin_inset Float table
13343 placement h
13344 wide false
13345 sideways false
13346 status open
13347
13348 \begin_layout Standard
13349 \begin_inset Caption
13350
13351 \begin_layout Standard
13352 \begin_inset LatexCommand label
13353 name "tab:Table-colored-without"
13354
13355 \end_inset
13356
13357 Table colored without using the package 
13358 \series bold
13359 colortbl
13360 \series default
13361
13362 \begin_inset OptArg
13363 status collapsed
13364
13365 \begin_layout Standard
13366 Table without colortbl
13367 \end_layout
13368
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \begin_layout Standard
13380 \align center
13381 \begin_inset Tabular
13382 <lyxtabular version="3" rows="3" columns="3">
13383 <features>
13384 <column alignment="center" valignment="top" leftline="true" width="0">
13385 <column alignment="center" valignment="top" leftline="true" width="0">
13386 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13387 <row topline="true">
13388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Standard
13392
13393 \color green
13394 a
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Standard
13403
13404 \color red
13405 b
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Standard
13414
13415 \color red
13416 c
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 </row>
13422 <row topline="true">
13423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Standard
13427
13428 \color green
13429 d
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Standard
13438
13439 \color blue
13440 e
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Standard
13449
13450 \color blue
13451 f
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 </row>
13457 <row topline="true" bottomline="true">
13458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Standard
13462
13463 \color green
13464 g
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Standard
13473
13474 \color blue
13475 h
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Standard
13484
13485 \color blue
13486 i
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 </row>
13492 </lyxtabular>
13493
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \end_inset
13500
13501
13502 \end_layout
13503
13504 \begin_layout Standard
13505 If you only need colored text, mark the cells and choose a color in the
13506  menu 
13507 \family sans
13508 Edit\SpecialChar \menuseparator
13509 Text\InsetSpace ~
13510 Style
13511 \family default
13512 .
13513  This was used to create Table\InsetSpace ~
13514
13515 \begin_inset LatexCommand ref
13516 reference "tab:Table-colored-without"
13517
13518 \end_inset
13519
13520 .
13521  In any other case you have to use the LaTeX-package 
13522 \series bold
13523 colortbl
13524 \series default
13525 .
13526 \begin_inset LatexCommand index
13527 name "LaTeX-packages ! colortbl"
13528
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \begin_layout Standard
13535 To create colored tables, 
13536 \series bold
13537 colortbl
13538 \series default
13539  must be loaded in the preamble with the line
13540 \end_layout
13541
13542 \begin_layout Standard
13543
13544 \series bold
13545
13546 \backslash
13547 usepackage{colortbl}
13548 \end_layout
13549
13550 \begin_layout Standard
13551 The color of a column is adjusted with the command
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \series bold
13557
13558 \backslash
13559 columncolor{name of color}
13560 \end_layout
13561
13562 \begin_layout Standard
13563 inside the command 
13564 \series bold
13565 >{ }
13566 \series default
13567 .
13568  More about the command 
13569 \series bold
13570 >{}
13571 \series default
13572  is described in section\InsetSpace ~
13573
13574 \begin_inset LatexCommand ref
13575 reference "sub:Multicolumn-Calculations"
13576
13577 \end_inset
13578
13579 .
13580 \end_layout
13581
13582 \begin_layout Standard
13583 The following color names are predefined:
13584 \end_layout
13585
13586 \begin_layout Standard
13587
13588 \family sans
13589 red
13590 \family default
13591
13592 \family sans
13593 green
13594 \family default
13595
13596 \family sans
13597 yellow
13598 \family default
13599
13600 \family sans
13601 blue
13602 \family default
13603
13604 \family sans
13605 cyan
13606 \family default
13607
13608 \family sans
13609 magenta
13610 \family default
13611
13612 \family sans
13613 black
13614 \family default
13615  and 
13616 \family sans
13617 white
13618 \end_layout
13619
13620 \begin_layout Standard
13621 \begin_inset VSpace medskip
13622 \end_inset
13623
13624
13625 \end_layout
13626
13627 \begin_layout Standard
13628 You can also define your own color with the command
13629 \end_layout
13630
13631 \begin_layout Standard
13632
13633 \series bold
13634
13635 \backslash
13636 def\SpecialChar \textcompwordmark{}
13637 inecolor{color name}{color model}{color values}
13638 \end_layout
13639
13640 \begin_layout Standard
13641 The color model can be
13642 \end_layout
13643
13644 \begin_layout Labeling
13645 \labelwidthstring 00.00.0000
13646 cmyk: cyan, magenta, yellow, black
13647 \end_layout
13648
13649 \begin_layout Labeling
13650 \labelwidthstring 00.00.0000
13651 rgb: red, green blue
13652 \end_layout
13653
13654 \begin_layout Labeling
13655 \labelwidthstring 00.00.0000
13656 gray gray
13657 \end_layout
13658
13659 \begin_layout Standard
13660 and the color values are comma separated numbers between 0 and 1 describing
13661  the factor for the corresponding color of the color model.
13662 \end_layout
13663
13664 \begin_layout Standard
13665 You can e.\InsetSpace \thinspace{}
13666 g.\InsetSpace ~
13667 define the color "
13668 \emph on
13669 darkgreen
13670 \emph default
13671 " in the preamble with
13672 \end_layout
13673
13674 \begin_layout Standard
13675
13676 \series bold
13677
13678 \backslash
13679 def\SpecialChar \textcompwordmark{}
13680 inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
13681 \end_layout
13682
13683 \begin_layout Standard
13684 and the color "
13685 \emph on
13686 lightgray
13687 \emph default
13688 " with
13689 \end_layout
13690
13691 \begin_layout Standard
13692
13693 \series bold
13694
13695 \backslash
13696 def\SpecialChar \textcompwordmark{}
13697 inecolor{lightgray}{gray}{0.8}
13698 \end_layout
13699
13700 \begin_layout Standard
13701 \begin_inset VSpace medskip
13702 \end_inset
13703
13704
13705 \end_layout
13706
13707 \begin_layout Standard
13708 Lines are colored with the command
13709 \end_layout
13710
13711 \begin_layout Standard
13712
13713 \series bold
13714
13715 \backslash
13716 rowcolor{name of color}
13717 \end_layout
13718
13719 \begin_layout Standard
13720 and cells are colored with the command
13721 \end_layout
13722
13723 \begin_layout Standard
13724
13725 \series bold
13726
13727 \backslash
13728 cellcolor{name of color}
13729 \end_layout
13730
13731 \begin_layout Standard
13732 Both commands are inserted at the beginning of a cell as ERT.
13733 \end_layout
13734
13735 \begin_layout Standard
13736 To color characters in the table, mark the cells and use the LyX menu 
13737 \family sans
13738 Edit\SpecialChar \menuseparator
13739 Text\InsetSpace ~
13740 Style
13741 \family default
13742 .
13743  If a cell contains ERT mark only the characters, otherwise the colored
13744  ERT will cause LaTeX-errors.
13745 \end_layout
13746
13747 \begin_layout Standard
13748 \begin_inset Note Greyedout
13749 status open
13750
13751 \begin_layout Standard
13752
13753 \series bold
13754 Note:
13755 \series default
13756  Not all DVI-viewers are able to display self-defined colors.
13757 \end_layout
13758
13759 \end_inset
13760
13761
13762 \end_layout
13763
13764 \begin_layout Standard
13765 \begin_inset VSpace bigskip
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \begin_layout Standard
13772 To create Table\InsetSpace ~
13773
13774 \begin_inset LatexCommand ref
13775 reference "tab:Table-colored-using"
13776
13777 \end_inset
13778
13779  do the following: The color of the first column should be 
13780 \emph on
13781 darkgreen
13782 \emph default
13783 .
13784  So insert
13785 \end_layout
13786
13787 \begin_layout Standard
13788
13789 \series bold
13790 >{
13791 \backslash
13792 columncolor{darkgreen}
13793 \backslash
13794 centering}c
13795 \end_layout
13796
13797 \begin_layout Standard
13798 as LaTeX-argument for this column.
13799  The first row should be blue, therefore the ERT command
13800 \end_layout
13801
13802 \begin_layout Standard
13803
13804 \series bold
13805
13806 \backslash
13807 rowcolow{cyan}
13808 \end_layout
13809
13810 \begin_layout Standard
13811 is inserted to the first cell of this row.
13812  Note that this overwrites the column color for the first cell.
13813  The last cell of the last row is colored magenta by inserting the ERT command
13814 \end_layout
13815
13816 \begin_layout Standard
13817
13818 \series bold
13819
13820 \backslash
13821 cellcolor{magenta}
13822 \end_layout
13823
13824 \begin_layout Standard
13825 The characters could now be colored using the menu 
13826 \family sans
13827 Edit\SpecialChar \menuseparator
13828 Text\InsetSpace ~
13829 Style
13830 \family default
13831 .
13832 \end_layout
13833
13834 \begin_layout Standard
13835 \begin_inset Float table
13836 placement h
13837 wide false
13838 sideways false
13839 status open
13840
13841 \begin_layout Standard
13842 \begin_inset Caption
13843
13844 \begin_layout Standard
13845 \begin_inset LatexCommand label
13846 name "tab:Table-colored-using"
13847
13848 \end_inset
13849
13850 Table colored using the package 
13851 \series bold
13852 colortbl
13853 \series default
13854
13855 \begin_inset OptArg
13856 status collapsed
13857
13858 \begin_layout Standard
13859 Table with colortbl
13860 \end_layout
13861
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \end_layout
13871
13872 \begin_layout Standard
13873 \align center
13874 \begin_inset Tabular
13875 <lyxtabular version="3" rows="3" columns="3">
13876 <features>
13877 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
13878 <column alignment="center" valignment="top" width="0">
13879 <column alignment="center" valignment="top" width="0">
13880 <row>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Standard
13885 \begin_inset ERT
13886 status collapsed
13887
13888 \begin_layout Standard
13889
13890
13891 \backslash
13892 rowcolor{cyan}
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \color magenta
13899 a
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 red
13910 b
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 red
13921 c
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 d
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 e
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
13955 \color blue
13956 f
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 </row>
13962 <row>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Standard
13967
13968 \color yellow
13969 g
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Standard
13978
13979 \color blue
13980 h
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Standard
13989 \begin_inset ERT
13990 status collapsed
13991
13992 \begin_layout Standard
13993
13994
13995 \backslash
13996 cellcolor{magenta}
13997 \end_layout
13998
13999 \end_inset
14000
14001
14002 \color green
14003 i
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 </row>
14009 </lyxtabular>
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Subsection
14022 Colored Lines
14023 \begin_inset LatexCommand index
14024 name "Table Color ! for Lines"
14025
14026 \end_inset
14027
14028
14029 \begin_inset LatexCommand index
14030 name "Color ! for Table Lines"
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Standard
14038 As described in section\InsetSpace ~
14039
14040 \begin_inset LatexCommand ref
14041 reference "sub:Line-Thickness"
14042
14043 \end_inset
14044
14045 , the line thickness for all lines in a table can be adjusted with the length
14046  
14047 \series bold
14048
14049 \backslash
14050 arrayrulewidth
14051 \series default
14052 .
14053  It is set to 1.5\InsetSpace \thinspace{}
14054 pt for all tables of this section.
14055 \begin_inset ERT
14056 status collapsed
14057
14058 \begin_layout Standard
14059
14060
14061 \backslash
14062 setlength{
14063 \backslash
14064 arrayrulewidth}{1.5pt}
14065 \end_layout
14066
14067 \end_inset
14068
14069
14070 \end_layout
14071
14072 \begin_layout Standard
14073 To color vertical lines for example with green, create the following column
14074  format in the document preamble, according to the description in section\InsetSpace ~
14075
14076 \begin_inset LatexCommand ref
14077 reference "sub:Customized-Format"
14078
14079 \end_inset
14080
14081 :
14082 \end_layout
14083
14084 \begin_layout Standard
14085
14086 \series bold
14087
14088 \backslash
14089 newcolumntype{W}{!{
14090 \backslash
14091 color{green}
14092 \backslash
14093 vline}}
14094 \end_layout
14095
14096 \begin_layout Standard
14097 For Table\InsetSpace ~
14098
14099 \begin_inset LatexCommand ref
14100 reference "tab:Table-with-vertical-colored"
14101
14102 \end_inset
14103
14104  the LaTeX-argument
14105 \end_layout
14106
14107 \begin_layout Standard
14108
14109 \series bold
14110 WcW
14111 \end_layout
14112
14113 \begin_layout Standard
14114 was used for the last column and
14115 \end_layout
14116
14117 \begin_layout Standard
14118
14119 \series bold
14120 Wc
14121 \end_layout
14122
14123 \begin_layout Standard
14124 for the other columns.
14125 \end_layout
14126
14127 \begin_layout Standard
14128 If you want to have several colors, define more column formats.
14129 \end_layout
14130
14131 \begin_layout Standard
14132 \begin_inset Float table
14133 wide false
14134 sideways false
14135 status open
14136
14137 \begin_layout Standard
14138 \begin_inset Caption
14139
14140 \begin_layout Standard
14141 \begin_inset LatexCommand label
14142 name "tab:Table-with-vertical-colored"
14143
14144 \end_inset
14145
14146 Table with colored vertical lines
14147 \end_layout
14148
14149 \end_inset
14150
14151
14152 \end_layout
14153
14154 \begin_layout Standard
14155 \align center
14156 \begin_inset Tabular
14157 <lyxtabular version="3" rows="3" columns="3">
14158 <features>
14159 <column alignment="center" valignment="top" width="0" special="Wc">
14160 <column alignment="center" valignment="top" width="0" special="Wc">
14161 <column alignment="center" valignment="top" width="0" special="WcW">
14162 <row topline="true">
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Standard
14167 sd
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Standard
14176
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Standard
14185
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 </row>
14191 <row topline="true">
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Standard
14196
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Standard
14205 sd
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Standard
14214
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 </row>
14220 <row topline="true" bottomline="true">
14221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Standard
14225
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Standard
14234
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Standard
14243 sd
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 </row>
14249 </lyxtabular>
14250
14251 \end_inset
14252
14253
14254 \end_layout
14255
14256 \end_inset
14257
14258
14259 \end_layout
14260
14261 \begin_layout Standard
14262 \begin_inset VSpace bigskip
14263 \end_inset
14264
14265 To color horizontal lines for example with red, like in Table\InsetSpace ~
14266
14267 \begin_inset LatexCommand ref
14268 reference "tab:Table-with-horizontal-colored"
14269
14270 \end_inset
14271
14272 , insert these commands in ERT before the table or table float:
14273 \end_layout
14274
14275 \begin_layout Standard
14276
14277 \series bold
14278
14279 \backslash
14280 let
14281 \backslash
14282 myHlineC
14283 \backslash
14284 hline
14285 \newline
14286
14287 \backslash
14288 renewcommand{
14289 \backslash
14290 hline}{
14291 \backslash
14292 arrayrulecolor{red}
14293 \backslash
14294 myHlineC
14295 \backslash
14296 arrayrulecolor{black}}
14297 \end_layout
14298
14299 \begin_layout Standard
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Standard
14304
14305
14306 \backslash
14307 let
14308 \backslash
14309 myHlineC
14310 \backslash
14311 hline
14312 \end_layout
14313
14314 \begin_layout Standard
14315
14316
14317 \backslash
14318 renewcommand{
14319 \backslash
14320 hline}{
14321 \backslash
14322 arrayrulecolor{red}
14323 \backslash
14324 myHlineC
14325 \backslash
14326 arrayrulecolor{black}}
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \begin_inset Float table
14333 wide false
14334 sideways false
14335 status open
14336
14337 \begin_layout Standard
14338 \begin_inset Caption
14339
14340 \begin_layout Standard
14341 \begin_inset LatexCommand label
14342 name "tab:Table-with-horizontal-colored"
14343
14344 \end_inset
14345
14346 Table with colored horizontal lines
14347 \end_layout
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \begin_layout Standard
14355 \align center
14356 \begin_inset Tabular
14357 <lyxtabular version="3" rows="3" columns="3">
14358 <features>
14359 <column alignment="center" valignment="top" leftline="true" width="0">
14360 <column alignment="center" valignment="top" leftline="true" width="0">
14361 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14362 <row topline="true">
14363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Standard
14367 sd
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Standard
14376
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Standard
14385
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 </row>
14391 <row topline="true">
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Standard
14396
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Standard
14405 sd
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Standard
14414
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 </row>
14420 <row topline="true" bottomline="true">
14421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Standard
14425
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Standard
14434
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Standard
14443 sd
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 </row>
14449 </lyxtabular>
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \end_inset
14457
14458
14459 \end_layout
14460
14461 \begin_layout Standard
14462 \begin_inset ERT
14463 status collapsed
14464
14465 \begin_layout Standard
14466
14467
14468 \backslash
14469 pagebreak 
14470 \end_layout
14471
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \begin_layout Standard
14478 To return to the default line color black, insert this command in ERT behind
14479  the table or table float:
14480 \end_layout
14481
14482 \begin_layout Standard
14483
14484 \series bold
14485
14486 \backslash
14487 renewcommand{
14488 \backslash
14489 hline}{
14490 \backslash
14491 myHlineC}
14492 \end_layout
14493
14494 \begin_layout Standard
14495 Table\InsetSpace ~
14496
14497 \begin_inset LatexCommand ref
14498 reference "tab:Table-with-colored"
14499
14500 \end_inset
14501
14502  is an example with colored vertical and horizontal lines.
14503 \end_layout
14504
14505 \begin_layout Standard
14506 \begin_inset Float table
14507 wide false
14508 sideways false
14509 status open
14510
14511 \begin_layout Standard
14512 \begin_inset Caption
14513
14514 \begin_layout Standard
14515 \begin_inset LatexCommand label
14516 name "tab:Table-with-colored"
14517
14518 \end_inset
14519
14520 Table with colored lines
14521 \end_layout
14522
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \align center
14530 \begin_inset Tabular
14531 <lyxtabular version="3" rows="3" columns="3">
14532 <features>
14533 <column alignment="center" valignment="top" width="0" special="Wc">
14534 <column alignment="center" valignment="top" width="0" special="Wc">
14535 <column alignment="center" valignment="top" width="0" special="WcW">
14536 <row topline="true">
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Standard
14541 sd
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Standard
14550
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Standard
14559
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 </row>
14565 <row topline="true">
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Standard
14570
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Standard
14579 sd
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Standard
14588
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 </row>
14594 <row topline="true" bottomline="true" topspace="default">
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Standard
14599
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Standard
14608
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Standard
14617 sd
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 </row>
14623 </lyxtabular>
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \begin_layout Standard
14636 \begin_inset ERT
14637 status collapsed
14638
14639 \begin_layout Standard
14640
14641
14642 \backslash
14643 renewcommand{
14644 \backslash
14645 hline}{
14646 \backslash
14647 myHlineC}
14648 \end_layout
14649
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \begin_layout Standard
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Standard
14660
14661
14662 \backslash
14663 setlength{
14664 \backslash
14665 arrayrulewidth}{0.4pt}
14666 \end_layout
14667
14668 \end_inset
14669
14670
14671 \end_layout
14672
14673 \begin_layout Section
14674 Table Customization
14675 \begin_inset LatexCommand index
14676 name "Table Customization"
14677
14678 \end_inset
14679
14680
14681 \begin_inset LatexCommand index
14682 name "Table ! Customization"
14683
14684 \end_inset
14685
14686
14687 \end_layout
14688
14689 \begin_layout Subsection
14690 Row Spacing
14691 \begin_inset LatexCommand label
14692 name "sub:Row-Spacing"
14693
14694 \end_inset
14695
14696
14697 \begin_inset LatexCommand index
14698 name "Table Customization ! Row Spacing"
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 You can add vertical space to table rows in the 
14707 \family sans
14708 Borders
14709 \family default
14710  tab of the table dialog.
14711  You find there three possibilities:
14712 \end_layout
14713
14714 \begin_layout Description
14715 Top\InsetSpace ~
14716 of\InsetSpace ~
14717 row will add space above the characters of the table row.
14718  If the table is a formal table
14719 \begin_inset Foot
14720 status collapsed
14721
14722 \begin_layout Standard
14723 Formal tables are explained in section\InsetSpace ~
14724
14725 \begin_inset LatexCommand ref
14726 reference "sec:Formal-Tables"
14727
14728 \end_inset
14729
14730 .
14731 \end_layout
14732
14733 \end_inset
14734
14735  LyX will insert as default 0.5\InsetSpace \thinspace{}
14736 em space.
14737  For normal tables the inserted space will unfortunately destroy the vertical
14738  table lines as in the following table:
14739 \begin_inset VSpace defskip
14740 \end_inset
14741
14742
14743 \newline
14744
14745 \begin_inset ERT
14746 status collapsed
14747
14748 \begin_layout Standard
14749
14750
14751 \backslash
14752 hspace*{0pt}
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \hfill
14759
14760 \begin_inset Tabular
14761 <lyxtabular version="3" rows="3" columns="1">
14762 <features>
14763 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14764 <row topline="true">
14765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Standard
14769 A
14770 \end_layout
14771
14772 \end_inset
14773 </cell>
14774 </row>
14775 <row topline="true" topspace="3mm">
14776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Standard
14780 3\InsetSpace \thinspace{}
14781 mm space top of row
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 </row>
14787 <row topline="true" bottomline="true">
14788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Standard
14792 C
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 </row>
14798 </lyxtabular>
14799
14800 \end_inset
14801
14802
14803 \hfill
14804
14805 \begin_inset ERT
14806 status collapsed
14807
14808 \begin_layout Standard
14809
14810
14811 \backslash
14812 hspace*{0pt}
14813 \end_layout
14814
14815 \end_inset
14816
14817
14818 \begin_inset VSpace defskip
14819 \end_inset
14820
14821
14822 \newline
14823 So inserting space to the top of row for normal tables is only useful when
14824  you don't have vertical lines.
14825 \end_layout
14826
14827 \begin_layout Description
14828 Bottom\InsetSpace ~
14829 of\InsetSpace ~
14830 row will add space below the characters of the table row.
14831  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14832 em space, for
14833  normal tables the default size is 2\InsetSpace \thinspace{}
14834 pt.
14835 \end_layout
14836
14837 \begin_layout Description
14838 Between\InsetSpace ~
14839 rows adds space between the current and the following row.
14840  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14841 em space.
14842  For normal tables the inserted space will unfortunately destroy the vertical
14843  table lines as in the following table:
14844 \begin_inset VSpace defskip
14845 \end_inset
14846
14847
14848 \newline
14849
14850 \begin_inset ERT
14851 status collapsed
14852
14853 \begin_layout Standard
14854
14855
14856 \backslash
14857 hspace*{0pt}
14858 \end_layout
14859
14860 \end_inset
14861
14862
14863 \hfill
14864
14865 \begin_inset Tabular
14866 <lyxtabular version="3" rows="3" columns="1">
14867 <features>
14868 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14869 <row topline="true">
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Standard
14874 A
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 </row>
14880 <row topline="true" interlinespace="3mm">
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Standard
14885 \begin_inset Formula $\downarrow$
14886 \end_inset
14887
14888  3\InsetSpace \thinspace{}
14889 mm space between row 
14890 \begin_inset Formula $\downarrow$
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 <row topline="true" bottomline="true">
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Standard
14904 \begin_inset Formula $\uparrow$
14905 \end_inset
14906
14907  3\InsetSpace \thinspace{}
14908 mm space between row 
14909 \begin_inset Formula $\uparrow$
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 </lyxtabular>
14919
14920 \end_inset
14921
14922
14923 \hfill
14924
14925 \begin_inset ERT
14926 status collapsed
14927
14928 \begin_layout Standard
14929
14930
14931 \backslash
14932 hspace*{0pt}
14933 \end_layout
14934
14935 \end_inset
14936
14937
14938 \begin_inset VSpace defskip
14939 \end_inset
14940
14941
14942 \newline
14943 So inserting space between rows for normal tables is only useful when you
14944  don't have vertical lines.
14945 \end_layout
14946
14947 \begin_layout Standard
14948 When you want to add extra height to all cells of all tables, you can do
14949  this with the following preamble line:
14950 \end_layout
14951
14952 \begin_layout Standard
14953
14954 \series bold
14955
14956 \backslash
14957 setlength{
14958 \backslash
14959 extrarowheight}{height}
14960 \end_layout
14961
14962 \begin_layout Standard
14963 But this has the disadvantage that the cell texts are no longer exactly
14964  vertically centered.
14965 \end_layout
14966
14967 \begin_layout Subsection
14968 Special Cell Alignment
14969 \begin_inset LatexCommand index
14970 name "Table Customization ! Special Cell Alignment"
14971
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \begin_layout Standard
14978 Sometimes it looks better when the cell entries of a column are aligned
14979  with a special character, e.\InsetSpace \thinspace{}
14980 g.\InsetSpace ~
14981 with the decimal separator as in Table\InsetSpace ~
14982
14983 \begin_inset LatexCommand ref
14984 reference "tab:Table-cells-of"
14985
14986 \end_inset
14987
14988 .
14989 \end_layout
14990
14991 \begin_layout Standard
14992 \begin_inset Float table
14993 placement h
14994 wide false
14995 sideways false
14996 status open
14997
14998 \begin_layout Standard
14999 \begin_inset Caption
15000
15001 \begin_layout Standard
15002 \begin_inset LatexCommand label
15003 name "tab:Table-cells-of"
15004
15005 \end_inset
15006
15007 Table cells of a column aligned with the decimal separator.
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \begin_layout Standard
15016 \align center
15017 \begin_inset Tabular
15018 <lyxtabular version="3" rows="4" columns="2">
15019 <features>
15020 <column alignment="right" valignment="top" width="0">
15021 <column alignment="left" valignment="top" width="0" special="@{}l">
15022 <row bottomline="true">
15023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Standard
15027 heading
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Standard
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Standard
15047 12.
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Standard
15056 6
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 </row>
15062 <row>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Standard
15067 0.
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Standard
15076 68
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 </row>
15082 <row>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Standard
15087 -123.
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Standard
15096 0
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 </lyxtabular>
15103
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \begin_layout Standard
15115 This table was created with a 4×2 table.
15116  The heading is a centered multicolumn.
15117  The first column is right-aligned and contains the digits before the decimal
15118  point and the decimal point.
15119  The second column is left aligned and contains the digits after the decimal
15120  point.
15121  To omit the space that is normally between two table columns, use the following
15122  LaTeX-argument for the second column:
15123 \end_layout
15124
15125 \begin_layout Standard
15126
15127 \series bold
15128 @{}l
15129 \end_layout
15130
15131 \begin_layout Standard
15132 Table\InsetSpace ~
15133
15134 \begin_inset LatexCommand ref
15135 reference "tab:Several-table-cell"
15136
15137 \end_inset
15138
15139  shows some example alignments.
15140  For the alignment with the relation sign, you must add the second smallest
15141  math-space at the beginning of the last column to get the correct space
15142  surrounding the relation sign.
15143 \end_layout
15144
15145 \begin_layout Standard
15146 \begin_inset Float table
15147 wide false
15148 sideways false
15149 status open
15150
15151 \begin_layout Standard
15152 \begin_inset Caption
15153
15154 \begin_layout Standard
15155 \begin_inset LatexCommand label
15156 name "tab:Several-table-cell"
15157
15158 \end_inset
15159
15160 Several table cell alignments.
15161 \end_layout
15162
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \begin_layout Standard
15169 \align center
15170 \begin_inset Tabular
15171 <lyxtabular version="3" rows="4" columns="6">
15172 <features>
15173 <column alignment="right" valignment="top" width="0">
15174 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15175 <column alignment="right" valignment="top" width="0">
15176 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15177 <column alignment="right" valignment="top" width="0">
15178 <column alignment="left" valignment="top" width="0" special="@{}l">
15179 <row bottomline="true">
15180 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Standard
15184 units
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Standard
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Standard
15202 exponents
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Standard
15211
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Standard
15220 relations
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Standard
15229
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 </row>
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Standard
15240 12×
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Standard
15249 24\InsetSpace \thinspace{}
15250 bottles
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Standard
15259 \begin_inset Formula $10\cdot$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Standard
15271 \begin_inset Formula $10^{\mbox{-}17}$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283 \begin_inset Formula $\Gamma(t)\propto$
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Standard
15295 \begin_inset Formula $\:\Upsilon(t)$
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Standard
15309 1024×
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Standard
15318 768\InsetSpace \thinspace{}
15319 Pixels
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Standard
15328 \begin_inset Formula $5.78\cdot$
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Standard
15340 \begin_inset Formula $10^{7}$
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Standard
15352 \begin_inset Formula $A\ne$
15353 \end_inset
15354
15355
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Standard
15364 \begin_inset Formula $\: B_{\mathrm{red}}$
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 </row>
15373 <row>
15374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Standard
15378 32×
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Standard
15387 6\InsetSpace \thinspace{}
15388 cm
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Standard
15397 -
15398 \begin_inset Formula $33.5\cdot$
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Standard
15410 \begin_inset Formula $10^{4}$
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Standard
15422 \begin_inset Formula $\sin(\alpha)\ge$
15423 \end_inset
15424
15425
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Standard
15434 \begin_inset Formula $\:\sin(\beta)$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 </lyxtabular>
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \begin_layout Standard
15456 \begin_inset VSpace bigskip
15457 \end_inset
15458
15459 There is also the LaTeX-package 
15460 \series bold
15461 dcolumn
15462 \series default
15463
15464 \begin_inset LatexCommand index
15465 name "LaTeX-packages ! dcolumn"
15466
15467 \end_inset
15468
15469  that provides table cell alignments.
15470  But this unfortunately treats the cell entries as math and doesn't allow
15471  formulas in table cells: The first column of Table\InsetSpace ~
15472
15473 \begin_inset LatexCommand ref
15474 reference "tab:Several-table-cell"
15475
15476 \end_inset
15477
15478  will look with 
15479 \series bold
15480 dcolumn
15481 \series default
15482  like the first column in Table\InsetSpace ~
15483
15484 \begin_inset LatexCommand ref
15485 reference "tab:Alignments-when"
15486
15487 \end_inset
15488
15489  and only with some tricks like the expected.
15490  The alignment of the second and third column of Table\InsetSpace ~
15491
15492 \begin_inset LatexCommand ref
15493 reference "tab:Several-table-cell"
15494
15495 \end_inset
15496
15497  is not possible with 
15498 \series bold
15499 dcolumn
15500 \series default
15501 .
15502 \end_layout
15503
15504 \begin_layout Standard
15505 \begin_inset Float table
15506 placement h
15507 wide false
15508 sideways false
15509 status open
15510
15511 \begin_layout Standard
15512 \begin_inset Caption
15513
15514 \begin_layout Standard
15515 \begin_inset LatexCommand label
15516 name "tab:Alignments-when"
15517
15518 \end_inset
15519
15520 Alignments when LaTeX-package dcolumn is used.
15521  For all column alignments tricks have to be used to get the output.
15522 \end_layout
15523
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \begin_layout Standard
15530 \align center
15531 \begin_inset Tabular
15532 <lyxtabular version="3" rows="4" columns="3">
15533 <features>
15534 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}">
15535 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}">
15536 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
15537 <row bottomline="true">
15538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Standard
15542 units
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Standard
15551 units
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Standard
15560 units
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 </row>
15566 <row>
15567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Standard
15571 12x24\InsetSpace \thinspace{}
15572 bottles
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Standard
15581 12x24\InsetSpace \thinspace{}
15582
15583 \begin_inset Formula $\mbox{bottles}$
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Standard
15595 12
15596 \begin_inset ERT
15597 status collapsed
15598
15599 \begin_layout Standard
15600
15601
15602 \backslash
15603 times 
15604 \end_layout
15605
15606 \end_inset
15607
15608 24~
15609 \begin_inset Formula $\mbox{bottles}$
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 </row>
15618 <row>
15619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Standard
15623 1024x768\InsetSpace \thinspace{}
15624 Pixels
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Standard
15633 1024x768\InsetSpace \thinspace{}
15634
15635 \begin_inset Formula $\mbox{Pixels}$
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Standard
15647 1024
15648 \begin_inset ERT
15649 status collapsed
15650
15651 \begin_layout Standard
15652
15653
15654 \backslash
15655 times 
15656 \end_layout
15657
15658 \end_inset
15659
15660 768~
15661 \begin_inset Formula $\mbox{Pixels}$
15662 \end_inset
15663
15664
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 </row>
15670 <row>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Standard
15675 32x6\InsetSpace \thinspace{}
15676 cm
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Standard
15685 32x6\InsetSpace \thinspace{}
15686
15687 \begin_inset Formula $\mbox{cm}$
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Standard
15699 32
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Standard
15704
15705
15706 \backslash
15707 times 
15708 \end_layout
15709
15710 \end_inset
15711
15712 6~
15713 \begin_inset Formula $\mbox{cm}$
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 </lyxtabular>
15723
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \begin_layout Subsection
15735 Customized Cell/Column Format
15736 \begin_inset LatexCommand label
15737 name "sub:Customized-Format"
15738
15739 \end_inset
15740
15741
15742 \begin_inset LatexCommand index
15743 name "Table Customization ! Cell/Column Format"
15744
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Standard
15751 Calculating the needed width for spanned columns like in section\InsetSpace ~
15752
15753 \begin_inset LatexCommand ref
15754 reference "sub:Multicolumn-Calculations"
15755
15756 \end_inset
15757
15758  is very annoying if you have several tables with multicolumn cells.
15759  To make life easier, you can define a cell/column format in the preamble,
15760  so that it can be used in all tables of the document.
15761  The format is defined with the command
15762 \end_layout
15763
15764 \begin_layout Standard
15765
15766 \series bold
15767
15768 \backslash
15769 newcolumntype{name of format}[number of arguments]{commands}
15770 \end_layout
15771
15772 \begin_layout Standard
15773 The format name may only consist of one letter.
15774  The letters 
15775 \emph on
15776 b
15777 \emph default
15778
15779 \emph on
15780 c
15781 \emph default
15782
15783 \emph on
15784 l
15785 \emph default
15786
15787 \emph on
15788 m
15789 \emph default
15790
15791 \emph on
15792 p
15793 \emph default
15794  and 
15795 \emph on
15796 r
15797 \emph default
15798  are predefined and cannot be used.
15799  But all letters are allowed as capitals.
15800 \end_layout
15801
15802 \begin_layout Standard
15803 \begin_inset VSpace medskip
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \begin_layout Standard
15810 For vertically and horizontally centered multicolumn cells with a fixed
15811  width you can define the cell format
15812 \end_layout
15813
15814 \begin_layout Standard
15815
15816 \series bold
15817
15818 \backslash
15819 newcolumntype{M}[1]{>{
15820 \backslash
15821 centering
15822 \backslash
15823 hspace{0pt}}m{#1}}
15824 \end_layout
15825
15826 \begin_layout Standard
15827 where 
15828 \series bold
15829
15830 \backslash
15831 hspace{0pt}
15832 \series default
15833  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
15834
15835 \begin_inset LatexCommand ref
15836 reference "sub:Multiple-Lines-in"
15837
15838 \end_inset
15839
15840 .
15841  Now you can simply enter
15842 \end_layout
15843
15844 \begin_layout Standard
15845
15846 \series bold
15847 M{width}
15848 \end_layout
15849
15850 \begin_layout Standard
15851 as LaTeX-argument in the table dialog to create a multicolumn.
15852 \end_layout
15853
15854 \begin_layout Standard
15855 \begin_inset VSpace bigskip
15856 \end_inset
15857
15858
15859 \end_layout
15860
15861 \begin_layout Standard
15862 For cells spanned by a multicolumn cell, you can define the format
15863 \end_layout
15864
15865 \begin_layout Standard
15866
15867 \series bold
15868
15869 \backslash
15870 newcolumntype{S}[2]{>{
15871 \backslash
15872 centering
15873 \backslash
15874 hspace{0pt}}
15875 \newline
15876
15877 \begin_inset ERT
15878 status collapsed
15879
15880 \begin_layout Standard
15881
15882
15883 \backslash
15884 phantom{
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \backslash
15891 newcolumntype{S}[2]
15892 \begin_inset ERT
15893 status collapsed
15894
15895 \begin_layout Standard
15896
15897 }
15898 \end_layout
15899
15900 \end_inset
15901
15902 m{(#1+(2
15903 \backslash
15904 tabcolsep+
15905 \backslash
15906 arrayrulewidth)*(1-#2))/#2}}
15907 \end_layout
15908
15909 \begin_layout Standard
15910 This format uses equation 
15911 \begin_inset LatexCommand eqref
15912 reference "eq:Wgn"
15913
15914 \end_inset
15915
15916  to calculate the needed width so that each spanned cell has the same width.
15917 \end_layout
15918
15919 \begin_layout Standard
15920 You can now enter
15921 \end_layout
15922
15923 \begin_layout Standard
15924
15925 \series bold
15926 S{width of multicolumn cell}{number of spanned columns}
15927 \end_layout
15928
15929 \begin_layout Standard
15930 as LaTeX-argument of the column.
15931 \end_layout
15932
15933 \begin_layout Standard
15934 \begin_inset VSpace bigskip
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Standard
15941 For colored columns, you can define
15942 \end_layout
15943
15944 \begin_layout Standard
15945
15946 \series bold
15947
15948 \backslash
15949 newcolumntype{K}[1]{>{
15950 \backslash
15951 columncolor{#1}
15952 \backslash
15953 hspace{0pt}}c}
15954 \end_layout
15955
15956 \begin_layout Standard
15957 The 
15958 \begin_inset Quotes eld
15959 \end_inset
15960
15961 c
15962 \begin_inset Quotes erd
15963 \end_inset
15964
15965  at the end creates a column with a flexible width whose text is horizontally
15966  centered.
15967  You can now enter
15968 \end_layout
15969
15970 \begin_layout Standard
15971
15972 \series bold
15973 K{color name}
15974 \end_layout
15975
15976 \begin_layout Standard
15977 as LaTeX-argument.
15978 \end_layout
15979
15980 \begin_layout Standard
15981 \begin_inset VSpace bigskip
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \begin_layout Standard
15988 To create Table\InsetSpace ~
15989
15990 \begin_inset LatexCommand ref
15991 reference "tab:Table-using-user-defined"
15992
15993 \end_inset
15994
15995  use the LaTeX-arguments
15996 \end_layout
15997
15998 \begin_layout Standard
15999
16000 \series bold
16001 M{2.5cm}
16002 \end_layout
16003
16004 \begin_layout Standard
16005 for the first column and the multicolumn,
16006 \end_layout
16007
16008 \begin_layout Standard
16009
16010 \series bold
16011 K{red}
16012 \end_layout
16013
16014 \begin_layout Standard
16015 for the the last column, and
16016 \end_layout
16017
16018 \begin_layout Standard
16019
16020 \series bold
16021 S{2.5cm}{2}
16022 \end_layout
16023
16024 \begin_layout Standard
16025 for the cells in the second column.
16026 \end_layout
16027
16028 \begin_layout Standard
16029 \begin_inset Float table
16030 placement h
16031 wide false
16032 sideways false
16033 status open
16034
16035 \begin_layout Standard
16036 \begin_inset Caption
16037
16038 \begin_layout Standard
16039 \begin_inset LatexCommand label
16040 name "tab:Table-using-user-defined"
16041
16042 \end_inset
16043
16044 Table using user-defined table formats
16045 \end_layout
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \begin_layout Standard
16053 \align center
16054 \begin_inset Tabular
16055 <lyxtabular version="3" rows="3" columns="4">
16056 <features>
16057 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
16058 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
16059 <column alignment="center" valignment="middle" leftline="true" width="0">
16060 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
16061 <row topline="true">
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Standard
16066 verylongtablecellword
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
16072 \begin_inset Text
16073
16074 \begin_layout Standard
16075 multiple lines multicolumn
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Standard
16084
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Standard
16093 c
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row topline="true">
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Standard
16104 d
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Standard
16113 e
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Standard
16122 f
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Standard
16131 g
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 <row topline="true" bottomline="true">
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Standard
16142 h
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Standard
16151 i
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Standard
16160 j
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Standard
16169 k
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 </row>
16175 </lyxtabular>
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \end_inset
16183
16184
16185 \end_layout
16186
16187 \begin_layout Subsection
16188 Line Thickness
16189 \begin_inset LatexCommand label
16190 name "sub:Line-Thickness"
16191
16192 \end_inset
16193
16194
16195 \begin_inset LatexCommand index
16196 name "Table Customization ! Line Thickness"
16197
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \begin_layout Standard
16204 The line thickness for all lines in a table can be adjusted with the length
16205  
16206 \series bold
16207
16208 \backslash
16209 arrayrulewidth
16210 \series default
16211 .
16212  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
16213 pt, like in Table\InsetSpace ~
16214
16215 \begin_inset LatexCommand ref
16216 reference "tab:Table-with-1.5"
16217
16218 \end_inset
16219
16220 , insert the command
16221 \end_layout
16222
16223 \begin_layout Standard
16224
16225 \series bold
16226
16227 \backslash
16228 setlength{
16229 \backslash
16230 arrayrulewidth}{1.5pt}
16231 \end_layout
16232
16233 \begin_layout Standard
16234 in ERT before the table or table float.
16235  The changed thickness is valid for all following tables.
16236  To use the default value again, set 
16237 \series bold
16238
16239 \backslash
16240 arrayrulewidth
16241 \series default
16242  to 0.4\InsetSpace \thinspace{}
16243 pt in ERT behind the table or table float.
16244 \end_layout
16245
16246 \begin_layout Standard
16247 \begin_inset ERT
16248 status collapsed
16249
16250 \begin_layout Standard
16251
16252
16253 \backslash
16254 setlength{
16255 \backslash
16256 arrayrulewidth}{1.5pt}
16257 \end_layout
16258
16259 \end_inset
16260
16261
16262 \begin_inset Float table
16263 wide false
16264 sideways false
16265 status open
16266
16267 \begin_layout Standard
16268 \begin_inset Caption
16269
16270 \begin_layout Standard
16271 \begin_inset LatexCommand label
16272 name "tab:Table-with-1.5"
16273
16274 \end_inset
16275
16276 Table with 1.5\InsetSpace \thinspace{}
16277 pt thick lines
16278 \end_layout
16279
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \begin_layout Standard
16286 \align center
16287 \begin_inset Tabular
16288 <lyxtabular version="3" rows="3" columns="3">
16289 <features>
16290 <column alignment="center" valignment="top" leftline="true" width="0">
16291 <column alignment="center" valignment="top" leftline="true" width="0">
16292 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16293 <row topline="true">
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Standard
16298 sd
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Standard
16307
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Standard
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 </row>
16322 <row topline="true">
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Standard
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Standard
16336 sd
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Standard
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row topline="true" bottomline="true">
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Standard
16356
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Standard
16365
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Standard
16374 sd
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 </row>
16380 </lyxtabular>
16381
16382 \end_inset
16383
16384
16385 \end_layout
16386
16387 \end_inset
16388
16389
16390 \begin_inset ERT
16391 status collapsed
16392
16393 \begin_layout Standard
16394
16395
16396 \backslash
16397 setlength{
16398 \backslash
16399 arrayrulewidth}{0.4pt}
16400 \end_layout
16401
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \begin_layout Standard
16408 \begin_inset VSpace bigskip
16409 \end_inset
16410
16411 To set the line thickness to 1.5\InsetSpace \thinspace{}
16412 pt only for horizontal lines, like in Table\InsetSpace ~
16413
16414 \begin_inset LatexCommand ref
16415 reference "tab:Table-with-horizontal"
16416
16417 \end_inset
16418
16419 , insert these commands in ERT before the table or table float:
16420 \end_layout
16421
16422 \begin_layout Standard
16423
16424 \series bold
16425
16426 \backslash
16427 let
16428 \backslash
16429 myHline
16430 \backslash
16431 hline
16432 \newline
16433
16434 \backslash
16435 renewcommand{
16436 \backslash
16437 hline}
16438 \newline
16439  {
16440 \backslash
16441 noalign{
16442 \backslash
16443 global
16444 \backslash
16445 arrayrulewidth 1.5pt}
16446 \newline
16447  
16448 \backslash
16449 myHline
16450 \backslash
16451 noalign{
16452 \backslash
16453 global
16454 \backslash
16455 arrayrulewidth 0.4pt}}
16456 \end_layout
16457
16458 \begin_layout Standard
16459 To return to the default line thickness, insert this command in ERT behind
16460  the table or table float:
16461 \end_layout
16462
16463 \begin_layout Standard
16464
16465 \series bold
16466
16467 \backslash
16468 renewcommand{
16469 \backslash
16470 hline}{
16471 \backslash
16472 myHline}
16473 \end_layout
16474
16475 \begin_layout Standard
16476 \begin_inset ERT
16477 status collapsed
16478
16479 \begin_layout Standard
16480
16481
16482 \backslash
16483 let
16484 \backslash
16485 myHline
16486 \backslash
16487 hline
16488 \end_layout
16489
16490 \begin_layout Standard
16491
16492
16493 \backslash
16494 renewcommand{
16495 \backslash
16496 hline}
16497 \end_layout
16498
16499 \begin_layout Standard
16500
16501  {
16502 \backslash
16503 noalign{
16504 \backslash
16505 global
16506 \backslash
16507 arrayrulewidth 1.5pt}
16508 \end_layout
16509
16510 \begin_layout Standard
16511
16512   
16513 \backslash
16514 myHline
16515 \backslash
16516 noalign{
16517 \backslash
16518 global
16519 \backslash
16520 arrayrulewidth 0.4pt}}
16521 \end_layout
16522
16523 \end_inset
16524
16525
16526 \begin_inset Float table
16527 wide false
16528 sideways false
16529 status open
16530
16531 \begin_layout Standard
16532 \begin_inset Caption
16533
16534 \begin_layout Standard
16535 \begin_inset LatexCommand label
16536 name "tab:Table-with-horizontal"
16537
16538 \end_inset
16539
16540 Table with 1.5\InsetSpace \thinspace{}
16541 pt thick horizontal lines
16542 \end_layout
16543
16544 \end_inset
16545
16546
16547 \end_layout
16548
16549 \begin_layout Standard
16550 \align center
16551 \begin_inset Tabular
16552 <lyxtabular version="3" rows="3" columns="3">
16553 <features>
16554 <column alignment="center" valignment="top" leftline="true" width="0">
16555 <column alignment="center" valignment="top" leftline="true" width="0">
16556 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16557 <row topline="true">
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Standard
16562 sd
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Standard
16571
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Standard
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row topline="true">
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Standard
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Standard
16600 sd
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Standard
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row topline="true" bottomline="true">
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Standard
16620
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Standard
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Standard
16638 sd
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 </lyxtabular>
16645
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652
16653
16654 \begin_inset ERT
16655 status collapsed
16656
16657 \begin_layout Standard
16658
16659
16660 \backslash
16661 renewcommand{
16662 \backslash
16663 hline}{
16664 \backslash
16665 myHline}
16666 \end_layout
16667
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \begin_layout Standard
16674 \begin_inset VSpace bigskip
16675 \end_inset
16676
16677 To set the line thickness to 1.5\InsetSpace \thinspace{}
16678 pt only for vertical lines, create the following
16679  column format in the document preamble, according to the description in
16680  section\InsetSpace ~
16681
16682 \begin_inset LatexCommand ref
16683 reference "sub:Customized-Format"
16684
16685 \end_inset
16686
16687 :
16688 \end_layout
16689
16690 \begin_layout Standard
16691
16692 \series bold
16693
16694 \backslash
16695 newcolumntype{V}{!{
16696 \backslash
16697 vrule width 1.5pt}}
16698 \end_layout
16699
16700 \begin_layout Standard
16701 For Table\InsetSpace ~
16702
16703 \begin_inset LatexCommand ref
16704 reference "tab:Table-with-vertical"
16705
16706 \end_inset
16707
16708  the LaTeX-argument
16709 \end_layout
16710
16711 \begin_layout Standard
16712
16713 \series bold
16714 VcV
16715 \end_layout
16716
16717 \begin_layout Standard
16718 was used for the last column and
16719 \end_layout
16720
16721 \begin_layout Standard
16722
16723 \series bold
16724 Vc
16725 \end_layout
16726
16727 \begin_layout Standard
16728 for the other columns.
16729 \end_layout
16730
16731 \begin_layout Standard
16732 \begin_inset Float table
16733 wide false
16734 sideways false
16735 status open
16736
16737 \begin_layout Standard
16738 \begin_inset Caption
16739
16740 \begin_layout Standard
16741 \begin_inset LatexCommand label
16742 name "tab:Table-with-vertical"
16743
16744 \end_inset
16745
16746 Table with 1.5\InsetSpace \thinspace{}
16747 pt thick vertical lines
16748 \end_layout
16749
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \begin_layout Standard
16756 \align center
16757 \begin_inset Tabular
16758 <lyxtabular version="3" rows="3" columns="3">
16759 <features>
16760 <column alignment="center" valignment="top" width="0" special="Vc">
16761 <column alignment="center" valignment="top" width="0" special="Vc">
16762 <column alignment="center" valignment="top" width="0" special="VcV">
16763 <row topline="true">
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Standard
16768 sd
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Standard
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Standard
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row topline="true">
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Standard
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Standard
16806 sd
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Standard
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row topline="true" bottomline="true">
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Standard
16826
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Standard
16835
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Standard
16844 sd
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 </lyxtabular>
16851
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \begin_layout Subsection
16863 Dashed Lines
16864 \begin_inset LatexCommand index
16865 name "Table Customization ! Dashed Lines"
16866
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \begin_layout Standard
16873 \begin_inset ERT
16874 status collapsed
16875
16876 \begin_layout Standard
16877
16878
16879 \backslash
16880 ifarydshln
16881 \end_layout
16882
16883 \end_inset
16884
16885
16886 \begin_inset Note Note
16887 status open
16888
16889 \begin_layout Standard
16890 The following section will only be displayed when you have the LaTeX-package
16891  
16892 \series bold
16893 arydshln
16894 \series default
16895  is installed.
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \begin_layout Standard
16904 \begin_inset Float table
16905 placement H
16906 wide false
16907 sideways false
16908 status open
16909
16910 \begin_layout Standard
16911 \begin_inset Caption
16912
16913 \begin_layout Standard
16914 \begin_inset LatexCommand label
16915 name "tab:Table-with-dashed"
16916
16917 \end_inset
16918
16919 Table with dashed lines
16920 \end_layout
16921
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \begin_layout Standard
16928 \align center
16929 \begin_inset Tabular
16930 <lyxtabular version="3" rows="5" columns="5">
16931 <features>
16932 <column alignment="center" valignment="top" leftline="true" width="0">
16933 <column alignment="center" valignment="top" leftline="true" width="0">
16934 <column alignment="center" valignment="top" width="0" special=":c">
16935 <column alignment="center" valignment="top" leftline="true" width="0">
16936 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16937 <row topline="true" bottomline="true">
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Standard
16942 a
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Standard
16951 b
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Standard
16960 c
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Standard
16969 d
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Standard
16978 e
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row topline="true">
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Standard
16989 f
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Standard
16998 g
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Standard
17007 h
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Standard
17016 i
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Standard
17025 j
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 <row>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Standard
17036 \begin_inset ERT
17037 status collapsed
17038
17039 \begin_layout Standard
17040
17041
17042 \backslash
17043 hdashline 
17044 \end_layout
17045
17046 \end_inset
17047
17048 k
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Standard
17057 l
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Standard
17066 m
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Standard
17075 n
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Standard
17084 o
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row topline="true">
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Standard
17095 \begin_inset ERT
17096 status collapsed
17097
17098 \begin_layout Standard
17099
17100
17101 \backslash
17102 cdashline{4-5}
17103 \end_layout
17104
17105 \end_inset
17106
17107 p
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Standard
17116 q
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
17122 \begin_inset Text
17123
17124 \begin_layout Standard
17125 r
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
17131 \begin_inset Text
17132
17133 \begin_layout Standard
17134 s
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Standard
17143
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 </row>
17149 <row topline="true" bottomline="true">
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Standard
17154 t
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Standard
17163 u
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Standard
17172 v
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Standard
17181 w
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Standard
17190 x
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 </lyxtabular>
17197
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout Standard
17209 LyX doesn't natively support dashed lines, so you have to use ERT.
17210  As prerequisite the LaTeX-package 
17211 \series bold
17212 arydshln
17213 \series default
17214
17215 \begin_inset LatexCommand index
17216 name "LaTeX-packages ! arydshln"
17217
17218 \end_inset
17219
17220  must be loaded in the document preamble with the command
17221 \end_layout
17222
17223 \begin_layout Standard
17224
17225 \series bold
17226
17227 \backslash
17228 usepackage{arydshln}
17229 \end_layout
17230
17231 \begin_layout Standard
17232 To make a vertical line dashed, enter the colon 
17233 \begin_inset Quotes eld
17234 \end_inset
17235
17236 :
17237 \begin_inset Quotes erd
17238 \end_inset
17239
17240  together with the character for the horizontal alignment as LaTeX-argument
17241  in the table cell dialog.
17242 \end_layout
17243
17244 \begin_layout Standard
17245 For a horizontal dashed line add the command
17246 \end_layout
17247
17248 \begin_layout Standard
17249
17250 \series bold
17251
17252 \backslash
17253 hdashline
17254 \end_layout
17255
17256 \begin_layout Standard
17257 in ERT as first element of the first cell in the table row.
17258 \end_layout
17259
17260 \begin_layout Standard
17261 For dashed multicolumn lines use the command
17262 \end_layout
17263
17264 \begin_layout Standard
17265
17266 \series bold
17267
17268 \backslash
17269 cdashline{line number
17270 \series default
17271 }
17272 \end_layout
17273
17274 \begin_layout Standard
17275 in ERT as first element of the first cell in the table row.
17276  If you have for example a multicolumn spanning over columns 2 to 4 and
17277  you want to have a dashed line above, add the command
17278 \end_layout
17279
17280 \begin_layout Standard
17281
17282 \series bold
17283
17284 \backslash
17285 cdashline{2-4}
17286 \end_layout
17287
17288 \begin_layout Standard
17289 as first element of the first cell in the row of the multicolumn.
17290 \end_layout
17291
17292 \begin_layout Standard
17293 \begin_inset VSpace bigskip
17294 \end_inset
17295
17296
17297 \end_layout
17298
17299 \begin_layout Standard
17300 Table\InsetSpace ~
17301
17302 \begin_inset LatexCommand ref
17303 reference "tab:Table-with-dashed"
17304
17305 \end_inset
17306
17307  was created using 
17308 \begin_inset Quotes eld
17309 \end_inset
17310
17311
17312 \series bold
17313 :c
17314 \series default
17315
17316 \begin_inset Quotes erd
17317 \end_inset
17318
17319  as LaTeX-argument of the third column.
17320  The ERT command 
17321 \series bold
17322
17323 \backslash
17324 hdashline
17325 \series default
17326  was inserted to the first cell of the third row and the the ERT command
17327 \newline
17328
17329  
17330 \series bold
17331
17332 \backslash
17333 cdashline{4-5}
17334 \series default
17335  was inserted to the first cell of the fourth row.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 \begin_inset Note Greyedout
17340 status open
17341
17342 \begin_layout Standard
17343
17344 \series bold
17345 Note:
17346 \series default
17347  The used LaTeX-package 
17348 \series bold
17349 arydshln
17350 \series default
17351  is apparently not compatible with the LaTeX-package 
17352 \series bold
17353 colortbl
17354 \series default
17355
17356 \begin_inset LatexCommand index
17357 name "LaTeX-packages ! colortbl"
17358
17359 \end_inset
17360
17361  that is used for colored tables in section\InsetSpace ~
17362
17363 \begin_inset LatexCommand ref
17364 reference "sec:Colored-Tables"
17365
17366 \end_inset
17367
17368 .
17369  That means colored tables cannot have dashed lines.
17370 \end_layout
17371
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 \begin_inset ERT
17379 status collapsed
17380
17381 \begin_layout Standard
17382
17383
17384 \backslash
17385 else
17386 \end_layout
17387
17388 \end_inset
17389
17390
17391 \begin_inset Note Note
17392 status open
17393
17394 \begin_layout Standard
17395 The following will be displayed when the LaTeX-package 
17396 \series bold
17397 arydshln
17398 \series default
17399  is not installed:
17400 \end_layout
17401
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \begin_layout Standard
17408 You need to install the package 
17409 \series bold
17410 arydshln
17411 \series default
17412  to see the contents of this section in the output.
17413 \end_layout
17414
17415 \begin_layout Standard
17416 \begin_inset ERT
17417 status collapsed
17418
17419 \begin_layout Standard
17420
17421
17422 \backslash
17423 fi
17424 \end_layout
17425
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \begin_layout Chapter
17432 Floats
17433 \begin_inset LatexCommand index
17434 name "Floats"
17435
17436 \end_inset
17437
17438
17439 \begin_inset LatexCommand label
17440 name "cha:Floats"
17441
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \begin_layout Section
17448 Introduction
17449 \begin_inset LatexCommand label
17450 name "sec:FloatIntroduction"
17451
17452 \end_inset
17453
17454
17455 \begin_inset LatexCommand index
17456 name "Floats ! Introduction"
17457
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \begin_layout Standard
17464 A float is a block of text associated with some sort of label, which doesn't
17465  have a fixed location.
17466  It can 
17467 \begin_inset Quotes eld
17468 \end_inset
17469
17470 float
17471 \begin_inset Quotes erd
17472 \end_inset
17473
17474  forward or backward a page or two, to wherever it fits best.
17475  
17476 \family sans
17477 Footnotes
17478 \family default
17479  and 
17480 \family sans
17481 Margin\InsetSpace ~
17482 Notes
17483 \family default
17484  are also floats, because they can float to the next page when there are
17485  too many notes at the page.
17486 \end_layout
17487
17488 \begin_layout Standard
17489 Floats allow a high quality layout.
17490  Images and tables can evenly be spread to the pages to avoid white space
17491  and pages without text.
17492  As the floating often destroys the context between the text and the image/table
17493 , every float can be referenced in the text.
17494  Floats are therefore numbered.
17495  Referencing is described in section\InsetSpace ~
17496
17497 \begin_inset LatexCommand ref
17498 reference "sec:Referencing-Floats"
17499
17500 \end_inset
17501
17502 .
17503 \end_layout
17504
17505 \begin_layout Standard
17506 To insert a float, use the menu 
17507 \family sans
17508 Insert\SpecialChar \menuseparator
17509 Float
17510 \family default
17511 .
17512  This inserts the 
17513 \family sans
17514 Caption
17515 \family default
17516  inset, a box with a label.
17517  The label will automatically be translated to the document language in
17518  the output.
17519  Behind the label you can insert the caption text.
17520  The image or table is inserted above or below the caption in a separate
17521  paragraph within the float.
17522  More about the caption placement is described in section\InsetSpace ~
17523
17524 \begin_inset LatexCommand ref
17525 reference "sec:Caption-Placement"
17526
17527 \end_inset
17528
17529 .
17530  To keep your LyX-document readable, you can open and close the float box
17531  by left-clicking on the box label.
17532  A closed float box looks like this: 
17533 \begin_inset Graphics
17534         filename clipart/floatQt4.png
17535         scale 70
17536
17537 \end_inset
17538
17539  -- a gray button with a red label.
17540 \end_layout
17541
17542 \begin_layout Standard
17543 It is recommended to insert floats as a separate paragraph to avoid possible
17544  LaTeX-errors that can occur when the surrounding text is specially formatted.
17545 \end_layout
17546
17547 \begin_layout Standard
17548 Existing figures or tables can be put into a float by marking them and then
17549  pressing the corresponding toolbar button for a new float.
17550 \end_layout
17551
17552 \begin_layout Section
17553 Float Types
17554 \end_layout
17555
17556 \begin_layout Standard
17557 Besides figure and table floats that are described in section\InsetSpace ~
17558
17559 \begin_inset LatexCommand ref
17560 reference "sec:Figure-Floats"
17561
17562 \end_inset
17563
17564  and 
17565 \begin_inset LatexCommand ref
17566 reference "sec:Table-Floats"
17567
17568 \end_inset
17569
17570 , respectively, LyX offers the float types 
17571 \series bold
17572 Algorithm
17573 \series default
17574  and 
17575 \series bold
17576 Text\InsetSpace ~
17577 Wrap\InsetSpace ~
17578 Float
17579 \series default
17580 .
17581 \end_layout
17582
17583 \begin_layout Subsection
17584 Algorithm Floats
17585 \begin_inset LatexCommand index
17586 name "Floats ! Algorithms"
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \begin_layout Standard
17594 \begin_inset Float algorithm
17595 placement h
17596 wide false
17597 sideways false
17598 status open
17599
17600 \begin_layout Standard
17601 \begin_inset Caption
17602
17603 \begin_layout Standard
17604 \begin_inset LatexCommand label
17605 name "alg:Example-Algorithm-float"
17606
17607 \end_inset
17608
17609 Example Algorithm float
17610 \end_layout
17611
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \begin_layout LyX-Code
17618 for I in 1..N loop
17619 \newline
17620  Sum:= Sum + A(I); /*comment*/
17621 \newline
17622 end loop
17623 \begin_inset VSpace -4mm
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \begin_layout Standard
17635 This float type is inserted with the menu 
17636 \family sans
17637 Insert\SpecialChar \menuseparator
17638 Floats\SpecialChar \menuseparator
17639 Algorithm
17640 \family default
17641 .
17642  It is used for program codes and descriptions of algorithms.
17643  A possible environment for algorithms is the 
17644 \family sans
17645 LyX-Code
17646 \family default
17647 , described in LyX's 
17648 \emph on
17649 Userguide
17650 \emph default
17651 .
17652  Algorithm\InsetSpace ~
17653
17654 \begin_inset LatexCommand ref
17655 reference "alg:Example-Algorithm-float"
17656
17657 \end_inset
17658
17659  is an example of an algorithm float where -4\InsetSpace \thinspace{}
17660 mm vertical space was added
17661  at the end of the float to have the bottom rule exactly below the last
17662  text line.
17663 \end_layout
17664
17665 \begin_layout Standard
17666 The float label is not automatically translated into the document language.
17667  If your document is not in English, you have to do this manually by adding
17668  the following line to the document preamble
17669 \series bold
17670 :
17671 \end_layout
17672
17673 \begin_layout Standard
17674
17675 \series bold
17676
17677 \backslash
17678 floatname{algorithm}{your\InsetSpace ~
17679 name}
17680 \end_layout
17681
17682 \begin_layout Standard
17683
17684 \family sans
17685 your\InsetSpace ~
17686 name
17687 \family default
17688  is the word 
17689 \begin_inset Quotes eld
17690 \end_inset
17691
17692
17693 \emph on
17694 algorithm
17695 \emph default
17696
17697 \begin_inset Quotes erd
17698 \end_inset
17699
17700  in your language.
17701 \end_layout
17702
17703 \begin_layout Description
17704
17705 \series bold
17706 Note:
17707 \series default
17708  When the LaTeX-package 
17709 \series bold
17710 hyperref
17711 \series default
17712
17713 \begin_inset LatexCommand index
17714 name "LaTeX-packages ! hyperref"
17715
17716 \end_inset
17717
17718  is used to link cross-references to floats in the PDF-output, it must be
17719  loaded in the document preamble before the definition of floats to be able
17720  to reference floats.
17721  As LyX sets the float definition for algorithm floats automatically before
17722  the user editable part of the document preamble, you need to insert the
17723  following preamble lines 
17724 \emph on
17725 after
17726 \emph default
17727  the loading command of 
17728 \series bold
17729 hyperref
17730 \series default
17731 :
17732 \series bold
17733
17734 \begin_inset VSpace defskip
17735 \end_inset
17736
17737
17738 \newline
17739
17740 \backslash
17741 newfloat{Xalgorithm}{tbp}{loa}
17742 \newline
17743
17744 \backslash
17745 floatname{Xalgorithm}{your\InsetSpace ~
17746 name}
17747 \newline
17748
17749 \backslash
17750 newcommand{
17751 \backslash
17752 theHalgorithm}{
17753 \backslash
17754 theHXalgorithm}
17755 \newline
17756
17757 \backslash
17758 renewenvironment{algorithm}[1][tbp]
17759 \newline
17760
17761 \begin_inset ERT
17762 status collapsed
17763
17764 \begin_layout Standard
17765
17766
17767 \backslash
17768 hphantom{ }
17769 \end_layout
17770
17771 \end_inset
17772
17773 {
17774 \backslash
17775 begin{Xalgorithm}[#1]}{
17776 \backslash
17777 end{Xalgorithm}}
17778 \begin_inset VSpace defskip
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Standard
17785 Algorithm floats are not by default numbered in the scheme 
17786 \begin_inset Quotes eld
17787 \end_inset
17788
17789 chapter.algorithm
17790 \begin_inset Quotes erd
17791 \end_inset
17792
17793  like it is the case for table and figure floats in many document-classes.
17794  To number algorithm floats in the same scheme, add this command to your
17795  document preamble:
17796 \end_layout
17797
17798 \begin_layout Standard
17799
17800 \series bold
17801
17802 \backslash
17803 numberwithin{algorithm}{chapter}
17804 \end_layout
17805
17806 \begin_layout Standard
17807 If you use the LaTeX-package 
17808 \series bold
17809 hyperref
17810 \series default
17811 , add this line instead 
17812 \emph on
17813 after
17814 \emph default
17815  the definition of 
17816 \family sans
17817 Xalgorithm
17818 \family default
17819  (the commands from above) to the preamble:
17820 \end_layout
17821
17822 \begin_layout Standard
17823
17824 \series bold
17825
17826 \backslash
17827 numberwithin{Xalgorithm}{chapter}
17828 \end_layout
17829
17830 \begin_layout Standard
17831 To be able to use the command 
17832 \series bold
17833
17834 \backslash
17835 numberwithin
17836 \series default
17837 , set in the tab 
17838 \family sans
17839 Math\InsetSpace ~
17840 Options
17841 \family default
17842  in the document settings the option 
17843 \family sans
17844 Use\InsetSpace ~
17845 AMS\InsetSpace ~
17846 math\InsetSpace ~
17847 package
17848 \family default
17849 .
17850 \end_layout
17851
17852 \begin_layout Subsection
17853 Text Wrap Floats
17854 \begin_inset LatexCommand index
17855 name "Floats ! Text Wrap Floats"
17856
17857 \end_inset
17858
17859
17860 \begin_inset LatexCommand label
17861 name "sub:floatflt-wrap-float"
17862
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \begin_layout Standard
17869 This float type is used if you want to 
17870 \begin_inset Quotes eld
17871 \end_inset
17872
17873 wrap
17874 \begin_inset Quotes erd
17875 \end_inset
17876
17877  text around a figure so that it only occupies some fraction of the column
17878  width.
17879  It can be inserted using the menu 
17880 \begin_inset Wrap figure
17881 placement l
17882 width "40col%"
17883 status open
17884
17885 \begin_layout Standard
17886 \begin_inset Graphics
17887         filename clipart/mobius.eps
17888         display color
17889         width 40col%
17890         rotateOrigin center
17891
17892 \end_inset
17893
17894
17895 \end_layout
17896
17897 \begin_layout Standard
17898 \begin_inset Caption
17899
17900 \begin_layout Standard
17901 \begin_inset LatexCommand label
17902 name "fig:This-is-a"
17903
17904 \end_inset
17905
17906 This is a wrapped figure, and this is the brilliant caption that describes
17907  it.
17908 \begin_inset VSpace medskip
17909 \end_inset
17910
17911
17912 \end_layout
17913
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \end_inset
17920
17921  
17922 \family sans
17923 Insert\SpecialChar \menuseparator
17924 Floats\SpecialChar \menuseparator
17925 Text\InsetSpace ~
17926 Wrap\InsetSpace ~
17927 Float
17928 \family default
17929  if the LaTeX-package 
17930 \series bold
17931 f\SpecialChar \textcompwordmark{}
17932 loatf\SpecialChar \textcompwordmark{}
17933 lt
17934 \series default
17935
17936 \begin_inset LatexCommand index
17937 name "LaTeX-packages ! floatflt"
17938
17939 \end_inset
17940
17941  is installed.
17942 \begin_inset Foot
17943 status collapsed
17944
17945 \begin_layout Standard
17946 Installing a LaTeX-package is explained it in the 
17947 \emph on
17948 LaTeX\InsetSpace ~
17949 Configuration
17950 \emph default
17951  manual.
17952 \end_layout
17953
17954 \end_inset
17955
17956  The width and placement of the float is adjusted by right-clicking on the
17957  float box.
17958  Figure\InsetSpace ~
17959
17960 \begin_inset LatexCommand ref
17961 reference "fig:This-is-a"
17962
17963 \end_inset
17964
17965  is an example text wrap float with a width of 40
17966 \begin_inset Formula $\,$
17967 \end_inset
17968
17969 col%.
17970 \begin_inset Foot
17971 status collapsed
17972
17973 \begin_layout Standard
17974 Available units are explained in 
17975 \begin_inset LatexCommand ref
17976 reference "cha:Units-available-in"
17977
17978 \end_inset
17979
17980 .
17981 \end_layout
17982
17983 \end_inset
17984
17985  Some space was added under the caption to separate it better from the surroundi
17986 ng text.
17987 \end_layout
17988
17989 \begin_layout Standard
17990 The LaTeX-package 
17991 \series bold
17992 f\SpecialChar \textcompwordmark{}
17993 loatf\SpecialChar \textcompwordmark{}
17994 lt
17995 \series default
17996  also supports table wrap floats, but they are not yet supported by LyX.
17997  If you need this, read the documentation of 
17998 \series bold
17999 f\SpecialChar \textcompwordmark{}
18000 loatf\SpecialChar \textcompwordmark{}
18001 lt
18002 \series default
18003  
18004 \begin_inset LatexCommand cite
18005 key "floatflt"
18006
18007 \end_inset
18008
18009 .
18010 \end_layout
18011
18012 \begin_layout Standard
18013 \begin_inset Note Greyedout
18014 status open
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019 Note:
18020 \series default
18021  Text\InsetSpace ~
18022 wrap float floats are fragile! E.\InsetSpace \thinspace{}
18023 g.\InsetSpace ~
18024 having a figure too close to the bottom
18025  of the page can mess things up in the way that the float doesn't appear
18026  in the output or that it is placed over some other text.
18027 \begin_inset Foot
18028 status open
18029
18030 \begin_layout Standard
18031 The better solution is to use the LaTeX-package 
18032 \series bold
18033 wrapf\SpecialChar \textcompwordmark{}
18034 ig
18035 \series default
18036
18037 \begin_inset LatexCommand index
18038 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
18039
18040 \end_inset
18041
18042  instead of 
18043 \series bold
18044 f\SpecialChar \textcompwordmark{}
18045 loatf\SpecialChar \textcompwordmark{}
18046 lt
18047 \series default
18048 , but it is currently not supported by LyX.
18049 \end_layout
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \begin_layout Standard
18062 In general:
18063 \end_layout
18064
18065 \begin_layout Itemize
18066 Wrap floats should not be placed in paragraphs that run over a page break.
18067  That means that wrap floats should better be inserted to the exact place
18068  when the document is nearly finished and you are able to estimate where
18069  page breaks will appear.
18070 \end_layout
18071
18072 \begin_layout Itemize
18073 Wrap floats should either be placed in an own paragraph before the paragraph
18074  where they should wrap into or within a paragraph.
18075 \end_layout
18076
18077 \begin_layout Itemize
18078 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18079  there is a text paragraph between them as separator.
18080 \end_layout
18081
18082 \begin_layout Itemize
18083 Wrap floats are not allowed in section headings or tables.
18084 \end_layout
18085
18086 \begin_layout Section
18087 Float Numbering
18088 \begin_inset LatexCommand label
18089 name "sec:Float-Numbering"
18090
18091 \end_inset
18092
18093
18094 \begin_inset LatexCommand index
18095 name "Floats ! Numbering"
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \begin_layout Standard
18103 Floats are usually numbered either independent from the sections the floats
18104  are in, or in the scheme 
18105 \begin_inset Quotes eld
18106 \end_inset
18107
18108 chapter.number
18109 \begin_inset Quotes erd
18110 \end_inset
18111
18112  or 
18113 \begin_inset Quotes eld
18114 \end_inset
18115
18116 section.number
18117 \begin_inset Quotes erd
18118 \end_inset
18119
18120 .
18121  This depends on the used document class.
18122 \end_layout
18123
18124 \begin_layout Standard
18125 To change the section independent numbering, you can use this command in
18126  the document preamble:
18127 \end_layout
18128
18129 \begin_layout Standard
18130
18131 \series bold
18132
18133 \backslash
18134 renewcommand{
18135 \backslash
18136 thetable}{
18137 \backslash
18138 roman{table}}
18139 \end_layout
18140
18141 \begin_layout Standard
18142
18143 \series bold
18144
18145 \backslash
18146 thetable
18147 \series default
18148  is the command that prints the table number, for figure floats, the command
18149  would be 
18150 \series bold
18151
18152 \backslash
18153 thefigure
18154 \series default
18155 .
18156  The command 
18157 \series bold
18158
18159 \backslash
18160 roman
18161 \series default
18162  prints in the command above the table number as small roman number.
18163 \end_layout
18164
18165 \begin_layout Standard
18166 To change the numbering scheme for example to 
18167 \begin_inset Quotes eld
18168 \end_inset
18169
18170 subsection.number
18171 \begin_inset Quotes erd
18172 \end_inset
18173
18174 , use this command in the preamble:
18175 \end_layout
18176
18177 \begin_layout Standard
18178
18179 \series bold
18180
18181 \backslash
18182 numberwithin{table}{subsection}
18183 \end_layout
18184
18185 \begin_layout Standard
18186 To be able to use the command 
18187 \series bold
18188
18189 \backslash
18190 numberwithin
18191 \series default
18192 , set in the tab 
18193 \family sans
18194 Math\InsetSpace ~
18195 Options
18196 \family default
18197  in the document settings the option 
18198 \family sans
18199 Use\InsetSpace ~
18200 AMS\InsetSpace ~
18201 math\InsetSpace ~
18202 package
18203 \family default
18204 .
18205 \end_layout
18206
18207 \begin_layout Standard
18208 Please also have a look at section\InsetSpace ~
18209
18210 \begin_inset LatexCommand ref
18211 reference "sub:Footnote-Numbering"
18212
18213 \end_inset
18214
18215  for the details and important notes about the numbering commands.
18216 \end_layout
18217
18218 \begin_layout Section
18219 Referencing Floats
18220 \begin_inset LatexCommand label
18221 name "sec:Referencing-Floats"
18222
18223 \end_inset
18224
18225
18226 \begin_inset LatexCommand index
18227 name "Floats ! References"
18228
18229 \end_inset
18230
18231
18232 \begin_inset LatexCommand index
18233 name "References"
18234
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \begin_layout Standard
18241 To reference a float, insert a label into its caption using the menu 
18242 \family sans
18243 Insert\SpecialChar \menuseparator
18244 Label
18245 \family default
18246  or the toolbar button 
18247 \begin_inset Graphics
18248         filename ../images/label-insert.xpm
18249         scale 85
18250
18251 \end_inset
18252
18253 .
18254  A grey label box like this one: 
18255 \begin_inset Graphics
18256         filename clipart/labelQt4.png
18257         scale 85
18258
18259 \end_inset
18260
18261  will be inserted and the label window pops up asking for the label text.
18262  LyX offers as text the first words of the caption with a prefix.
18263  The prefix depends on the float type, e.\InsetSpace \thinspace{}
18264 g.\InsetSpace ~
18265 for figure floats the prefix will
18266  be "
18267 \family sans
18268 fig:
18269 \family default
18270 ".
18271 \end_layout
18272
18273 \begin_layout Standard
18274 The label is used as anchor and name for the reference.
18275  You can refer to the label using the menu 
18276 \family sans
18277 Insert\SpecialChar \menuseparator
18278 Cross-reference
18279 \family default
18280  or the toolbar button 
18281 \begin_inset Graphics
18282         filename ../images/dialog-show-new-inset_ref.xpm
18283         scale 85
18284
18285 \end_inset
18286
18287 .
18288  A grey cross-reference box like this one: 
18289 \begin_inset Graphics
18290         filename clipart/referenceQt4.png
18291         scale 85
18292
18293 \end_inset
18294
18295  will be inserted and the cross-reference window appear showing all labels
18296  of the document.
18297  If you have multiple LyX-documents opened, choose the one you are working
18298  on from the drop-list at the top of the dialog.
18299  You can now sort the labels alphabetically and then choose one.
18300  At the position of the cross-reference box the float number will appear
18301  in the output.
18302 \end_layout
18303
18304 \begin_layout Standard
18305 It is recommended to use a protected space between the cross-reference name
18306  and its number to avoid line breaks between them.
18307  If a cross-reference refers to a non-existing label, you will see two question
18308  marks in the output instead of the reference.
18309 \end_layout
18310
18311 \begin_layout Standard
18312 You can change labels at any time by clicking on the label box.
18313  References to the changed label will automatically change its link to the
18314  new label text, so that you don't need to take care about this.
18315 \end_layout
18316
18317 \begin_layout Standard
18318 The button 
18319 \family sans
18320 Go\InsetSpace ~
18321 to\InsetSpace ~
18322 Label
18323 \family default
18324  in the cross-reference window sets the cursor before the referred label.
18325  The button text changes then to Go\InsetSpace ~
18326 Back and you can use it to set the cursor
18327  back to the cross-reference.
18328  Right-clicking on a cross-reference box also sets the cursor before the
18329  referenced label but without a possibility to go back.
18330 \end_layout
18331
18332 \begin_layout Subsection
18333 Cross-Reference Formats
18334 \begin_inset LatexCommand label
18335 name "sub:Cross-Reference-Formats"
18336
18337 \end_inset
18338
18339
18340 \begin_inset LatexCommand index
18341 name "References ! Formats"
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Standard
18349 There are six varieties of cross-references:
18350 \end_layout
18351
18352 \begin_layout Description
18353 <reference>: prints the float number, this is the default: 
18354 \begin_inset LatexCommand ref
18355 reference "fig:Two-distorted-images"
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Description
18363 (<reference>): prints the float number within two parentheses, this is the
18364  style normally used to reference formulas, especially when the reference
18365  name 
18366 \begin_inset Quotes eld
18367 \end_inset
18368
18369 Equation
18370 \begin_inset Quotes erd
18371 \end_inset
18372
18373  is omitted: 
18374 \begin_inset LatexCommand eqref
18375 reference "eq:Wgn"
18376
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Description
18383 <page>: prints the page number: Page\InsetSpace ~
18384
18385 \begin_inset LatexCommand pageref
18386 reference "fig:Two-distorted-images"
18387
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \begin_layout Description
18394 on\InsetSpace ~
18395 page\InsetSpace ~
18396 <page>: prints the text "on page" and the page number: 
18397 \begin_inset LatexCommand vpageref
18398 reference "fig:Two-distorted-images"
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Description
18406 <reference>\InsetSpace ~
18407 on\InsetSpace ~
18408 page\InsetSpace ~
18409 <page>: prints the float number, the text "on page", and
18410  the page number: 
18411 \begin_inset LatexCommand vref
18412 reference "fig:Two-distorted-images"
18413
18414 \end_inset
18415
18416
18417 \end_layout
18418
18419 \begin_layout Description
18420 Formatted\InsetSpace ~
18421 reference: prints a self defined cross-reference format.
18422  
18423 \begin_inset Note Greyedout
18424 status open
18425
18426 \begin_layout Standard
18427
18428 \series bold
18429 Note:
18430 \series default
18431  This feature is only available when you have the LaTeX-package 
18432 \series bold
18433 prettyref
18434 \series default
18435  installed.
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 Note that the style <page> won't print the page number if the label is on
18445  the previous, the same, or the next page.
18446  You will e.\InsetSpace \thinspace{}
18447 g.\InsetSpace ~
18448 see the text 
18449 \begin_inset Quotes eld
18450 \end_inset
18451
18452
18453 \family sans
18454 on this page
18455 \family default
18456
18457 \begin_inset Quotes erd
18458 \end_inset
18459
18460  instead.
18461 \end_layout
18462
18463 \begin_layout Standard
18464 The number and current page of the referred document part in the output,
18465  is automatically calculated by LaTeX.
18466  The varieties are adjusted in the field 
18467 \family sans
18468 Format
18469 \family default
18470  of the cross-reference window, that appear when you click on the cross-referenc
18471 e box.
18472 \end_layout
18473
18474 \begin_layout Subsection
18475 Referencing Subfigures
18476 \begin_inset LatexCommand label
18477 name "sub:Referencing-Subfigures"
18478
18479 \end_inset
18480
18481
18482 \begin_inset LatexCommand index
18483 name "References ! to Subfigures"
18484
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \begin_layout Standard
18491 Currently referencing subfigures is not supported by LyX, so you have to
18492  use LaTeX-commands.
18493  The label is the created with the command
18494 \end_layout
18495
18496 \begin_layout Standard
18497
18498 \series bold
18499
18500 \backslash
18501 label{fig:YourLabelName}
18502 \end_layout
18503
18504 \begin_layout Standard
18505 that is directly inserted into the subfigure caption field.
18506  To reference the label add this command in ERT
18507 \end_layout
18508
18509 \begin_layout Standard
18510
18511 \series bold
18512
18513 \backslash
18514 ref{fig:YourLabelName}
18515 \end_layout
18516
18517 \begin_layout Standard
18518 to the position in your document where the reference should be placed.
18519  Here is a reference to a subfigure: Subfigure\InsetSpace ~
18520
18521 \begin_inset ERT
18522 status collapsed
18523
18524 \begin_layout Standard
18525
18526
18527 \backslash
18528 ref{fig:Platypus}
18529 \end_layout
18530
18531 \end_inset
18532
18533 .
18534 \end_layout
18535
18536 \begin_layout Subsection
18537 Automatic Reference Naming
18538 \begin_inset LatexCommand index
18539 name "References ! Automatic Reference Naming"
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \begin_layout Standard
18547 The LaTeX-package 
18548 \series bold
18549 hyperref
18550 \series default
18551  provides a very useful feature that cross-references automatically include
18552  the name of the referenced floats (or text parts like sections).
18553  You save to write e.\InsetSpace \thinspace{}
18554 g.\InsetSpace ~
18555 the name 
18556 \begin_inset Quotes eld
18557 \end_inset
18558
18559 Figure
18560 \begin_inset Quotes erd
18561 \end_inset
18562
18563  before every reference box.
18564  To get this automatic reference naming, you have to load the LaTeX-package
18565  
18566 \series bold
18567 hyperref
18568 \series default
18569
18570 \begin_inset LatexCommand index
18571 name "LaTeX-packages ! hyperref"
18572
18573 \end_inset
18574
18575  in the document preamble with
18576 \end_layout
18577
18578 \begin_layout Standard
18579
18580 \series bold
18581
18582 \backslash
18583 usepackage[pdfborder={0 0 0}]{hyperref}
18584 \newline
18585
18586 \backslash
18587 AtBeginDocument{
18588 \backslash
18589 renewcommand{
18590 \backslash
18591 ref}[1]{
18592 \backslash
18593 mbox{
18594 \backslash
18595 autoref{#1}}}}
18596 \end_layout
18597
18598 \begin_layout Standard
18599
18600 \series bold
18601 hyperref
18602 \series default
18603  is used to link cross-references in the DVI- and PDF-output, this means
18604  that the reader of your document will be able to click on a table of content
18605  (TOC) entry or on a reference and he will be shown the referenced document
18606  part.
18607  
18608 \series bold
18609 hyperref
18610 \series default
18611  also creates PDF-bookmarks for every section of your document to make it
18612  easier for readers to navigate through the document.
18613  This is also used in this document but when you have a look in the document
18614  preamble you will find various options in the load command of 
18615 \series bold
18616 hyperref
18617 \series default
18618 .
18619  To learn more about the 
18620 \series bold
18621 hyperref
18622 \series default
18623  package, we refer to its documentation 
18624 \begin_inset LatexCommand cite
18625 key "hyperref"
18626
18627 \end_inset
18628
18629 .
18630 \end_layout
18631
18632 \begin_layout Standard
18633 \begin_inset Note Greyedout
18634 status open
18635
18636 \begin_layout Standard
18637
18638 \series bold
18639 Note:
18640 \series default
18641  Automatic reference naming cannot be used when you use cross-references
18642  in the 
18643 \family sans
18644 Formatted\InsetSpace ~
18645 reference
18646 \family default
18647  style, described in section\InsetSpace ~
18648
18649 \begin_inset LatexCommand ref
18650 reference "sub:Cross-Reference-Formats"
18651
18652 \end_inset
18653
18654 .
18655 \end_layout
18656
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \begin_layout Subsection
18663 Reference Position
18664 \begin_inset LatexCommand label
18665 name "sub:Reference-Position"
18666
18667 \end_inset
18668
18669
18670 \begin_inset LatexCommand index
18671 name "References ! Reference Position"
18672
18673 \end_inset
18674
18675
18676 \end_layout
18677
18678 \begin_layout Standard
18679 If you use 
18680 \series bold
18681 hyperref
18682 \series default
18683
18684 \begin_inset LatexCommand index
18685 name "LaTeX-packages ! hyperref"
18686
18687 \end_inset
18688
18689  to link cross-references in the output, you will see that clicking on an
18690  image float reference jumps to the image label.
18691  The caption will be the first text part on the screen, so that you cannot
18692  see the image without scrolling.
18693  This is because the reference link anchor is placed at the position of
18694  the label.
18695  With the use of the package 
18696 \series bold
18697 hypcap
18698 \series default
18699
18700 \begin_inset LatexCommand index
18701 name "LaTeX-packages ! hypcap"
18702
18703 \end_inset
18704
18705 , which is part of the LaTeX-package 
18706 \series bold
18707 oberdiek
18708 \series default
18709
18710 \begin_inset LatexCommand index
18711 name "LaTeX-packages ! oberdiek"
18712
18713 \end_inset
18714
18715 , the link anchor is placed at the beginning of a float.
18716  To use this feature for figure floats, load 
18717 \series bold
18718 hypcap
18719 \series default
18720  in the document preamble with the line
18721 \end_layout
18722
18723 \begin_layout Standard
18724
18725 \series bold
18726
18727 \backslash
18728 usepackage[f\SpecialChar \textcompwordmark{}
18729 igure]{hypcap}
18730 \end_layout
18731
18732 \begin_layout Standard
18733 You can also use 
18734 \series bold
18735 hypcap
18736 \series default
18737  for all floats but this isn't recommended for stability reasons.
18738  For more informations, have a look at 
18739 \series bold
18740 hypcap
18741 \series default
18742 's manual 
18743 \begin_inset LatexCommand cite
18744 key "hypcap"
18745
18746 \end_inset
18747
18748 .
18749 \end_layout
18750
18751 \begin_layout Standard
18752 \begin_inset Note Greyedout
18753 status open
18754
18755 \begin_layout Standard
18756
18757 \series bold
18758 Note:
18759 \series default
18760  
18761 \series bold
18762 hypcap
18763 \series default
18764  must be loaded after 
18765 \series bold
18766 hyperref
18767 \series default
18768  in the document preamble.
18769 \end_layout
18770
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \begin_layout Standard
18777 \begin_inset Note Greyedout
18778 status open
18779
18780 \begin_layout Standard
18781
18782 \series bold
18783 Note:
18784 \series default
18785  
18786 \series bold
18787 hypcap
18788 \series default
18789  has no effect for references to subfigures.
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Section
18798 Float Placement
18799 \begin_inset LatexCommand label
18800 name "sec:Float-Placement"
18801
18802 \end_inset
18803
18804
18805 \begin_inset LatexCommand index
18806 name "Floats ! Placement"
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \begin_layout Standard
18814 Right-clicking on a float-box opens a dialog where you can alter the placement
18815  options that LaTeX uses for positioning the float.
18816 \newline
18817 The option 
18818 \family sans
18819 Span\InsetSpace ~
18820 columns
18821 \family default
18822  is only useful for two-column documents: If you select it, the float will
18823  span across both columns on the page instead of being confined to just
18824  one.
18825 \newline
18826 The option 
18827 \family sans
18828 Rotate\InsetSpace ~
18829 sideways
18830 \family default
18831  is used to rotate floats, see section 
18832 \begin_inset LatexCommand ref
18833 reference "sec:Rotated-Floats"
18834
18835 \end_inset
18836
18837 .
18838 \end_layout
18839
18840 \begin_layout Standard
18841 You can use one ore more of the following options in the float dialog to
18842  set the placement for a particular float when you uncheck the option 
18843 \family sans
18844 Use\InsetSpace ~
18845 default\InsetSpace ~
18846 placement
18847 \family default
18848 :
18849 \end_layout
18850
18851 \begin_layout Description
18852 Here\InsetSpace ~
18853 if\InsetSpace ~
18854 possible try to place the float on the position where it is inserted
18855 \end_layout
18856
18857 \begin_layout Description
18858 Top\InsetSpace ~
18859 of\InsetSpace ~
18860 page try to place the float on the top of the current page
18861 \end_layout
18862
18863 \begin_layout Description
18864 Bottom\InsetSpace ~
18865 of\InsetSpace ~
18866 page try to place the float on the bottom of the current page
18867 \end_layout
18868
18869 \begin_layout Description
18870 Page\InsetSpace ~
18871 of\InsetSpace ~
18872 floats try to place the float on an own page 
18873 \end_layout
18874
18875 \begin_layout Standard
18876 The order of the above option is 
18877 \emph on
18878 always
18879 \emph default
18880  used by LaTeX.
18881  That means, if you use the default placement, LaTeX will first try out
18882  
18883 \family sans
18884 Here\InsetSpace ~
18885 if\InsetSpace ~
18886 possible
18887 \family default
18888 , then 
18889 \family sans
18890 Top\InsetSpace ~
18891 of\InsetSpace ~
18892 page
18893 \family default
18894 , and then the others.
18895  If you don't use the default, LaTeX will try only the checked options but
18896  in the same order.
18897  If none of the 4 placements are possible the procedure is internally repeated
18898  but it is tried to put the float on the following page.
18899 \end_layout
18900
18901 \begin_layout Standard
18902 By default, each option has its own rules:
18903 \end_layout
18904
18905 \begin_layout Labeling
18906 \labelwidthstring 00.00.0000
18907
18908 \family sans
18909 Top\InsetSpace ~
18910 of\InsetSpace ~
18911 page
18912 \family default
18913  only floats occupying less than 70\InsetSpace \thinspace{}
18914 % of the page can be placed at the top
18915  of a page (
18916 \series bold
18917
18918 \backslash
18919 topfraction
18920 \series default
18921 )
18922 \end_layout
18923
18924 \begin_layout Labeling
18925 \labelwidthstring 00.00.0000
18926
18927 \family sans
18928 Bottom\InsetSpace ~
18929 of\InsetSpace ~
18930 page
18931 \family default
18932 : only floats occupying less than 30\InsetSpace \thinspace{}
18933 % of the page can be placed at the bottom
18934  of a page.
18935  (
18936 \series bold
18937
18938 \backslash
18939 bottomfraction
18940 \series default
18941 )
18942 \end_layout
18943
18944 \begin_layout Labeling
18945 \labelwidthstring 00.00.0000
18946
18947 \family sans
18948 Page\InsetSpace ~
18949 of\InsetSpace ~
18950 floats
18951 \family default
18952 : only if more than 50\InsetSpace \thinspace{}
18953 % of the page are occupied by floats, several floats
18954  can be set together on a page.
18955  (
18956 \series bold
18957
18958 \backslash
18959 floatpagefraction
18960 \series default
18961 )
18962 \end_layout
18963
18964 \begin_layout Standard
18965 If you don't like these rules, you can ignore them by using the additional
18966  option 
18967 \family sans
18968 Ignore\InsetSpace ~
18969 LaTeX\InsetSpace ~
18970 rules
18971 \family default
18972 .
18973 \newline
18974 You can also redefine the rules with LaTeX-commands that are given in parenthese
18975 s behind the rules description above.
18976  To increase for example the often too small default of the bottom-rule
18977  to 50\InsetSpace \thinspace{}
18978 % of the page, add this line to your document preamble:
18979 \end_layout
18980
18981 \begin_layout Standard
18982
18983 \series bold
18984
18985 \backslash
18986 renewcommand{
18987 \backslash
18988 bottomfraction}{0.5}
18989 \end_layout
18990
18991 \begin_layout Standard
18992 Sometimes you might need, under all circumstances, a float to be placed
18993  exactly at the position where it is inserted.
18994  For this case you can use the option 
18995 \family sans
18996 Here\InsetSpace ~
18997 definitely
18998 \family default
18999 .
19000  Use this option very rarely and only if the document is nearly ready to
19001  be printed.
19002  Because the float is then no longer able to 
19003 \begin_inset Quotes eld
19004 \end_inset
19005
19006 float
19007 \begin_inset Quotes erd
19008 \end_inset
19009
19010  when you change your document and this will often destroy the page layout.
19011 \end_layout
19012
19013 \begin_layout Standard
19014 There are no placement options for text wrap floats, because they are always
19015  surrounded by the text of a certain paragraph.
19016 \begin_inset VSpace bigskip
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 Sometimes you have the problem that a float is placed at the top of a page
19024  while its corresponding section starts at the middle of the page, so that
19025  the reader could think the float is part of the previous section.
19026  To avoid this the LaTeX-command 
19027 \series bold
19028
19029 \backslash
19030 suppressf\SpecialChar \textcompwordmark{}
19031 loats
19032 \series default
19033  can be used.
19034  It suppresses a given float placement for the page where it is inserted
19035  and can therefore be used to avoid that floats could be set before a section
19036  starts.
19037  To get this, add these commands to your document preamble:
19038 \end_layout
19039
19040 \begin_layout Standard
19041
19042 \series bold
19043
19044 \backslash
19045 let
19046 \backslash
19047 mySection
19048 \backslash
19049 section
19050 \newline
19051
19052 \backslash
19053 renewcommand{
19054 \backslash
19055 section}{
19056 \backslash
19057 suppressf\SpecialChar \textcompwordmark{}
19058 loats[t]
19059 \backslash
19060 mySection}
19061 \end_layout
19062
19063 \begin_layout Standard
19064 You can define the same for all section headings, like chapters and subsections.
19065  This definition is not recommended to be used for small text parts like
19066  subsubsections because LaTeX may then have problems to find a suitable
19067  placement.
19068 \end_layout
19069
19070 \begin_layout Standard
19071 \begin_inset VSpace bigskip
19072 \end_inset
19073
19074 In some cases it is required to have all figures/tables at the end of the
19075  document.
19076  For this purpose the LaTeX-package 
19077 \series bold
19078 endf\SpecialChar \textcompwordmark{}
19079 loat
19080 \series default
19081
19082 \begin_inset LatexCommand index
19083 name "LaTeX-packages ! endfloat"
19084
19085 \end_inset
19086
19087  was developed.
19088  It puts all figure and table floats at the end of the document into own
19089  sections.
19090  At the original float position a text hint like 
19091 \begin_inset Quotes eld
19092 \end_inset
19093
19094
19095 \family sans
19096 [Figure\InsetSpace ~
19097 3.2 about here.]
19098 \family default
19099
19100 \begin_inset Quotes erd
19101 \end_inset
19102
19103  is inserted.
19104  The endfloat-package is loaded in the preamble with the line
19105 \end_layout
19106
19107 \begin_layout Standard
19108
19109 \series bold
19110
19111 \backslash
19112 usepackage[options]{endf\SpecialChar \textcompwordmark{}
19113 loat}
19114 \end_layout
19115
19116 \begin_layout Standard
19117 There are various package options to format the created figure/table sections.
19118  For more information we refer to the 
19119 \series bold
19120 endf\SpecialChar \textcompwordmark{}
19121 loat
19122 \series default
19123  documentation 
19124 \begin_inset LatexCommand cite
19125 key "endfloat"
19126
19127 \end_inset
19128
19129 .
19130 \newline
19131
19132 \begin_inset Note Greyedout
19133 status open
19134
19135 \begin_layout Standard
19136
19137 \series bold
19138 Note: endf\SpecialChar \textcompwordmark{}
19139 loat
19140 \series default
19141  doesn't provide an automatic translation for the text hint, you have to
19142  do this manually, see section\InsetSpace ~
19143 4 in 
19144 \begin_inset LatexCommand cite
19145 key "endfloat"
19146
19147 \end_inset
19148
19149 .
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \newline
19156
19157 \begin_inset Note Greyedout
19158 status open
19159
19160 \begin_layout Standard
19161
19162 \series bold
19163 Note:
19164 \series default
19165  There is currently a bug in 
19166 \series bold
19167 endf\SpecialChar \textcompwordmark{}
19168 loat
19169 \series default
19170  when the caption contains a German 
19171 \begin_inset Quotes eld
19172 \end_inset
19173
19174 ß
19175 \begin_inset Quotes erd
19176 \end_inset
19177
19178 .
19179  Use in this case the command 
19180 \begin_inset Quotes eld
19181 \end_inset
19182
19183
19184 \series bold
19185
19186 \backslash
19187 ss
19188 \series default
19189
19190 \begin_inset Quotes erd
19191 \end_inset
19192
19193  in ERT instead of 
19194 \begin_inset Quotes eld
19195 \end_inset
19196
19197 ß
19198 \begin_inset Quotes erd
19199 \end_inset
19200
19201 .
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \begin_inset VSpace bigskip
19211 \end_inset
19212
19213 For more details about float placements, have a look at LaTeX books, 
19214 \begin_inset LatexCommand cite
19215 key "latexcompanion,latexguide,latexbook"
19216
19217 \end_inset
19218
19219 .
19220 \end_layout
19221
19222 \begin_layout Section
19223 Rotated Floats
19224 \begin_inset LatexCommand label
19225 name "sec:Rotated-Floats"
19226
19227 \end_inset
19228
19229
19230 \begin_inset LatexCommand index
19231 name "Floats ! Rotating"
19232
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \begin_layout Standard
19239 Especially for wide tables you might have floats rotated.
19240  To rotate a whole float including the caption, right-click on the float-box
19241  and use the option 
19242 \family sans
19243 Rotate\InsetSpace ~
19244 sideways
19245 \family default
19246 .
19247 \end_layout
19248
19249 \begin_layout Standard
19250 Rotated floats are always placed on its own page (or column, when you have
19251  a two-column document).
19252  They are normally rotated so that you can read them from the outside margin
19253  -- to the left on even pages, to the right on odd pages.
19254  To force a certain rotation direction for all pages, you can add either
19255  the option 
19256 \series bold
19257 figuresleft
19258 \series default
19259  or 
19260 \series bold
19261 figuresright
19262 \series default
19263  to the document class options.
19264 \end_layout
19265
19266 \begin_layout Standard
19267 Referencing rotated floats is the same like for normal floats, the caption
19268  format is also the same: Table\InsetSpace ~
19269
19270 \begin_inset LatexCommand ref
19271 reference "tab:Rotated-table"
19272
19273 \end_inset
19274
19275  is an example of a rotated table float.
19276 \end_layout
19277
19278 \begin_layout Standard
19279 \begin_inset Note Greyedout
19280 status open
19281
19282 \begin_layout Standard
19283
19284 \series bold
19285 Note:
19286 \series default
19287  Not all DVI-viewers are able to display rotated floats.
19288 \end_layout
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \begin_layout Standard
19296 \begin_inset Float table
19297 wide false
19298 sideways true
19299 status open
19300
19301 \begin_layout Standard
19302 \begin_inset Caption
19303
19304 \begin_layout Standard
19305 \begin_inset LatexCommand label
19306 name "tab:Rotated-table"
19307
19308 \end_inset
19309
19310  Rotated table
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \begin_layout Standard
19319 \align center
19320 \begin_inset Tabular
19321 <lyxtabular version="3" rows="1" columns="5">
19322 <features>
19323 <column alignment="center" valignment="top" leftline="true" width="0">
19324 <column alignment="center" valignment="top" leftline="true" width="0">
19325 <column alignment="center" valignment="top" leftline="true" width="0">
19326 <column alignment="center" valignment="top" leftline="true" width="0">
19327 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19328 <row topline="true" bottomline="true">
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Standard
19333 test
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Standard
19342 b
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Standard
19351 c
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Standard
19360 d
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Standard
19369 e
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 </lyxtabular>
19376
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout Section
19388 Caption Formatting
19389 \begin_inset LatexCommand index
19390 name "Caption ! Formatting"
19391
19392 \end_inset
19393
19394
19395 \begin_inset LatexCommand index
19396 name "Floats ! Caption Formatting"
19397
19398 \end_inset
19399
19400
19401 \begin_inset LatexCommand index
19402 name "LaTeX-packages ! caption"
19403
19404 \end_inset
19405
19406
19407 \begin_inset LatexCommand label
19408 name "sec:Caption-Formatting"
19409
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \begin_layout Standard
19416 The 
19417 \family sans
19418 Caption
19419 \family default
19420  environment is the default paragraph environment for 
19421 \family sans
19422 Floats
19423 \family default
19424 .
19425  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
19426 g.\InsetSpace ~
19427
19428 \begin_inset Quotes eld
19429 \end_inset
19430
19431
19432 \family sans
19433 Figure #:
19434 \family default
19435
19436 \begin_inset Quotes erd
19437 \end_inset
19438
19439  followed by the caption text.
19440  
19441 \begin_inset Quotes eld
19442 \end_inset
19443
19444 #
19445 \begin_inset Quotes erd
19446 \end_inset
19447
19448  is the actual reference number.
19449  By default the label and the number are in the same font as the caption
19450  text and a colon follows the number to divide the label from the text.
19451  This caption format is not suitable for all document formats.
19452  
19453 \end_layout
19454
19455 \begin_layout Standard
19456 To change the default caption format, load the LaTeX-package 
19457 \series bold
19458 caption
19459 \series default
19460
19461 \begin_inset LatexCommand index
19462 name "LaTeX-packages ! caption"
19463
19464 \end_inset
19465
19466  in the document preamble with this line:
19467 \end_layout
19468
19469 \begin_layout Standard
19470
19471 \series bold
19472
19473 \backslash
19474 usepackage[format definition]{caption}
19475 \end_layout
19476
19477 \begin_layout Standard
19478 To have for example the label and the number in sans-serif bold font and
19479  the table captions always above the table like in this document, use the
19480  following command:
19481 \end_layout
19482
19483 \begin_layout Standard
19484
19485 \series bold
19486
19487 \backslash
19488 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19489 \end_layout
19490
19491 \begin_layout Standard
19492 You can also define different caption formats for the different float types.
19493  In this case load the 
19494 \series bold
19495 caption
19496 \series default
19497  package without format specific options and define the different formats
19498  with the help of the command
19499 \end_layout
19500
19501 \begin_layout Standard
19502
19503 \series bold
19504
19505 \backslash
19506 captionsetup[float type]{format definition}
19507 \end_layout
19508
19509 \begin_layout Standard
19510 in the document preamble.
19511  For example the caption formats of Figure\InsetSpace ~
19512
19513 \begin_inset LatexCommand ref
19514 reference "fig:This-is-an-fig"
19515
19516 \end_inset
19517
19518  and Table\InsetSpace ~
19519
19520 \begin_inset LatexCommand ref
19521 reference "tab:This-is-an-tab"
19522
19523 \end_inset
19524
19525  can be created using these commands in the document preamble:
19526 \end_layout
19527
19528 \begin_layout Standard
19529
19530 \series bold
19531
19532 \backslash
19533 usepackage[tableposition=top]{caption}
19534 \series default
19535
19536 \newline
19537
19538 \series bold
19539
19540 \backslash
19541 captionsetup[f\SpecialChar \textcompwordmark{}
19542 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19543 \newline
19544
19545 \begin_inset ERT
19546 status collapsed
19547
19548 \begin_layout Standard
19549
19550
19551 \backslash
19552 hphantom{
19553 \backslash
19554
19555 \backslash
19556 captionsetup[figure]
19557 \backslash
19558 {}
19559 \end_layout
19560
19561 \end_inset
19562
19563  labelsep=period}
19564 \newline
19565
19566 \backslash
19567 captionsetup[table]{labelfont={bf,sf}}
19568 \end_layout
19569
19570 \begin_layout Standard
19571 \begin_inset Note Greyedout
19572 status open
19573
19574 \begin_layout Standard
19575
19576 \series bold
19577 Note:
19578 \series default
19579  The option 
19580 \series bold
19581 tableposition=top
19582 \series default
19583  has no effect when a 
19584 \series bold
19585 koma-script
19586 \series default
19587
19588 \begin_inset LatexCommand index
19589 name "LaTeX-packages ! koma-script"
19590
19591 \end_inset
19592
19593  document class is used.
19594  In this case the document class option 
19595 \series bold
19596 tablecaptionabove
19597 \series default
19598  must be used.
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \begin_layout Standard
19607 For more information about the package 
19608 \series bold
19609 caption
19610 \series default
19611  we refer to its documentation 
19612 \begin_inset LatexCommand cite
19613 key "caption,caption-de"
19614
19615 \end_inset
19616
19617 .
19618 \end_layout
19619
19620 \begin_layout Standard
19621 To change the label name from e.g.
19622  
19623 \begin_inset Quotes eld
19624 \end_inset
19625
19626 Figure
19627 \begin_inset Quotes erd
19628 \end_inset
19629
19630  to 
19631 \begin_inset Quotes eld
19632 \end_inset
19633
19634 Image
19635 \begin_inset Quotes erd
19636 \end_inset
19637
19638  use this preamble command:
19639 \end_layout
19640
19641 \begin_layout Standard
19642
19643 \series bold
19644
19645 \backslash
19646 renewcommand{
19647 \backslash
19648 fnum@figure}{Image~
19649 \backslash
19650 thefigure}
19651 \end_layout
19652
19653 \begin_layout Standard
19654 where 
19655 \series bold
19656
19657 \backslash
19658 thefigure
19659 \series default
19660  inserts the figure number and
19661 \series bold
19662  
19663 \begin_inset Quotes eld
19664 \end_inset
19665
19666 ~
19667 \series default
19668
19669 \begin_inset Quotes erd
19670 \end_inset
19671
19672  creates a protected space.
19673 \end_layout
19674
19675 \begin_layout Standard
19676 \begin_inset VSpace bigskip
19677 \end_inset
19678
19679 If you are using a 
19680 \series bold
19681 koma-script
19682 \series default
19683
19684 \begin_inset LatexCommand index
19685 name "LaTeX-packages ! koma-script"
19686
19687 \end_inset
19688
19689  document class (
19690 \family sans
19691 article (koma-script)
19692 \family default
19693
19694 \family sans
19695 book (koma-script)
19696 \family default
19697
19698 \family sans
19699 letter (koma-script)
19700 \family default
19701 , or 
19702 \family sans
19703 report (koma-script)
19704 \family default
19705 \InsetSpace \thinspace{}
19706 ), you can alternatively to the 
19707 \series bold
19708 caption
19709 \series default
19710  package use 
19711 \series bold
19712 koma-script
19713 \series default
19714 's built-in command 
19715 \series bold
19716
19717 \backslash
19718 setkomafont
19719 \series default
19720 .
19721  For example, to have the caption label in bold, add this command to your
19722  document preamble:
19723 \end_layout
19724
19725 \begin_layout Standard
19726
19727 \series bold
19728
19729 \backslash
19730 setkomafont{captionlabel}{
19731 \backslash
19732 bfseries}
19733 \end_layout
19734
19735 \begin_layout Standard
19736 For more information about 
19737 \series bold
19738
19739 \backslash
19740 setkomafont
19741 \series default
19742  we refer to the 
19743 \series bold
19744 koma-script
19745 \series default
19746  documentation 
19747 \begin_inset LatexCommand cite
19748 key "koma-script,koma-script-de"
19749
19750 \end_inset
19751
19752 .
19753 \end_layout
19754
19755 \begin_layout Standard
19756 \begin_inset ERT
19757 status collapsed
19758
19759 \begin_layout Standard
19760
19761
19762 \backslash
19763 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19764 }
19765 \end_layout
19766
19767 \end_inset
19768
19769
19770 \begin_inset Note Note
19771 status open
19772
19773 \begin_layout Standard
19774 The caption format is changed only for this example.
19775 \end_layout
19776
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \begin_layout Standard
19783 \begin_inset Float figure
19784 placement !p
19785 wide false
19786 sideways false
19787 status open
19788
19789 \begin_layout Standard
19790 \align center
19791 \begin_inset Graphics
19792         filename clipart/mobius.eps
19793         lyxscale 50
19794         scale 50
19795
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \begin_layout Standard
19802 \begin_inset Caption
19803
19804 \begin_layout Standard
19805 \begin_inset LatexCommand label
19806 name "fig:This-is-an-fig"
19807
19808 \end_inset
19809
19810 This is an example figure caption that is longer than one line to show the
19811  different caption format.
19812  Here a self-defined caption format is used.
19813 \end_layout
19814
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \begin_layout Standard
19826 \begin_inset ERT
19827 status collapsed
19828
19829 \begin_layout Standard
19830
19831
19832 \backslash
19833 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19834 on}
19835 \end_layout
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 \begin_inset Float table
19844 placement !p
19845 wide false
19846 sideways false
19847 status open
19848
19849 \begin_layout Standard
19850 \begin_inset Caption
19851
19852 \begin_layout Standard
19853 \begin_inset LatexCommand label
19854 name "tab:This-is-an-tab"
19855
19856 \end_inset
19857
19858 This is an example table caption that is longer than one line to show the
19859  different caption format.
19860  Here the standard caption format for tables in this document is used.
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Standard
19869 \align center
19870 \begin_inset Tabular
19871 <lyxtabular version="3" rows="1" columns="5">
19872 <features>
19873 <column alignment="center" valignment="top" leftline="true" width="0">
19874 <column alignment="center" valignment="top" leftline="true" width="0">
19875 <column alignment="center" valignment="top" leftline="true" width="0">
19876 <column alignment="center" valignment="top" leftline="true" width="0">
19877 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19878 <row topline="true" bottomline="true">
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Standard
19883 a
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Standard
19892 b
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Standard
19901 c
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Standard
19910 d
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Standard
19919 e
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 </lyxtabular>
19926
19927 \end_inset
19928
19929
19930 \end_layout
19931
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \begin_layout Section
19938 Caption Placement
19939 \begin_inset LatexCommand index
19940 name "Caption ! Placement"
19941
19942 \end_inset
19943
19944
19945 \begin_inset LatexCommand index
19946 name "Floats ! Caption Placement"
19947
19948 \end_inset
19949
19950
19951 \begin_inset LatexCommand label
19952 name "sec:Caption-Placement"
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \begin_layout Standard
19960 The common caption placement rule is:
19961 \end_layout
19962
19963 \begin_layout Description
19964 Figure: Caption is set below the figure
19965 \end_layout
19966
19967 \begin_layout Description
19968 Table: Caption is set above the table
19969 \end_layout
19970
19971 \begin_layout Standard
19972 Having the caption above the table is unfortunately not supported in LaTeX's
19973  standard classes.
19974  That means if you are using the document classes 
19975 \family sans
19976 article
19977 \family default
19978
19979 \family sans
19980 book
19981 \family default
19982
19983 \family sans
19984 letter
19985 \family default
19986 , or 
19987 \family sans
19988 report
19989 \family default
19990  there will be no space between the caption and the table.
19991  To insert the needed space, add the following option to the load command
19992  of the LaTeX-package 
19993 \series bold
19994 caption
19995 \series default
19996  in your document preamble
19997 \begin_inset Foot
19998 status collapsed
19999
20000 \begin_layout Standard
20001 See section\InsetSpace ~
20002
20003 \begin_inset LatexCommand ref
20004 reference "sec:Caption-Formatting"
20005
20006 \end_inset
20007
20008  for more information of the package 
20009 \series bold
20010 caption
20011 \series default
20012 .
20013 \end_layout
20014
20015 \end_inset
20016
20017 :
20018 \end_layout
20019
20020 \begin_layout Standard
20021
20022 \series bold
20023 tableposition=top
20024 \end_layout
20025
20026 \begin_layout Standard
20027 If you are using a 
20028 \series bold
20029 koma-script
20030 \series default
20031
20032 \begin_inset LatexCommand index
20033 name "LaTeX-packages ! koma-script"
20034
20035 \end_inset
20036
20037  document class (
20038 \family sans
20039 article (koma-script)
20040 \family default
20041
20042 \family sans
20043 book (koma-script)
20044 \family default
20045
20046 \family sans
20047 letter (koma-script)
20048 \family default
20049 , or 
20050 \family sans
20051 report (koma-script)
20052 \family default
20053 \InsetSpace \thinspace{}
20054 ), you can alternatively to the 
20055 \series bold
20056 caption
20057 \series default
20058  package set the document class option 
20059 \series bold
20060 tablecaptionabove
20061 \series default
20062 , or you can use the environment 
20063 \family sans
20064 caption\InsetSpace ~
20065 above
20066 \family default
20067  instead of the 
20068 \family sans
20069 caption
20070 \family default
20071  environment.
20072 \end_layout
20073
20074 \begin_layout Standard
20075 \begin_inset VSpace bigskip
20076 \end_inset
20077
20078 It is also possible to set the caption beside a figure or table.
20079  To get this the LaTeX-package 
20080 \series bold
20081 sidecap
20082 \series default
20083
20084 \begin_inset LatexCommand index
20085 name "LaTeX-packages ! sidecap"
20086
20087 \end_inset
20088
20089  has to be loaded in the document preamble with the line
20090 \end_layout
20091
20092 \begin_layout Standard
20093
20094 \series bold
20095
20096 \backslash
20097 usepackage[option]{sidecap}
20098 \end_layout
20099
20100 \begin_layout Standard
20101 If you set no option, the caption is placed on the side of the outer page
20102  margin -- to the right on odd pages, to the left on even pages.
20103  You can change the placement to inner margin with the option 
20104 \series bold
20105 innercaption
20106 \series default
20107 .
20108  To force the placement always to the right or left, use the option 
20109 \series bold
20110 rightcaption
20111 \series default
20112  or 
20113 \series bold
20114 leftcaption
20115 \series default
20116 , respectively.
20117 \end_layout
20118
20119 \begin_layout Standard
20120 To place in LyX the caption of a float on the side, it is necessary to add
20121  these commands to the document preamble:
20122 \end_layout
20123
20124 \begin_layout Standard
20125
20126 \lyxline
20127
20128 \end_layout
20129
20130 \begin_layout Standard
20131
20132 \series bold
20133
20134 \backslash
20135 newcommand{
20136 \backslash
20137 TabBesBeg}{%
20138 \newline
20139
20140 \begin_inset ERT
20141 status collapsed
20142
20143 \begin_layout Standard
20144
20145
20146 \backslash
20147 hphantom{ }
20148 \end_layout
20149
20150 \end_inset
20151
20152
20153 \backslash
20154 let
20155 \backslash
20156 MyTable
20157 \backslash
20158 table
20159 \newline
20160
20161 \begin_inset ERT
20162 status collapsed
20163
20164 \begin_layout Standard
20165
20166
20167 \backslash
20168 hphantom{ }
20169 \end_layout
20170
20171 \end_inset
20172
20173
20174 \backslash
20175 let
20176 \backslash
20177 MyEndtable
20178 \backslash
20179 endtable
20180 \newline
20181
20182 \begin_inset ERT
20183 status collapsed
20184
20185 \begin_layout Standard
20186
20187
20188 \backslash
20189 hphantom{ }
20190 \end_layout
20191
20192 \end_inset
20193
20194
20195 \backslash
20196 renewenvironment{table}{
20197 \backslash
20198 begin{SCtable}}{
20199 \backslash
20200 end{SCtable}}}
20201 \end_layout
20202
20203 \begin_layout Standard
20204
20205 \series bold
20206
20207 \backslash
20208 newcommand{
20209 \backslash
20210 TabBesEnd}{%
20211 \newline
20212
20213 \begin_inset ERT
20214 status collapsed
20215
20216 \begin_layout Standard
20217
20218
20219 \backslash
20220 hphantom{ }
20221 \end_layout
20222
20223 \end_inset
20224
20225
20226 \backslash
20227 let
20228 \backslash
20229 table
20230 \backslash
20231 MyTable
20232 \newline
20233
20234 \begin_inset ERT
20235 status collapsed
20236
20237 \begin_layout Standard
20238
20239
20240 \backslash
20241 hphantom{ }
20242 \end_layout
20243
20244 \end_inset
20245
20246
20247 \backslash
20248 let
20249 \backslash
20250 endtable
20251 \backslash
20252 MyEndtable
20253 \end_layout
20254
20255 \begin_layout Standard
20256
20257 \series bold
20258
20259 \backslash
20260 newcommand{
20261 \backslash
20262 FigBesBeg}{%
20263 \newline
20264
20265 \begin_inset ERT
20266 status collapsed
20267
20268 \begin_layout Standard
20269
20270
20271 \backslash
20272 hphantom{ }
20273 \end_layout
20274
20275 \end_inset
20276
20277
20278 \backslash
20279 let
20280 \backslash
20281 MyFigure
20282 \backslash
20283 f\SpecialChar \textcompwordmark{}
20284 igure
20285 \newline
20286
20287 \begin_inset ERT
20288 status collapsed
20289
20290 \begin_layout Standard
20291
20292
20293 \backslash
20294 hphantom{ }
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \backslash
20301 let
20302 \backslash
20303 MyEndf\SpecialChar \textcompwordmark{}
20304 igure
20305 \backslash
20306 endf\SpecialChar \textcompwordmark{}
20307 igure
20308 \newline
20309
20310 \begin_inset ERT
20311 status collapsed
20312
20313 \begin_layout Standard
20314
20315
20316 \backslash
20317 hphantom{ }
20318 \end_layout
20319
20320 \end_inset
20321
20322
20323 \backslash
20324 renewenvironment{f\SpecialChar \textcompwordmark{}
20325 igure}{
20326 \backslash
20327 begin{SCf\SpecialChar \textcompwordmark{}
20328 igure}}{
20329 \backslash
20330 end{SCf\SpecialChar \textcompwordmark{}
20331 igure}}}
20332 \end_layout
20333
20334 \begin_layout Standard
20335
20336 \series bold
20337
20338 \backslash
20339 newcommand{
20340 \backslash
20341 FigBesEnd}{%
20342 \newline
20343
20344 \begin_inset ERT
20345 status collapsed
20346
20347 \begin_layout Standard
20348
20349
20350 \backslash
20351 hphantom{ }
20352 \end_layout
20353
20354 \end_inset
20355
20356
20357 \backslash
20358 let
20359 \backslash
20360 f\SpecialChar \textcompwordmark{}
20361 igure
20362 \backslash
20363 MyFigure
20364 \newline
20365
20366 \begin_inset ERT
20367 status collapsed
20368
20369 \begin_layout Standard
20370
20371
20372 \backslash
20373 hphantom{ }
20374 \end_layout
20375
20376 \end_inset
20377
20378
20379 \backslash
20380 let
20381 \backslash
20382 endf\SpecialChar \textcompwordmark{}
20383 igure
20384 \backslash
20385 MyEndf\SpecialChar \textcompwordmark{}
20386 igure}
20387 \end_layout
20388
20389 \begin_layout Standard
20390
20391 \lyxline
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 The commands allow you to redefine the floats so that the caption is set
20397  on the side.
20398  For figure floats use the command
20399 \end_layout
20400
20401 \begin_layout Standard
20402
20403 \series bold
20404
20405 \backslash
20406 FigBesBeg
20407 \end_layout
20408
20409 \begin_layout Standard
20410 in ERT before the float.
20411  Behind the float insert the command
20412 \end_layout
20413
20414 \begin_layout Standard
20415
20416 \series bold
20417
20418 \backslash
20419 FigBesEnd
20420 \end_layout
20421
20422 \begin_layout Standard
20423 in ERT to get back to the original float definition.
20424 \end_layout
20425
20426 \begin_layout Standard
20427 For table floats use the corresponding commands
20428 \end_layout
20429
20430 \begin_layout Standard
20431
20432 \series bold
20433
20434 \backslash
20435 TabBesBeg
20436 \series default
20437  and 
20438 \series bold
20439
20440 \backslash
20441 TabBesEnd
20442 \end_layout
20443
20444 \begin_layout Standard
20445 Figure\InsetSpace ~
20446
20447 \begin_inset LatexCommand ref
20448 reference "fig:cap-beside-fig"
20449
20450 \end_inset
20451
20452  and Table\InsetSpace ~
20453
20454 \begin_inset LatexCommand ref
20455 reference "tab:cap-beside-tab"
20456
20457 \end_inset
20458
20459  are examples where the caption is set beside.
20460 \end_layout
20461
20462 \begin_layout Standard
20463 You can see in the examples that the caption text appears at the top of
20464  the floats for table floats and at the bottom for figure floats.
20465  To change this, you can use the command
20466 \end_layout
20467
20468 \begin_layout Standard
20469
20470 \series bold
20471
20472 \backslash
20473 sidecaptionvpos{float type}{placement}
20474 \end_layout
20475
20476 \begin_layout Standard
20477 in the document preamble or in ERT before the float.
20478  The float type is either 
20479 \family sans
20480 figure
20481 \family default
20482  or 
20483 \family sans
20484 table
20485 \family default
20486 , the placement can be 
20487 \begin_inset Quotes eld
20488 \end_inset
20489
20490
20491 \family sans
20492 t
20493 \family default
20494
20495 \begin_inset Quotes erd
20496 \end_inset
20497
20498  for top, 
20499 \begin_inset Quotes eld
20500 \end_inset
20501
20502
20503 \family sans
20504 c
20505 \family default
20506
20507 \begin_inset Quotes erd
20508 \end_inset
20509
20510  for center, or 
20511 \begin_inset Quotes eld
20512 \end_inset
20513
20514
20515 \family sans
20516 b
20517 \family default
20518
20519 \begin_inset Quotes erd
20520 \end_inset
20521
20522  for bottom.
20523  To have for example the caption of figure floats vertically centered, use
20524  the command
20525 \end_layout
20526
20527 \begin_layout Standard
20528
20529 \series bold
20530
20531 \backslash
20532 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20533 igure}{c}
20534 \end_layout
20535
20536 \begin_layout Standard
20537 This was used for Figure\InsetSpace ~
20538
20539 \begin_inset LatexCommand ref
20540 reference "fig:cap-beside-fig-2"
20541
20542 \end_inset
20543
20544 .
20545 \end_layout
20546
20547 \begin_layout Standard
20548 \begin_inset VSpace medskip
20549 \end_inset
20550
20551 For more information about the package 
20552 \series bold
20553 sidecap
20554 \series default
20555  we refer to its documentation 
20556 \begin_inset LatexCommand cite
20557 key "sidecap"
20558
20559 \end_inset
20560
20561 .
20562 \end_layout
20563
20564 \begin_layout Standard
20565 \begin_inset Note Greyedout
20566 status open
20567
20568 \begin_layout Standard
20569
20570 \series bold
20571 Note:
20572 \series default
20573  The LaTeX-package 
20574 \series bold
20575 hypcap
20576 \series default
20577
20578 \begin_inset LatexCommand index
20579 name "LaTeX-packages ! hypcap"
20580
20581 \end_inset
20582
20583 , described in section\InsetSpace ~
20584
20585 \begin_inset LatexCommand ref
20586 reference "sub:Reference-Position"
20587
20588 \end_inset
20589
20590 , has no effect on floats with the caption set beside.
20591 \end_layout
20592
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \begin_layout Standard
20599 \begin_inset ERT
20600 status collapsed
20601
20602 \begin_layout Standard
20603
20604
20605 \backslash
20606 FigBesBeg 
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \begin_layout Standard
20615 \begin_inset Float figure
20616 wide false
20617 sideways false
20618 status open
20619
20620 \begin_layout Standard
20621 \begin_inset Graphics
20622         filename clipart/escher-lsd.eps
20623         scale 75
20624
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \begin_layout Standard
20631 \begin_inset Caption
20632
20633 \begin_layout Standard
20634 \begin_inset LatexCommand label
20635 name "fig:cap-beside-fig"
20636
20637 \end_inset
20638
20639 This is a caption beside a figure.
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \begin_layout Standard
20653 \begin_inset ERT
20654 status collapsed
20655
20656 \begin_layout Standard
20657
20658
20659 \backslash
20660 TabBesBeg 
20661 \end_layout
20662
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \begin_layout Standard
20669 \begin_inset Float table
20670 wide false
20671 sideways false
20672 status open
20673
20674 \begin_layout Standard
20675 \begin_inset Caption
20676
20677 \begin_layout Standard
20678 \begin_inset LatexCommand label
20679 name "tab:cap-beside-tab"
20680
20681 \end_inset
20682
20683 This is a caption beside a table.
20684 \end_layout
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Standard
20692 \begin_inset Tabular
20693 <lyxtabular version="3" rows="4" columns="5">
20694 <features>
20695 <column alignment="center" valignment="top" leftline="true" width="0">
20696 <column alignment="center" valignment="top" leftline="true" width="0">
20697 <column alignment="center" valignment="top" leftline="true" width="0">
20698 <column alignment="center" valignment="top" leftline="true" width="0">
20699 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20700 <row topline="true">
20701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Standard
20705 a
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Standard
20714
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Standard
20723 b
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Standard
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Standard
20741 c
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row topline="true">
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Standard
20752
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Standard
20761 d
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Standard
20770
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Standard
20779 e
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Standard
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 </row>
20794 <row topline="true">
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Standard
20799 f
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Standard
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Standard
20817 g
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Standard
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Standard
20835 h
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 <row topline="true" bottomline="true">
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Standard
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Standard
20855 i
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Standard
20864
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Standard
20873 j
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Standard
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 </lyxtabular>
20889
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \end_inset
20896
20897
20898 \end_layout
20899
20900 \begin_layout Standard
20901 \begin_inset ERT
20902 status collapsed
20903
20904 \begin_layout Standard
20905
20906
20907 \backslash
20908 TabBesEnd
20909 \end_layout
20910
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \begin_layout Standard
20917 \begin_inset ERT
20918 status collapsed
20919
20920 \begin_layout Standard
20921
20922
20923 \backslash
20924 sidecaptionvpos{figure}{c}
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \begin_inset Float figure
20931 wide false
20932 sideways false
20933 status open
20934
20935 \begin_layout Standard
20936 \begin_inset Graphics
20937         filename clipart/escher-lsd.eps
20938         scale 75
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \begin_layout Standard
20946 \begin_inset Caption
20947
20948 \begin_layout Standard
20949 \begin_inset LatexCommand label
20950 name "fig:cap-beside-fig-2"
20951
20952 \end_inset
20953
20954 This is a vertically centered caption beside a figure.
20955 \end_layout
20956
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \begin_layout Standard
20968 \begin_inset ERT
20969 status collapsed
20970
20971 \begin_layout Standard
20972
20973
20974 \backslash
20975 FigBesEnd
20976 \end_layout
20977
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \begin_layout Section
20984 Listings of Floats
20985 \begin_inset LatexCommand label
20986 name "sec:Listings-of-Floats"
20987
20988 \end_inset
20989
20990
20991 \begin_inset LatexCommand index
20992 name "Floats ! Float Lists"
20993
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \begin_layout Standard
21000 Similar to the the table of contents where the sections of the document
21001  are listed, there are listings for all float types, like the figures of
21002  the documents.
21003  You can insert them via the 
21004 \family sans
21005 Insert\SpecialChar \menuseparator
21006 List\InsetSpace ~
21007 /\InsetSpace ~
21008 TOC
21009 \family default
21010  sub menus.
21011 \end_layout
21012
21013 \begin_layout Standard
21014 The list entries are the float captions or its short title, the float number,
21015  and the page number where they appear in the document.
21016 \end_layout
21017
21018 \begin_layout Standard
21019 You can find the list of figures and tables at the end of this document.
21020 \end_layout
21021
21022 \begin_layout Chapter
21023 Notes
21024 \end_layout
21025
21026 \begin_layout Section
21027 \begin_inset ERT
21028 status collapsed
21029
21030 \begin_layout Standard
21031
21032
21033 \backslash
21034 texorpdfstring{
21035 \end_layout
21036
21037 \end_inset
21038
21039 LyX
21040 \begin_inset ERT
21041 status collapsed
21042
21043 \begin_layout Standard
21044
21045 }{LyX}
21046 \end_layout
21047
21048 \end_inset
21049
21050  Notes
21051 \begin_inset LatexCommand label
21052 name "sec:LyX-Notes"
21053
21054 \end_inset
21055
21056
21057 \begin_inset LatexCommand index
21058 name "Notes ! LyX Notes"
21059
21060 \end_inset
21061
21062
21063 \begin_inset Note Note
21064 status collapsed
21065
21066 \begin_layout Standard
21067 The command 
21068 \backslash
21069 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
21070  are displayed wrongly in PDF-bookmarks.
21071  For more information about this, have a look at 
21072 \begin_inset LatexCommand cite
21073 key "hyperref"
21074
21075 \end_inset
21076
21077 .
21078 \end_layout
21079
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \begin_layout Standard
21086 Notes are inserted with the toolbar button 
21087 \begin_inset Graphics
21088         filename ../images/note-insert.xpm
21089         scale 85
21090
21091 \end_inset
21092
21093  or the menu 
21094 \family sans
21095 Insert\SpecialChar \menuseparator
21096 Note
21097 \family default
21098 .
21099  There are five types of notes:
21100 \end_layout
21101
21102 \begin_layout Description
21103 LyX\InsetSpace ~
21104 Note This note type is for internal notes that won't appear in the output.
21105  Its note-box looks like this:
21106 \newline
21107
21108 \newline
21109
21110 \begin_inset Graphics
21111         filename clipart/LyXNoteImageQt4.png
21112         display none
21113         scale 85
21114
21115 \end_inset
21116
21117  
21118 \begin_inset Note Note
21119 status open
21120
21121 \begin_layout Standard
21122 This is text in a note box that doesn't appear in the output.
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \begin_layout Description
21131 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
21132 ent, when you export the document to LaTeX via the menu 
21133 \family sans
21134 File\SpecialChar \menuseparator
21135 Export\SpecialChar \menuseparator
21136 LaTeX (pdflatex) / LaTeX (plain)
21137 \family default
21138 .
21139  Its note-box looks like this:
21140 \newline
21141
21142 \newline
21143
21144 \begin_inset Graphics
21145         filename clipart/CommentNoteImageQt4.png
21146         display none
21147         scale 85
21148
21149 \end_inset
21150
21151  
21152 \begin_inset Note Comment
21153 status open
21154
21155 \begin_layout Standard
21156 This is text in a note box that only appears as comment in LaTeX-files.
21157 \end_layout
21158
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \begin_layout Description
21165 Greyed\InsetSpace ~
21166 Out This note will appear in the output as grey text.
21167  Its note-box looks like this:
21168 \newline
21169
21170 \newline
21171
21172 \begin_inset Graphics
21173         filename clipart/GreyedOutNoteImageQt4.png
21174         display none
21175         scale 85
21176
21177 \end_inset
21178
21179
21180 \newline
21181
21182 \begin_inset ERT
21183 status collapsed
21184
21185 \begin_layout Standard
21186
21187
21188 \backslash
21189 renewenvironment{lyxgreyedout}
21190 \end_layout
21191
21192 \begin_layout Standard
21193
21194 {
21195 \backslash
21196 textcolor[gray]{0.8}
21197 \backslash
21198 bgroup}{
21199 \backslash
21200 egroup}
21201 \end_layout
21202
21203 \end_inset
21204
21205
21206 \begin_inset Note Greyedout
21207 status open
21208
21209 \begin_layout Standard
21210 This is text
21211 \begin_inset Foot
21212 status open
21213
21214 \begin_layout Standard
21215 This is an example footnote within a greyed out note.
21216 \end_layout
21217
21218 \end_inset
21219
21220  of a comment that appears in the output as grey text.
21221 \end_layout
21222
21223 \end_inset
21224
21225
21226 \begin_inset ERT
21227 status collapsed
21228
21229 \begin_layout Standard
21230
21231
21232 \backslash
21233 renewenvironment{lyxgreyedout}
21234 \end_layout
21235
21236 \begin_layout Standard
21237
21238 {
21239 \backslash
21240 textcolor{blue}
21241 \backslash
21242 bgroup}{
21243 \backslash
21244 egroup}
21245 \end_layout
21246
21247 \end_inset
21248
21249
21250 \begin_inset Note Note
21251 status collapsed
21252
21253 \begin_layout Standard
21254 The greyed out note is here redefined to show it with the original LyX definitio
21255 n because greyed out notes are redefined in the preamble of this document,
21256  as described below, to have blue text.
21257 \end_layout
21258
21259 \end_inset
21260
21261
21262 \newline
21263
21264 \newline
21265 As you can see in the example, the first line of greyed out notes is a bit
21266  indented and greyed out notes can have footnotes.
21267 \end_layout
21268
21269 \begin_layout Description
21270 Framed This note will appear in the output as framed text.
21271  Its note-box looks like this:
21272 \newline
21273
21274 \newline
21275
21276 \begin_inset Graphics
21277         filename clipart/FramedNoteImageQt4.png
21278         display none
21279         scale 85
21280
21281 \end_inset
21282
21283  
21284 \begin_inset Note Framed
21285 status open
21286
21287 \begin_layout Standard
21288 This is text in a note box that appears framed in the output.
21289 \end_layout
21290
21291 \end_inset
21292
21293  In contrary to framed boxes
21294 \begin_inset Foot
21295 status collapsed
21296
21297 \begin_layout Standard
21298 Framed boxes are described in section\InsetSpace ~
21299
21300 \begin_inset LatexCommand ref
21301 reference "sec:Framed-Boxes"
21302
21303 \end_inset
21304
21305 .
21306 \end_layout
21307
21308 \end_inset
21309
21310  the frame uses always the whole text width and the note is set into its
21311  own paragraph.
21312 \end_layout
21313
21314 \begin_layout Description
21315 Shaded This note will appear in the output with red background color.
21316  Its note box looks like this:
21317 \newline
21318
21319 \newline
21320
21321 \begin_inset Graphics
21322         filename clipart/ShadedNoteImageQt4.png
21323         display none
21324         scale 85
21325
21326 \end_inset
21327
21328
21329 \begin_inset Note Shaded
21330 status open
21331
21332 \begin_layout Standard
21333 This text in a note box appears in the output with red background.
21334 \end_layout
21335
21336 \end_inset
21337
21338 In contrary to colored boxes
21339 \begin_inset Foot
21340 status collapsed
21341
21342 \begin_layout Standard
21343 Colored boxes are described in section\InsetSpace ~
21344
21345 \begin_inset LatexCommand ref
21346 reference "sec:Colored-Boxes"
21347
21348 \end_inset
21349
21350 .
21351 \end_layout
21352
21353 \end_inset
21354
21355  the note uses always the whole text width and the note is set into its
21356  own paragraph.
21357 \end_layout
21358
21359 \begin_layout Standard
21360 \begin_inset VSpace bigskip
21361 \end_inset
21362
21363 When you use the toolbar button 
21364 \begin_inset Graphics
21365         filename ../images/note-insert.xpm
21366         scale 85
21367
21368 \end_inset
21369
21370  to insert notes, a 
21371 \family sans
21372 LyX\InsetSpace ~
21373 Note
21374 \family default
21375  is inserted.
21376  You can switch between the five note types by right-clicking on the note-box.
21377  
21378 \family roman
21379 \series medium
21380 \bar no
21381 If you want to turn existing text into a note, mark it and click on the
21382  note
21383 \family default
21384 \series default
21385 \bar default
21386  toolbar 
21387 \family roman
21388 \series medium
21389 \bar no
21390 button
21391 \family default
21392 \series default
21393 \bar default
21394 .
21395 \end_layout
21396
21397 \begin_layout Standard
21398 \begin_inset VSpace bigskip
21399 \end_inset
21400
21401 You can change the text color of the greyed out notes in the preamble with
21402  the following command:
21403 \end_layout
21404
21405 \begin_layout Standard
21406
21407 \series bold
21408
21409 \backslash
21410 renewenvironment{lyxgreyedout}
21411 \newline
21412
21413 \begin_inset ERT
21414 status collapsed
21415
21416 \begin_layout Standard
21417
21418
21419 \backslash
21420 hphantom{ }
21421 \end_layout
21422
21423 \end_inset
21424
21425 {
21426 \backslash
21427 textcolor{color}
21428 \backslash
21429 bgroup}{
21430 \backslash
21431 egroup}
21432 \end_layout
21433
21434 \begin_layout Standard
21435 The available colors and the method to define own colors is explained in
21436  section\InsetSpace ~
21437
21438 \begin_inset LatexCommand ref
21439 reference "sec:Colored-Tables"
21440
21441 \end_inset
21442
21443 .
21444 \end_layout
21445
21446 \begin_layout Standard
21447 Notes that appear in blue in this document are set using greyed out notes
21448  with blue text.
21449 \end_layout
21450
21451 \begin_layout Standard
21452 \begin_inset VSpace bigskip
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \begin_layout Standard
21459 The text style of 
21460 \family sans
21461 Framed
21462 \family default
21463  and 
21464 \family sans
21465 Shaded
21466 \family default
21467  notes can be set in the 
21468 \family sans
21469 Text Style
21470 \family default
21471  dialog.
21472 \end_layout
21473
21474 \begin_layout Standard
21475 The default frame width for 
21476 \family sans
21477 Framed
21478 \family default
21479  notes is 0.4\InsetSpace \thinspace{}
21480 pt; it can be changed by changing the size 
21481 \series bold
21482
21483 \backslash
21484 FrameRule
21485 \series default
21486 .
21487  The default space between the note content and the frame is 9\InsetSpace \thinspace{}
21488 pt; it can
21489  be changed by changing the size 
21490 \series bold
21491
21492 \backslash
21493 FrameSep
21494 \series default
21495 .
21496  For example the frame appearance of the following 
21497 \family sans
21498 Framed
21499 \family default
21500  note is set with the ERT commands
21501 \end_layout
21502
21503 \begin_layout Standard
21504
21505 \series bold
21506
21507 \backslash
21508 FrameRule 5pt 
21509 \backslash
21510 FrameSep 0.5cm
21511 \end_layout
21512
21513 \begin_layout Standard
21514 \begin_inset ERT
21515 status collapsed
21516
21517 \begin_layout Standard
21518
21519
21520 \backslash
21521 FrameRule 5pt 
21522 \backslash
21523 FrameSep 0.5cm
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \begin_inset Note Framed
21530 status open
21531
21532 \begin_layout Standard
21533 This is text in a 
21534 \family sans
21535 Framed
21536 \family default
21537  note.
21538 \end_layout
21539
21540 \end_inset
21541
21542
21543 \begin_inset ERT
21544 status collapsed
21545
21546 \begin_layout Standard
21547
21548
21549 \backslash
21550 FrameRule 0.4pt 
21551 \backslash
21552 FrameSep 9pt
21553 \end_layout
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Standard
21561 \begin_inset VSpace bigskip
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \begin_layout Standard
21568 For 
21569 \family sans
21570 Shaded
21571 \family default
21572  notes the default space between the note content and the note border is
21573  3\InsetSpace \thinspace{}
21574 pt; it can be changed by changing the size 
21575 \series bold
21576
21577 \backslash
21578 fboxsep
21579 \series default
21580 .
21581 \newline
21582 The default background color red can be changed with the command 
21583 \series bold
21584
21585 \backslash
21586 def\SpecialChar \textcompwordmark{}
21587 inecolor{shadebox}
21588 \series default
21589 .
21590  The scheme of the 
21591 \series bold
21592
21593 \backslash
21594 def\SpecialChar \textcompwordmark{}
21595 inecolor
21596 \series default
21597  command is explained in section\InsetSpace ~
21598
21599 \begin_inset LatexCommand ref
21600 reference "sec:Colored-Tables"
21601
21602 \end_inset
21603
21604
21605 \begin_inset Foot
21606 status collapsed
21607
21608 \begin_layout Standard
21609 Note that 
21610 \series bold
21611
21612 \backslash
21613 def
21614 \series default
21615 \SpecialChar \textcompwordmark{}
21616
21617 \series bold
21618 inecolor
21619 \series default
21620  requires the LaTeX-package 
21621 \series bold
21622 color
21623 \series default
21624  in the preamble, see section\InsetSpace ~
21625
21626 \begin_inset LatexCommand ref
21627 reference "sec:Colored-Boxes"
21628
21629 \end_inset
21630
21631 .
21632 \end_layout
21633
21634 \end_inset
21635
21636 .
21637 \end_layout
21638
21639 \begin_layout Standard
21640 For example the appearance of the following 
21641 \family sans
21642 Shaded
21643 \family default
21644  note is set with the ERT commands
21645 \end_layout
21646
21647 \begin_layout Standard
21648
21649 \series bold
21650
21651 \backslash
21652 fboxsep 0.5cm
21653 \series default
21654
21655 \newline
21656
21657 \series bold
21658
21659 \backslash
21660 def\SpecialChar \textcompwordmark{}
21661 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21662 \end_layout
21663
21664 \begin_layout Standard
21665 \begin_inset ERT
21666 status collapsed
21667
21668 \begin_layout Standard
21669
21670
21671 \backslash
21672 fboxsep 0.5cm
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \begin_inset ERT
21679 status collapsed
21680
21681 \begin_layout Standard
21682
21683
21684 \backslash
21685 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21686 \end_layout
21687
21688 \end_inset
21689
21690
21691 \begin_inset Note Shaded
21692 status open
21693
21694 \begin_layout Standard
21695
21696 \color yellow
21697 This is yellow text in a
21698 \color none
21699  
21700 \family sans
21701 \color yellow
21702 Shaded
21703 \family default
21704 \color none
21705  
21706 \color yellow
21707 note with darkgreen background.
21708 \end_layout
21709
21710 \end_inset
21711
21712
21713 \begin_inset ERT
21714 status collapsed
21715
21716 \begin_layout Standard
21717
21718
21719 \backslash
21720 fboxsep 3pt
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \begin_inset ERT
21727 status collapsed
21728
21729 \begin_layout Standard
21730
21731
21732 \backslash
21733 definecolor{shadecolor}{rgb}{1,0,0}
21734 \end_layout
21735
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \begin_layout Section
21742 Footnotes
21743 \begin_inset LatexCommand label
21744 name "sec:Footnotes"
21745
21746 \end_inset
21747
21748
21749 \begin_inset LatexCommand index
21750 name "Notes ! Footnotes"
21751
21752 \end_inset
21753
21754
21755 \begin_inset LatexCommand index
21756 name "Footnotes"
21757
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \begin_layout Standard
21764 Footnotes can be inserted using the toolbar button 
21765 \begin_inset Graphics
21766         filename ../images/footnote-insert.xpm
21767         scale 85
21768
21769 \end_inset
21770
21771  or the menu 
21772 \family sans
21773 Insert\SpecialChar \menuseparator
21774 Footnote
21775 \family default
21776 .
21777  
21778 \family roman
21779 \series medium
21780 \bar no
21781 You'll see
21782 \family default
21783 \series default
21784 \bar default
21785  then the following footnote-box: 
21786 \begin_inset Graphics
21787         filename clipart/footnoteQt4.png
21788         scale 80
21789
21790 \end_inset
21791
21792  
21793 \family roman
21794 \series medium
21795 \bar no
21796 where you can enter the footnote text.
21797  If you want to turn existing text into a footnote, mark it and click on
21798  the footnote
21799 \family default
21800 \series default
21801 \bar default
21802  toolbar 
21803 \family roman
21804 \series medium
21805 \bar no
21806 button
21807 \family default
21808 \series default
21809 \bar default
21810 .
21811 \end_layout
21812
21813 \begin_layout Standard
21814 Here is an example footnote:
21815 \family roman
21816 \series medium
21817 \bar no
21818
21819 \begin_inset Foot
21820 status open
21821
21822 \begin_layout Standard
21823 \begin_inset LatexCommand label
21824 name "foot:This-is-an"
21825
21826 \end_inset
21827
21828 This is an example footnote.
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \family default
21835 \series default
21836 \bar default
21837
21838 \begin_inset ERT
21839 status collapsed
21840
21841 \begin_layout Standard
21842
21843
21844 \backslash
21845 newcounter{MyRepeatFoot}
21846 \end_layout
21847
21848 \begin_layout Standard
21849
21850
21851 \backslash
21852 setcounter{MyRepeatFoot}{
21853 \backslash
21854 thefootnote}
21855 \end_layout
21856
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \begin_layout Standard
21863 The footnote will appear in the output as a superscript number at the text
21864  position where the footnote box is placed.
21865  The footnote text is placed at the bottom of the current page.
21866  The footnote number is calculated by LaTeX, the numbers are consecutive.
21867  It depends on your document-class, if the footnote number is reset for
21868  every chapter.
21869 \end_layout
21870
21871 \begin_layout Standard
21872 Footnotes can be referenced like floats: Insert a label into the footnote
21873  and cross-reference this label in the text as described in section\InsetSpace ~
21874
21875 \begin_inset LatexCommand ref
21876 reference "sec:Referencing-Floats"
21877
21878 \end_inset
21879
21880 .
21881 \newline
21882 This is a cross-reference of Footnote\InsetSpace ~
21883
21884 \begin_inset LatexCommand ref
21885 reference "foot:This-is-an"
21886
21887 \end_inset
21888
21889 .
21890 \end_layout
21891
21892 \begin_layout Standard
21893 \begin_inset VSpace defskip
21894 \end_inset
21895
21896 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
21897
21898 \begin_inset LatexCommand ref
21899 reference "sec:Minipages"
21900
21901 \end_inset
21902
21903 .
21904  Footnotes within longtables are described in section\InsetSpace ~
21905
21906 \begin_inset LatexCommand ref
21907 reference "sub:Footnotes-in-Longtables"
21908
21909 \end_inset
21910
21911 .
21912 \end_layout
21913
21914 \begin_layout Standard
21915 \begin_inset VSpace defskip
21916 \end_inset
21917
21918 To create only a mark for a footnote, use the command 
21919 \series bold
21920
21921 \backslash
21922 footnotemark[number]
21923 \series default
21924  in ERT.
21925  This is used when you have the same annotation several times in a text
21926  but doesn't want to print the footnote text every time.
21927 \newline
21928 As you don't know
21929  the number of the repeating footnote while you are writing the text, you
21930  have to store its number.
21931  For the following footnote mark example, these commands were inserted in
21932  ERT behind Footnote\InsetSpace ~
21933
21934 \begin_inset LatexCommand ref
21935 reference "foot:This-is-an"
21936
21937 \end_inset
21938
21939  to store the footnote number:
21940 \end_layout
21941
21942 \begin_layout Standard
21943
21944 \series bold
21945
21946 \backslash
21947 newcounter{MyRepeatFoot}
21948 \newline
21949
21950 \backslash
21951 setcounter{MyRepeatFoot}{
21952 \backslash
21953 thefootnote}
21954 \end_layout
21955
21956 \begin_layout Standard
21957 The footnote mark was then created with this command:
21958 \end_layout
21959
21960 \begin_layout Standard
21961
21962 \series bold
21963
21964 \backslash
21965 footnotemark[
21966 \backslash
21967 theMyRepeatFoot]
21968 \end_layout
21969
21970 \begin_layout Standard
21971 Here is an example footnote mark:
21972 \family roman
21973 \series medium
21974 \bar no
21975
21976 \begin_inset ERT
21977 status collapsed
21978
21979 \begin_layout Standard
21980
21981
21982 \backslash
21983 footnotemark[
21984 \backslash
21985 theMyRepeatFoot]
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \begin_layout Subsection
21994 Footnote Numbering
21995 \begin_inset LatexCommand label
21996 name "sub:Footnote-Numbering"
21997
21998 \end_inset
21999
22000
22001 \begin_inset LatexCommand index
22002 name "Footnotes ! Numbering"
22003
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \begin_layout Standard
22010 To reset the footnote number back to 1 after each section
22011 \family roman
22012 , add this command to your document preamble:
22013 \end_layout
22014
22015 \begin_layout Standard
22016
22017 \series bold
22018
22019 \backslash
22020 @addtoreset{footnote}{section}
22021 \end_layout
22022
22023 \begin_layout Standard
22024 \begin_inset VSpace bigskip
22025 \end_inset
22026
22027 The following preamble command changes the footnote numbering style to small
22028  roman numerals:
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034
22035 \backslash
22036 renewcommand{
22037 \backslash
22038 thefootnote}{
22039 \backslash
22040 roman{footnote}}
22041 \end_layout
22042
22043 \begin_layout Standard
22044 \begin_inset ERT
22045 status collapsed
22046
22047 \begin_layout Standard
22048
22049
22050 \backslash
22051 renewcommand{
22052 \backslash
22053 thefootnote}{
22054 \backslash
22055 roman{footnote}}
22056 \end_layout
22057
22058 \end_inset
22059
22060  This is a footnote with roman numbering:
22061 \begin_inset Foot
22062 status open
22063
22064 \begin_layout Standard
22065 This is an example footnote with roman numbering.
22066 \end_layout
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \begin_layout Standard
22074 To change the numbering style to capital roman numerals replace in the command
22075  above 
22076 \series bold
22077
22078 \backslash
22079 roman
22080 \series default
22081  by 
22082 \series bold
22083
22084 \backslash
22085 Roman
22086 \series default
22087 .
22088  To 
22089 \begin_inset Quotes eld
22090 \end_inset
22091
22092 number
22093 \begin_inset Quotes erd
22094 \end_inset
22095
22096  footnotes with capital or small Latin letters use 
22097 \series bold
22098
22099 \backslash
22100 Alph
22101 \series default
22102  or 
22103 \series bold
22104
22105 \backslash
22106 alph
22107 \series default
22108 , respectively.
22109  To 
22110 \begin_inset Quotes eld
22111 \end_inset
22112
22113 number
22114 \begin_inset Quotes erd
22115 \end_inset
22116
22117  footnotes with symbols use 
22118 \series bold
22119
22120 \backslash
22121 fnsymbol
22122 \series default
22123 .
22124 \end_layout
22125
22126 \begin_layout Standard
22127 \begin_inset Note Greyedout
22128 status open
22129
22130 \begin_layout Standard
22131
22132 \series bold
22133 Note:
22134 \series default
22135  You can only number 26 footnotes with Latin letters, because this numbering
22136  is limited to single letters.
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \newline
22143
22144 \begin_inset Note Greyedout
22145 status open
22146
22147 \begin_layout Standard
22148
22149 \series bold
22150 Note:
22151 \series default
22152  You can only number 9 footnotes with symbols.
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Standard
22161 To return to the default numbering style when you changed to another one,
22162  use 
22163 \series bold
22164
22165 \backslash
22166 arabic
22167 \series default
22168  instead of 
22169 \series bold
22170
22171 \backslash
22172 roman
22173 \series default
22174  in the command above.
22175 \begin_inset ERT
22176 status collapsed
22177
22178 \begin_layout Standard
22179
22180
22181 \backslash
22182 renewcommand{
22183 \backslash
22184 thefootnote}{
22185 \backslash
22186 arabic{footnote}}
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \begin_layout Standard
22195 \begin_inset VSpace bigskip
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \begin_layout Standard
22202 If you want to have footnotes numbered in the scheme 
22203 \begin_inset Quotes eld
22204 \end_inset
22205
22206 chapter.footnote
22207 \begin_inset Quotes erd
22208 \end_inset
22209
22210 , add the following command to your document preamble:
22211 \end_layout
22212
22213 \begin_layout Standard
22214
22215 \series bold
22216
22217 \backslash
22218 numberwithin{footnote}{chapter}
22219 \end_layout
22220
22221 \begin_layout Standard
22222 To be able to use the command 
22223 \series bold
22224
22225 \backslash
22226 numberwithin
22227 \series default
22228 , set in the tab 
22229 \family sans
22230 Math\InsetSpace ~
22231 Options
22232 \family default
22233  in the document settings the option 
22234 \family sans
22235 Use\InsetSpace ~
22236 AMS\InsetSpace ~
22237 math\InsetSpace ~
22238 package
22239 \family default
22240 .
22241 \end_layout
22242
22243 \begin_layout Standard
22244 \begin_inset ERT
22245 status collapsed
22246
22247 \begin_layout Standard
22248
22249
22250 \backslash
22251 numberwithin{footnote}{chapter}
22252 \end_layout
22253
22254 \end_inset
22255
22256 This is another example footnote:
22257 \series bold
22258
22259 \begin_inset Foot
22260 status open
22261
22262 \begin_layout Standard
22263 This is a footnote numbered in the scheme 
22264 \begin_inset Quotes eld
22265 \end_inset
22266
22267 chapter.footnote
22268 \begin_inset Quotes erd
22269 \end_inset
22270
22271 .
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \series default
22278
22279 \begin_inset ERT
22280 status collapsed
22281
22282 \begin_layout Standard
22283
22284
22285 \backslash
22286 renewcommand{
22287 \backslash
22288 thefootnote}{
22289 \backslash
22290 arabic{footnote}}
22291 \end_layout
22292
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \begin_layout Standard
22299 \begin_inset Note Greyedout
22300 status open
22301
22302 \begin_layout Standard
22303
22304 \series bold
22305 Note:
22306 \series default
22307  
22308 \series bold
22309
22310 \backslash
22311 numberwithin
22312 \series default
22313  always prints out the footnote number as arabic number; previous redefinitions
22314  to get non-arabic numbers are overwritten.
22315 \end_layout
22316
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \begin_layout Standard
22323 So to get for example the scheme 
22324 \begin_inset Quotes eld
22325 \end_inset
22326
22327 chapter.
22328 \backslash
22329 Roman{footnote}
22330 \begin_inset Quotes erd
22331 \end_inset
22332
22333 , use this command instead of 
22334 \series bold
22335
22336 \backslash
22337 numberwithin
22338 \series default
22339 :
22340 \end_layout
22341
22342 \begin_layout Standard
22343
22344 \series bold
22345
22346 \backslash
22347 renewcommand{
22348 \backslash
22349 thefootnote}{
22350 \backslash
22351 thechapter.
22352 \backslash
22353 Roman{footnote}}
22354 \end_layout
22355
22356 \begin_layout Subsection
22357 Footnote Placement
22358 \begin_inset LatexCommand index
22359 name "Footnotes ! Placement"
22360
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \begin_layout Standard
22367 If you have several footnotes in one page, they appear without vertical
22368  space between them at the bottom of the page.
22369  To make them better readable you can e.\InsetSpace \thinspace{}
22370 g.\InsetSpace ~
22371 add 1.5\InsetSpace \thinspace{}
22372 mm space with the following
22373  preamble command:
22374 \end_layout
22375
22376 \begin_layout Standard
22377
22378 \series bold
22379
22380 \backslash
22381 let
22382 \backslash
22383 myFoot
22384 \backslash
22385 footnote
22386 \newline
22387
22388 \backslash
22389 renewcommand{
22390 \backslash
22391 footnote}[1]{
22392 \backslash
22393 myFoot{#1
22394 \backslash
22395 vspace{1.5mm}}}
22396 \end_layout
22397
22398 \begin_layout Standard
22399 \begin_inset VSpace bigskip
22400 \end_inset
22401
22402 In a two-column document the footnotes appear at the bottom of every column,
22403  see Figure\InsetSpace ~
22404
22405 \begin_inset LatexCommand ref
22406 reference "fig:Standard-footnote-placement"
22407
22408 \end_inset
22409
22410 .
22411  If the footnotes should only appear at the bottom of the right column,
22412  as in Figure\InsetSpace ~
22413
22414 \begin_inset LatexCommand ref
22415 reference "fig:Footnote-placement-in"
22416
22417 \end_inset
22418
22419 , use the LaTeX-package 
22420 \series bold
22421 ftnright
22422 \series default
22423
22424 \begin_inset LatexCommand index
22425 name "LaTeX-packages ! ftnright"
22426
22427 \end_inset
22428
22429  with this command in the document preamble:
22430 \end_layout
22431
22432 \begin_layout Standard
22433
22434 \series bold
22435
22436 \backslash
22437 usepackage{ftnright}
22438 \end_layout
22439
22440 \begin_layout Standard
22441 \begin_inset Float figure
22442 placement !h
22443 wide false
22444 sideways false
22445 status open
22446
22447 \begin_layout Standard
22448 \begin_inset ERT
22449 status collapsed
22450
22451 \begin_layout Standard
22452
22453
22454 \backslash
22455 framebox{
22456 \end_layout
22457
22458 \end_inset
22459
22460
22461 \begin_inset Graphics
22462         filename clipart/without_fntright.pdf
22463         width 100col%
22464
22465 \end_inset
22466
22467
22468 \begin_inset ERT
22469 status collapsed
22470
22471 \begin_layout Standard
22472
22473 }
22474 \end_layout
22475
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \begin_layout Standard
22482 \begin_inset Caption
22483
22484 \begin_layout Standard
22485 \begin_inset LatexCommand label
22486 name "fig:Standard-footnote-placement"
22487
22488 \end_inset
22489
22490 Standard footnote placement in two-column documents.
22491 \end_layout
22492
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \begin_layout Standard
22504 \begin_inset Float figure
22505 placement !h
22506 wide false
22507 sideways false
22508 status open
22509
22510 \begin_layout Standard
22511 \begin_inset ERT
22512 status collapsed
22513
22514 \begin_layout Standard
22515
22516
22517 \backslash
22518 framebox{
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \begin_inset Graphics
22525         filename clipart/with_fntright.pdf
22526         width 100col%
22527
22528 \end_inset
22529
22530
22531 \begin_inset ERT
22532 status collapsed
22533
22534 \begin_layout Standard
22535
22536 }
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Standard
22545 \begin_inset Caption
22546
22547 \begin_layout Standard
22548 \begin_inset LatexCommand label
22549 name "fig:Footnote-placement-in"
22550
22551 \end_inset
22552
22553 Footnote placement in two-column documents when the LaTeX-package 
22554 \series bold
22555 ftnright
22556 \series default
22557  is used.
22558 \end_layout
22559
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \begin_layout Standard
22571 \begin_inset VSpace bigskip
22572 \end_inset
22573
22574 In some scientific literature it is usual to collect the footnotes and print
22575  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
22576
22577 \begin_inset LatexCommand ref
22578 reference "fig:Endnotes----footnotes"
22579
22580 \end_inset
22581
22582 .
22583  They are then so called 
22584 \begin_inset Quotes eld
22585 \end_inset
22586
22587 endnotes
22588 \begin_inset Quotes erd
22589 \end_inset
22590
22591 .
22592  To use endnotes instead of footnotes in your document, load the LaTeX-package
22593  
22594 \series bold
22595 endnotes
22596 \series default
22597
22598 \begin_inset LatexCommand index
22599 name "LaTeX-packages ! endnotes"
22600
22601 \end_inset
22602
22603  with the document preamble lines
22604 \end_layout
22605
22606 \begin_layout Standard
22607
22608 \series bold
22609
22610 \backslash
22611 usepackage{endnotes}
22612 \newline
22613
22614 \backslash
22615 let
22616 \backslash
22617 footnote
22618 \backslash
22619 endnote
22620 \end_layout
22621
22622 \begin_layout Standard
22623 To insert the collected footnotes, insert the command
22624 \end_layout
22625
22626 \begin_layout Standard
22627
22628 \series bold
22629
22630 \backslash
22631 theendnotes
22632 \end_layout
22633
22634 \begin_layout Standard
22635 in ERT at the the end of a section or chapter.
22636 \end_layout
22637
22638 \begin_layout Standard
22639 \begin_inset Float figure
22640 wide false
22641 sideways false
22642 status open
22643
22644 \begin_layout Standard
22645 \align center
22646 \begin_inset ERT
22647 status collapsed
22648
22649 \begin_layout Standard
22650
22651
22652 \backslash
22653 framebox{
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \begin_inset Graphics
22660         filename clipart/endnotes.pdf
22661
22662 \end_inset
22663
22664
22665 \begin_inset ERT
22666 status collapsed
22667
22668 \begin_layout Standard
22669
22670 }
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \begin_layout Standard
22679 \begin_inset Caption
22680
22681 \begin_layout Standard
22682 \begin_inset LatexCommand label
22683 name "fig:Endnotes----footnotes"
22684
22685 \end_inset
22686
22687 Endnotes -- footnotes are printed in a separate paragraph at the end of
22688  sections or chapters.
22689 \end_layout
22690
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \begin_layout Standard
22702 \begin_inset VSpace medskip
22703 \end_inset
22704
22705 The paragraph heading for the endnotes isn't automatically translated into
22706  the document language, this must be done manually.
22707  The following preamble command translate the default English name 
22708 \begin_inset Quotes eld
22709 \end_inset
22710
22711 Notes
22712 \begin_inset Quotes erd
22713 \end_inset
22714
22715  to the German translation 
22716 \begin_inset Quotes eld
22717 \end_inset
22718
22719 Anmerkungen
22720 \begin_inset Quotes erd
22721 \end_inset
22722
22723 :
22724 \end_layout
22725
22726 \begin_layout Standard
22727
22728 \series bold
22729
22730 \backslash
22731 renewcommand{
22732 \backslash
22733 notesname}{Anmerkungen}
22734 \end_layout
22735
22736 \begin_layout Standard
22737 \begin_inset VSpace medskip
22738 \end_inset
22739
22740 The numbering of endnotes can be changed like the footnote numbering as
22741  described in section\InsetSpace ~
22742
22743 \begin_inset LatexCommand ref
22744 reference "sub:Footnote-Numbering"
22745
22746 \end_inset
22747
22748 ; just replace the command 
22749 \series bold
22750
22751 \backslash
22752 thefootnote
22753 \series default
22754  by 
22755 \series bold
22756
22757 \backslash
22758 theendnote
22759 \series default
22760 .
22761  To reset the endnote number use the command 
22762 \series bold
22763
22764 \backslash
22765 @addtoreset
22766 \series default
22767  as described in section\InsetSpace ~
22768
22769 \begin_inset LatexCommand ref
22770 reference "sub:Footnote-Numbering"
22771
22772 \end_inset
22773
22774  and replace the command parameter 
22775 \series bold
22776 footnote
22777 \series default
22778  by 
22779 \series bold
22780 endnote
22781 \series default
22782 .
22783 \end_layout
22784
22785 \begin_layout Standard
22786 To create only a mark for an endnote, use the command 
22787 \series bold
22788
22789 \backslash
22790 endnotemark[number]
22791 \series default
22792  similar to the command 
22793 \series bold
22794
22795 \backslash
22796 footnotemark
22797 \series default
22798 , described in section\InsetSpace ~
22799
22800 \begin_inset LatexCommand ref
22801 reference "sec:Footnotes"
22802
22803 \end_inset
22804
22805 .
22806 \end_layout
22807
22808 \begin_layout Standard
22809 \begin_inset VSpace bigskip
22810 \end_inset
22811
22812 Footnotes can also be placed in the page margin and the footnote text alignment
22813  can be changed, see the LaTeX-package 
22814 \series bold
22815 footmisc
22816 \series default
22817
22818 \begin_inset LatexCommand index
22819 name "LaTeX-packages ! footmisc"
22820
22821 \end_inset
22822
22823
22824 \begin_inset LatexCommand cite
22825 key "footmisc"
22826
22827 \end_inset
22828
22829  for more information about this.
22830 \end_layout
22831
22832 \begin_layout Standard
22833 For various further footnote formatting issues have a look at LaTeX-books,
22834  
22835 \begin_inset LatexCommand cite
22836 key "latexcompanion,latexguide,latexbook"
22837
22838 \end_inset
22839
22840 .
22841 \end_layout
22842
22843 \begin_layout Section
22844 Margin Notes
22845 \begin_inset LatexCommand index
22846 name "Notes ! Margin Notes"
22847
22848 \end_inset
22849
22850
22851 \end_layout
22852
22853 \begin_layout Standard
22854 Margin notes look and behave in LyX like footnotes.
22855  They are inserted via the menu 
22856 \family sans
22857 Insert\SpecialChar \menuseparator
22858 Marginal\InsetSpace ~
22859 Note
22860 \family default
22861  or the toolbar button 
22862 \begin_inset Graphics
22863         filename ../images/marginalnote-insert.xpm
22864         scale 85
22865
22866 \end_inset
22867
22868 .
22869  A grey 
22870 \family roman
22871 \series medium
22872 box with the
22873 \family default
22874 \series default
22875  red 
22876 \family roman
22877 \series medium
22878 label 
22879 \begin_inset Quotes eld
22880 \end_inset
22881
22882 margin
22883 \begin_inset Quotes erd
22884 \end_inset
22885
22886  appears where you can enter the text of the margin note.
22887 \end_layout
22888
22889 \begin_layout Standard
22890 At the side is an example margin note.
22891 \family roman
22892 \series medium
22893
22894 \begin_inset Marginal
22895 status open
22896
22897 \begin_layout Standard
22898 This is a margin note.
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Standard
22907 Margin notes appear at the right side in single-sided documents.
22908  In double-sided documents they appear in the outer margin -- left on even
22909  pages, right on odd pages.
22910  The text of margin notes is aligned opposite to the outer margin -- right-align
22911 ed when the note appears in the left margin.
22912  The first line of the margin note is placed at the position of the text
22913  line where it is inserted in the document.
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset VSpace bigskip
22918 \end_inset
22919
22920 To place the margin note in the inner margin, add the command
22921 \end_layout
22922
22923 \begin_layout Standard
22924
22925 \series bold
22926
22927 \backslash
22928 reversemarginpar
22929 \end_layout
22930
22931 \begin_layout Standard
22932 in ERT before a margin note.
22933  The new placement is valid for all following margin notes.
22934 \begin_inset ERT
22935 status collapsed
22936
22937 \begin_layout Standard
22938
22939
22940 \backslash
22941 reversemarginpar 
22942 \end_layout
22943
22944 \end_inset
22945
22946
22947 \begin_inset Marginal
22948 status open
22949
22950 \begin_layout Standard
22951 This is a margin note in the inner margin.
22952 \end_layout
22953
22954 \end_inset
22955
22956
22957 \series bold
22958
22959 \newline
22960
22961 \series default
22962
22963 \begin_inset Note Greyedout
22964 status open
22965
22966 \begin_layout Standard
22967
22968 \series bold
22969 Note:
22970 \series default
22971  There is often not enough space in the inner margin so that the notes are
22972  not correctly displayed in the output.
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \begin_layout Standard
22981 To return to the default placement insert the command
22982 \end_layout
22983
22984 \begin_layout Standard
22985
22986 \series bold
22987
22988 \backslash
22989 normalmarginpar
22990 \end_layout
22991
22992 \begin_layout Standard
22993 in ERT.
22994 \begin_inset ERT
22995 status collapsed
22996
22997 \begin_layout Standard
22998
22999
23000 \backslash
23001 normalmarginpar 
23002 \end_layout
23003
23004 \end_inset
23005
23006  
23007 \begin_inset Note Greyedout
23008 status open
23009
23010 \begin_layout Standard
23011
23012 \series bold
23013 Note:
23014 \series default
23015  The command is ignored when it is within a paragraph where also the command
23016  
23017 \series bold
23018
23019 \backslash
23020 reversemarginpar
23021 \series default
23022  is inserted.
23023 \end_layout
23024
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \begin_layout Standard
23031 \begin_inset VSpace bigskip
23032 \end_inset
23033
23034
23035 \family roman
23036 \series medium
23037
23038 \begin_inset Marginal
23039 status open
23040
23041 \begin_layout Standard
23042 AVeryLongMarginParWord that isn't hyphenated.
23043 \end_layout
23044
23045 \end_inset
23046
23047
23048 \family default
23049 \series default
23050 Similar to the case described in section\InsetSpace ~
23051
23052 \begin_inset LatexCommand ref
23053 reference "sub:Multiple-Lines-in"
23054
23055 \end_inset
23056
23057 , long words cannot be hyphenated when they are the first word in a margin
23058  note.
23059  To avoid this, insert the command
23060 \end_layout
23061
23062 \begin_layout Standard
23063
23064 \series bold
23065
23066 \backslash
23067 hspace{0pt}
23068 \end_layout
23069
23070 \begin_layout Standard
23071 in ERT before the word
23072 \family roman
23073 \series medium
23074 .
23075 \begin_inset Marginal
23076 status open
23077
23078 \begin_layout Standard
23079 \begin_inset ERT
23080 status collapsed
23081
23082 \begin_layout Standard
23083
23084
23085 \backslash
23086 hspace{0pt}
23087 \end_layout
23088
23089 \end_inset
23090
23091 AVeryLongMarginParWord that is hyphenated.
23092 \end_layout
23093
23094 \end_inset
23095
23096
23097 \end_layout
23098
23099 \begin_layout Standard
23100 \begin_inset VSpace bigskip
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \begin_layout Standard
23107 \begin_inset Note Greyedout
23108 status open
23109
23110 \begin_layout Standard
23111
23112 \series bold
23113 Note:
23114 \series default
23115  Margin notes can normally not be used inside tables, floats, and footnotes.
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \begin_layout Standard
23124 \begin_inset VSpace bigskip
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \begin_layout Standard
23131 \begin_inset ERT
23132 status collapsed
23133
23134 \begin_layout Standard
23135
23136
23137 \backslash
23138 ifmarginnote
23139 \end_layout
23140
23141 \end_inset
23142
23143
23144 \begin_inset Note Note
23145 status open
23146
23147 \begin_layout Standard
23148 The following section will only be displayed when you have the LaTeX-package
23149  
23150 \series bold
23151 marginnote
23152 \series default
23153  is installed.
23154 \end_layout
23155
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \begin_layout Standard
23162 This restriction can be evaded by using the LaTeX-package 
23163 \series bold
23164 marginnote
23165 \series default
23166
23167 \begin_inset LatexCommand index
23168 name "LaTeX-packages ! marginnote"
23169
23170 \end_inset
23171
23172 .
23173  By adding these two lines to your document preamble, the command used by
23174  LyX for margin notes is redefined to use the command provided by the 
23175 \series bold
23176 marginnote
23177 \series default
23178 -package:
23179 \end_layout
23180
23181 \begin_layout Standard
23182
23183 \series bold
23184
23185 \backslash
23186 usepackage{marginnote}
23187 \newline
23188
23189 \backslash
23190 let
23191 \backslash
23192 marginpar
23193 \backslash
23194 marginnote
23195 \end_layout
23196
23197 \begin_layout Standard
23198 This is also used in this document because 
23199 \series bold
23200 marginnote
23201 \series default
23202  has another useful feature: You can set a vertical offset for the note.
23203  This is often needed when too many margin notes are too close together
23204  or for a better page layout.
23205  The offset is set in LyX as ERT directly behind the margin note in the
23206  scheme
23207 \end_layout
23208
23209 \begin_layout Standard
23210
23211 \series bold
23212 [offset]
23213 \end_layout
23214
23215 \begin_layout Standard
23216 where the offset is a length with one of the units listed in Table\InsetSpace ~
23217
23218 \begin_inset LatexCommand ref
23219 reference "tab:Units"
23220
23221 \end_inset
23222
23223 .
23224  A negative value shifts the note up, a positive value shifts it down.
23225  
23226 \family roman
23227 \series medium
23228 For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
23229 cm with
23230  the ERT-command 
23231 \begin_inset Quotes eld
23232 \end_inset
23233
23234
23235 \family default
23236 \series bold
23237 [-1.5cm]
23238 \family roman
23239 \series medium
23240
23241 \begin_inset Quotes erd
23242 \end_inset
23243
23244
23245 \begin_inset Marginal
23246 status open
23247
23248 \begin_layout Standard
23249 This margin note is shifted up 1.5\InsetSpace \thinspace{}
23250 cm from its original position.
23251 \end_layout
23252
23253 \end_inset
23254
23255
23256 \family default
23257 \series default
23258
23259 \begin_inset ERT
23260 status collapsed
23261
23262 \begin_layout Standard
23263
23264 [-1.5cm]
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \begin_layout Standard
23273 \begin_inset VSpace medskip
23274 \end_inset
23275
23276 With 
23277 \series bold
23278 marginnote
23279 \series default
23280  you can also change the alignment of the text in the margin note.
23281  For example the commands
23282 \end_layout
23283
23284 \begin_layout Standard
23285
23286 \series bold
23287
23288 \backslash
23289 renewcommand*{
23290 \backslash
23291 raggedleftmarginnote}{
23292 \backslash
23293 centering}
23294 \newline
23295
23296 \backslash
23297 renewcommand*{
23298 \backslash
23299 raggedrightmarginnote}{
23300 \backslash
23301 centering}
23302 \end_layout
23303
23304 \begin_layout Standard
23305 set the alignment to centered.
23306  
23307 \series bold
23308
23309 \backslash
23310 raggedleftmarginnote
23311 \series default
23312  denotes margin notes that appear at the left side.
23313 \family roman
23314 \series medium
23315
23316 \begin_inset ERT
23317 status collapsed
23318
23319 \begin_layout Standard
23320
23321
23322 \backslash
23323 renewcommand*{
23324 \backslash
23325 raggedleftmarginnote}{
23326 \backslash
23327 centering}
23328 \end_layout
23329
23330 \begin_layout Standard
23331
23332
23333 \backslash
23334 renewcommand*{
23335 \backslash
23336 raggedrightmarginnote}{
23337 \backslash
23338 centering}
23339 \end_layout
23340
23341 \end_inset
23342
23343
23344 \begin_inset Marginal
23345 status open
23346
23347 \begin_layout Standard
23348 The text of this margin note is centered.
23349 \end_layout
23350
23351 \end_inset
23352
23353
23354 \family default
23355 \series default
23356  The default is
23357 \end_layout
23358
23359 \begin_layout Standard
23360
23361 \series bold
23362
23363 \backslash
23364 renewcommand*{
23365 \backslash
23366 raggedleftmarginnote}{
23367 \backslash
23368 raggedleft}
23369 \newline
23370
23371 \backslash
23372 renewcommand*{
23373 \backslash
23374 raggedrightmarginnote}{
23375 \backslash
23376 raggedright}
23377 \family roman
23378 \series medium
23379
23380 \begin_inset ERT
23381 status collapsed
23382
23383 \begin_layout Standard
23384
23385
23386 \backslash
23387 renewcommand*{
23388 \backslash
23389 raggedleftmarginnote}{
23390 \backslash
23391 raggedleft}
23392 \end_layout
23393
23394 \begin_layout Standard
23395
23396
23397 \backslash
23398 renewcommand*{
23399 \backslash
23400 raggedrightmarginnote}{
23401 \backslash
23402 raggedright}
23403 \end_layout
23404
23405 \end_inset
23406
23407
23408 \end_layout
23409
23410 \begin_layout Standard
23411 \begin_inset VSpace medskip
23412 \end_inset
23413
23414 For the other features of 
23415 \series bold
23416 marginnote
23417 \series default
23418  we refer to its documentation 
23419 \begin_inset LatexCommand cite
23420 key "marginnote"
23421
23422 \end_inset
23423
23424 .
23425 \end_layout
23426
23427 \begin_layout Standard
23428 \begin_inset VSpace bigskip
23429 \end_inset
23430
23431 You can adjust the layout of margin notes by changing its definition.
23432  To create for example a header for all margin notes with the underlined,
23433  sans-serif, and bold header text 
23434 \begin_inset Quotes eld
23435 \end_inset
23436
23437
23438 \family sans
23439 \series bold
23440 \bar under
23441 Attention!
23442 \family default
23443 \series default
23444 \bar default
23445
23446 \begin_inset Quotes erd
23447 \end_inset
23448
23449 , add this to your document preamble:
23450 \end_layout
23451
23452 \begin_layout Standard
23453
23454 \series bold
23455
23456 \backslash
23457 let
23458 \backslash
23459 myMarginpar
23460 \backslash
23461 marginpar
23462 \newline
23463
23464 \backslash
23465 renewcommand{
23466 \backslash
23467 marginpar}[1]{
23468 \backslash
23469 myMarginpar{%
23470 \newline
23471
23472 \begin_inset ERT
23473 status collapsed
23474
23475 \begin_layout Standard
23476
23477
23478 \backslash
23479 hphantom{ }
23480 \end_layout
23481
23482 \end_inset
23483
23484
23485 \backslash
23486 hspace{0pt}
23487 \backslash
23488 textsf{
23489 \backslash
23490 textbf{
23491 \backslash
23492 underbar{Attention!}}}%
23493 \newline
23494
23495 \begin_inset ERT
23496 status collapsed
23497
23498 \begin_layout Standard
23499
23500
23501 \backslash
23502 hphantom{ }
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \backslash
23509 vspace{1.5mm}
23510 \backslash
23511
23512 \backslash
23513 #1}}
23514 \end_layout
23515
23516 \begin_layout Standard
23517
23518 \family roman
23519 \series medium
23520 \begin_inset ERT
23521 status collapsed
23522
23523 \begin_layout Standard
23524
23525
23526 \backslash
23527 let
23528 \backslash
23529 myMarginpar
23530 \backslash
23531 marginpar
23532 \end_layout
23533
23534 \begin_layout Standard
23535
23536
23537 \backslash
23538 renewcommand{
23539 \backslash
23540 marginpar}[1]{
23541 \backslash
23542 myMarginpar{%
23543 \end_layout
23544
23545 \begin_layout Standard
23546
23547    
23548 \backslash
23549 textsf{
23550 \backslash
23551 textbf{
23552 \backslash
23553 underbar{Attention!}}}%
23554 \end_layout
23555
23556 \begin_layout Standard
23557
23558    
23559 \backslash
23560 vspace{1.5mm}
23561 \backslash
23562
23563 \backslash
23564 #1}}
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \begin_inset Marginal
23571 status open
23572
23573 \begin_layout Standard
23574 This is a margin note with a defined heading.
23575 \end_layout
23576
23577 \end_inset
23578
23579
23580 \family default
23581 \series default
23582
23583 \begin_inset ERT
23584 status collapsed
23585
23586 \begin_layout Standard
23587
23588 [-1.5cm]
23589 \end_layout
23590
23591 \end_inset
23592
23593
23594 \family roman
23595 \series medium
23596
23597 \begin_inset ERT
23598 status collapsed
23599
23600 \begin_layout Standard
23601
23602
23603 \backslash
23604 renewcommand{
23605 \backslash
23606 marginpar}[1]{
23607 \backslash
23608 myMarginpar{#1}}
23609 \end_layout
23610
23611 \end_inset
23612
23613
23614 \family default
23615 \series default
23616
23617 \begin_inset Note Note
23618 status collapsed
23619
23620 \begin_layout Standard
23621 The margin note format is changed only for this example.
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Standard
23630 \begin_inset ERT
23631 status collapsed
23632
23633 \begin_layout Standard
23634
23635
23636 \backslash
23637 else
23638 \end_layout
23639
23640 \end_inset
23641
23642
23643 \begin_inset Note Note
23644 status open
23645
23646 \begin_layout Standard
23647 The following will be displayed when the LaTeX-package 
23648 \series bold
23649 marginnote
23650 \series default
23651  is not installed:
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \begin_layout Standard
23660 You need to install the LaTeX-package 
23661 \series bold
23662 marginnote
23663 \series default
23664  to see the following part of this section in the output.
23665 \end_layout
23666
23667 \begin_layout Standard
23668 \begin_inset ERT
23669 status collapsed
23670
23671 \begin_layout Standard
23672
23673
23674 \backslash
23675 fi
23676 \end_layout
23677
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Chapter
23684 Boxes
23685 \end_layout
23686
23687 \begin_layout Section
23688 Introduction
23689 \begin_inset LatexCommand index
23690 name "Boxes ! Introduction"
23691
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \begin_layout Standard
23698 Boxes are used to format a block of text.
23699  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
23700
23701 \begin_inset LatexCommand ref
23702 reference "sec:Minipages"
23703
23704 \end_inset
23705
23706 , to frame texts, see section\InsetSpace ~
23707
23708 \begin_inset LatexCommand ref
23709 reference "sec:Framed-Boxes"
23710
23711 \end_inset
23712
23713 , to prevent words to be hyphenated, see section\InsetSpace ~
23714
23715 \begin_inset LatexCommand ref
23716 reference "sec:Prevent-Hyphenation"
23717
23718 \end_inset
23719
23720 , to align text, see section\InsetSpace ~
23721
23722 \begin_inset LatexCommand ref
23723 reference "sub:Vertical-Alignment"
23724
23725 \end_inset
23726
23727 , or to set the background color of texts, see section\InsetSpace ~
23728
23729 \begin_inset LatexCommand ref
23730 reference "sec:Colored-Boxes"
23731
23732 \end_inset
23733
23734 .
23735 \end_layout
23736
23737 \begin_layout Standard
23738 Boxes can be inserted with the menu 
23739 \family sans
23740 Insert\SpecialChar \menuseparator
23741 Box
23742 \family default
23743 .
23744  A grey box with the label 
23745 \family sans
23746 Box (Minipage)
23747 \family default
23748
23749 \begin_inset Graphics
23750         filename clipart/BoxInsetDefaultQt4.png
23751         scale 85
23752
23753 \end_inset
23754
23755 , will be inserted.
23756  The box type can be specified by right-clicking on the box.
23757  The appearing box dialog offers the 
23758 \family sans
23759 Inner\InsetSpace ~
23760 Box
23761 \family default
23762  types 
23763 \family sans
23764 Parbox
23765 \family default
23766  and 
23767 \family sans
23768 Minipage
23769 \family default
23770 .
23771  The type 
23772 \family sans
23773 Minipage
23774 \family default
23775  is the default for new boxes and is explained in section\InsetSpace ~
23776
23777 \begin_inset LatexCommand ref
23778 reference "sec:Minipages"
23779
23780 \end_inset
23781
23782 ; the type 
23783 \family sans
23784 Parbox
23785 \family default
23786  is described in section\InsetSpace ~
23787
23788 \begin_inset LatexCommand ref
23789 reference "sec:Parboxes"
23790
23791 \end_inset
23792
23793 .
23794 \end_layout
23795
23796 \begin_layout Standard
23797 Boxes aren't numbered and can therefore not be referenced like floats or
23798  footnotes.
23799 \end_layout
23800
23801 \begin_layout Standard
23802 \begin_inset Note Greyedout
23803 status open
23804
23805 \begin_layout Standard
23806
23807 \series bold
23808 Note:
23809 \series default
23810  Due to a bug in LyX you have to insert a protected space behind a box when
23811  you want to separate in a line the box from the following text with a space.
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \begin_layout Standard
23820 \begin_inset Note Greyedout
23821 status open
23822
23823 \begin_layout Standard
23824
23825 \series bold
23826 Note:
23827 \series default
23828  Boxes must not be the item in an 
23829 \family sans
23830 Itemize
23831 \family default
23832  or 
23833 \family sans
23834 Description
23835 \family default
23836  environment.
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \begin_layout Standard
23845 \begin_inset Note Greyedout
23846 status open
23847
23848 \begin_layout Standard
23849
23850 \series bold
23851 Note:
23852 \series default
23853  For an unknown reason you can only set the 
23854 \family sans
23855 Inner\InsetSpace ~
23856 Box
23857 \family default
23858  type to 
23859 \family sans
23860 None
23861 \family default
23862  when you use a framed box.
23863  Boxes without an 
23864 \family sans
23865 Inner\InsetSpace ~
23866 Box
23867 \family default
23868  type and without frames are explained in section\InsetSpace ~
23869
23870 \begin_inset LatexCommand ref
23871 reference "sec:Prevent-Hyphenation"
23872
23873 \end_inset
23874
23875 .
23876 \end_layout
23877
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \begin_layout Section
23884 Box Dialog
23885 \begin_inset LatexCommand label
23886 name "sec:Box-Dialog"
23887
23888 \end_inset
23889
23890
23891 \begin_inset LatexCommand index
23892 name "Boxes ! Box Dialog"
23893
23894 \end_inset
23895
23896
23897 \begin_inset LatexCommand index
23898 name "Boxes ! Alignment"
23899
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \begin_layout Standard
23906 In the box dialog you can adjust the box geometry in the fields 
23907 \family sans
23908 Width
23909 \family default
23910  and 
23911 \family sans
23912 Height
23913 \family default
23914 .
23915  The available units for the geometry are explained in Table\InsetSpace ~
23916
23917 \begin_inset LatexCommand ref
23918 reference "tab:Units"
23919
23920 \end_inset
23921
23922 .
23923  The field 
23924 \family sans
23925 Heigth
23926 \family default
23927  offers the following additional sizes:
23928 \end_layout
23929
23930 \begin_layout Description
23931 Depth This is the plain text 
23932 \begin_inset Quotes eld
23933 \end_inset
23934
23935 height
23936 \begin_inset Quotes erd
23937 \end_inset
23938
23939 .
23940  It ignores the total depth when there are multiple text lines in the box:
23941 \newline
23942
23943 \newline
23944
23945 \newline
23946
23947 \begin_inset Box Boxed
23948 position "c"
23949 hor_pos "c"
23950 has_inner_box 1
23951 inner_pos "c"
23952 use_parbox 0
23953 width "12col%"
23954 special "none"
23955 height "1in"
23956 height_special "depth"
23957 status collapsed
23958
23959 \begin_layout Standard
23960 \align center
23961 Box height set to 1\InsetSpace \thinspace{}
23962 Depth
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \newline
23969
23970 \newline
23971
23972 \end_layout
23973
23974 \begin_layout Description
23975 Height This is the heigth of the text that is inside the box.
23976  A value of e.\InsetSpace \thinspace{}
23977 g.\InsetSpace ~
23978 2 for this size will set the box heigth to 2 times the text
23979  height: 
23980 \begin_inset Box Boxed
23981 position "c"
23982 hor_pos "c"
23983 has_inner_box 1
23984 inner_pos "c"
23985 use_parbox 0
23986 width "20col%"
23987 special "none"
23988 height "2in"
23989 height_special "height"
23990 status collapsed
23991
23992 \begin_layout Standard
23993 \align center
23994 Box height set to 2\InsetSpace \thinspace{}
23995 Height
23996 \end_layout
23997
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Description
24004 Total\InsetSpace ~
24005 Height This is the Height\InsetSpace \thinspace{}
24006 +\InsetSpace \thinspace{}
24007 Depth: 
24008 \begin_inset Box Boxed
24009 position "c"
24010 hor_pos "c"
24011 has_inner_box 1
24012 inner_pos "c"
24013 use_parbox 0
24014 width "20col%"
24015 special "none"
24016 height "1in"
24017 height_special "totalheight"
24018 status collapsed
24019
24020 \begin_layout Standard
24021 \align center
24022 Box height set to 1\InsetSpace \thinspace{}
24023 Total\InsetSpace ~
24024 Height
24025 \end_layout
24026
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \begin_layout Description
24033 Width This set the width of the box as heigth: 
24034 \begin_inset Box Boxed
24035 position "c"
24036 hor_pos "c"
24037 has_inner_box 1
24038 inner_pos "c"
24039 use_parbox 0
24040 width "12col%"
24041 special "none"
24042 height "1in"
24043 height_special "width"
24044 status collapsed
24045
24046 \begin_layout Standard
24047 \align center
24048 Box height set to 1\InsetSpace \thinspace{}
24049 Width
24050 \end_layout
24051
24052 \end_inset
24053
24054
24055 \end_layout
24056
24057 \begin_layout Standard
24058 \begin_inset VSpace bigskip
24059 \end_inset
24060
24061 When you have chosen an 
24062 \family sans
24063 Inner\InsetSpace ~
24064 Box
24065 \family default
24066 , the vertical box alignment can be:
24067 \end_layout
24068
24069 \begin_layout Description
24070 Top This is an example text line.
24071  
24072 \begin_inset Box Boxed
24073 position "t"
24074 hor_pos "c"
24075 has_inner_box 1
24076 inner_pos "c"
24077 use_parbox 0
24078 width "12col%"
24079 special "none"
24080 height "1in"
24081 height_special "totalheight"
24082 status collapsed
24083
24084 \begin_layout Standard
24085 \align center
24086 This box is top-aligned.
24087 \end_layout
24088
24089 \end_inset
24090
24091 \InsetSpace ~
24092 This is an example text line.
24093 \end_layout
24094
24095 \begin_layout Description
24096 Middle This is an example text line.
24097  
24098 \begin_inset Box Boxed
24099 position "c"
24100 hor_pos "c"
24101 has_inner_box 1
24102 inner_pos "c"
24103 use_parbox 0
24104 width "12col%"
24105 special "none"
24106 height "1in"
24107 height_special "totalheight"
24108 status collapsed
24109
24110 \begin_layout Standard
24111 \align center
24112 This box is middle-aligned.
24113 \end_layout
24114
24115 \end_inset
24116
24117 \InsetSpace ~
24118 This is an example text line.
24119 \end_layout
24120
24121 \begin_layout Description
24122 Bottom This is an example text line.
24123  
24124 \begin_inset Box Boxed
24125 position "b"
24126 hor_pos "c"
24127 has_inner_box 1
24128 inner_pos "c"
24129 use_parbox 0
24130 width "12col%"
24131 special "none"
24132 height "1in"
24133 height_special "totalheight"
24134 status collapsed
24135
24136 \begin_layout Standard
24137 \align center
24138 This box is bottom-aligned.
24139 \end_layout
24140
24141 \end_inset
24142
24143 \InsetSpace ~
24144 This is an example text line.
24145 \end_layout
24146
24147 \begin_layout Standard
24148 The horizontal box alignment can be set via LyX's paragraph dialog when
24149  you set the box into its own paragraph.
24150 \end_layout
24151
24152 \begin_layout Standard
24153 \begin_inset VSpace bigskip
24154 \end_inset
24155
24156 When you have chosen an 
24157 \family sans
24158 Inner\InsetSpace ~
24159 Box
24160 \family default
24161 , the box content can be vertical aligned to:
24162 \end_layout
24163
24164 \begin_layout Description
24165 top This is an example text line.
24166  
24167 \begin_inset Box Boxed
24168 position "c"
24169 hor_pos "c"
24170 has_inner_box 1
24171 inner_pos "t"
24172 use_parbox 0
24173 width "12col%"
24174 special "none"
24175 height "1.5in"
24176 height_special "totalheight"
24177 status collapsed
24178
24179 \begin_layout Standard
24180 \align center
24181 This box text is top-aligned.
24182 \end_layout
24183
24184 \end_inset
24185
24186 \InsetSpace ~
24187 This is an example text line.
24188 \end_layout
24189
24190 \begin_layout Description
24191 middle This is an example text line.
24192  
24193 \begin_inset Box Boxed
24194 position "c"
24195 hor_pos "c"
24196 has_inner_box 1
24197 inner_pos "c"
24198 use_parbox 0
24199 width "12col%"
24200 special "none"
24201 height "1.5in"
24202 height_special "totalheight"
24203 status collapsed
24204
24205 \begin_layout Standard
24206 \align center
24207 This box text is middle-aligned.
24208 \end_layout
24209
24210 \end_inset
24211
24212 \InsetSpace ~
24213 This is an example text line.
24214 \end_layout
24215
24216 \begin_layout Description
24217 bottom This is an example text line.
24218  
24219 \begin_inset Box Boxed
24220 position "c"
24221 hor_pos "c"
24222 has_inner_box 1
24223 inner_pos "b"
24224 use_parbox 0
24225 width "12col%"
24226 special "none"
24227 height "1.5in"
24228 height_special "totalheight"
24229 status collapsed
24230
24231 \begin_layout Standard
24232 \align center
24233 This box text is bottom-aligned.
24234 \end_layout
24235
24236 \end_inset
24237
24238 \InsetSpace ~
24239 This is an example text line.
24240 \end_layout
24241
24242 \begin_layout Description
24243 stretch This is an example text line.
24244  
24245 \begin_inset Box Boxed
24246 position "c"
24247 hor_pos "c"
24248 has_inner_box 1
24249 inner_pos "s"
24250 use_parbox 0
24251 width "12col%"
24252 special "none"
24253 height "1.5in"
24254 height_special "totalheight"
24255 status collapsed
24256
24257 \begin_layout Standard
24258 \align center
24259 This box
24260 \end_layout
24261
24262 \begin_layout Standard
24263 \align center
24264 text is
24265 \end_layout
24266
24267 \begin_layout Standard
24268 \align center
24269 stretched.
24270 \end_layout
24271
24272 \end_inset
24273
24274 \InsetSpace ~
24275 This is an example text line.
24276 \end_layout
24277
24278 \begin_layout Standard
24279 To stretch the box content, it must consist of more than one paragraph.
24280  In the example above every text line is in an own paragraph.
24281 \end_layout
24282
24283 \begin_layout Standard
24284 \begin_inset VSpace bigskip
24285 \end_inset
24286
24287 To align the box content horizontally you can use LyX's paragraph dialog
24288  when you have chosen an 
24289 \family sans
24290 Inner\InsetSpace ~
24291 Box
24292 \family default
24293 .
24294 \end_layout
24295
24296 \begin_layout Standard
24297 \align center
24298 \begin_inset Box Boxed
24299 position "c"
24300 hor_pos "c"
24301 has_inner_box 1
24302 inner_pos "s"
24303 use_parbox 0
24304 width "15col%"
24305 special "none"
24306 height "1.25in"
24307 height_special "totalheight"
24308 status collapsed
24309
24310 \begin_layout Standard
24311 \align left
24312 This box
24313 \end_layout
24314
24315 \begin_layout Standard
24316 \align center
24317 text is
24318 \end_layout
24319
24320 \begin_layout Standard
24321 \align right
24322 stretched.
24323 \end_layout
24324
24325 \end_inset
24326
24327
24328 \end_layout
24329
24330 \begin_layout Standard
24331 If you haven't set an 
24332 \family sans
24333 Inner\InsetSpace ~
24334 Box
24335 \family default
24336 , you can align the box content horizontally in the box dialog.
24337 \end_layout
24338
24339 \begin_layout Standard
24340 \align center
24341 \begin_inset Box Boxed
24342 position "c"
24343 hor_pos "s"
24344 has_inner_box 0
24345 inner_pos "s"
24346 use_parbox 0
24347 width "90col%"
24348 special "none"
24349 height "1.25in"
24350 height_special "totalheight"
24351 status collapsed
24352
24353 \begin_layout Standard
24354 \align left
24355 This box text is horizontally stretched.
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \begin_layout Section
24364 Framed Boxes
24365 \begin_inset LatexCommand label
24366 name "sec:Framed-Boxes"
24367
24368 \end_inset
24369
24370
24371 \begin_inset LatexCommand index
24372 name "Boxes ! Frames"
24373
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \begin_layout Standard
24380 The frame style of the box can be specified in the box-dialog in the drop-down
24381  list 
24382 \family sans
24383 Type
24384 \family default
24385 .
24386  The following frame types are possible:
24387 \end_layout
24388
24389 \begin_layout Description
24390 Rectangular\InsetSpace ~
24391 box This draws a rectangle frame around the box.
24392  The frame line thickness has the size of 
24393 \series bold
24394
24395 \backslash
24396 fboxrule
24397 \series default
24398 .
24399  
24400 \begin_inset Box Boxed
24401 position "c"
24402 hor_pos "c"
24403 has_inner_box 1
24404 inner_pos "c"
24405 use_parbox 0
24406 width "20col%"
24407 special "none"
24408 height "1in"
24409 height_special "totalheight"
24410 status collapsed
24411
24412 \begin_layout Standard
24413 \align center
24414 Rectangular box
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \begin_layout Description
24423 Oval\InsetSpace ~
24424 box,\InsetSpace ~
24425 thin This draws an oval frame around the box.
24426  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
24427 pt.
24428  
24429 \begin_inset Box ovalbox
24430 position "c"
24431 hor_pos "c"
24432 has_inner_box 1
24433 inner_pos "c"
24434 use_parbox 0
24435 width "20col%"
24436 special "none"
24437 height "1in"
24438 height_special "totalheight"
24439 status collapsed
24440
24441 \begin_layout Standard
24442 \align center
24443 Oval box, thin
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \begin_layout Description
24452 Oval\InsetSpace ~
24453 box,\InsetSpace ~
24454 thick This draws an oval frame around the box.
24455  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
24456 pt.
24457  
24458 \begin_inset Box Ovalbox
24459 position "c"
24460 hor_pos "c"
24461 has_inner_box 1
24462 inner_pos "c"
24463 use_parbox 0
24464 width "20col%"
24465 special "none"
24466 height "1in"
24467 height_special "totalheight"
24468 status collapsed
24469
24470 \begin_layout Standard
24471 \align center
24472 Oval box, thick
24473 \end_layout
24474
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \begin_layout Description
24481 Shadow\InsetSpace ~
24482 box This draws a rectangle frame with a shadow around the box.
24483  The frame line thickness has the size of 
24484 \series bold
24485
24486 \backslash
24487 fboxrule
24488 \series default
24489 , the shadow has a width of 4\InsetSpace \thinspace{}
24490 pt.
24491  
24492 \begin_inset Box Shadowbox
24493 position "c"
24494 hor_pos "c"
24495 has_inner_box 1
24496 inner_pos "c"
24497 use_parbox 0
24498 width "20col%"
24499 special "none"
24500 height "1in"
24501 height_special "totalheight"
24502 status collapsed
24503
24504 \begin_layout Standard
24505 \align center
24506 Shadow box
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \end_layout
24513
24514 \begin_layout Description
24515 Double\InsetSpace ~
24516 box This draws a double-line rectangle frame around the box.
24517  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
24518
24519 \series bold
24520
24521 \backslash
24522 fboxrule
24523 \series default
24524 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
24525
24526 \series bold
24527
24528 \backslash
24529 fboxrule
24530 \series default
24531 .
24532  The distance between the lines is 1.5\InsetSpace \thinspace{}
24533
24534 \series bold
24535
24536 \backslash
24537 fboxrule
24538 \series default
24539 \InsetSpace \thinspace{}
24540 +\InsetSpace \thinspace{}
24541 0.5\InsetSpace \thinspace{}
24542 pt.
24543  
24544 \begin_inset Box Doublebox
24545 position "c"
24546 hor_pos "c"
24547 has_inner_box 1
24548 inner_pos "c"
24549 use_parbox 0
24550 width "20col%"
24551 special "none"
24552 height "1in"
24553 height_special "totalheight"
24554 status collapsed
24555
24556 \begin_layout Standard
24557 \align center
24558 Double box
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \begin_layout Standard
24567 \begin_inset VSpace bigskip
24568 \end_inset
24569
24570 LyX's box label will change to the used frame style when you set a frame.
24571  To be able to use the different frame styles, the LaTeX-package 
24572 \series bold
24573 fancybox
24574 \series default
24575
24576 \begin_inset LatexCommand index
24577 name "LaTeX-packages ! fancybox"
24578
24579 \end_inset
24580
24581  must be installed.
24582 \end_layout
24583
24584 \begin_layout Standard
24585 \begin_inset VSpace bigskip
24586 \end_inset
24587
24588 The default value for the size 
24589 \series bold
24590
24591 \backslash
24592 fboxrule
24593 \series default
24594  is 0.4\InsetSpace \thinspace{}
24595 pt.
24596  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
24597 g.\InsetSpace ~
24598 2\InsetSpace \thinspace{}
24599 pt:
24600 \end_layout
24601
24602 \begin_layout Standard
24603
24604 \series bold
24605
24606 \backslash
24607 setlength{
24608 \backslash
24609 fboxrule}{2pt}
24610 \end_layout
24611
24612 \begin_layout Standard
24613 \begin_inset ERT
24614 status collapsed
24615
24616 \begin_layout Standard
24617
24618
24619 \backslash
24620 setlength{
24621 \backslash
24622 fboxrule}{2pt}
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \begin_inset Box Boxed
24629 position "c"
24630 hor_pos "c"
24631 has_inner_box 1
24632 inner_pos "c"
24633 use_parbox 0
24634 width "25col%"
24635 special "none"
24636 height "1in"
24637 height_special "totalheight"
24638 status collapsed
24639
24640 \begin_layout Standard
24641 \align center
24642 Rectangular box with 
24643 \series bold
24644
24645 \backslash
24646 fboxrule
24647 \series default
24648 \InsetSpace \thinspace{}
24649 =\InsetSpace \thinspace{}
24650 2\InsetSpace \thinspace{}
24651 pt
24652 \end_layout
24653
24654 \end_inset
24655
24656
24657 \begin_inset ERT
24658 status collapsed
24659
24660 \begin_layout Standard
24661
24662
24663 \backslash
24664 setlength{
24665 \backslash
24666 fboxrule}{0.4pt}
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \begin_layout Standard
24675 \begin_inset VSpace bigskip
24676 \end_inset
24677
24678 The space between the frame and the box content is for all frame styles
24679  by default 3\InsetSpace \thinspace{}
24680 pt.
24681  You can change it by setting the length 
24682 \series bold
24683
24684 \backslash
24685 fboxsep
24686 \series default
24687  to another value.
24688  For example the command
24689 \end_layout
24690
24691 \begin_layout Standard
24692
24693 \series bold
24694
24695 \backslash
24696 setlength{
24697 \backslash
24698 fboxsep}{10pt}
24699 \end_layout
24700
24701 \begin_layout Standard
24702 sets the value to 10\InsetSpace \thinspace{}
24703 pt, like for the following box:
24704 \end_layout
24705
24706 \begin_layout Standard
24707 \begin_inset ERT
24708 status collapsed
24709
24710 \begin_layout Standard
24711
24712
24713 \backslash
24714 setlength{
24715 \backslash
24716 fboxsep}{10pt}
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \begin_inset Box Boxed
24723 position "c"
24724 hor_pos "c"
24725 has_inner_box 1
24726 inner_pos "c"
24727 use_parbox 0
24728 width "25col%"
24729 special "none"
24730 height "1in"
24731 height_special "totalheight"
24732 status collapsed
24733
24734 \begin_layout Standard
24735 \align center
24736 Rectangular box with 
24737 \series bold
24738
24739 \backslash
24740 fboxsep
24741 \series default
24742 \InsetSpace \thinspace{}
24743 =\InsetSpace \thinspace{}
24744 10\InsetSpace \thinspace{}
24745 pt
24746 \end_layout
24747
24748 \end_inset
24749
24750
24751 \begin_inset ERT
24752 status collapsed
24753
24754 \begin_layout Standard
24755
24756
24757 \backslash
24758 setlength{
24759 \backslash
24760 fboxsep}{3pt}
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \begin_layout Standard
24769 \begin_inset VSpace bigskip
24770 \end_inset
24771
24772 The diameter of the round corners of the oval boxes can be set with the
24773  command 
24774 \series bold
24775
24776 \backslash
24777 cornersize
24778 \series default
24779 .
24780  The command
24781 \end_layout
24782
24783 \begin_layout Standard
24784
24785 \series bold
24786
24787 \backslash
24788 cornersize*{1cm}
24789 \end_layout
24790
24791 \begin_layout Standard
24792 sets the diameter to 1\InsetSpace \thinspace{}
24793 cm.
24794  The command
24795 \end_layout
24796
24797 \begin_layout Standard
24798
24799 \series bold
24800
24801 \backslash
24802 cornersize{num}
24803 \end_layout
24804
24805 \begin_layout Standard
24806 sets the diameter to 
24807 \family sans
24808 num\InsetSpace \thinspace{}
24809 ×\InsetSpace \thinspace{}
24810 minimum(width and heigth of box)
24811 \family default
24812 .
24813  The default is 
24814 \series bold
24815
24816 \backslash
24817 cornersize{0.5}
24818 \series default
24819 .
24820 \end_layout
24821
24822 \begin_layout Standard
24823 \begin_inset ERT
24824 status collapsed
24825
24826 \begin_layout Standard
24827
24828
24829 \backslash
24830 cornersize*{1.5cm}
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \begin_inset Box Ovalbox
24837 position "c"
24838 hor_pos "c"
24839 has_inner_box 1
24840 inner_pos "c"
24841 use_parbox 0
24842 width "25col%"
24843 special "none"
24844 height "1in"
24845 height_special "totalheight"
24846 status collapsed
24847
24848 \begin_layout Standard
24849 \align center
24850 Oval box with 
24851 \series bold
24852
24853 \backslash
24854 cornersize
24855 \series default
24856 \InsetSpace \thinspace{}
24857 =\InsetSpace \thinspace{}
24858 1.5\InsetSpace \thinspace{}
24859 cm
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \begin_inset ERT
24866 status collapsed
24867
24868 \begin_layout Standard
24869
24870
24871 \backslash
24872 cornersize{0.5}
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Standard
24881 \begin_inset VSpace bigskip
24882 \end_inset
24883
24884 The size of the shadow can be adjusted by changing the length 
24885 \series bold
24886
24887 \backslash
24888 shadowsize
24889 \series default
24890 .
24891  It it set to 2\InsetSpace \thinspace{}
24892 pt for the following box by this command:
24893 \end_layout
24894
24895 \begin_layout Standard
24896
24897 \series bold
24898
24899 \backslash
24900 setlength{
24901 \backslash
24902 shadowsize}{2pt}
24903 \end_layout
24904
24905 \begin_layout Standard
24906 \begin_inset ERT
24907 status collapsed
24908
24909 \begin_layout Standard
24910
24911
24912 \backslash
24913 setlength{
24914 \backslash
24915 shadowsize}{2pt}
24916 \end_layout
24917
24918 \end_inset
24919
24920
24921 \begin_inset Box Shadowbox
24922 position "c"
24923 hor_pos "c"
24924 has_inner_box 1
24925 inner_pos "c"
24926 use_parbox 0
24927 width "25col%"
24928 special "none"
24929 height "1in"
24930 height_special "totalheight"
24931 status collapsed
24932
24933 \begin_layout Standard
24934 \align center
24935 Shadow box with 
24936 \series bold
24937
24938 \backslash
24939 shadowsize
24940 \series default
24941 \InsetSpace \thinspace{}
24942 =\InsetSpace \thinspace{}
24943 2\InsetSpace \thinspace{}
24944 pt
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \begin_inset ERT
24951 status collapsed
24952
24953 \begin_layout Standard
24954
24955
24956 \backslash
24957 setlength{
24958 \backslash
24959 shadowsize}{4pt}
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 \begin_inset VSpace bigskip
24969 \end_inset
24970
24971 Changed lengths and widths are valid for all boxes following the commands
24972  that change them.
24973 \end_layout
24974
24975 \begin_layout Section
24976 Minipages
24977 \begin_inset LatexCommand label
24978 name "sec:Minipages"
24979
24980 \end_inset
24981
24982
24983 \begin_inset LatexCommand index
24984 name "Boxes ! Minipages"
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992 Minipages are treated by LaTeX as pages within pages and can therefore for
24993  example have their own footnotes.
24994 \end_layout
24995
24996 \begin_layout Standard
24997 Minipages are useful when you write documents with different languages.
24998 \end_layout
24999
25000 \begin_layout Standard
25001 Below are two example minipages side by side.
25002  Their width is set to 45\InsetSpace \thinspace{}
25003 col% and they are separated by a horizontal fill,
25004  that was inserted via the menu 
25005 \family sans
25006 Insert\SpecialChar \menuseparator
25007 Special\InsetSpace ~
25008 Formatting\SpecialChar \menuseparator
25009 Horizontal\InsetSpace ~
25010 Fill
25011 \family default
25012 .
25013 \end_layout
25014
25015 \begin_layout Standard
25016 \begin_inset Box Frameless
25017 position "t"
25018 hor_pos "c"
25019 has_inner_box 1
25020 inner_pos "c"
25021 use_parbox 0
25022 width "45col%"
25023 special "none"
25024 height "1in"
25025 height_special "totalheight"
25026 status open
25027
25028 \begin_layout Standard
25029
25030 \lang german
25031 Dies ist ein deutscher Text.
25032  Dies ist ein deutscher Text.
25033  Dies ist ein deutscher Text.
25034  Dies ist ein deutscher Text.
25035  Dies ist ein deutscher Text.
25036  Dies ist ein deutscher Text.
25037  Dies ist ein deutscher Text.
25038  Dies ist ein deutscher Text.
25039  Dies ist ein deutscher Text.
25040  Dies ist ein deutscher Text.
25041  Dies ist ein deutscher Text.
25042  Dies ist ein deutscher Text.
25043  Dies ist ein deutscher Text
25044 \begin_inset Foot
25045 status collapsed
25046
25047 \begin_layout Standard
25048
25049 \lang german
25050 Dies ist eine deutsche Fußnote.
25051 \end_layout
25052
25053 \end_inset
25054
25055 .
25056  Dies ist ein deutscher Text.
25057  Dies ist ein deutscher Text.
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \hfill
25064
25065 \begin_inset Box Frameless
25066 position "t"
25067 hor_pos "c"
25068 has_inner_box 1
25069 inner_pos "c"
25070 use_parbox 0
25071 width "45col%"
25072 special "none"
25073 height "1in"
25074 height_special "totalheight"
25075 status open
25076
25077 \begin_layout Standard
25078 This is an English Text.
25079  This is an English Text.
25080  This is an English Text.
25081  This is an English Text.
25082  This is an English Text.
25083  This is an English Text.
25084  This is an English Text.
25085  This is an English Text.
25086  This is an English Text.
25087  This is an English Text.
25088  This is an English Text.
25089  This is an English Text.
25090  This is an English Text.
25091  This is an English Text.
25092  This is an English Text.
25093  This is an English Text.
25094 \begin_inset Foot
25095 status collapsed
25096
25097 \begin_layout Standard
25098 This is an English footnote.
25099 \end_layout
25100
25101 \end_inset
25102
25103  This is an English Text.
25104  
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 \begin_inset VSpace bigskip
25114 \end_inset
25115
25116 Another application for minipages are footnotes within tables.
25117  Due to a LaTeX restriction footnotes within tables doesn't appear at the
25118  bottom of the current page.
25119  But when you put the table with the footnote to a minipage, the footnote
25120  will appear at its bottom, numbered with Latin letters.
25121  The footnote number is reset to 1 in every minipage but not outside the
25122  minipages.
25123 \end_layout
25124
25125 \begin_layout Standard
25126 The footnote of this table doesn't appear: 
25127 \begin_inset Tabular
25128 <lyxtabular version="3" rows="3" columns="4">
25129 <features>
25130 <column alignment="center" valignment="top" leftline="true" width="0pt">
25131 <column alignment="center" valignment="top" leftline="true" width="0pt">
25132 <column alignment="center" valignment="top" leftline="true" width="0pt">
25133 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25134 <row topline="true">
25135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Standard
25139 1
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Standard
25148 2
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Standard
25157 3
25158 \begin_inset Foot
25159 status collapsed
25160
25161 \begin_layout Standard
25162 This is a footnote within a table.
25163 \end_layout
25164
25165 \end_inset
25166
25167
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Standard
25176 4
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 </row>
25182 <row topline="true">
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Standard
25187 a
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Standard
25196 b
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Standard
25205 c
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Standard
25214 d
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row topline="true" bottomline="true">
25221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Standard
25225 e
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Standard
25234 f
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Standard
25243 g
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Standard
25252 h
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 </row>
25258 </lyxtabular>
25259
25260 \end_inset
25261
25262
25263 \end_layout
25264
25265 \begin_layout Standard
25266 \align center
25267 \begin_inset Box Frameless
25268 position "t"
25269 hor_pos "c"
25270 has_inner_box 1
25271 inner_pos "c"
25272 use_parbox 0
25273 width "30col%"
25274 special "none"
25275 height "1in"
25276 height_special "totalheight"
25277 status open
25278
25279 \begin_layout Standard
25280 \align center
25281 \begin_inset Tabular
25282 <lyxtabular version="3" rows="3" columns="4">
25283 <features>
25284 <column alignment="center" valignment="top" leftline="true" width="0pt">
25285 <column alignment="center" valignment="top" leftline="true" width="0pt">
25286 <column alignment="center" valignment="top" leftline="true" width="0pt">
25287 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25288 <row topline="true">
25289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Standard
25293 1
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Standard
25302 2
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Standard
25311 3
25312 \begin_inset Foot
25313 status collapsed
25314
25315 \begin_layout Standard
25316 This is a footnote within a table.
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Standard
25330 4
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 <row topline="true">
25337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Standard
25341 a
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Standard
25350 b
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Standard
25359 c
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Standard
25368 d
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 </row>
25374 <row topline="true" bottomline="true">
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Standard
25379 e
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Standard
25388 f
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Standard
25397 g
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Standard
25406 h
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 </row>
25412 </lyxtabular>
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 \begin_inset VSpace bigskip
25426 \end_inset
25427
25428 The document-wide paragraph settings are ignored within minipages.
25429  That means that there will be no space between paragraphs in minipages
25430  although you set it to e.\InsetSpace \thinspace{}
25431 g.\InsetSpace ~
25432
25433 \family sans
25434 MedSkip
25435 \family default
25436  in the document settings.
25437 \end_layout
25438
25439 \begin_layout Standard
25440 Minipages can also be used to set a background color for text parts, see
25441  section\InsetSpace ~
25442
25443 \begin_inset LatexCommand ref
25444 reference "sub:Color-for-Paragraphs"
25445
25446 \end_inset
25447
25448 .
25449 \end_layout
25450
25451 \begin_layout Standard
25452 \begin_inset Note Greyedout
25453 status open
25454
25455 \begin_layout Standard
25456
25457 \series bold
25458 Note:
25459 \series default
25460  You cannot have floats or margin notes inside minipages but minipages can
25461  be used inside tables, floats, and other boxes.
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \begin_layout Section
25470 Parboxes
25471 \begin_inset LatexCommand label
25472 name "sec:Parboxes"
25473
25474 \end_inset
25475
25476
25477 \begin_inset LatexCommand index
25478 name "Boxes ! Parboxes"
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Standard
25486 Parboxes are very similar to minipages with the difference that they cannot
25487  have footnotes.
25488  The main difference to minipages is that minipages are in contrary to parboxes
25489  no real boxes but LaTeX-environments.
25490 \end_layout
25491
25492 \begin_layout Standard
25493 \align center
25494 \begin_inset Box Frameless
25495 position "t"
25496 hor_pos "c"
25497 has_inner_box 1
25498 inner_pos "t"
25499 use_parbox 1
25500 width "33col%"
25501 special "none"
25502 height "1in"
25503 height_special "totalheight"
25504 status collapsed
25505
25506 \begin_layout Standard
25507 This a text within a parbox.
25508  This a text within a parbox.
25509 \end_layout
25510
25511 \begin_layout Standard
25512 This footnote won't appear:
25513 \begin_inset Foot
25514 status collapsed
25515
25516 \begin_layout Standard
25517 This footnote is inside a parbox and will therefore not appear.
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \begin_layout Section
25531 Boxes for Words and Characters
25532 \begin_inset LatexCommand index
25533 name "Boxes ! for Characters"
25534
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \begin_layout Subsection
25541 Prevent Hyphenation
25542 \begin_inset LatexCommand label
25543 name "sec:Prevent-Hyphenation"
25544
25545 \end_inset
25546
25547
25548 \begin_inset LatexCommand index
25549 name "Boxes ! to Prevent Hyphenation"
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \begin_layout Standard
25557 You can use a special kind of boxes to prevent words or text to be hyphenated.
25558 \newline
25559 Her
25560 e is an example text:
25561 \end_layout
25562
25563 \begin_layout Standard
25564 This line is an example to show how you can prevent the hyphenation of 
25565 \begin_inset Quotes eld
25566 \end_inset
25567
25568 veryverylongword
25569 \begin_inset Quotes erd
25570 \end_inset
25571
25572 .
25573 \end_layout
25574
25575 \begin_layout Standard
25576 To prevent the hyphenation of the word 
25577 \begin_inset Quotes eld
25578 \end_inset
25579
25580 veryverylongword
25581 \begin_inset Quotes erd
25582 \end_inset
25583
25584 , add the command
25585 \end_layout
25586
25587 \begin_layout Standard
25588
25589 \series bold
25590
25591 \backslash
25592 mbox{
25593 \end_layout
25594
25595 \begin_layout Standard
25596 in ERT before the word.
25597  Behind the word insert a closing brace 
25598 \begin_inset Quotes eld
25599 \end_inset
25600
25601
25602 \series bold
25603 }
25604 \series default
25605
25606 \begin_inset Quotes erd
25607 \end_inset
25608
25609  in ERT.
25610 \begin_inset ERT
25611 status collapsed
25612
25613 \begin_layout Standard
25614
25615
25616 \backslash
25617 pagebreak 
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \begin_layout Standard
25626 This is the result:
25627 \end_layout
25628
25629 \begin_layout Standard
25630 This line is an example to show how you can prevent the hyphenation of 
25631 \begin_inset ERT
25632 status collapsed
25633
25634 \begin_layout Standard
25635
25636
25637 \backslash
25638 mbox{
25639 \end_layout
25640
25641 \end_inset
25642
25643
25644 \begin_inset Quotes eld
25645 \end_inset
25646
25647 veryverylongword
25648 \begin_inset Quotes erd
25649 \end_inset
25650
25651 .
25652 \begin_inset ERT
25653 status collapsed
25654
25655 \begin_layout Standard
25656
25657 }
25658 \end_layout
25659
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \begin_layout Standard
25666 You can alternatively set the command 
25667 \begin_inset Quotes eld
25668 \end_inset
25669
25670
25671 \series bold
25672
25673 \backslash
25674 -
25675 \series default
25676
25677 \begin_inset Quotes grd
25678 \end_inset
25679
25680  as ERT directly before the word:
25681 \end_layout
25682
25683 \begin_layout Standard
25684 This line is an example to show how you can prevent the hyphenation of 
25685 \begin_inset Quotes eld
25686 \end_inset
25687
25688
25689 \begin_inset ERT
25690 status collapsed
25691
25692 \begin_layout Standard
25693
25694
25695 \backslash
25696 -
25697 \end_layout
25698
25699 \end_inset
25700
25701 veryverylongword
25702 \begin_inset Quotes erd
25703 \end_inset
25704
25705 .
25706 \end_layout
25707
25708 \begin_layout Standard
25709 Of course the word now protrudes over the side margin.
25710  To avoid this, add via the menu 
25711 \family sans
25712 Insert\SpecialChar \menuseparator
25713 Special\InsetSpace ~
25714 Formatting\SpecialChar \menuseparator
25715 Line\InsetSpace ~
25716 Break
25717 \family default
25718  (shortcut 
25719 \series bold
25720 Ctrl-Return
25721 \series default
25722 ) a line break before the word:
25723 \end_layout
25724
25725 \begin_layout Standard
25726 This line is an example to show how you can prevent the hyphenation of 
25727 \newline
25728
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Standard
25733
25734
25735 \backslash
25736 mbox{
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \begin_inset Quotes eld
25743 \end_inset
25744
25745 veryverylongword
25746 \begin_inset Quotes erd
25747 \end_inset
25748
25749 .
25750 \begin_inset ERT
25751 status collapsed
25752
25753 \begin_layout Standard
25754
25755 }
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \begin_layout Subsection
25764 Vertical Alignment
25765 \begin_inset LatexCommand label
25766 name "sub:Vertical-Alignment"
25767
25768 \end_inset
25769
25770
25771 \begin_inset LatexCommand index
25772 name "Boxes ! for Vertical Alignment"
25773
25774 \end_inset
25775
25776
25777 \begin_inset LatexCommand index
25778 name "Boxes ! Raiseboxes"
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \begin_layout Standard
25786 With the help of the command 
25787 \series bold
25788
25789 \backslash
25790 raisebox
25791 \series default
25792  you can align words, characters or other boxes vertically to the surrounding
25793  text.
25794  
25795 \series bold
25796
25797 \backslash
25798 raisebox
25799 \series default
25800  is used with the following scheme:
25801 \end_layout
25802
25803 \begin_layout Standard
25804
25805 \series bold
25806
25807 \backslash
25808 raisebox{lift}[height][depth]{box content}
25809 \end_layout
25810
25811 \begin_layout Standard
25812 The lift can be a positive value to raise the box or a negative value to
25813  lower the box.
25814 \end_layout
25815
25816 \begin_layout Standard
25817 To align for example the word 
25818 \begin_inset Quotes eld
25819 \end_inset
25820
25821 preventing
25822 \begin_inset Quotes erd
25823 \end_inset
25824
25825  so that the bottom of the 
25826 \begin_inset Quotes eld
25827 \end_inset
25828
25829 deepest
25830 \begin_inset Quotes erd
25831 \end_inset
25832
25833  character 
25834 \begin_inset Quotes eld
25835 \end_inset
25836
25837 p
25838 \begin_inset Quotes erd
25839 \end_inset
25840
25841  is at the baseline, insert the command
25842 \end_layout
25843
25844 \begin_layout Standard
25845
25846 \series bold
25847
25848 \backslash
25849 raisebox{
25850 \backslash
25851 depth}{
25852 \end_layout
25853
25854 \begin_layout Standard
25855 in ERT before the word.
25856  Behind the word insert a closing brace 
25857 \begin_inset Quotes eld
25858 \end_inset
25859
25860
25861 \series bold
25862 }
25863 \series default
25864
25865 \begin_inset Quotes erd
25866 \end_inset
25867
25868  in ERT.
25869 \newline
25870 This is the result:
25871 \end_layout
25872
25873 \begin_layout Standard
25874 This is a text line with the word 
25875 \begin_inset ERT
25876 status collapsed
25877
25878 \begin_layout Standard
25879
25880
25881 \backslash
25882 raisebox{
25883 \backslash
25884 depth}{
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \begin_inset Quotes eld
25891 \end_inset
25892
25893 preventing
25894 \begin_inset Quotes erd
25895 \end_inset
25896
25897
25898 \begin_inset ERT
25899 status collapsed
25900
25901 \begin_layout Standard
25902
25903 }
25904 \end_layout
25905
25906 \end_inset
25907
25908  as raised word.
25909 \end_layout
25910
25911 \begin_layout Standard
25912 \begin_inset VSpace bigskip
25913 \end_inset
25914
25915 When you raise or lower characters in a line, the line distance will be
25916  spread:
25917 \end_layout
25918
25919 \begin_layout Standard
25920 This is a text line with the word 
25921 \begin_inset ERT
25922 status collapsed
25923
25924 \begin_layout Standard
25925
25926
25927 \backslash
25928 raisebox{-
25929 \backslash
25930 depth}{
25931 \end_layout
25932
25933 \end_inset
25934
25935
25936 \begin_inset Quotes eld
25937 \end_inset
25938
25939 preventing
25940 \begin_inset Quotes erd
25941 \end_inset
25942
25943
25944 \begin_inset ERT
25945 status collapsed
25946
25947 \begin_layout Standard
25948
25949 }
25950 \end_layout
25951
25952 \end_inset
25953
25954  as lowered word.
25955 \newline
25956 This is a text line with the word 
25957 \begin_inset ERT
25958 status collapsed
25959
25960 \begin_layout Standard
25961
25962
25963 \backslash
25964 raisebox{0.5cm}{
25965 \end_layout
25966
25967 \end_inset
25968
25969
25970 \begin_inset Quotes eld
25971 \end_inset
25972
25973 testing
25974 \begin_inset Quotes erd
25975 \end_inset
25976
25977
25978 \begin_inset ERT
25979 status collapsed
25980
25981 \begin_layout Standard
25982
25983 }
25984 \end_layout
25985
25986 \end_inset
25987
25988  as raised word.
25989 \end_layout
25990
25991 \begin_layout Standard
25992 If you want to prevent this for a certain reason, set the box height to
25993  a zero value.
25994  For example use
25995 \end_layout
25996
25997 \begin_layout Standard
25998
25999 \series bold
26000
26001 \backslash
26002 raisebox{-
26003 \backslash
26004 depth}[0pt]{
26005 \end_layout
26006
26007 \begin_layout Standard
26008 This is a text line with the word 
26009 \begin_inset ERT
26010 status collapsed
26011
26012 \begin_layout Standard
26013
26014
26015 \backslash
26016 raisebox{-
26017 \backslash
26018 depth}[0pt]{
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \begin_inset Quotes eld
26025 \end_inset
26026
26027 preventing
26028 \begin_inset Quotes erd
26029 \end_inset
26030
26031
26032 \begin_inset ERT
26033 status collapsed
26034
26035 \begin_layout Standard
26036
26037 }
26038 \end_layout
26039
26040 \end_inset
26041
26042  as lowered word.
26043 \newline
26044 This is a text line with the word 
26045 \begin_inset ERT
26046 status collapsed
26047
26048 \begin_layout Standard
26049
26050
26051 \backslash
26052 raisebox{0.5cm}[0pt]{
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \begin_inset Quotes eld
26059 \end_inset
26060
26061 testing
26062 \begin_inset Quotes erd
26063 \end_inset
26064
26065
26066 \begin_inset ERT
26067 status collapsed
26068
26069 \begin_layout Standard
26070
26071 }
26072 \end_layout
26073
26074 \end_inset
26075
26076  as raised word.
26077 \end_layout
26078
26079 \begin_layout Section
26080 Colored Boxes
26081 \begin_inset LatexCommand label
26082 name "sec:Colored-Boxes"
26083
26084 \end_inset
26085
26086
26087 \begin_inset LatexCommand index
26088 name "Boxes ! Color"
26089
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \begin_layout Subsection
26096 Color for Text
26097 \begin_inset LatexCommand index
26098 name "Color ! for Text"
26099
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \begin_layout Standard
26106 To color the background of text the text must be put into a so called 
26107 \begin_inset Quotes eld
26108 \end_inset
26109
26110 colorbox
26111 \begin_inset Quotes erd
26112 \end_inset
26113
26114 .
26115  This requires that the LaTeX-package 
26116 \series bold
26117 color
26118 \series default
26119
26120 \begin_inset LatexCommand index
26121 name "LaTeX-packages ! color"
26122
26123 \end_inset
26124
26125  is loaded in the document preamble with the command
26126 \end_layout
26127
26128 \begin_layout Standard
26129
26130 \series bold
26131
26132 \backslash
26133 @ifundef\SpecialChar \textcompwordmark{}
26134 ined{textcolor}
26135 \newline
26136
26137 \begin_inset ERT
26138 status collapsed
26139
26140 \begin_layout Standard
26141
26142
26143 \backslash
26144 hphantom{ }
26145 \end_layout
26146
26147 \end_inset
26148
26149 {
26150 \backslash
26151 usepackage{color}}{}
26152 \end_layout
26153
26154 \begin_layout Standard
26155 The package 
26156 \series bold
26157 color
26158 \series default
26159  will be loaded automatically by LyX when you color text
26160 \begin_inset Foot
26161 status collapsed
26162
26163 \begin_layout Standard
26164 To avoid that it is loaded twice the command 
26165 \series bold
26166
26167 \backslash
26168 @ifundef\SpecialChar \textcompwordmark{}
26169 ined
26170 \series default
26171  is used.
26172 \end_layout
26173
26174 \end_inset
26175
26176 .
26177 \end_layout
26178
26179 \begin_layout Standard
26180 \begin_inset VSpace medskip
26181 \end_inset
26182
26183 Colorboxes are created with the command 
26184 \series bold
26185
26186 \backslash
26187 colorbox
26188 \series default
26189 .
26190  This will be used with the following scheme:
26191 \end_layout
26192
26193 \begin_layout Standard
26194
26195 \series bold
26196
26197 \backslash
26198 colorbox{color}{box content}
26199 \end_layout
26200
26201 \begin_layout Standard
26202 The box content can also be a box and colorboxes can also be within other
26203  boxes.
26204 \end_layout
26205
26206 \begin_layout Standard
26207 The following colors are predefined:
26208 \newline
26209
26210 \family sans
26211 black
26212 \family default
26213
26214 \family sans
26215 blue
26216 \family default
26217
26218 \family sans
26219 cyan
26220 \family default
26221 \series bold
26222 ,
26223 \series default
26224  
26225 \family sans
26226 green
26227 \family default
26228
26229 \family sans
26230 magenta
26231 \family default
26232
26233 \family sans
26234 red
26235 \family default
26236
26237 \family sans
26238 white
26239 \family default
26240 , and 
26241 \family sans
26242 yellow
26243 \family default
26244 .
26245 \newline
26246 You can also define your own color as described in section\InsetSpace ~
26247
26248 \begin_inset LatexCommand ref
26249 reference "sec:Colored-Tables"
26250
26251 \end_inset
26252
26253 .
26254 \end_layout
26255
26256 \begin_layout Standard
26257 To have e.\InsetSpace \thinspace{}
26258 g.\InsetSpace ~
26259 a red background for a word, insert the command
26260 \end_layout
26261
26262 \begin_layout Standard
26263
26264 \series bold
26265
26266 \backslash
26267 colorbox{red}{
26268 \end_layout
26269
26270 \begin_layout Standard
26271 before the word in ERT.
26272  Behind the word insert a closing brace 
26273 \begin_inset Quotes eld
26274 \end_inset
26275
26276
26277 \series bold
26278 }
26279 \series default
26280
26281 \begin_inset Quotes erd
26282 \end_inset
26283
26284  in ERT.
26285 \newline
26286 This is the result:
26287 \end_layout
26288
26289 \begin_layout Standard
26290 This is a line where the word 
26291 \begin_inset ERT
26292 status collapsed
26293
26294 \begin_layout Standard
26295
26296
26297 \backslash
26298 colorbox{red}{
26299 \end_layout
26300
26301 \end_inset
26302
26303
26304 \begin_inset Quotes eld
26305 \end_inset
26306
26307 Attention!
26308 \begin_inset Quotes erd
26309 \end_inset
26310
26311
26312 \begin_inset ERT
26313 status collapsed
26314
26315 \begin_layout Standard
26316
26317 }
26318 \end_layout
26319
26320 \end_inset
26321
26322  has a red background.
26323 \end_layout
26324
26325 \begin_layout Standard
26326 \begin_inset VSpace bigskip
26327 \end_inset
26328
26329 If you would have the box frame in a different color, you can use the command
26330  
26331 \series bold
26332
26333 \backslash
26334 fcolorbox
26335 \series default
26336  with the following scheme:
26337 \end_layout
26338
26339 \begin_layout Standard
26340
26341 \series bold
26342
26343 \backslash
26344 fcolorbox{frame color}{box color}{box content}
26345 \end_layout
26346
26347 \begin_layout Standard
26348
26349 \series bold
26350
26351 \backslash
26352 fcolorbox
26353 \series default
26354  is an extension to 
26355 \series bold
26356
26357 \backslash
26358 colorbox
26359 \series default
26360 .
26361  The frame thickness and the space between the frame and the box content
26362  can be adjusted with the lengths 
26363 \series bold
26364
26365 \backslash
26366 fboxrule
26367 \series default
26368  and 
26369 \series bold
26370
26371 \backslash
26372 fboxsep
26373 \series default
26374 , respectively, as described in section\InsetSpace ~
26375
26376 \begin_inset LatexCommand ref
26377 reference "sec:Framed-Boxes"
26378
26379 \end_inset
26380
26381 .
26382 \end_layout
26383
26384 \begin_layout Standard
26385 For the following example the command
26386 \end_layout
26387
26388 \begin_layout Standard
26389
26390 \series bold
26391
26392 \backslash
26393 fcolorbox{cyan}{magenta}{
26394 \end_layout
26395
26396 \begin_layout Standard
26397 was used.
26398 \end_layout
26399
26400 \begin_layout Standard
26401 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
26402 mm:
26403 \newline
26404
26405 \begin_inset ERT
26406 status collapsed
26407
26408 \begin_layout Standard
26409
26410
26411 \backslash
26412 fboxrule 1mm 
26413 \backslash
26414 fboxsep 1mm
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \begin_inset ERT
26421 status collapsed
26422
26423 \begin_layout Standard
26424
26425
26426 \backslash
26427 fcolorbox{cyan}{magenta}{
26428 \end_layout
26429
26430 \end_inset
26431
26432 This is text within a colored, framed box.
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Standard
26437
26438 }
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \begin_layout Standard
26447 \begin_inset VSpace bigskip
26448 \end_inset
26449
26450 Of course you can also have colored text inside a colorbox:
26451 \newline
26452
26453 \begin_inset ERT
26454 status collapsed
26455
26456 \begin_layout Standard
26457
26458
26459 \backslash
26460 fcolorbox{cyan}{magenta}{
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \color yellow
26467 This is colored text within a colored, framed box.
26468 \color none
26469
26470 \begin_inset ERT
26471 status collapsed
26472
26473 \begin_layout Standard
26474
26475 }
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \begin_inset ERT
26482 status collapsed
26483
26484 \begin_layout Standard
26485
26486
26487 \backslash
26488 fboxrule 0.4pt 
26489 \backslash
26490 fboxsep 3pt
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499
26500 \series bold
26501 \begin_inset VSpace medskip
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \begin_layout Standard
26508 \begin_inset Note Greyedout
26509 status open
26510
26511 \begin_layout Standard
26512
26513 \series bold
26514 Note:
26515 \series default
26516  Text in colorboxes cannot have line breaks.
26517  To color multiple text lines or paragraphs, use a box inside a colorbox
26518  as described in the following.
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Subsection
26527 Color for Paragraphs
26528 \begin_inset LatexCommand label
26529 name "sub:Color-for-Paragraphs"
26530
26531 \end_inset
26532
26533
26534 \begin_inset LatexCommand index
26535 name "Color ! for Paragraphs"
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \begin_layout Standard
26543 To set the background color for more than one text line, put the text into
26544  a minipage.
26545  Before the minipage insert the 
26546 \series bold
26547
26548 \backslash
26549 colorbox
26550 \series default
26551  command
26552 \end_layout
26553
26554 \begin_layout Standard
26555
26556 \series bold
26557
26558 \backslash
26559 colorbox{color}{
26560 \end_layout
26561
26562 \begin_layout Standard
26563 in ERT.
26564  Behind the minipage insert a closing brace 
26565 \begin_inset Quotes eld
26566 \end_inset
26567
26568
26569 \series bold
26570 }
26571 \series default
26572
26573 \begin_inset Quotes erd
26574 \end_inset
26575
26576  in ERT.
26577 \end_layout
26578
26579 \begin_layout Standard
26580 \begin_inset ERT
26581 status collapsed
26582
26583 \begin_layout Standard
26584
26585
26586 \backslash
26587 colorbox{lightgrey}{
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \begin_inset Box Frameless
26594 position "t"
26595 hor_pos "c"
26596 has_inner_box 1
26597 inner_pos "t"
26598 use_parbox 0
26599 width "100col%"
26600 special "none"
26601 height "1in"
26602 height_special "totalheight"
26603 status collapsed
26604
26605 \begin_layout Standard
26606 This is text with background color.
26607  This is text with background color.
26608 \end_layout
26609
26610 \begin_layout Standard
26611 \begin_inset VSpace defskip
26612 \end_inset
26613
26614 The text can have footnotes
26615 \begin_inset Foot
26616 status collapsed
26617
26618 \begin_layout Standard
26619 Another example footnote
26620 \end_layout
26621
26622 \end_inset
26623
26624  and can include tables and figures.
26625 \end_layout
26626
26627 \begin_layout Standard
26628 \align center
26629 \begin_inset Tabular
26630 <lyxtabular version="3" rows="3" columns="3">
26631 <features>
26632 <column alignment="center" valignment="top" leftline="true" width="0">
26633 <column alignment="center" valignment="top" leftline="true" width="0">
26634 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26635 <row topline="true">
26636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Standard
26640 a
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Standard
26649 !
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Standard
26658 3
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 </row>
26664 <row topline="true">
26665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Standard
26669 <
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Standard
26678 b2
26679 \begin_inset Quotes erd
26680 \end_inset
26681
26682 |
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Standard
26691 >
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 </row>
26697 <row topline="true" bottomline="true">
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Standard
26702 1
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Standard
26711 §
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26717 \begin_inset Text
26718
26719 \begin_layout Standard
26720 c
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 </row>
26726 </lyxtabular>
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \begin_inset ERT
26737 status collapsed
26738
26739 \begin_layout Standard
26740
26741 }
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \begin_layout Section
26750 URLs (Uniform Resource Locators)
26751 \begin_inset LatexCommand index
26752 name "URLs"
26753
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \begin_layout Standard
26760 Links to web pages or email addresses can be inserted via the menu 
26761 \family sans
26762 Insert\SpecialChar \menuseparator
26763 URL
26764 \family default
26765 .
26766  The appearing URL dialog has two fields; the 
26767 \family sans
26768 URL
26769 \family default
26770  field and the 
26771 \family sans
26772 Name
26773 \family default
26774  field for the URL description, which will be typeset as plain text immediately
26775  before the URL.
26776 \end_layout
26777
26778 \begin_layout Standard
26779 Here is an example URL: 
26780 \begin_inset LatexCommand url
26781 name "LyX's homepage"
26782 target "http://www.lyx.org"
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \begin_layout Standard
26790 The option 
26791 \family sans
26792 Generate\InsetSpace ~
26793 hyperlink
26794 \family default
26795  in the URL dialog has only an affect when you export your document to the
26796  format 
26797 \begin_inset Quotes eld
26798 \end_inset
26799
26800
26801 \family sans
26802 LinuxDoc
26803 \family default
26804
26805 \begin_inset Quotes erd
26806 \end_inset
26807
26808 .
26809 \end_layout
26810
26811 \begin_layout Standard
26812 You cannot change the style of the link text.
26813  The text of the 
26814 \family sans
26815 Name
26816 \family default
26817  field will have the default text style of the document while the text of
26818  the 
26819 \family sans
26820 URL
26821 \family default
26822  field will have the style 
26823 \begin_inset Quotes eld
26824 \end_inset
26825
26826
26827 \family sans
26828 Typewriter
26829 \family default
26830
26831 \begin_inset Quotes erd
26832 \end_inset
26833
26834 .
26835 \end_layout
26836
26837 \begin_layout Standard
26838 When you use the LaTeX-package 
26839 \series bold
26840 hyperref
26841 \series default
26842
26843 \begin_inset LatexCommand index
26844 name "LaTeX-packages ! hyperref"
26845
26846 \end_inset
26847
26848  to link cross-references in the output, URLs will automatically become
26849  clickable hyperlinks in DVI and PDF-output.
26850 \end_layout
26851
26852 \begin_layout Standard
26853 \begin_inset Note Greyedout
26854 status open
26855
26856 \begin_layout Standard
26857
26858 \series bold
26859 Note:
26860 \series default
26861  When you use the following characters: "%", "#", "^", you have to write
26862  them with a preceding backslash, e.\InsetSpace \thinspace{}
26863 g.\InsetSpace ~
26864
26865 \begin_inset Quotes eld
26866 \end_inset
26867
26868
26869 \backslash
26870 #
26871 \begin_inset Quotes erd
26872 \end_inset
26873
26874 .
26875  URLs must not end with a backslash.
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \begin_layout Standard
26884 \begin_inset VSpace bigskip
26885 \end_inset
26886
26887 To create real hyperlinks without the force to write the link location to
26888  the text, you can use the command
26889 \end_layout
26890
26891 \begin_layout Standard
26892
26893 \series bold
26894
26895 \backslash
26896 href{link location}{link text}
26897 \end_layout
26898
26899 \begin_layout Standard
26900 in ERT.
26901  To get for example a link to LyX's web page, write the command
26902 \end_layout
26903
26904 \begin_layout Standard
26905
26906 \series bold
26907
26908 \backslash
26909 href{http://www.lyx.org}{
26910 \end_layout
26911
26912 \begin_layout Standard
26913 in ERT.
26914  Insert after the command the link text 
26915 \begin_inset Quotes eld
26916 \end_inset
26917
26918 LyX's homepage
26919 \begin_inset Quotes erd
26920 \end_inset
26921
26922  as normal text followed by a closing brace 
26923 \begin_inset Quotes eld
26924 \end_inset
26925
26926
26927 \series bold
26928 }
26929 \series default
26930
26931 \begin_inset Quotes erd
26932 \end_inset
26933
26934  in ERT.
26935  This is the result: 
26936 \begin_inset ERT
26937 status collapsed
26938
26939 \begin_layout Standard
26940
26941
26942 \backslash
26943 href{http://www.lyx.org}{
26944 \end_layout
26945
26946 \end_inset
26947
26948 LyX's homepage
26949 \begin_inset ERT
26950 status collapsed
26951
26952 \begin_layout Standard
26953
26954 }
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \begin_layout Standard
26963 To link to email addresses, add the prefix 
26964 \begin_inset Quotes eld
26965 \end_inset
26966
26967
26968 \family sans
26969 mailto:
26970 \family default
26971
26972 \begin_inset Quotes erd
26973 \end_inset
26974
26975  to the link location:
26976 \newline
26977 Email to 
26978 \begin_inset ERT
26979 status collapsed
26980
26981 \begin_layout Standard
26982
26983
26984 \backslash
26985 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26986 \end_layout
26987
26988 \end_inset
26989
26990 lyx-docs mailing list
26991 \begin_inset ERT
26992 status collapsed
26993
26994 \begin_layout Standard
26995
26996 }
26997 \end_layout
26998
26999 \end_inset
27000
27001 .
27002 \end_layout
27003
27004 \begin_layout Standard
27005 Using 
27006 \series bold
27007
27008 \backslash
27009 href
27010 \series default
27011  instead of LyX's URL box has the advantage that you can specify the text
27012  style of the link text like for all other text parts.
27013  You can then set hyphenation points and forced linebreaks to have long
27014  link text broken at the page margin.
27015  You are furthermore able to change the text style for all URLs in your
27016  document with an option in 
27017 \series bold
27018 hyperref
27019 \series default
27020 's load command and the restrictions mentioned above doesn't apply for 
27021 \series bold
27022
27023 \backslash
27024 href
27025 \series default
27026 .
27027 \end_layout
27028
27029 \begin_layout Chapter
27030 External Stuff
27031 \begin_inset LatexCommand index
27032 name "External Stuff"
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Standard
27040 With the menu 
27041 \family sans
27042 Insert\SpecialChar \menuseparator
27043 File
27044 \family default
27045  you can insert external material to your document.
27046  This can be:
27047 \end_layout
27048
27049 \begin_layout Description
27050 LyX\InsetSpace ~
27051 Document Another LyX document; its content is directly inserted to your
27052  document.
27053 \end_layout
27054
27055 \begin_layout Description
27056 Plain\InsetSpace ~
27057 Text A text document; every of its text lines is inserted to your document
27058  as own paragraph.
27059 \end_layout
27060
27061 \begin_layout Description
27062 Plain\InsetSpace ~
27063 Text,\InsetSpace ~
27064 Join\InsetSpace ~
27065 Lines A text document; its text lines are inserted as they
27066  are.
27067  Empty text lines creates a new paragraph in your document.
27068 \end_layout
27069
27070 \begin_layout Description
27071 External\InsetSpace ~
27072 Material Files in various formats.
27073 \end_layout
27074
27075 \begin_layout Description
27076 Child\InsetSpace ~
27077 Document LyX or LaTeX-documents.
27078 \end_layout
27079
27080 \begin_layout Section
27081 External Material
27082 \begin_inset LatexCommand index
27083 name "External Stuff ! External Material"
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \begin_layout Standard
27091 The external material feature allows you to insert files to your document
27092  without converting them previously to a format that can be read by the
27093  document output format because LyX takes care of needed conversions.
27094  This is similar to images that can be inserted in various image formats
27095  to LyX documents.
27096 \end_layout
27097
27098 \begin_layout Standard
27099 External material can be inserted via the 
27100 \family sans
27101 External Material
27102 \family default
27103  dialog that is accessible with the menu 
27104 \family sans
27105 Insert\SpecialChar \menuseparator
27106 File\SpecialChar \menuseparator
27107 External\InsetSpace ~
27108 Material
27109 \family default
27110 .
27111  Currently the following file types (
27112 \family sans
27113 Templates
27114 \family default
27115 ) are allowed:
27116 \end_layout
27117
27118 \begin_layout Description
27119 ChessDiagram This template supports chess position diagrams made with the
27120  program 
27121 \begin_inset ERT
27122 status collapsed
27123
27124 \begin_layout Standard
27125
27126
27127 \backslash
27128 href{http://en.wikipedia.org/wiki/XBoard}{
27129 \end_layout
27130
27131 \end_inset
27132
27133
27134 \series bold
27135 XBoard
27136 \series default
27137
27138 \begin_inset ERT
27139 status collapsed
27140
27141 \begin_layout Standard
27142
27143 }
27144 \end_layout
27145
27146 \end_inset
27147
27148 .
27149 \end_layout
27150
27151 \begin_layout Description
27152 Date This inserts the date in the form 
27153 \emph on
27154 Day-Month-Year
27155 \emph default
27156 .
27157  This is a date inserted as external material: 
27158 \begin_inset External
27159         template Date
27160         filename .
27161
27162 \end_inset
27163
27164
27165 \newline
27166 The date is not shown within LyX, only in the output.
27167  There are two other methods of inserting a date: Via menu 
27168 \family sans
27169 Insert\SpecialChar \menuseparator
27170 Date
27171 \family default
27172  and with the LaTeX command 
27173 \series bold
27174
27175 \backslash
27176 today
27177 \series default
27178  as ERT.
27179  The different methods are compared in Table\InsetSpace ~
27180
27181 \begin_inset LatexCommand ref
27182 reference "tab:Comparison-of-the"
27183
27184 \end_inset
27185
27186 .
27187 \end_layout
27188
27189 \begin_layout Description
27190 LilyPond This template is used for music notation typeset with the program
27191 \begin_inset ERT
27192 status collapsed
27193
27194 \begin_layout Standard
27195
27196
27197 \backslash
27198 linebreak 
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \begin_inset ERT
27205 status collapsed
27206
27207 \begin_layout Standard
27208
27209
27210 \backslash
27211 href{http://en.wikipedia.org/wiki/LilyPond}{
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \series bold
27218 LilyPond
27219 \series default
27220
27221 \begin_inset ERT
27222 status collapsed
27223
27224 \begin_layout Standard
27225
27226 }
27227 \end_layout
27228
27229 \end_inset
27230
27231 .
27232 \begin_inset Note Note
27233 status collapsed
27234
27235 \begin_layout Standard
27236 The command 
27237 \series bold
27238
27239 \backslash
27240 linebreak
27241 \series default
27242  breaks the line while the remaining text in the line is stretched to the
27243  page margin.
27244 \end_layout
27245
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \begin_layout Description
27252 RasterImage This can be used for bitmap images.
27253  Nearly all popular image formats are supported.
27254  The image can be treated in the 
27255 \family sans
27256 External material
27257 \family default
27258  dialog like the images that are usually included via the 
27259 \family sans
27260 Graphics
27261 \family default
27262  dialog as described in section\InsetSpace ~
27263
27264 \begin_inset LatexCommand ref
27265 reference "sec:Graphics-Dialog"
27266
27267 \end_inset
27268
27269 .
27270  The difference is that only raster images are allowed, that means that
27271  PDF and EPS-images are not supported.
27272 \end_layout
27273
27274 \begin_layout Description
27275 XFig This template supports images created with the program 
27276 \begin_inset ERT
27277 status collapsed
27278
27279 \begin_layout Standard
27280
27281
27282 \backslash
27283 href{http://en.wikipedia.org/wiki/Xfig}{
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \series bold
27290 Xfig
27291 \series default
27292
27293 \begin_inset ERT
27294 status collapsed
27295
27296 \begin_layout Standard
27297
27298 }
27299 \end_layout
27300
27301 \end_inset
27302
27303 .
27304 \end_layout
27305
27306 \begin_layout Standard
27307 \begin_inset Float table
27308 placement h
27309 wide false
27310 sideways false
27311 status open
27312
27313 \begin_layout Standard
27314 \begin_inset Caption
27315
27316 \begin_layout Standard
27317 \begin_inset LatexCommand label
27318 name "tab:Comparison-of-the"
27319
27320 \end_inset
27321
27322 Comparison of the date input methods.
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Standard
27331 \align center
27332 \begin_inset Tabular
27333 <lyxtabular version="3" rows="4" columns="4">
27334 <features>
27335 <column alignment="center" valignment="top" leftline="true" width="0">
27336 <column alignment="center" valignment="top" leftline="true" width="0">
27337 <column alignment="center" valignment="top" leftline="true" width="0">
27338 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27339 <row topline="true">
27340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27341 \begin_inset Text
27342
27343 \begin_layout Standard
27344 Document format
27345 \end_layout
27346
27347 \end_inset
27348 </cell>
27349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Standard
27353
27354 \family sans
27355 External Material\SpecialChar \menuseparator
27356 Date
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Standard
27365
27366 \family sans
27367 Insert\SpecialChar \menuseparator
27368 Date
27369 \end_layout
27370
27371 \end_inset
27372 </cell>
27373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27374 \begin_inset Text
27375
27376 \begin_layout Standard
27377 command 
27378 \series bold
27379
27380 \backslash
27381 today
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 </row>
27387 <row topline="true">
27388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27389 \begin_inset Text
27390
27391 \begin_layout Standard
27392 LyX
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 inset box
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Standard
27419 as ERT inset box
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 </row>
27425 <row topline="true">
27426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Standard
27430 LaTeX
27431 \end_layout
27432
27433 \end_inset
27434 </cell>
27435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27436 \begin_inset Text
27437
27438 \begin_layout Standard
27439 as date
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Standard
27448 as date
27449 \end_layout
27450
27451 \end_inset
27452 </cell>
27453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Standard
27457 as command
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 </row>
27463 <row topline="true" bottomline="true">
27464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27465 \begin_inset Text
27466
27467 \begin_layout Standard
27468 DVI, PDF, PS
27469 \end_layout
27470
27471 \end_inset
27472 </cell>
27473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Standard
27477 as date
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Standard
27486 as date
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27492 \begin_inset Text
27493
27494 \begin_layout Standard
27495 as date
27496 \end_layout
27497
27498 \end_inset
27499 </cell>
27500 </row>
27501 </lyxtabular>
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \begin_layout Standard
27514 When you use the option 
27515 \family sans
27516 Draft
27517 \family default
27518  in the 
27519 \family sans
27520 File
27521 \family default
27522  tab of the 
27523 \family sans
27524 External Material
27525 \family default
27526  dialog, only the path to the inserted file is shown in the output.
27527 \newline
27528 External
27529  material is displayed in LyX either as box like this: 
27530 \begin_inset Graphics
27531         filename clipart/ExternalMaterialQt4.png
27532         scale 85
27533
27534 \end_inset
27535
27536  or as image, depending on the setting in the 
27537 \family sans
27538 LyX\InsetSpace ~
27539 View
27540 \family default
27541  tab of the 
27542 \family sans
27543 External Material
27544 \family default
27545  dialog.
27546 \end_layout
27547
27548 \begin_layout Standard
27549 The 
27550 \family sans
27551 \emph on
27552 Customization
27553 \family default
27554 \emph default
27555  manual explains how you can define your own templates.
27556 \end_layout
27557
27558 \begin_layout Section
27559 Child Documents
27560 \begin_inset LatexCommand label
27561 name "sec:Child-Documents"
27562
27563 \end_inset
27564
27565
27566 \begin_inset LatexCommand index
27567 name "External Stuff ! Child Documents"
27568
27569 \end_inset
27570
27571
27572 \begin_inset LatexCommand index
27573 name "Files ! Include"
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Standard
27581 Child documents are used when you have a long document consisting of several
27582  larger parts or sections.
27583  For maintenance it is often useful and sometimes even required to split
27584  the document in several files that can be revised separately.
27585  The different documents are then the so called child documents and a master
27586  document connects them to print the full document or parts of it.
27587 \end_layout
27588
27589 \begin_layout Standard
27590 Included documents are displayed in LyX as a box like this: 
27591 \begin_inset Graphics
27592         filename clipart/ChildDocumentQt4.png
27593         scale 85
27594
27595 \end_inset
27596
27597  To include child documents to a master document use the menu 
27598 \family sans
27599 Insert\SpecialChar \menuseparator
27600 File\SpecialChar \menuseparator
27601 Child\InsetSpace ~
27602 Documents
27603 \family default
27604 .
27605  A dialog pops up where you can choose between four include methods:
27606 \end_layout
27607
27608 \begin_layout Description
27609 Include You can include LyX and LaTeX-documents.
27610  When you press the 
27611 \family sans
27612 Load
27613 \family default
27614  button in the 
27615 \family sans
27616 Child Document
27617 \family default
27618  dialog, the included documents will be opened in LyX in a new file tab
27619  so that you can modify it.
27620 \newline
27621
27622 \end_layout
27623
27624 \begin_layout Standard
27625 Here is a child document inserted using 
27626 \family sans
27627 Include
27628 \family default
27629
27630 \begin_inset Include \include{DummyDocument1.lyx}
27631 preview false
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \begin_layout Standard
27639 The section numbering includes the sections of the included files in the
27640  order they are inserted in the master document.
27641  The included example document has for example a subsection that is numbered
27642  as subsection of this section.
27643  Labels of included documents can be referenced: Subsection\InsetSpace ~
27644
27645 \begin_inset LatexCommand ref
27646 reference "sub:External-Subsection-1"
27647
27648 \end_inset
27649
27650
27651 \end_layout
27652
27653 \begin_layout Standard
27654 The preamble of the child document is ignored, only the preamble of the
27655  master document is used.
27656  Included documents are inserted starting on a new page and end with a pagebreak.
27657 \end_layout
27658
27659 \begin_layout Standard
27660 With the LaTeX-command 
27661 \series bold
27662
27663 \backslash
27664 includeonly 
27665 \series default
27666 you can specify which included child documents are processed when the output
27667  is generated.
27668  This is useful when you are perhaps only working on a certain chapter of
27669  your large document as this saves compiling time.
27670  
27671 \series bold
27672
27673 \backslash
27674 includeonly
27675 \series default
27676  is inserted to the master document preamble.
27677  It takes a comma-separated list of the filenames as argument, e.g.
27678 \end_layout
27679
27680 \begin_layout Standard
27681
27682 \series bold
27683
27684 \backslash
27685 includeonly{chapter1,chapter5}
27686 \end_layout
27687
27688 \begin_layout Standard
27689 will only process the included files named 
27690 \begin_inset Quotes eld
27691 \end_inset
27692
27693 chapter1.lyx
27694 \begin_inset Quotes erd
27695 \end_inset
27696
27697  (or 
27698 \begin_inset Quotes eld
27699 \end_inset
27700
27701 chapter1.tex
27702 \begin_inset Quotes erd
27703 \end_inset
27704
27705 ) and 
27706 \begin_inset Quotes eld
27707 \end_inset
27708
27709 chapter5.lyx
27710 \begin_inset Quotes erd
27711 \end_inset
27712
27713  .
27714 \end_layout
27715
27716 \begin_layout Standard
27717 \begin_inset Note Greyedout
27718 status open
27719
27720 \begin_layout Standard
27721
27722 \series bold
27723 Note:
27724 \series default
27725  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
27726 w the document in case that the child document uses another document class
27727  than the master document as this will lead to unexpected outputs.
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Description
27736 Input This method is very similar to the Include method.
27737  The differences are:
27738 \end_layout
27739
27740 \begin_deeper
27741 \begin_layout Itemize
27742 Input files don't start with a new page and don't end with a pagebreak.
27743 \end_layout
27744
27745 \begin_layout Itemize
27746 Input files can be previewed in LyX when 
27747 \family sans
27748 Instant\InsetSpace ~
27749 Preview
27750 \family default
27751  is enabled in LyX's preferences under 
27752 \family sans
27753 Look\InsetSpace ~
27754 and\InsetSpace ~
27755 feel\SpecialChar \menuseparator
27756 Graphics
27757 \family default
27758 .
27759 \end_layout
27760
27761 \begin_layout Itemize
27762 The LaTeX-command 
27763 \series bold
27764
27765 \backslash
27766 includeonly
27767 \series default
27768  cannot be used.
27769 \end_layout
27770
27771 \end_deeper
27772 \begin_layout Standard
27773 Here is a child document inserted using 
27774 \family sans
27775 Input
27776 \family default
27777
27778 \begin_inset Include \input{DummyDocument2.lyx}
27779 preview false
27780
27781 \end_inset
27782
27783
27784 \end_layout
27785
27786 \begin_layout Description
27787 Verbatim With this method every text file can be included.
27788  The file is shown in the output with its source code, no command used in
27789  the text is invoked.
27790  You can use the option 
27791 \family sans
27792 Mark spaces in output
27793 \family default
27794  that displays the character 
27795 \begin_inset Quotes eld
27796 \end_inset
27797
27798
27799 \begin_inset ERT
27800 status collapsed
27801
27802 \begin_layout Standard
27803
27804
27805 \backslash
27806 textvisiblespace 
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \begin_inset Quotes erd
27813 \end_inset
27814
27815  for every space character in the source code.
27816  The difference to the method via the menu 
27817 \family sans
27818 Insert\SpecialChar \menuseparator
27819 File\SpecialChar \menuseparator
27820 Plain\InsetSpace ~
27821 Text
27822 \family default
27823  is that the document content is not shown in LyX.
27824 \end_layout
27825
27826 \begin_layout Standard
27827 Here is a child document inserted as Verbatim: 
27828 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
27829 preview false
27830
27831 \end_inset
27832
27833
27834 \begin_inset VSpace bigskip
27835 \end_inset
27836
27837 Here is a child document inserted as Verbatim using the 
27838 \family sans
27839 Mark spaces in output
27840 \family default
27841  option: 
27842 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
27843 preview false
27844
27845 \end_inset
27846
27847
27848 \end_layout
27849
27850 \begin_layout Standard
27851 \begin_inset VSpace bigskip
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \begin_inset Note Greyedout
27859 status open
27860
27861 \begin_layout Standard
27862
27863 \series bold
27864 Note:
27865 \series default
27866  As you can see in the examples above, the text of the documents included
27867  as 
27868 \family sans
27869 verbatim
27870 \family default
27871  is not broken at the end of the document lines.
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Description
27880 Listings This type is described in chapter\InsetSpace ~
27881
27882 \begin_inset LatexCommand ref
27883 reference "cha:Program-Code-Listings"
27884
27885 \end_inset
27886
27887 .
27888 \end_layout
27889
27890 \begin_layout Standard
27891 \begin_inset Note Greyedout
27892 status open
27893
27894 \begin_layout Standard
27895
27896 \series bold
27897 Note:
27898 \series default
27899  Including the same document twice in a document using different methods
27900  could cause LaTeX-problems.
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Chapter
27909 Program Code Listings
27910 \begin_inset LatexCommand label
27911 name "cha:Program-Code-Listings"
27912
27913 \end_inset
27914
27915
27916 \begin_inset LatexCommand index
27917 name "Listings"
27918
27919 \end_inset
27920
27921
27922 \begin_inset LatexCommand index
27923 name "Program Code"
27924
27925 \end_inset
27926
27927
27928 \begin_inset LatexCommand index
27929 name "Floats ! Listings"
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 To include and typeset program code you can use the 
27938 \family sans
27939 Listings
27940 \family default
27941  inset that can be inserted via the menu 
27942 \family sans
27943 Insert\SpecialChar \menuseparator
27944 Program Listing
27945 \family default
27946 .
27947  The LaTeX-package 
27948 \series bold
27949 listings
27950 \series default
27951
27952 \begin_inset LatexCommand index
27953 name "LaTeX-packages ! listings"
27954
27955 \end_inset
27956
27957  provides a powerful and flexible way to insert program source code to your
27958  document.
27959 \end_layout
27960
27961 \begin_layout Standard
27962 When right-clicking on a listings inset a dialog pops up where you can set
27963  the listings format.
27964 \end_layout
27965
27966 \begin_layout Standard
27967 By default, a listing starts a new paragraph in the output.
27968  The placement option 
27969 \family sans
27970 Inline\InsetSpace ~
27971 listing
27972 \family default
27973  prints the listing inline like this: 
27974 \begin_inset listings
27975 lstparams "language={C++}"
27976 inline true
27977 status open
27978
27979 \begin_layout Standard
27980
27981 int a=5;
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \newline
27988 The option 
27989 \family sans
27990 Float
27991 \family default
27992  creates a listings float where you can specify the placement options 
27993 \begin_inset Quotes eld
27994 \end_inset
27995
27996
27997 \family sans
27998 h
27999 \family default
28000
28001 \begin_inset Quotes erd
28002 \end_inset
28003
28004
28005 \begin_inset Quotes eld
28006 \end_inset
28007
28008
28009 \family sans
28010 t
28011 \family default
28012
28013 \begin_inset Quotes erd
28014 \end_inset
28015
28016
28017 \begin_inset Quotes eld
28018 \end_inset
28019
28020
28021 \family sans
28022 b
28023 \family default
28024
28025 \begin_inset Quotes erd
28026 \end_inset
28027
28028 , and 
28029 \begin_inset Quotes eld
28030 \end_inset
28031
28032
28033 \family sans
28034 p
28035 \family default
28036
28037 \begin_inset Quotes erd
28038 \end_inset
28039
28040  corresponding to the float placement options described in section\InsetSpace ~
28041
28042 \begin_inset LatexCommand ref
28043 reference "sec:Float-Placement"
28044
28045 \end_inset
28046
28047 .
28048  The placement options can be mixed and are inserted without any separation,
28049  e.\InsetSpace \thinspace{}
28050 g.\InsetSpace ~
28051
28052 \begin_inset Quotes eld
28053 \end_inset
28054
28055
28056 \family sans
28057 htbp
28058 \family default
28059
28060 \begin_inset Quotes erd
28061 \end_inset
28062
28063 .
28064  The option 
28065 \begin_inset Quotes eld
28066 \end_inset
28067
28068 h
28069 \begin_inset Quotes erd
28070 \end_inset
28071
28072  has sometimes no effect, but you don't need to use the 
28073 \family sans
28074 Float
28075 \family default
28076  option in this case as also non-float listings can have captions and be
28077  referenced.
28078 \end_layout
28079
28080 \begin_layout Standard
28081 You can add captions to listings with the menu 
28082 \family sans
28083 Insert\SpecialChar \menuseparator
28084 Caption
28085 \family default
28086 .
28087  Listings can be referenced like floats: Listing\InsetSpace ~
28088
28089 \begin_inset LatexCommand ref
28090 reference "lst:Example-Listing"
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \begin_layout Standard
28098 \begin_inset listings
28099 lstparams "language=Python"
28100 inline false
28101 status open
28102
28103 \begin_layout Standard
28104
28105 \begin_inset Caption
28106
28107 \begin_layout Standard
28108 \begin_inset LatexCommand label
28109 name "lst:Example-Listing"
28110
28111 \end_inset
28112
28113 Example Listing float
28114 \end_layout
28115
28116 \end_inset
28117
28118 # Example listing float
28119 \end_layout
28120
28121 \begin_layout Standard
28122
28123 def func(param):
28124 \end_layout
28125
28126 \begin_layout Standard
28127
28128     'this is a python function'
28129 \end_layout
28130
28131 \begin_layout Standard
28132
28133     pass
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Standard
28142 When you have set a programming language in the listings dialog, the keywords
28143  of this language will be recognized and specially typeset in the output.
28144  In the example listings the Python keyword 
28145 \begin_inset Quotes eld
28146 \end_inset
28147
28148 def
28149 \begin_inset Quotes erd
28150 \end_inset
28151
28152  is recognized and printed bold in the output.
28153 \end_layout
28154
28155 \begin_layout Standard
28156 In section 
28157 \family sans
28158 Line\InsetSpace ~
28159 numbering
28160 \family default
28161  of the listings dialog you can specify the line numbering style.
28162  You can insert a number to specify which lines are numbered to the field
28163  
28164 \family sans
28165 Step
28166 \family default
28167 .
28168  When you insert e.g.
28169  
28170 \begin_inset Quotes eld
28171 \end_inset
28172
28173 3
28174 \begin_inset Quotes erd
28175 \end_inset
28176
28177 , only every 3rd line will be numbered.
28178 \end_layout
28179
28180 \begin_layout Standard
28181 You can furthermore specify a range of lines, only these will then appear
28182  in the output.
28183  The option 
28184 \family sans
28185 Extended\InsetSpace ~
28186 chars
28187 \family default
28188  should be used when you use national characters like the German umlauts
28189  in the listing.
28190 \newline
28191 Here is an example listing with left line numbering, step
28192  
28193 \begin_inset Quotes eld
28194 \end_inset
28195
28196 3
28197 \begin_inset Quotes erd
28198 \end_inset
28199
28200 , language 
28201 \begin_inset Quotes eld
28202 \end_inset
28203
28204 Python
28205 \begin_inset Quotes erd
28206 \end_inset
28207
28208 , options 
28209 \begin_inset Quotes eld
28210 \end_inset
28211
28212 Extended\InsetSpace ~
28213 chars
28214 \begin_inset Quotes erd
28215 \end_inset
28216
28217  and 
28218 \begin_inset Quotes eld
28219 \end_inset
28220
28221 Space\InsetSpace ~
28222 as\InsetSpace ~
28223 Symbol
28224 \begin_inset Quotes erd
28225 \end_inset
28226
28227 , range lines 3\InsetSpace \thinspace{}
28228 -\InsetSpace \thinspace{}
28229 8:
28230 \end_layout
28231
28232 \begin_layout Standard
28233 \begin_inset listings
28234 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
28235 inline false
28236 status open
28237
28238 \begin_layout Standard
28239
28240 def func(param):
28241 \end_layout
28242
28243 \begin_layout Standard
28244
28245     'this is a python function'
28246 \end_layout
28247
28248 \begin_layout Standard
28249
28250     pass
28251 \end_layout
28252
28253 \begin_layout Standard
28254
28255 def func(param):
28256 \end_layout
28257
28258 \begin_layout Standard
28259
28260 'This is a German word: Tschüß'
28261 \end_layout
28262
28263 \begin_layout Standard
28264
28265 pass
28266 \end_layout
28267
28268 \begin_layout Standard
28269
28270 def func(param):
28271 \end_layout
28272
28273 \begin_layout Standard
28274
28275 'this is a python function'
28276 \end_layout
28277
28278 \begin_layout Standard
28279
28280 pass
28281 \end_layout
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \begin_layout Standard
28289 \begin_inset Note Greyedout
28290 status open
28291
28292 \begin_layout Standard
28293
28294 \series bold
28295 Note:
28296 \series default
28297  The line numbering is shifted by a line by every previous listing.
28298  That's the reason why the lines 2 and 5 are numbered in the above listing
28299  and not the lines 3 and 6.
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308 \begin_inset VSpace bigskip
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \begin_layout Standard
28315 It is also possible to print lines from a file as listing.
28316  To do this, use the menu 
28317 \family sans
28318 Insert\SpecialChar \menuseparator
28319 File\SpecialChar \menuseparator
28320 Child Document
28321 \family default
28322  and choose the type 
28323 \family sans
28324 Listings
28325 \family default
28326 .
28327 \begin_inset Foot
28328 status collapsed
28329
28330 \begin_layout Standard
28331 The other child document types are described in section\InsetSpace ~
28332
28333 \begin_inset LatexCommand ref
28334 reference "sec:Child-Documents"
28335
28336 \end_inset
28337
28338 .
28339 \end_layout
28340
28341 \end_inset
28342
28343  In the child document dialog you can specify the listing parameters in
28344  a text box.
28345  To show a list of all available parameters, type in a question mark 
28346 \begin_inset Quotes eld
28347 \end_inset
28348
28349 ?
28350 \begin_inset Quotes erd
28351 \end_inset
28352
28353  in the text box.
28354 \end_layout
28355
28356 \begin_layout Standard
28357 To reference child document listings, write a label text into the corresponding
28358  field of the child document dialog.
28359  The label can then be referenced using the menu 
28360 \family sans
28361 Insert\SpecialChar \menuseparator
28362 Cross-Reference
28363 \family default
28364 .
28365 \end_layout
28366
28367 \begin_layout Standard
28368 Listing\InsetSpace ~
28369
28370 \begin_inset LatexCommand ref
28371 reference "lst:file-listing"
28372
28373 \end_inset
28374
28375  is an example for a listing of a file; there the lines 10\InsetSpace \thinspace{}
28376 -\InsetSpace \thinspace{}
28377 15 of this LyX
28378  file are listed.
28379 \end_layout
28380
28381 \begin_layout Standard
28382 \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]
28383 preview false
28384
28385 \end_inset
28386
28387
28388 \end_layout
28389
28390 \begin_layout Standard
28391 \begin_inset VSpace bigskip
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \begin_layout Standard
28398 Global listings settings can be set in the 
28399 \family sans
28400 Document\SpecialChar \menuseparator
28401 Settings\SpecialChar \menuseparator
28402 Text Layout
28403 \family default
28404  dialog.
28405  To get there a list of available options, type in a question mark 
28406 \begin_inset Quotes eld
28407 \end_inset
28408
28409 ?
28410 \begin_inset Quotes erd
28411 \end_inset
28412
28413  in the 
28414 \family sans
28415 Listings\InsetSpace ~
28416 settings
28417 \family default
28418  field.
28419 \end_layout
28420
28421 \begin_layout Standard
28422 For more information about the 
28423 \series bold
28424 listings
28425 \series default
28426  package, we refer to its documentation 
28427 \begin_inset LatexCommand cite
28428 key "listings"
28429
28430 \end_inset
28431
28432 .
28433 \end_layout
28434
28435 \begin_layout Standard
28436
28437 \newpage
28438
28439 \end_layout
28440
28441 \begin_layout Chapter
28442 \start_of_appendix
28443 Units available in 
28444 \begin_inset ERT
28445 status collapsed
28446
28447 \begin_layout Standard
28448
28449
28450 \backslash
28451 texorpdfstring{
28452 \end_layout
28453
28454 \end_inset
28455
28456 LyX
28457 \begin_inset ERT
28458 status collapsed
28459
28460 \begin_layout Standard
28461
28462 }{LyX}
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \begin_inset LatexCommand index
28469 name "Units"
28470
28471 \end_inset
28472
28473
28474 \begin_inset LatexCommand label
28475 name "cha:Units-available-in"
28476
28477 \end_inset
28478
28479
28480 \begin_inset Note Note
28481 status collapsed
28482
28483 \begin_layout Standard
28484 The command 
28485 \backslash
28486 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
28487  are displayed wrongly in PDF-bookmarks.
28488  For more information about this, have a look at 
28489 \begin_inset LatexCommand cite
28490 key "hyperref"
28491
28492 \end_inset
28493
28494 .
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \begin_layout Standard
28503 To understand the units described in this documentation, Table\InsetSpace ~
28504
28505 \begin_inset LatexCommand ref
28506 reference "tab:Units"
28507
28508 \end_inset
28509
28510  explains all units available in LyX.
28511 \end_layout
28512
28513 \begin_layout Standard
28514 \begin_inset Float table
28515 placement h
28516 wide false
28517 sideways false
28518 status open
28519
28520 \begin_layout Standard
28521 \begin_inset Caption
28522
28523 \begin_layout Standard
28524 \begin_inset LatexCommand label
28525 name "tab:Units"
28526
28527 \end_inset
28528
28529 Units
28530 \end_layout
28531
28532 \end_inset
28533
28534
28535 \end_layout
28536
28537 \begin_layout Standard
28538 \begin_inset VSpace medskip
28539 \end_inset
28540
28541
28542 \end_layout
28543
28544 \begin_layout Standard
28545 \align center
28546 \begin_inset Tabular
28547 <lyxtabular version="3" rows="20" columns="2">
28548 <features>
28549 <column alignment="center" valignment="top" leftline="true" width="0">
28550 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28551 <row topline="true" bottomline="true">
28552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Standard
28556 unit
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Standard
28565 name/description
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 </row>
28571 <row topline="true">
28572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28573 \begin_inset Text
28574
28575 \begin_layout Standard
28576 mm
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Standard
28585 millimeter
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 </row>
28591 <row topline="true">
28592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28593 \begin_inset Text
28594
28595 \begin_layout Standard
28596 cm
28597 \end_layout
28598
28599 \end_inset
28600 </cell>
28601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28602 \begin_inset Text
28603
28604 \begin_layout Standard
28605 centimeter
28606 \end_layout
28607
28608 \end_inset
28609 </cell>
28610 </row>
28611 <row topline="true">
28612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28613 \begin_inset Text
28614
28615 \begin_layout Standard
28616 in
28617 \end_layout
28618
28619 \end_inset
28620 </cell>
28621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28622 \begin_inset Text
28623
28624 \begin_layout Standard
28625 inch
28626 \end_layout
28627
28628 \end_inset
28629 </cell>
28630 </row>
28631 <row topline="true">
28632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28633 \begin_inset Text
28634
28635 \begin_layout Standard
28636 pt
28637 \end_layout
28638
28639 \end_inset
28640 </cell>
28641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28642 \begin_inset Text
28643
28644 \begin_layout Standard
28645 point (72.27\InsetSpace \thinspace{}
28646 pt = 1\InsetSpace \thinspace{}
28647 in)
28648 \end_layout
28649
28650 \end_inset
28651 </cell>
28652 </row>
28653 <row topline="true">
28654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28655 \begin_inset Text
28656
28657 \begin_layout Standard
28658 pc
28659 \end_layout
28660
28661 \end_inset
28662 </cell>
28663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28664 \begin_inset Text
28665
28666 \begin_layout Standard
28667 pica (1\InsetSpace \thinspace{}
28668 pc = 12\InsetSpace \thinspace{}
28669 pt)
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 </row>
28675 <row topline="true">
28676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28677 \begin_inset Text
28678
28679 \begin_layout Standard
28680 sp
28681 \end_layout
28682
28683 \end_inset
28684 </cell>
28685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28686 \begin_inset Text
28687
28688 \begin_layout Standard
28689 scaled point (65536\InsetSpace \thinspace{}
28690 sp = 1\InsetSpace \thinspace{}
28691 pt)
28692 \end_layout
28693
28694 \end_inset
28695 </cell>
28696 </row>
28697 <row topline="true">
28698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28699 \begin_inset Text
28700
28701 \begin_layout Standard
28702 bp
28703 \end_layout
28704
28705 \end_inset
28706 </cell>
28707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28708 \begin_inset Text
28709
28710 \begin_layout Standard
28711 big point (72\InsetSpace \thinspace{}
28712 bp = 1\InsetSpace \thinspace{}
28713 in)
28714 \end_layout
28715
28716 \end_inset
28717 </cell>
28718 </row>
28719 <row topline="true">
28720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28721 \begin_inset Text
28722
28723 \begin_layout Standard
28724 dd
28725 \end_layout
28726
28727 \end_inset
28728 </cell>
28729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28730 \begin_inset Text
28731
28732 \begin_layout Standard
28733 didot (1\InsetSpace \thinspace{}
28734 dd 
28735 \begin_inset Formula $\approx$
28736 \end_inset
28737
28738  0.376\InsetSpace \thinspace{}
28739 mm)
28740 \end_layout
28741
28742 \end_inset
28743 </cell>
28744 </row>
28745 <row topline="true">
28746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28747 \begin_inset Text
28748
28749 \begin_layout Standard
28750 cc
28751 \end_layout
28752
28753 \end_inset
28754 </cell>
28755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28756 \begin_inset Text
28757
28758 \begin_layout Standard
28759 cicero (1\InsetSpace \thinspace{}
28760 cc = 12\InsetSpace \thinspace{}
28761 dd)
28762 \end_layout
28763
28764 \end_inset
28765 </cell>
28766 </row>
28767 <row topline="true">
28768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28769 \begin_inset Text
28770
28771 \begin_layout Standard
28772 Scale%
28773 \end_layout
28774
28775 \end_inset
28776 </cell>
28777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28778 \begin_inset Text
28779
28780 \begin_layout Standard
28781 % of original image width
28782 \end_layout
28783
28784 \end_inset
28785 </cell>
28786 </row>
28787 <row topline="true">
28788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28789 \begin_inset Text
28790
28791 \begin_layout Standard
28792 text%
28793 \end_layout
28794
28795 \end_inset
28796 </cell>
28797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28798 \begin_inset Text
28799
28800 \begin_layout Standard
28801 % of text width
28802 \end_layout
28803
28804 \end_inset
28805 </cell>
28806 </row>
28807 <row topline="true">
28808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28809 \begin_inset Text
28810
28811 \begin_layout Standard
28812 col%
28813 \end_layout
28814
28815 \end_inset
28816 </cell>
28817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28818 \begin_inset Text
28819
28820 \begin_layout Standard
28821 % of column width
28822 \end_layout
28823
28824 \end_inset
28825 </cell>
28826 </row>
28827 <row topline="true">
28828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28829 \begin_inset Text
28830
28831 \begin_layout Standard
28832 page%
28833 \end_layout
28834
28835 \end_inset
28836 </cell>
28837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28838 \begin_inset Text
28839
28840 \begin_layout Standard
28841 % of paper width
28842 \end_layout
28843
28844 \end_inset
28845 </cell>
28846 </row>
28847 <row topline="true">
28848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28849 \begin_inset Text
28850
28851 \begin_layout Standard
28852 line%
28853 \end_layout
28854
28855 \end_inset
28856 </cell>
28857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28858 \begin_inset Text
28859
28860 \begin_layout Standard
28861 % of line width
28862 \end_layout
28863
28864 \end_inset
28865 </cell>
28866 </row>
28867 <row topline="true">
28868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28869 \begin_inset Text
28870
28871 \begin_layout Standard
28872 theight%
28873 \end_layout
28874
28875 \end_inset
28876 </cell>
28877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28878 \begin_inset Text
28879
28880 \begin_layout Standard
28881 % of text height
28882 \end_layout
28883
28884 \end_inset
28885 </cell>
28886 </row>
28887 <row topline="true">
28888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Standard
28892 pheight%
28893 \end_layout
28894
28895 \end_inset
28896 </cell>
28897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Standard
28901 % of paper height
28902 \end_layout
28903
28904 \end_inset
28905 </cell>
28906 </row>
28907 <row topline="true">
28908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28909 \begin_inset Text
28910
28911 \begin_layout Standard
28912 ex
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Standard
28921 height of letter 
28922 \emph on
28923 x
28924 \emph default
28925  in current font
28926 \end_layout
28927
28928 \end_inset
28929 </cell>
28930 </row>
28931 <row topline="true">
28932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28933 \begin_inset Text
28934
28935 \begin_layout Standard
28936 em
28937 \end_layout
28938
28939 \end_inset
28940 </cell>
28941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Standard
28945 width of letter 
28946 \emph on
28947 M
28948 \emph default
28949  in current font
28950 \end_layout
28951
28952 \end_inset
28953 </cell>
28954 </row>
28955 <row topline="true" bottomline="true">
28956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28957 \begin_inset Text
28958
28959 \begin_layout Standard
28960 mu
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Standard
28969 math unit (1\InsetSpace \thinspace{}
28970 mu = 1/18\InsetSpace \thinspace{}
28971 em)
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 </row>
28977 </lyxtabular>
28978
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \begin_layout Chapter
28990 Output File Formats with Graphics
28991 \begin_inset LatexCommand label
28992 name "cha:Output-File-Formats"
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \begin_layout Section
29000 DVI
29001 \begin_inset LatexCommand index
29002 name "File Formats ! DVI"
29003
29004 \end_inset
29005
29006
29007 \begin_inset LatexCommand index
29008 name "DVI|see{File Formats}"
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Standard
29016 This file type has the extension 
29017 \begin_inset Quotes eld
29018 \end_inset
29019
29020
29021 \family typewriter
29022 .dvi
29023 \family default
29024
29025 \begin_inset Quotes erd
29026 \end_inset
29027
29028 .
29029  It is called 
29030 \begin_inset Quotes eld
29031 \end_inset
29032
29033 device-independent
29034 \begin_inset Quotes erd
29035 \end_inset
29036
29037  (DVI), because it is completely portable; you can move them from one machine
29038  to another without needing to do any sort of conversion.
29039  At the time when this file-format was developed, this was no matter of
29040  course.
29041  DVIs are used for quick previews and as pre-stage for other output formats,
29042  like PostScript.
29043 \end_layout
29044
29045 \begin_layout Standard
29046 \begin_inset Note Greyedout
29047 status open
29048
29049 \begin_layout Standard
29050
29051 \series bold
29052 Note:
29053 \series default
29054  DVI-files doesn't contain images, they will only be a linked.
29055 \end_layout
29056
29057 \end_inset
29058
29059  So don't forget this, if you move your 
29060 \family typewriter
29061 .dvi
29062 \family default
29063  file to another computer.
29064  This property can also slow down your computer when you view the DVI.
29065  Because the DVI-viewer has to convert the image in the background to make
29066  it visible when you scroll in the DVI.
29067  So we recommend to use PDF for files with many images.
29068 \end_layout
29069
29070 \begin_layout Standard
29071 You can export your document to DVI by using the menu 
29072 \family sans
29073 File\SpecialChar \menuseparator
29074 Export\SpecialChar \menuseparator
29075 DVI
29076 \family default
29077 .
29078  You can view your document as DVI via the 
29079 \family sans
29080 View
29081 \family default
29082  menu or by using the toolbar button 
29083 \begin_inset Graphics
29084         filename ../images/buffer-view_dvi.xpm
29085         scale 85
29086
29087 \end_inset
29088
29089 .
29090 \end_layout
29091
29092 \begin_layout Section
29093 PostScript
29094 \begin_inset LatexCommand label
29095 name "sec:PostScript"
29096
29097 \end_inset
29098
29099
29100 \begin_inset LatexCommand index
29101 name "File Formats ! PostScript"
29102
29103 \end_inset
29104
29105
29106 \begin_inset LatexCommand index
29107 name "PostScript|see{File Formats}"
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \begin_layout Standard
29115 This file type has the extension 
29116 \begin_inset Quotes eld
29117 \end_inset
29118
29119
29120 \family typewriter
29121 .ps
29122 \family default
29123
29124 \begin_inset Quotes erd
29125 \end_inset
29126
29127 .
29128  PostScript was developed by the company 
29129 \family typewriter
29130 Adobe
29131 \family default
29132  as printer language.
29133  The file contains therefore commands that the printer uses to print the
29134  file.
29135  PostScript can be seen as 
29136 \begin_inset Quotes eld
29137 \end_inset
29138
29139 programming language
29140 \begin_inset Quotes erd
29141 \end_inset
29142
29143 ; you can calculate with it and draw diagrams and images
29144 \begin_inset Foot
29145 status collapsed
29146
29147 \begin_layout Standard
29148 If you are interested to learn more about this, have a look at the LaTeX-package
29149  
29150 \series bold
29151 PSTricks
29152 \series default
29153  
29154 \begin_inset LatexCommand cite
29155 key "pstricks"
29156
29157 \end_inset
29158
29159 .
29160 \end_layout
29161
29162 \end_inset
29163
29164 .
29165  Due to this ability, the files are often bigger than PDFs.
29166 \end_layout
29167
29168 \begin_layout Standard
29169 PostScript can only contain images in the format 
29170 \begin_inset Quotes eld
29171 \end_inset
29172
29173 Encapsulated PostScript
29174 \begin_inset Quotes erd
29175 \end_inset
29176
29177  (EPS, file extension 
29178 \begin_inset Quotes eld
29179 \end_inset
29180
29181
29182 \family typewriter
29183 .eps
29184 \family default
29185
29186 \begin_inset Quotes erd
29187 \end_inset
29188
29189 ).
29190  As LyX allows you to use any known image format in your document, it has
29191  to convert images in the background to EPS.
29192  If you have e.g 50 images in your document, LyX has to do 50 conversions
29193  whenever you view or export your document.
29194  This will slow down your work flow with LyX drastically.
29195  So if you plan to use PostScript, you can insert your images directly as
29196  EPS to avoid this problem.
29197 \end_layout
29198
29199 \begin_layout Standard
29200 You can export your document to PostScript using the menu 
29201 \family sans
29202 File\SpecialChar \menuseparator
29203 Export\SpecialChar \menuseparator
29204 Postscript
29205 \family default
29206 .
29207  You can view your document as PostScript via the 
29208 \family sans
29209 View
29210 \family default
29211  menu or by using the toolbar button 
29212 \begin_inset Graphics
29213         filename ../images/buffer-view_ps.xpm
29214         scale 85
29215
29216 \end_inset
29217
29218 .
29219 \end_layout
29220
29221 \begin_layout Section
29222 PDF
29223 \begin_inset LatexCommand label
29224 name "sec:PDF"
29225
29226 \end_inset
29227
29228
29229 \begin_inset LatexCommand index
29230 name "File Formats ! PDF"
29231
29232 \end_inset
29233
29234
29235 \begin_inset LatexCommand index
29236 name "PDF"
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Standard
29244 This file type has the extension 
29245 \begin_inset Quotes eld
29246 \end_inset
29247
29248
29249 \family typewriter
29250 .pdf
29251 \family default
29252
29253 \begin_inset Quotes erd
29254 \end_inset
29255
29256 .
29257  The 
29258 \begin_inset Quotes eld
29259 \end_inset
29260
29261 Portable Document Format
29262 \begin_inset Quotes erd
29263 \end_inset
29264
29265  (PDF) is developed by 
29266 \family typewriter
29267 Adobe
29268 \family default
29269  as derivative from PostScript.
29270  It is more compressed and it uses much less commands than PostScript.
29271  As the name 
29272 \begin_inset Quotes eld
29273 \end_inset
29274
29275 portable
29276 \begin_inset Quotes erd
29277 \end_inset
29278
29279  implies, it can be processed at any computer system and the printed output
29280  looks exactly the same.
29281 \end_layout
29282
29283 \begin_layout Standard
29284 PDF can contain images in its own PDF format, in the format 
29285 \begin_inset Quotes eld
29286 \end_inset
29287
29288 Joint Photographic Experts Group
29289 \begin_inset Quotes erd
29290 \end_inset
29291
29292  (JPG, file extension 
29293 \begin_inset Quotes eld
29294 \end_inset
29295
29296
29297 \family typewriter
29298 .jpg
29299 \family default
29300
29301 \begin_inset Quotes erd
29302 \end_inset
29303
29304  or 
29305 \begin_inset Quotes eld
29306 \end_inset
29307
29308
29309 \family typewriter
29310 .jpeg
29311 \family default
29312
29313 \begin_inset Quotes erd
29314 \end_inset
29315
29316 ), and in the format 
29317 \begin_inset Quotes eld
29318 \end_inset
29319
29320 Portable Network Graphics
29321 \begin_inset Quotes erd
29322 \end_inset
29323
29324  (PNG, file extension 
29325 \begin_inset Quotes eld
29326 \end_inset
29327
29328
29329 \family typewriter
29330 .png
29331 \family default
29332
29333 \begin_inset Quotes erd
29334 \end_inset
29335
29336 ).
29337  Nevertheless you can use any other image format, because LyX converts them
29338  in the background to one of these formats.
29339  But as described in the section about PostScript, the image conversion
29340  will slow down your work flow.
29341  So it is recommended to use images in one of the three mentioned formats.
29342 \end_layout
29343
29344 \begin_layout Standard
29345 You can export your document to PDF via the menu 
29346 \family sans
29347 File\SpecialChar \menuseparator
29348 Export
29349 \family default
29350  in three different ways:
29351 \end_layout
29352
29353 \begin_layout Description
29354 PDF\InsetSpace ~
29355 (ps2pdf) This uses the program 
29356 \family typewriter
29357 ps2pdf
29358 \family default
29359  that creates a PDF from a PostScript-version of your file.
29360  The PostScript-version is produced by the program 
29361 \family typewriter
29362 dvips
29363 \family default
29364  which uses a DVI-version as intermediate step.
29365  So this export variant consist of three conversions.
29366 \end_layout
29367
29368 \begin_layout Description
29369 PDF\InsetSpace ~
29370 (dvipdfm) This uses the program 
29371 \family typewriter
29372 dvipdfm
29373 \family default
29374  that converts your file in the background to DVI and in a second step to
29375  PDF.
29376 \end_layout
29377
29378 \begin_layout Description
29379 PDF\InsetSpace ~
29380 (pdflatex) This uses the program 
29381 \family typewriter
29382 pdftex
29383 \family default
29384  that converts your file directly to PDF.
29385 \end_layout
29386
29387 \begin_layout Standard
29388 It is recommended to use 
29389 \family sans
29390 PDF\InsetSpace ~
29391 (pdflatex)
29392 \family default
29393  because 
29394 \family typewriter
29395 pdftex
29396 \family default
29397  supports all features of actual PDF-versions, is quick and works stable
29398  without problems.
29399  The program 
29400 \family typewriter
29401 dvipdfm
29402 \family default
29403  is not under development and therefore a bit outdated.
29404 \end_layout
29405
29406 \begin_layout Standard
29407 You can view your document as PDF via the 
29408 \family sans
29409 View
29410 \family default
29411  menu or by using the toolbar button 
29412 \begin_inset Graphics
29413         filename ../images/buffer-view_pdf2.xpm
29414         scale 85
29415
29416 \end_inset
29417
29418  
29419 \family sans
29420 (
29421 \family default
29422 that uses 
29423 \family sans
29424 PDF\InsetSpace ~
29425 (pdflatex)
29426 \family default
29427 ).
29428 \end_layout
29429
29430 \begin_layout Chapter
29431 Explanation of Equation\InsetSpace ~
29432
29433 \begin_inset LatexCommand eqref
29434 reference "eq:Wgn"
29435
29436 \end_inset
29437
29438
29439 \begin_inset LatexCommand label
29440 name "cha:Explanation-of-Equation"
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 The total width of 
29449 \emph on
29450 n
29451 \emph default
29452  table cells 
29453 \begin_inset Formula $W_{\mathrm{tot\, n}}$
29454 \end_inset
29455
29456  can be calculated to
29457 \end_layout
29458
29459 \begin_layout Standard
29460 \begin_inset Formula \begin{equation}
29461 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Standard
29469 Where 
29470 \begin_inset Formula $W_{g\, n}$
29471 \end_inset
29472
29473  is the given width of all cells.
29474  
29475 \series bold
29476
29477 \backslash
29478 tabcolsep
29479 \series default
29480  is the LaTeX-length between the cell text and the cell border, its default
29481  value is 6\InsetSpace \thinspace{}
29482 pt.
29483  
29484 \series bold
29485
29486 \backslash
29487 arrayrulewidth
29488 \series default
29489  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
29490 pt.
29491 \end_layout
29492
29493 \begin_layout Standard
29494 Following equation\InsetSpace ~
29495
29496 \begin_inset LatexCommand eqref
29497 reference "eq:Wtot_n"
29498
29499 \end_inset
29500
29501 , the total width of a multicolumn 
29502 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
29503 \end_inset
29504
29505  is
29506 \end_layout
29507
29508 \begin_layout Standard
29509 \begin_inset Formula \begin{equation}
29510 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 By setting equation\InsetSpace ~
29519
29520 \begin_inset LatexCommand eqref
29521 reference "eq:Wtot_n"
29522
29523 \end_inset
29524
29525  and 
29526 \begin_inset LatexCommand eqref
29527 reference "eq:Wtot_mult"
29528
29529 \end_inset
29530
29531  equal we can calculate the needed given width 
29532 \begin_inset Formula $W_{g\, n}$
29533 \end_inset
29534
29535  when 
29536 \emph on
29537 n
29538 \emph default
29539  columns are spanned, so that each column has a total width of 
29540 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
29541 \end_inset
29542
29543 :
29544 \end_layout
29545
29546 \begin_layout Standard
29547 \begin_inset Formula \begin{equation}
29548 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
29549
29550 \end_inset
29551
29552
29553 \end_layout
29554
29555 \begin_layout Bibliography
29556 \begin_inset LatexCommand bibitem
29557 key "latexcompanion"
29558
29559 \end_inset
29560
29561 Frank Mittelbach and Michel Goossens: 
29562 \emph on
29563 The LaTeX Companion Second Edition.
29564
29565 \emph default
29566  Addison-Wesley, 2004
29567 \end_layout
29568
29569 \begin_layout Bibliography
29570 \begin_inset LatexCommand bibitem
29571 key "latexguide"
29572
29573 \end_inset
29574
29575 Helmut Kopka and Patrick W.
29576  Daly: 
29577 \emph on
29578 A Guide to LaTeX Fourth Edition.
29579
29580 \emph default
29581  Addison-Wesley, 2003
29582 \end_layout
29583
29584 \begin_layout Bibliography
29585 \begin_inset LatexCommand bibitem
29586 key "latexbook"
29587
29588 \end_inset
29589
29590 Leslie Lamport: 
29591 \emph on
29592 LaTeX: A Document Preparation System.
29593
29594 \emph default
29595  Addison-Wesley, second edition, 1994
29596 \end_layout
29597
29598 \begin_layout Bibliography
29599 \begin_inset LatexCommand bibitem
29600 key "booktabs"
29601
29602 \end_inset
29603
29604
29605 \begin_inset ERT
29606 status collapsed
29607
29608 \begin_layout Standard
29609
29610
29611 \backslash
29612 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
29613 {
29614 \end_layout
29615
29616 \end_inset
29617
29618 Documentation
29619 \begin_inset ERT
29620 status collapsed
29621
29622 \begin_layout Standard
29623
29624 }
29625 \end_layout
29626
29627 \end_inset
29628
29629  of the LaTeX-package 
29630 \series bold
29631 booktabs
29632 \series default
29633
29634 \begin_inset LatexCommand index
29635 name "LaTeX-packages ! booktabs"
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Bibliography
29643 \begin_inset LatexCommand bibitem
29644 key "caption"
29645
29646 \end_inset
29647
29648
29649 \begin_inset ERT
29650 status collapsed
29651
29652 \begin_layout Standard
29653
29654
29655 \backslash
29656 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
29657 \end_layout
29658
29659 \end_inset
29660
29661 Documentation
29662 \begin_inset ERT
29663 status collapsed
29664
29665 \begin_layout Standard
29666
29667 }
29668 \end_layout
29669
29670 \end_inset
29671
29672  of the LaTeX-package 
29673 \series bold
29674 caption
29675 \series default
29676
29677 \begin_inset LatexCommand index
29678 name "LaTeX-packages ! caption"
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Bibliography
29686 \begin_inset LatexCommand bibitem
29687 key "caption-de"
29688
29689 \end_inset
29690
29691 German 
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Standard
29696
29697
29698 \backslash
29699 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
29700 {
29701 \end_layout
29702
29703 \end_inset
29704
29705 documentation
29706 \begin_inset ERT
29707 status collapsed
29708
29709 \begin_layout Standard
29710
29711 }
29712 \end_layout
29713
29714 \end_inset
29715
29716  of the LaTeX-package 
29717 \series bold
29718 caption
29719 \end_layout
29720
29721 \begin_layout Bibliography
29722 \begin_inset LatexCommand bibitem
29723 key "endfloat"
29724
29725 \end_inset
29726
29727
29728 \begin_inset ERT
29729 status collapsed
29730
29731 \begin_layout Standard
29732
29733
29734 \backslash
29735 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
29736 {
29737 \end_layout
29738
29739 \end_inset
29740
29741 Documentation
29742 \begin_inset ERT
29743 status collapsed
29744
29745 \begin_layout Standard
29746
29747 }
29748 \end_layout
29749
29750 \end_inset
29751
29752  of the LaTeX-package 
29753 \series bold
29754 endf\SpecialChar \textcompwordmark{}
29755 loat
29756 \series default
29757
29758 \begin_inset LatexCommand index
29759 name "LaTeX-packages ! endfloat"
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Bibliography
29767 \begin_inset LatexCommand bibitem
29768 key "floatflt"
29769
29770 \end_inset
29771
29772
29773 \begin_inset ERT
29774 status collapsed
29775
29776 \begin_layout Standard
29777
29778
29779 \backslash
29780 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
29781 {
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 f\SpecialChar \textcompwordmark{}
29800 loatf\SpecialChar \textcompwordmark{}
29801 lt
29802 \series default
29803
29804 \begin_inset LatexCommand index
29805 name "LaTeX-packages ! floatflt"
29806
29807 \end_inset
29808
29809
29810 \end_layout
29811
29812 \begin_layout Bibliography
29813 \begin_inset LatexCommand bibitem
29814 key "footmisc"
29815
29816 \end_inset
29817
29818
29819 \begin_inset ERT
29820 status collapsed
29821
29822 \begin_layout Standard
29823
29824
29825 \backslash
29826 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
29827 {
29828 \end_layout
29829
29830 \end_inset
29831
29832 Documentation
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Standard
29837
29838 }
29839 \end_layout
29840
29841 \end_inset
29842
29843  of the LaTeX-package 
29844 \series bold
29845 footmisc
29846 \series default
29847
29848 \begin_inset LatexCommand index
29849 name "LaTeX-packages ! footmisc"
29850
29851 \end_inset
29852
29853
29854 \end_layout
29855
29856 \begin_layout Bibliography
29857 \begin_inset LatexCommand bibitem
29858 key "hypcap"
29859
29860 \end_inset
29861
29862
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Standard
29867
29868
29869 \backslash
29870 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
29871 \end_layout
29872
29873 \end_inset
29874
29875 Documentation
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Standard
29880
29881 }
29882 \end_layout
29883
29884 \end_inset
29885
29886  of the LaTeX-package 
29887 \series bold
29888 hypcap
29889 \series default
29890
29891 \begin_inset LatexCommand index
29892 name "LaTeX-packages ! hyperref"
29893
29894 \end_inset
29895
29896
29897 \end_layout
29898
29899 \begin_layout Bibliography
29900 \begin_inset LatexCommand bibitem
29901 key "hyperref"
29902
29903 \end_inset
29904
29905
29906 \begin_inset ERT
29907 status collapsed
29908
29909 \begin_layout Standard
29910
29911
29912 \backslash
29913 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
29914 {
29915 \end_layout
29916
29917 \end_inset
29918
29919 Documentation
29920 \begin_inset ERT
29921 status collapsed
29922
29923 \begin_layout Standard
29924
29925 }
29926 \end_layout
29927
29928 \end_inset
29929
29930  of the LaTeX-package 
29931 \series bold
29932 hyperref
29933 \series default
29934
29935 \begin_inset LatexCommand index
29936 name "LaTeX-packages ! hyperref"
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Bibliography
29944 \begin_inset LatexCommand bibitem
29945 key "koma-script"
29946
29947 \end_inset
29948
29949
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Standard
29954
29955
29956 \backslash
29957 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
29958 df}{
29959 \end_layout
29960
29961 \end_inset
29962
29963 Documentation
29964 \begin_inset ERT
29965 status collapsed
29966
29967 \begin_layout Standard
29968
29969 }
29970 \end_layout
29971
29972 \end_inset
29973
29974  of the LaTeX-package 
29975 \series bold
29976 koma-script
29977 \series default
29978
29979 \begin_inset LatexCommand index
29980 name "LaTeX-packages ! koma-script"
29981
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Bibliography
29988 \begin_inset LatexCommand bibitem
29989 key "koma-script-de"
29990
29991 \end_inset
29992
29993 German 
29994 \begin_inset ERT
29995 status collapsed
29996
29997 \begin_layout Standard
29998
29999
30000 \backslash
30001 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
30002 df}{
30003 \end_layout
30004
30005 \end_inset
30006
30007 documentation
30008 \begin_inset ERT
30009 status collapsed
30010
30011 \begin_layout Standard
30012
30013 }
30014 \end_layout
30015
30016 \end_inset
30017
30018  of the LaTeX-package 
30019 \series bold
30020 koma-script
30021 \series default
30022
30023 \begin_inset LatexCommand index
30024 name "LaTeX-packages ! koma-script"
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \begin_layout Bibliography
30032 \begin_inset LatexCommand bibitem
30033 key "listings"
30034
30035 \end_inset
30036
30037
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Standard
30042
30043
30044 \backslash
30045 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
30046 {
30047 \end_layout
30048
30049 \end_inset
30050
30051 Documentation
30052 \begin_inset ERT
30053 status collapsed
30054
30055 \begin_layout Standard
30056
30057 }
30058 \end_layout
30059
30060 \end_inset
30061
30062  of the LaTeX-package 
30063 \series bold
30064 listings
30065 \series default
30066
30067 \begin_inset LatexCommand index
30068 name "LaTeX-packages ! listings"
30069
30070 \end_inset
30071
30072
30073 \end_layout
30074
30075 \begin_layout Bibliography
30076 \begin_inset LatexCommand bibitem
30077 key "marginnote"
30078
30079 \end_inset
30080
30081
30082 \begin_inset ERT
30083 status collapsed
30084
30085 \begin_layout Standard
30086
30087
30088 \backslash
30089 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
30090 pdf}{
30091 \end_layout
30092
30093 \end_inset
30094
30095 Documentation
30096 \begin_inset ERT
30097 status collapsed
30098
30099 \begin_layout Standard
30100
30101 }
30102 \end_layout
30103
30104 \end_inset
30105
30106  of the LaTeX-package 
30107 \series bold
30108 marginnote
30109 \series default
30110
30111 \begin_inset LatexCommand index
30112 name "LaTeX-packages ! marginnote"
30113
30114 \end_inset
30115
30116
30117 \end_layout
30118
30119 \begin_layout Bibliography
30120 \begin_inset LatexCommand bibitem
30121 key "pstricks"
30122
30123 \end_inset
30124
30125
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Standard
30130
30131
30132 \backslash
30133 href{http://tug.org/PSTricks/main.cgi/}{
30134 \end_layout
30135
30136 \end_inset
30137
30138 Web page
30139 \begin_inset ERT
30140 status collapsed
30141
30142 \begin_layout Standard
30143
30144 }
30145 \end_layout
30146
30147 \end_inset
30148
30149  of the LaTeX-package 
30150 \series bold
30151 PSTricks
30152 \series default
30153
30154 \begin_inset LatexCommand index
30155 name "LaTeX-packages ! PSTricks"
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Bibliography
30163 \begin_inset LatexCommand bibitem
30164 key "sidecap"
30165
30166 \end_inset
30167
30168
30169 \begin_inset ERT
30170 status collapsed
30171
30172 \begin_layout Standard
30173
30174
30175 \backslash
30176 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
30177 \end_layout
30178
30179 \end_inset
30180
30181 Documentation
30182 \begin_inset ERT
30183 status collapsed
30184
30185 \begin_layout Standard
30186
30187 }
30188 \end_layout
30189
30190 \end_inset
30191
30192  of the LaTeX-package 
30193 \series bold
30194 sidecap
30195 \series default
30196
30197 \begin_inset LatexCommand index
30198 name "LaTeX-packages ! sidecap"
30199
30200 \end_inset
30201
30202
30203 \end_layout
30204
30205 \begin_layout Bibliography
30206 \begin_inset LatexCommand bibitem
30207 key "NewInLyX15"
30208
30209 \end_inset
30210
30211
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Standard
30216
30217
30218 \backslash
30219 href{http://wiki.lyx.org/LyX/NewInLyX15}{
30220 \end_layout
30221
30222 \end_inset
30223
30224 Wiki page
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Standard
30229
30230 }
30231 \end_layout
30232
30233 \end_inset
30234
30235  about new LyX-features planned for the release 
30236 \family sans
30237 LyX 1.5
30238 \family default
30239 .0.
30240 \end_layout
30241
30242 \begin_layout Standard
30243 \begin_inset LatexCommand printindex
30244
30245 \end_inset
30246
30247
30248 \end_layout
30249
30250 \begin_layout Standard
30251 \begin_inset FloatList figure
30252
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \begin_layout Standard
30259 \begin_inset FloatList table
30260
30261 \end_inset
30262
30263
30264 \end_layout
30265
30266 \end_body
30267 \end_document