]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
UserGuide.lyx: fix bug 4192 (hopefully)
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.5.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
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 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
99 \definecolor{lightgrey}{gray}{0.8}
100
101 % check for package colortbl
102 % used for colored table cells
103 \newboolean{colortbl}
104 \IfFileExists{colortbl.sty}
105  {\usepackage{colortbl}
106   \setboolean{colortbl}{true}}
107  {\setboolean{colortbl}{false}}
108
109 % used for multirows
110 \usepackage{multirow}
111 %\renewcommand{\multirowsetup}{\centering}
112
113 % used for book-style tables
114 \usepackage{booktabs}
115
116 % used to have extra space in table cells
117 \@ifundefined{extrarowheight}
118  {\usepackage{array}}{}
119 \setlength{\extrarowheight}{2pt}
120
121 % used for customized tables
122 % ---
123 \newcolumntype{M}[1]
124  {>{\centering\hspace{0pt}}m{#1}}
125
126 \newcolumntype{S}[2]
127  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
128
129 \newcolumntype{K}[1]
130  {>{\columncolor{#1}\hspace{0pt}}c}
131
132 \newcolumntype{V}{!{\vrule width 1.5pt}}
133
134 \newcolumntype{W}{!{\color{green}\vline}}
135 % ---
136
137 % insert additional vertical space of
138 % 1.5 mm between footnotes
139 \let\myFoot\footnote
140 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
141
142 % enable algorithm floats to be referenced
143 \newfloat{Xalgorithm}{tbp}{loa}
144 \floatname{Xalgorithm}{Algorithm}
145 \newcommand{\theHalgorithm}{\theHXalgorithm}
146 \renewenvironment{algorithm}[1][tbp]
147  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
148
149 % number algorithm floats within chapters
150 \numberwithin{Xalgorithm}{chapter}
151
152 % redefine the greyed out note
153 \renewenvironment{lyxgreyedout}
154  {\textcolor{blue}\bgroup}{\egroup}
155
156 % ------------------------------------
157 % used to check for needed LaTeX packages
158 \usepackage{ifthen}
159
160 % check for package arydshln
161 % used for tables with dashed lines
162 \newboolean{arydshln}
163 \IfFileExists{arydshln.sty}
164  {\usepackage{arydshln}
165   \setboolean{arydshln}{true}}
166  {\setboolean{arydshln}{false}}
167
168 % check for package marginnote
169 % used for margin notes
170 \newboolean{marginnote}
171 \IfFileExists{marginnote.sty}
172  {\usepackage{marginnote}
173   \let\marginpar\marginnote
174   \setboolean{marginnote}{true}}
175  {\setboolean{marginnote}{false}}
176
177 % redefine the \LyX macro for PDF bookmarks
178 \def\LyX{\texorpdfstring{%
179   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
180   {LyX }}
181 \end_preamble
182 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
183 \language english
184 \inputencoding auto
185 \font_roman default
186 \font_sans default
187 \font_typewriter default
188 \font_default_family default
189 \font_sc false
190 \font_osf false
191 \font_sf_scale 100
192 \font_tt_scale 100
193 \graphics default
194 \paperfontsize 12
195 \spacing single
196 \papersize default
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 1 34 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
224  manual
225 \end_layout
226
227 \begin_layout Author
228 by the LyX Team
229 \begin_inset Foot
230 status collapsed
231
232 \begin_layout Standard
233 \noindent
234 If you have comments or error corrections, please send them to the LyX Documenta
235 tion mailing list: 
236 \family typewriter
237
238 \begin_inset ERT
239 status open
240
241 \begin_layout Standard
242
243
244 \backslash
245 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
246 \end_layout
247
248 \end_inset
249
250 lyx-docs@lists.lyx.org
251 \begin_inset ERT
252 status collapsed
253
254 \begin_layout Standard
255
256 }
257 \end_layout
258
259 \end_inset
260
261
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Note Note
268 status collapsed
269
270 \begin_layout Standard
271 original author: Uwe Stöhr
272 \end_layout
273
274 \end_inset
275
276
277 \newline
278
279 \newline
280
281 \family sans
282 Version 1.5.2-0
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Standard
298 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
299  
300 \series bold
301 arydshln
302 \series default
303
304 \series bold
305 colortbl
306 \series default
307 , and 
308 \series bold
309 marginnote
310 \series default
311  must be installed.
312  If they are not installed you can export the document anyway but the sections
313  where the packages are required won't appear in the output.
314 \end_layout
315
316 \begin_layout Standard
317 The latest PDF-version of this document can be found here:
318 \newline
319
320 \series bold
321 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
322 \end_layout
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Chapter
330 Figures
331 \begin_inset LatexCommand label
332 name "cha:Figures"
333
334 \end_inset
335
336
337 \begin_inset LatexCommand index
338 name "Figures"
339
340 \end_inset
341
342
343 \begin_inset LatexCommand index
344 name "Graphics|see{Figures}"
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Section
352 Graphics Dialog
353 \begin_inset LatexCommand index
354 name "Figures ! Graphics Dialog"
355
356 \end_inset
357
358
359 \begin_inset LatexCommand label
360 name "sec:Graphics-Dialog"
361
362 \end_inset
363
364
365 \end_layout
366
367 \begin_layout Standard
368 To insert an image into your document, place the cursor at the text position
369  you want and click on the toolbar icon 
370 \begin_inset Graphics
371         filename ../images/dialog-show-new-inset_graphics.png
372         scale 85
373         scaleBeforeRotation
374
375 \end_inset
376
377  or use the menu 
378 \family sans
379 Insert\SpecialChar \menuseparator
380 Graphics
381 \family default
382 .
383  Then a dialog will appear to choose the file to load.
384  The image will appear in the output exactly at the position where it is
385  in the text.
386 \end_layout
387
388 \begin_layout Standard
389 The graphics dialog can be called at any time by right-clicking on an image.
390  This dialog has three tabs:
391 \end_layout
392
393 \begin_layout Description
394
395 \family sans
396 Graphics
397 \family default
398  Here you can choose an image file and adjust its appearance in the output.
399  The available units for the image size are explained in appendix\InsetSpace ~
400
401 \begin_inset LatexCommand ref
402 reference "cha:Units-available-in"
403
404 \end_inset
405
406 .
407 \newline
408 You can rotate images counter-clockwise by setting a rotation angle and
409  a rotation origin.
410  The image will also be rotated inside LyX.
411 \newline
412 Images can be scaled by using
413  a percentage value or by setting the width and height explicitly.
414  If you set only the width or only the height, the other size will be determined
415  automatically.
416  If you set both, then the image will be transformed to the given size,
417  possibly distorting it.
418  To prevent the image from distortion, use the option 
419 \family sans
420 Maintain aspect ratio
421 \family default
422 .
423  The image will then be scaled so that its width and height don't exceed
424  the specified dimensions.
425 \newline
426 Images can be opened in a program of your choice
427  when pressing the 
428 \family sans
429 Edit
430 \family default
431  button.
432  The program can be set for every image format in the file format settings
433  in LyX's preferences.
434 \end_layout
435
436 \begin_layout Description
437
438 \family sans
439 Clipping
440 \family default
441  Alternatively to the usage of scaling units it is possible to set image
442  coordinates to adjust the height and width of the image in the output.
443  The coordinates can also be calculated automatically by pressing the button
444  
445 \family sans
446 Get\InsetSpace ~
447 from\InsetSpace ~
448 File
449 \family default
450 .
451  The option 
452 \family sans
453 Clip\InsetSpace ~
454 to\InsetSpace ~
455 bounding\InsetSpace ~
456 box
457 \family default
458  will only print the image region within the given coordinates.
459  Normally you don't need to take care about image coordinates and can ignore
460  this tab.
461 \end_layout
462
463 \begin_layout Description
464
465 \family sans
466 Extra\InsetSpace ~
467 options
468 \family default
469  In this tab you can modify the appearance of the image within LyX and set
470  the image to be a subfigure of a figure float with an own caption.
471  Subfigures are explained in section\InsetSpace ~
472
473 \begin_inset LatexCommand ref
474 reference "sec:Figure-Floats"
475
476 \end_inset
477
478 .
479 \newline
480  LaTeX experts can also specify on this tab additional LaTeX options.
481 \newline
482  The
483  option 
484 \family sans
485 Draft\InsetSpace ~
486 mode
487 \family default
488  makes the image appear in the output only as a frame with the size of the
489  image.
490 \newline
491 The 
492 \family sans
493 Don't\InsetSpace ~
494 unzip\InsetSpace ~
495 on\InsetSpace ~
496 export
497 \family default
498  option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
499 g.\InsetSpace ~
500
501 \emph on
502 x.eps.gz
503 \emph default
504 .
505  When the option is used the images will not be unzipped on export, since
506  LaTeX can handle them as they are.
507 \newline
508 Zipped EPS-graphics are useful to save
509  disk space when you choose PostScript as output format, see appendix\InsetSpace ~
510
511 \begin_inset LatexCommand ref
512 reference "sec:PostScript"
513
514 \end_inset
515
516 .
517  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
518  console:
519 \newline
520
521 \series bold
522 gzip x.eps
523 \series default
524
525 \newline
526
527 \series bold
528 zgrep %%Bounding x.eps.gz > x.eps.bb
529 \series default
530
531 \newline
532 The second command creates the bounding box file 
533 \begin_inset Quotes eld
534 \end_inset
535
536 x.eps.bb
537 \begin_inset Quotes erd
538 \end_inset
539
540  that is needed by LaTeX for zipped graphics.
541 \end_layout
542
543 \begin_layout Standard
544 \begin_inset VSpace bigskip
545 \end_inset
546
547
548 \end_layout
549
550 \begin_layout Standard
551 This is an example image in EPS format
552 \begin_inset Foot
553 status collapsed
554
555 \begin_layout Standard
556 Image formats are explained in section\InsetSpace ~
557
558 \begin_inset LatexCommand ref
559 reference "sec:Image-Formats"
560
561 \end_inset
562
563 .
564 \end_layout
565
566 \end_inset
567
568  within a separate, horizontally centered paragraph:
569 \end_layout
570
571 \begin_layout Standard
572 \align center
573 \begin_inset Graphics
574         filename clipart/mobius.eps
575         display color
576         scale 70
577         scaleBeforeRotation
578         rotateOrigin center
579
580 \end_inset
581
582
583 \end_layout
584
585 \begin_layout Standard
586 This is the same image like the one above but in draft mode:
587 \end_layout
588
589 \begin_layout Standard
590 \align center
591 \begin_inset Graphics
592         filename clipart/mobius.eps
593         display color
594         scale 70
595         draft
596         scaleBeforeRotation
597         rotateOrigin center
598
599 \end_inset
600
601
602 \end_layout
603
604 \begin_layout Section
605 Figure Floats
606 \begin_inset LatexCommand label
607 name "sec:Figure-Floats"
608
609 \end_inset
610
611
612 \begin_inset LatexCommand index
613 name "Floats ! Figures"
614
615 \end_inset
616
617
618 \begin_inset LatexCommand index
619 name "Figures ! Floats"
620
621 \end_inset
622
623
624 \end_layout
625
626 \begin_layout Standard
627 For general explanations about floats, have a look at section\InsetSpace ~
628
629 \begin_inset LatexCommand ref
630 reference "sec:FloatIntroduction"
631
632 \end_inset
633
634 .
635 \end_layout
636
637 \begin_layout Standard
638 The toolbar button 
639 \begin_inset Graphics
640         filename ../images/float-insert_figure.png
641         scale 85
642         scaleBeforeRotation
643
644 \end_inset
645
646  and the menu 
647 \family sans
648 Insert\SpecialChar \menuseparator
649 Float\SpecialChar \menuseparator
650 Figure
651 \family default
652  inserts a float with a caption that has the label 
653 \begin_inset Quotes eld
654 \end_inset
655
656 Figure\InsetSpace ~
657 #:
658 \begin_inset Quotes erd
659 \end_inset
660
661  (# is the actual number).
662  You can insert the image above the caption, like in Figure\InsetSpace ~
663
664 \begin_inset LatexCommand ref
665 reference "fig:kill-plat"
666
667 \end_inset
668
669  or below the caption, like in Figure\InsetSpace ~
670
671 \begin_inset LatexCommand ref
672 reference "fig:escher"
673
674 \end_inset
675
676 .
677  More about the caption placement is described in section\InsetSpace ~
678
679 \begin_inset LatexCommand ref
680 reference "sec:Caption-Placement"
681
682 \end_inset
683
684 .
685 \end_layout
686
687 \begin_layout Standard
688 \begin_inset Float figure
689 wide false
690 sideways false
691 status open
692
693 \begin_layout Standard
694 \align center
695 \begin_inset Graphics
696         filename clipart/platypus.eps
697         display color
698         width 50col%
699         scaleBeforeRotation
700         rotateOrigin center
701
702 \end_inset
703
704
705 \end_layout
706
707 \begin_layout Standard
708 \begin_inset Caption
709
710 \begin_layout Standard
711 \begin_inset LatexCommand label
712 name "fig:kill-plat"
713
714 \end_inset
715
716 A severely distorted platypus in a float.
717 \end_layout
718
719 \end_inset
720
721
722 \end_layout
723
724 \end_inset
725
726
727 \end_layout
728
729 \begin_layout Standard
730 \begin_inset Float figure
731 wide false
732 sideways false
733 status open
734
735 \begin_layout Standard
736 \begin_inset Caption
737
738 \begin_layout Standard
739 \begin_inset LatexCommand label
740 name "fig:escher"
741
742 \end_inset
743
744 M.C.
745  Escher on acid.
746 \end_layout
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Standard
754 \align center
755 \begin_inset Graphics
756         filename clipart/escher-lsd.eps
757         display color
758         scale 80
759         scaleBeforeRotation
760         rotateOrigin center
761
762 \end_inset
763
764
765 \end_layout
766
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Standard
773 \begin_inset LatexCommand index
774 name "References ! to Figures"
775
776 \end_inset
777
778 Figure\InsetSpace ~
779
780 \begin_inset LatexCommand ref
781 reference "fig:kill-plat"
782
783 \end_inset
784
785  and 
786 \begin_inset LatexCommand ref
787 reference "fig:escher"
788
789 \end_inset
790
791  are examples of referenced figures.
792  Figures can be referenced in the text by referencing their label.
793  To do this insert a label in the caption using the menu 
794 \family sans
795 Insert\SpecialChar \menuseparator
796 Label
797 \family default
798  or the toolbar button 
799 \begin_inset Graphics
800         filename ../images/label-insert.png
801         scale 85
802         scaleBeforeRotation
803
804 \end_inset
805
806 .
807  You can now refer to the label using the menu 
808 \family sans
809 Insert\SpecialChar \menuseparator
810 Cross\InsetSpace ~
811 reference
812 \family default
813  or the toolbar button 
814 \begin_inset Graphics
815         filename ../images/dialog-show-new-inset_ref.png
816         scale 85
817         scaleBeforeRotation
818
819 \end_inset
820
821 .
822  It is important to use references to floats, rather than using vague references
823  like 
824 \begin_inset Quotes eld
825 \end_inset
826
827 the figure above
828 \begin_inset Quotes erd
829 \end_inset
830
831 , because as LaTeX will reposition the floats in the final document, it
832  might not be 
833 \begin_inset Quotes eld
834 \end_inset
835
836 above
837 \begin_inset Quotes erd
838 \end_inset
839
840  at all.
841 \newline
842 Referencing is explained in detail in section\InsetSpace ~
843
844 \begin_inset LatexCommand ref
845 reference "sec:Referencing-Floats"
846
847 \end_inset
848
849 .
850 \end_layout
851
852 \begin_layout Standard
853 Normally only one image is inserted to a figure float, but sometimes you
854  might want to use two images with separate subcaptions.
855  This can be set in the tab 
856 \family sans
857 Extra\InsetSpace ~
858 options
859 \family default
860  of the graphics dialog.
861  Choose there the option 
862 \family sans
863 Subfigure
864 \family default
865  and enter the subcaption for the image in the caption field.
866  Note that only the main caption of the float is added to the List of Figures.
867 \newline
868 Ref
869 erencing subfigures is explained in section\InsetSpace ~
870
871 \begin_inset LatexCommand ref
872 reference "sub:Referencing-Subfigures"
873
874 \end_inset
875
876 .
877 \end_layout
878
879 \begin_layout Standard
880 Figure\InsetSpace ~
881
882 \begin_inset LatexCommand ref
883 reference "fig:Two-distorted-images"
884
885 \end_inset
886
887  is an example of a figure float with two images set side by side.
888  You can also set the images one below the other.
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Float figure
893 wide false
894 sideways false
895 status open
896
897 \begin_layout Standard
898
899 \hfill
900
901 \begin_inset Graphics
902         filename clipart/escher-lsd.eps
903         width 45col%
904         scaleBeforeRotation
905         subcaption
906         subcaptionText "Undefinable structure"
907
908 \end_inset
909
910
911 \hfill
912
913 \begin_inset Graphics
914         filename clipart/platypus.eps
915         lyxscale 60
916         width 45col%
917         scaleBeforeRotation
918         subcaption
919         subcaptionText "\label{fig:Platypus} Platypus"
920
921 \end_inset
922
923
924 \hfill
925
926 \end_layout
927
928 \begin_layout Standard
929 \begin_inset Caption
930
931 \begin_layout Standard
932 \begin_inset LatexCommand label
933 name "fig:Two-distorted-images"
934
935 \end_inset
936
937 Two distorted images.
938 \end_layout
939
940 \end_inset
941
942
943 \end_layout
944
945 \end_inset
946
947
948 \end_layout
949
950 \begin_layout Section
951 Image Formats
952 \begin_inset LatexCommand label
953 name "sec:Image-Formats"
954
955 \end_inset
956
957
958 \begin_inset LatexCommand index
959 name "Image Formats"
960
961 \end_inset
962
963
964 \begin_inset LatexCommand index
965 name "Figures ! Image Formats"
966
967 \end_inset
968
969
970 \end_layout
971
972 \begin_layout Standard
973 You can insert images in any known file format.
974  But as explained in appendix\InsetSpace ~
975
976 \begin_inset LatexCommand ref
977 reference "cha:Output-File-Formats"
978
979 \end_inset
980
981 , every output document format allows only a few image formats.
982  LyX uses therefore the program 
983 \family typewriter
984 Imagemagick
985 \family default
986  in the background to convert the images to the right format.
987  To increase your work flow by avoiding these conversions in the background,
988  you can use only the image formats that can directly be embedded in the
989  output file format.
990  The output file formats are explained in appendix\InsetSpace ~
991
992 \begin_inset LatexCommand ref
993 reference "cha:Output-File-Formats"
994
995 \end_inset
996
997 .
998 \end_layout
999
1000 \begin_layout Standard
1001 Similar to fonts there are two types of image formats:
1002 \end_layout
1003
1004 \begin_layout Description
1005 Bitmap\InsetSpace ~
1006 images consist of pixel values, often in a compressed form.
1007  They are therefore not fully scalable and look pixeled in large zooms.
1008  Well-known bitmap image formats are 
1009 \begin_inset Quotes eld
1010 \end_inset
1011
1012 Graphics Interchange Format
1013 \begin_inset Quotes erd
1014 \end_inset
1015
1016  (GIF, file extension 
1017 \begin_inset Quotes eld
1018 \end_inset
1019
1020
1021 \family typewriter
1022 .gif
1023 \family default
1024
1025 \begin_inset Quotes erd
1026 \end_inset
1027
1028 )
1029 \begin_inset LatexCommand index
1030 name "GIF|see{Image formats}"
1031
1032 \end_inset
1033
1034
1035 \begin_inset Quotes eld
1036 \end_inset
1037
1038 Portable Network Graphics
1039 \begin_inset Quotes erd
1040 \end_inset
1041
1042  (PNG, file extension 
1043 \begin_inset Quotes eld
1044 \end_inset
1045
1046
1047 \family typewriter
1048 .png
1049 \family default
1050
1051 \begin_inset Quotes erd
1052 \end_inset
1053
1054 )
1055 \begin_inset LatexCommand index
1056 name "PNG|see{Image formats}"
1057
1058 \end_inset
1059
1060 , and 
1061 \begin_inset Quotes eld
1062 \end_inset
1063
1064 Joint Photographic Experts Group
1065 \begin_inset Quotes erd
1066 \end_inset
1067
1068  (JPG, file extension 
1069 \begin_inset Quotes eld
1070 \end_inset
1071
1072
1073 \family typewriter
1074 .jpg
1075 \family default
1076
1077 \begin_inset Quotes erd
1078 \end_inset
1079
1080  or 
1081 \begin_inset Quotes eld
1082 \end_inset
1083
1084
1085 \family typewriter
1086 .jpeg
1087 \family default
1088
1089 \begin_inset Quotes erd
1090 \end_inset
1091
1092 )
1093 \begin_inset LatexCommand index
1094 name "JPG|see{Image formats}"
1095
1096 \end_inset
1097
1098 .
1099 \end_layout
1100
1101 \begin_layout Description
1102 Vector\InsetSpace ~
1103 images consist of vectors and can therefore be scaled to any size
1104  without data loss.
1105  The scaling ability is necessary if you want to create presentations, because
1106  presentations are always scaled by the video projector.
1107  Scaling is also useful for online documents to let the user zoom into diagrams.
1108 \newline
1109 W
1110 ell-known scalable image formats are 
1111 \begin_inset Quotes eld
1112 \end_inset
1113
1114 Scalable Vector Graphics
1115 \begin_inset Quotes erd
1116 \end_inset
1117
1118  (SVG, file extension 
1119 \begin_inset Quotes eld
1120 \end_inset
1121
1122
1123 \family typewriter
1124 .svg
1125 \family default
1126
1127 \begin_inset Quotes erd
1128 \end_inset
1129
1130 )
1131 \begin_inset LatexCommand index
1132 name "SVG|see{Image formats}"
1133
1134 \end_inset
1135
1136
1137 \begin_inset Quotes eld
1138 \end_inset
1139
1140 Encapsulated PostScript
1141 \begin_inset Quotes erd
1142 \end_inset
1143
1144  (EPS, file extension 
1145 \begin_inset Quotes eld
1146 \end_inset
1147
1148
1149 \family typewriter
1150 .eps
1151 \family default
1152
1153 \begin_inset Quotes erd
1154 \end_inset
1155
1156 )
1157 \begin_inset LatexCommand index
1158 name "EPS|see{Image formats}"
1159
1160 \end_inset
1161
1162
1163 \begin_inset Quotes eld
1164 \end_inset
1165
1166 Portable Document Format
1167 \begin_inset Quotes erd
1168 \end_inset
1169
1170  (PDF, file extension 
1171 \begin_inset Quotes eld
1172 \end_inset
1173
1174
1175 \family typewriter
1176 .pdf
1177 \family default
1178
1179 \begin_inset Quotes erd
1180 \end_inset
1181
1182 )
1183 \begin_inset LatexCommand index
1184 name "PDF"
1185
1186 \end_inset
1187
1188 , and 
1189 \begin_inset Quotes eld
1190 \end_inset
1191
1192 Windows Metafile
1193 \begin_inset Quotes erd
1194 \end_inset
1195
1196  (WMF, file extension 
1197 \begin_inset Quotes eld
1198 \end_inset
1199
1200
1201 \family typewriter
1202 .wmf
1203 \family default
1204
1205 \begin_inset Quotes erd
1206 \end_inset
1207
1208 )
1209 \begin_inset LatexCommand index
1210 name "SVG|see{Image formats}"
1211
1212 \end_inset
1213
1214 .
1215  We wrote 
1216 \begin_inset Quotes eld
1217 \end_inset
1218
1219 can be
1220 \begin_inset Quotes erd
1221 \end_inset
1222
1223 , because you can convert any bitmap image to a PDF or EPS-image and the
1224  result will still be a bitmap image.
1225  In this cases only a header with the image properties is added to the original
1226  image
1227 \begin_inset Foot
1228 status open
1229
1230 \begin_layout Standard
1231 In the case of PDF, the original image is additionally compressed.
1232 \end_layout
1233
1234 \end_inset
1235
1236 .
1237  The PDF-files generated by 
1238 \family typewriter
1239 Adobe Photoshop
1240 \family default
1241  are for example bitmap images.
1242 \end_layout
1243
1244 \begin_layout Standard
1245 Normally it is not possible to convert a bitmap image into a scalable one,
1246  only vice versa.
1247  Only the image formats PDF and EPS can directly be embedded to PDF and
1248  PostScript output files, respectively.
1249  SVG and WMF-images are recalculated to bitmaps when the output file is
1250  generated because there is currently no adequate WMF/SVG
1251 \begin_inset Formula $\to$
1252 \end_inset
1253
1254 PDF/EPS converter available.
1255 \end_layout
1256
1257 \begin_layout Chapter
1258 Tables
1259 \begin_inset LatexCommand label
1260 name "cha:Tables"
1261
1262 \end_inset
1263
1264
1265 \begin_inset LatexCommand index
1266 name "Table"
1267
1268 \end_inset
1269
1270
1271 \end_layout
1272
1273 \begin_layout Section
1274 Introduction
1275 \begin_inset LatexCommand index
1276 name "Table ! Introduction"
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \begin_layout Standard
1284 You can insert a table using either the toolbar button 
1285 \begin_inset Graphics
1286         filename ../images/tabular-insert.png
1287         scale 85
1288         scaleBeforeRotation
1289
1290 \end_inset
1291
1292  or the menu 
1293 \family sans
1294 Insert\SpecialChar \menuseparator
1295 Table
1296 \family default
1297 .
1298  The toolbar button offers you a graphical selection: Move the mouse to
1299  set the column/row number of the table that should be created and then
1300  press a mouse button.
1301  When you use the menu to create a table, a dialog will appear, asking you
1302  for the number of rows and columns.
1303 \newline
1304  The default table has lines around any
1305  cell and the first row appears separated from the rest of the table.
1306  This separation occurs due to a double line: The cells of the first row
1307  have a line below them and the cells of the second row have a line above
1308  them.
1309  Here is an example table:
1310 \end_layout
1311
1312 \begin_layout Standard
1313 \align center
1314 \begin_inset Tabular
1315 <lyxtabular version="3" rows="4" columns="4">
1316 <features>
1317 <column alignment="center" valignment="top" leftline="true" width="0">
1318 <column alignment="center" valignment="top" leftline="true" width="0">
1319 <column alignment="center" valignment="top" leftline="true" width="0">
1320 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1321 <row topline="true" bottomline="true">
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Standard
1326
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Standard
1335
1336 \family roman
1337 \series medium
1338 \shape up
1339 \size normal
1340 \emph off
1341 \bar no
1342 \noun off
1343 \color none
1344 1
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Standard
1353 2
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Standard
1362 3
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 </row>
1368 <row topline="true">
1369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1370 \begin_inset Text
1371
1372 \begin_layout Standard
1373
1374 \family roman
1375 \series medium
1376 \shape up
1377 \size normal
1378 \emph off
1379 \bar no
1380 \noun off
1381 \color none
1382 A
1383 \end_layout
1384
1385 \end_inset
1386 </cell>
1387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1388 \begin_inset Text
1389
1390 \begin_layout Standard
1391
1392 \end_layout
1393
1394 \end_inset
1395 </cell>
1396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1397 \begin_inset Text
1398
1399 \begin_layout Standard
1400
1401 \end_layout
1402
1403 \end_inset
1404 </cell>
1405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1406 \begin_inset Text
1407
1408 \begin_layout Standard
1409
1410 \end_layout
1411
1412 \end_inset
1413 </cell>
1414 </row>
1415 <row topline="true">
1416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1417 \begin_inset Text
1418
1419 \begin_layout Standard
1420
1421 \family roman
1422 \series medium
1423 \shape up
1424 \size normal
1425 \emph off
1426 \bar no
1427 \noun off
1428 \color none
1429 B
1430 \end_layout
1431
1432 \end_inset
1433 </cell>
1434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1435 \begin_inset Text
1436
1437 \begin_layout Standard
1438
1439 \end_layout
1440
1441 \end_inset
1442 </cell>
1443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1444 \begin_inset Text
1445
1446 \begin_layout Standard
1447
1448 \end_layout
1449
1450 \end_inset
1451 </cell>
1452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1453 \begin_inset Text
1454
1455 \begin_layout Standard
1456
1457 \end_layout
1458
1459 \end_inset
1460 </cell>
1461 </row>
1462 <row topline="true" bottomline="true">
1463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1464 \begin_inset Text
1465
1466 \begin_layout Standard
1467
1468 \family roman
1469 \series medium
1470 \shape up
1471 \size normal
1472 \emph off
1473 \bar no
1474 \noun off
1475 \color none
1476 C
1477 \end_layout
1478
1479 \end_inset
1480 </cell>
1481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1482 \begin_inset Text
1483
1484 \begin_layout Standard
1485
1486 \end_layout
1487
1488 \end_inset
1489 </cell>
1490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1491 \begin_inset Text
1492
1493 \begin_layout Standard
1494
1495 \end_layout
1496
1497 \end_inset
1498 </cell>
1499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1500 \begin_inset Text
1501
1502 \begin_layout Standard
1503
1504 \end_layout
1505
1506 \end_inset
1507 </cell>
1508 </row>
1509 </lyxtabular>
1510
1511 \end_inset
1512
1513
1514 \end_layout
1515
1516 \begin_layout Section
1517 Table Dialog
1518 \begin_inset LatexCommand index
1519 name "Table ! Dialog"
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \begin_layout Standard
1527 You can alter a table by clicking on it with the right mouse button, which
1528  brings up the table dialog.
1529  Here you can adjust the settings of that cell and row/column respectively
1530  where the cursor is currently placed.
1531  Most of the dialog options also work on selections.
1532  This means if you select more cells, columns or rows, the action is done
1533  for the whole selection.
1534  Note that there is a difference between selecting the 
1535 \emph on
1536 contents
1537 \emph default
1538  of the cell, and the cell itself.
1539  You can alter tables with the following tabs of the table dialog:
1540 \end_layout
1541
1542 \begin_layout Description
1543
1544 \family sans
1545 Table\InsetSpace ~
1546 Settings
1547 \family default
1548  Here you can set the horizontal alignment and the width of the current
1549  column.
1550  When you have set a width you can also adjust the vertical alignment of
1551  the current row.
1552  A given width will allow the cell to have line breaks and multiple paragraphs
1553  of text, see section\InsetSpace ~
1554
1555 \begin_inset LatexCommand ref
1556 reference "sub:Multiple-Lines-in"
1557
1558 \end_inset
1559
1560 .
1561  If you set no width, the column is as wide as their widest cell content
1562  is.
1563 \newline
1564 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1565  cell, see section\InsetSpace ~
1566
1567 \begin_inset LatexCommand ref
1568 reference "sub:Multicolumns"
1569
1570 \end_inset
1571
1572 .
1573 \newline
1574 The rotate check boxes rotates the current cell, a selection, or the whole
1575  table counter-clockwise by 90°.
1576  The rotation is not shown within LyX, only in the output.
1577 \newline
1578
1579 \begin_inset Note Greyedout
1580 status open
1581
1582 \begin_layout Standard
1583
1584 \series bold
1585 Note:
1586 \series default
1587  Not all DVI-viewers are able to display rotations.
1588 \end_layout
1589
1590 \end_inset
1591
1592
1593 \newline
1594 It is also possible to enter a LaTeX-argument which is needed for special
1595  table formattings, see section\InsetSpace ~
1596
1597 \begin_inset LatexCommand ref
1598 reference "sub:Multicolumn-Calculations"
1599
1600 \end_inset
1601
1602  and 
1603 \begin_inset LatexCommand ref
1604 reference "sec:Colored-Tables"
1605
1606 \end_inset
1607
1608 .
1609 \end_layout
1610
1611 \begin_layout Description
1612
1613 \family sans
1614 Borders
1615 \family default
1616  In this tab you can add and delete border lines for the current row/column.
1617 \newline
1618 Using
1619  the style option 
1620 \family sans
1621 Formal
1622 \family default
1623  will convert the table to a formal table as described in section\InsetSpace ~
1624
1625 \begin_inset LatexCommand ref
1626 reference "sec:Formal-Tables"
1627
1628 \end_inset
1629
1630 .
1631 \newline
1632 You can also add here space to table rows as decribed in section\InsetSpace ~
1633
1634 \begin_inset LatexCommand ref
1635 reference "sub:Row-Spacing"
1636
1637 \end_inset
1638
1639 .
1640 \end_layout
1641
1642 \begin_layout Description
1643
1644 \family sans
1645 Longtable
1646 \family default
1647  This tab is to make a table a so called 
1648 \begin_inset Quotes eld
1649 \end_inset
1650
1651
1652 \emph on
1653 longtable
1654 \emph default
1655
1656 \begin_inset Quotes erd
1657 \end_inset
1658
1659  that can run over several pages.
1660  Section\InsetSpace ~
1661
1662 \begin_inset LatexCommand ref
1663 reference "sec:Longtables"
1664
1665 \end_inset
1666
1667  and 
1668 \begin_inset LatexCommand ref
1669 reference "sec:Special-Longtable-Issues"
1670
1671 \end_inset
1672
1673  describe the longtable features in detail.
1674 \end_layout
1675
1676 \begin_layout Standard
1677 When the table toolbar is opened, you can move the cursor with the arrow
1678  keys from cell to cell and the property of the current cell will immediately
1679  be displayed in the dialog.
1680 \end_layout
1681
1682 \begin_layout Section
1683 Table Toolbar
1684 \begin_inset LatexCommand index
1685 name "Table ! Toolbar"
1686
1687 \end_inset
1688
1689
1690 \end_layout
1691
1692 \begin_layout Standard
1693 The table toolbar is an alternative to the table dialog to be able to alter
1694  tables faster.
1695  It should normally appear at the bottom of LyX's main window when the cursor
1696  is inside a table.
1697  You can alternatively switch it on to appear always, by right-clicking
1698  in LyX's main menu bar.
1699 \end_layout
1700
1701 \begin_layout Standard
1702 The toolbar has the following icons:
1703 \end_layout
1704
1705 \begin_layout Labeling
1706 \labelwidthstring 00.00.0000
1707 \begin_inset Graphics
1708         filename ../images/tabular-feature_append-row.png
1709         scaleBeforeRotation
1710
1711 \end_inset
1712
1713  adds a row below the current cell or selection
1714 \end_layout
1715
1716 \begin_layout Labeling
1717 \labelwidthstring 00.00.0000
1718 \begin_inset Graphics
1719         filename ../images/tabular-feature_append-column.png
1720         scaleBeforeRotation
1721
1722 \end_inset
1723
1724  adds a column right beside the current cell or selection
1725 \end_layout
1726
1727 \begin_layout Labeling
1728 \labelwidthstring 00.00.0000
1729 \begin_inset Graphics
1730         filename ../images/tabular-feature_delete-row.png
1731         scaleBeforeRotation
1732
1733 \end_inset
1734
1735  deletes the current row or selection
1736 \end_layout
1737
1738 \begin_layout Labeling
1739 \labelwidthstring 00.00.0000
1740 \begin_inset Graphics
1741         filename ../images/tabular-feature_delete-column.png
1742         scaleBeforeRotation
1743
1744 \end_inset
1745
1746  deletes the current column or selection
1747 \end_layout
1748
1749 \begin_layout Labeling
1750 \labelwidthstring 00.00.0000
1751 \begin_inset Graphics
1752         filename ../images/tabular-feature_toggle-line-top.png
1753         scaleBeforeRotation
1754
1755 \end_inset
1756
1757  adds a line at the top of the current cell / row or of a selection
1758 \end_layout
1759
1760 \begin_layout Labeling
1761 \labelwidthstring 00.00.0000
1762 \begin_inset Graphics
1763         filename ../images/tabular-feature_toggle-line-bottom.png
1764         scaleBeforeRotation
1765
1766 \end_inset
1767
1768  adds a line at the bottom of the current cell / row or of a selection
1769 \end_layout
1770
1771 \begin_layout Labeling
1772 \labelwidthstring 00.00.0000
1773 \begin_inset Graphics
1774         filename ../images/tabular-feature_toggle-line-left.png
1775         scaleBeforeRotation
1776
1777 \end_inset
1778
1779  adds a line at the left side of the current cell / row or of a selection
1780 \end_layout
1781
1782 \begin_layout Labeling
1783 \labelwidthstring 00.00.0000
1784 \begin_inset Graphics
1785         filename ../images/tabular-feature_toggle-line-right.png
1786         scaleBeforeRotation
1787
1788 \end_inset
1789
1790  adds a line at the right side of the current cell / row or of a selection
1791 \end_layout
1792
1793 \begin_layout Labeling
1794 \labelwidthstring 00.00.0000
1795 \begin_inset Graphics
1796         filename ../images/tabular-feature_set-all-lines.png
1797         scaleBeforeRotation
1798
1799 \end_inset
1800
1801  adds lines around the current or selected cells - if the current cell no
1802  multicolumn this also affects the current row and column
1803 \end_layout
1804
1805 \begin_layout Labeling
1806 \labelwidthstring 00.00.0000
1807 \begin_inset Graphics
1808         filename ../images/tabular-feature_unset-all-lines.png
1809         scaleBeforeRotation
1810
1811 \end_inset
1812
1813  deletes all lines of the current or selected cells - if the current cell
1814  no multicolumn this also affects the current row and column
1815 \end_layout
1816
1817 \begin_layout Labeling
1818 \labelwidthstring 00.00.0000
1819 \begin_inset Graphics
1820         filename ../images/tabular-feature_align-left.png
1821         scaleBeforeRotation
1822
1823 \end_inset
1824
1825  left-aligns the content of the current cell / column
1826 \end_layout
1827
1828 \begin_layout Labeling
1829 \labelwidthstring 00.00.0000
1830 \begin_inset Graphics
1831         filename ../images/tabular-feature_align-center.png
1832         scaleBeforeRotation
1833
1834 \end_inset
1835
1836  centers the content of the current cell / column horizontally
1837 \end_layout
1838
1839 \begin_layout Labeling
1840 \labelwidthstring 00.00.0000
1841 \begin_inset Graphics
1842         filename ../images/tabular-feature_align-right.png
1843         scaleBeforeRotation
1844
1845 \end_inset
1846
1847  right-aligns the content of the current cell / column
1848 \end_layout
1849
1850 \begin_layout Labeling
1851 \labelwidthstring 00.00.0000
1852 \begin_inset Graphics
1853         filename ../images/tabular-feature_valign-top.png
1854         scaleBeforeRotation
1855
1856 \end_inset
1857
1858  aligns the content of the current cell vertically to the top
1859 \end_layout
1860
1861 \begin_layout Labeling
1862 \labelwidthstring 00.00.0000
1863 \begin_inset Graphics
1864         filename ../images/tabular-feature_valign-middle.png
1865         scaleBeforeRotation
1866
1867 \end_inset
1868
1869  centers the content of the current cell vertically
1870 \end_layout
1871
1872 \begin_layout Labeling
1873 \labelwidthstring 00.00.0000
1874 \begin_inset Graphics
1875         filename ../images/tabular-feature_valign-bottom.png
1876         scaleBeforeRotation
1877
1878 \end_inset
1879
1880  aligns the content of the current cell vertically to the bottom
1881 \end_layout
1882
1883 \begin_layout Labeling
1884 \labelwidthstring 00.00.0000
1885 \begin_inset Graphics
1886         filename ../images/tabular-feature_set-rotate-cell.png
1887         scaleBeforeRotation
1888
1889 \end_inset
1890
1891  rotates the current cell or selection counter-clockwise by 90°
1892 \end_layout
1893
1894 \begin_layout Labeling
1895 \labelwidthstring 00.00.0000
1896 \begin_inset Graphics
1897         filename ../images/tabular-feature_set-rotate-tabular.png
1898         scaleBeforeRotation
1899
1900 \end_inset
1901
1902  rotates the whole table counter-clockwise by 90°
1903 \end_layout
1904
1905 \begin_layout Labeling
1906 \labelwidthstring 00.00.0000
1907 \begin_inset Graphics
1908         filename ../images/tabular-feature_multicolumn.png
1909         scaleBeforeRotation
1910
1911 \end_inset
1912
1913  sets the current cell or selection as a multicolumn
1914 \end_layout
1915
1916 \begin_layout Standard
1917 \begin_inset Note Greyedout
1918 status open
1919
1920 \begin_layout Standard
1921
1922 \series bold
1923 Note:
1924 \series default
1925  For the output the vertical alignment of the first cell in a row is used
1926  for all following cells in the row.
1927 \end_layout
1928
1929 \end_inset
1930
1931
1932 \end_layout
1933
1934 \begin_layout Section
1935 Edit Table Menu
1936 \begin_inset LatexCommand index
1937 name "Table ! Edit Menu"
1938
1939 \end_inset
1940
1941
1942 \end_layout
1943
1944 \begin_layout Standard
1945 Additionally to the table dialog and toolbar, the menu 
1946 \family sans
1947 Edit\SpecialChar \menuseparator
1948 Table
1949 \family default
1950  allows you to add and delete border lines for the current row/column and
1951  to set the current selection as multicolumn.
1952  The menu is only available when the cursor is inside a table.
1953 \end_layout
1954
1955 \begin_layout Section
1956 Table Floats
1957 \begin_inset LatexCommand label
1958 name "sec:Table-Floats"
1959
1960 \end_inset
1961
1962
1963 \begin_inset LatexCommand index
1964 name "Floats ! Tables"
1965
1966 \end_inset
1967
1968
1969 \begin_inset LatexCommand index
1970 name "Table ! Floats"
1971
1972 \end_inset
1973
1974
1975 \end_layout
1976
1977 \begin_layout Standard
1978 For general explanations about floats, have a look at section\InsetSpace ~
1979
1980 \begin_inset LatexCommand ref
1981 reference "sec:FloatIntroduction"
1982
1983 \end_inset
1984
1985 .
1986 \end_layout
1987
1988 \begin_layout Standard
1989 \begin_inset Float table
1990 placement h
1991 wide false
1992 sideways false
1993 status open
1994
1995 \begin_layout Standard
1996 \begin_inset Caption
1997
1998 \begin_layout Standard
1999 \begin_inset LatexCommand label
2000 name "tab:a table float"
2001
2002 \end_inset
2003
2004 A table float.
2005 \end_layout
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Standard
2013 \align center
2014 \begin_inset Tabular
2015 <lyxtabular version="3" rows="3" columns="3">
2016 <features>
2017 <column alignment="center" valignment="top" leftline="true" width="0pt">
2018 <column alignment="center" valignment="top" leftline="true" width="0pt">
2019 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2020 <row topline="true" bottomline="true">
2021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Standard
2025
2026 \family roman
2027 \series medium
2028 \shape up
2029 \size normal
2030 \emph off
2031 \bar no
2032 \noun off
2033 \color none
2034 1
2035 \end_layout
2036
2037 \end_inset
2038 </cell>
2039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2040 \begin_inset Text
2041
2042 \begin_layout Standard
2043
2044 \family roman
2045 \series medium
2046 \shape up
2047 \size normal
2048 \emph off
2049 \bar no
2050 \noun off
2051 \color none
2052 2
2053 \end_layout
2054
2055 \end_inset
2056 </cell>
2057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2058 \begin_inset Text
2059
2060 \begin_layout Standard
2061
2062 \family roman
2063 \series medium
2064 \shape up
2065 \size normal
2066 \emph off
2067 \bar no
2068 \noun off
2069 \color none
2070 3
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 </row>
2076 <row topline="true">
2077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2078 \begin_inset Text
2079
2080 \begin_layout Standard
2081
2082 \family roman
2083 \series medium
2084 \shape up
2085 \size normal
2086 \emph off
2087 \bar no
2088 \noun off
2089 \color none
2090 Joe
2091 \end_layout
2092
2093 \end_inset
2094 </cell>
2095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2096 \begin_inset Text
2097
2098 \begin_layout Standard
2099
2100 \family roman
2101 \series medium
2102 \shape up
2103 \size normal
2104 \emph off
2105 \bar no
2106 \noun off
2107 \color none
2108 Mary
2109 \end_layout
2110
2111 \end_inset
2112 </cell>
2113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Standard
2117
2118 \family roman
2119 \series medium
2120 \shape up
2121 \size normal
2122 \emph off
2123 \bar no
2124 \noun off
2125 \color none
2126 Ted
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 </row>
2132 <row topline="true" bottomline="true">
2133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2134 \begin_inset Text
2135
2136 \begin_layout Standard
2137
2138 \family roman
2139 \series medium
2140 \shape up
2141 \size normal
2142 \emph off
2143 \bar no
2144 \noun off
2145 \color none
2146 \begin_inset Formula $\int x^{2}dx$
2147 \end_inset
2148
2149
2150 \end_layout
2151
2152 \end_inset
2153 </cell>
2154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Standard
2158
2159 \family roman
2160 \series medium
2161 \shape up
2162 \size normal
2163 \emph off
2164 \bar no
2165 \noun off
2166 \color none
2167 \begin_inset Formula $\left[\begin{array}{cc}
2168 a & b\\
2169 c & d\end{array}\right]$
2170 \end_inset
2171
2172
2173 \end_layout
2174
2175 \end_inset
2176 </cell>
2177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2178 \begin_inset Text
2179
2180 \begin_layout Standard
2181
2182 \family roman
2183 \series medium
2184 \shape up
2185 \size normal
2186 \emph off
2187 \bar no
2188 \noun off
2189 \color none
2190 \begin_inset Formula $1+1=2$
2191 \end_inset
2192
2193
2194 \end_layout
2195
2196 \end_inset
2197 </cell>
2198 </row>
2199 </lyxtabular>
2200
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 Table floats can be inserted using the menu 
2213 \family sans
2214 Insert\SpecialChar \menuseparator
2215 Float\SpecialChar \menuseparator
2216 Table
2217 \family default
2218  or the toolbar button 
2219 \begin_inset Graphics
2220         filename ../images/float-insert_table.png
2221         scale 85
2222         scaleBeforeRotation
2223
2224 \end_inset
2225
2226 .
2227 \end_layout
2228
2229 \begin_layout Standard
2230 The float appears as a collapsible box with a caption that has the label
2231  
2232 \begin_inset Quotes eld
2233 \end_inset
2234
2235 Table\InsetSpace ~
2236 #:
2237 \begin_inset Quotes erd
2238 \end_inset
2239
2240  (# is the actual table number).
2241  You can insert tables to the float above or below the caption.
2242 \end_layout
2243
2244 \begin_layout Standard
2245 Table\InsetSpace ~
2246
2247 \begin_inset LatexCommand ref
2248 reference "tab:a table float"
2249
2250 \end_inset
2251
2252  is an example table within a table float.
2253 \end_layout
2254
2255 \begin_layout Standard
2256 Having the caption above the table is the common rule that is unfortunately
2257  not supported in LaTeX's standard classes.
2258  That means if you are using the document classes 
2259 \family sans
2260 article
2261 \family default
2262
2263 \family sans
2264 book
2265 \family default
2266
2267 \family sans
2268 letter
2269 \family default
2270 , or 
2271 \family sans
2272 report
2273 \family default
2274  there will be no space between the caption and the table.
2275  To insert the needed space, add the following option to the load command
2276  of the LaTeX-package 
2277 \series bold
2278 caption
2279 \series default
2280
2281 \begin_inset LatexCommand index
2282 name "LaTeX-packages ! caption"
2283
2284 \end_inset
2285
2286  in your document preamble
2287 \begin_inset Foot
2288 status collapsed
2289
2290 \begin_layout Standard
2291 For more information have a look at section\InsetSpace ~
2292
2293 \begin_inset LatexCommand ref
2294 reference "sec:Caption-Placement"
2295
2296 \end_inset
2297
2298 .
2299 \end_layout
2300
2301 \end_inset
2302
2303 :
2304 \end_layout
2305
2306 \begin_layout Standard
2307
2308 \series bold
2309 tableposition=top
2310 \end_layout
2311
2312 \begin_layout Standard
2313 The package 
2314 \series bold
2315 caption
2316 \series default
2317 , which is described in section\InsetSpace ~
2318
2319 \begin_inset LatexCommand ref
2320 reference "sec:Caption-Formatting"
2321
2322 \end_inset
2323
2324 , is used to adjust the caption format.
2325 \end_layout
2326
2327 \begin_layout Standard
2328 \begin_inset LatexCommand index
2329 name "References ! to Tables"
2330
2331 \end_inset
2332
2333 Tables can be cross-referenced in the text by referencing their label.
2334  To do this insert a label in the caption using the menu 
2335 \family sans
2336 Insert\SpecialChar \menuseparator
2337 Label
2338 \family default
2339  or the toolbar button 
2340 \begin_inset Graphics
2341         filename ../images/label-insert.png
2342         scale 85
2343         scaleBeforeRotation
2344
2345 \end_inset
2346
2347 .
2348  You can now refer to the label using the menu 
2349 \family sans
2350 Insert\SpecialChar \menuseparator
2351 Cross\InsetSpace ~
2352 reference
2353 \family default
2354  or the toolbar button 
2355 \begin_inset Graphics
2356         filename ../images/dialog-show-new-inset_ref.png
2357         scale 85
2358         scaleBeforeRotation
2359
2360 \end_inset
2361
2362 .
2363 \newline
2364 Referencing is explained in detail in section\InsetSpace ~
2365
2366 \begin_inset LatexCommand ref
2367 reference "sec:Referencing-Floats"
2368
2369 \end_inset
2370
2371 .
2372 \end_layout
2373
2374 \begin_layout Section
2375 Longtables
2376 \begin_inset LatexCommand label
2377 name "sec:Longtables"
2378
2379 \end_inset
2380
2381
2382 \begin_inset LatexCommand index
2383 name "Longtables"
2384
2385 \end_inset
2386
2387
2388 \begin_inset LatexCommand index
2389 name "Table ! Longtables"
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \begin_layout Standard
2397 If the table is too long to fit on one page, you can use the option 
2398 \family sans
2399 Use\InsetSpace ~
2400 long\InsetSpace ~
2401 table
2402 \family default
2403  in the tab 
2404 \family sans
2405 Longtable
2406 \family default
2407  of the table dialog to split the table automatically over more pages.
2408  Doing this enables some check boxes and you can now define:
2409 \end_layout
2410
2411 \begin_layout Description
2412
2413 \family sans
2414 Header
2415 \family default
2416 : The current row and all rows above, that don't have any special options
2417  defined, are defined to be the header rows of all pages of the longtable;
2418  except for the first page, if 
2419 \family sans
2420 First\InsetSpace ~
2421 header
2422 \family default
2423  is defined.
2424  This therefore called the main header.
2425 \end_layout
2426
2427 \begin_layout Description
2428
2429 \family sans
2430 First\InsetSpace ~
2431 header
2432 \family default
2433 : The current row and all rows above, that don't have any special options
2434  defined, are defined to be the header rows of the first page of the longtable.
2435 \end_layout
2436
2437 \begin_layout Description
2438
2439 \family sans
2440 Footer
2441 \family default
2442 : The current row and all rows below, that don't have any special options
2443  defined, are defined to be the footer rows of all pages of the longtable;
2444  except for the last page, if 
2445 \family sans
2446 Last\InsetSpace ~
2447 footer
2448 \family default
2449  is defined.
2450 \end_layout
2451
2452 \begin_layout Description
2453
2454 \family sans
2455 Last\InsetSpace ~
2456 footer
2457 \family default
2458 : The current row and all rows below, that don't have any special options
2459  defined, are defined to be the footer rows of the last page of the longtable.
2460 \end_layout
2461
2462 \begin_layout Standard
2463 You can also specify a row where the table is splitted.
2464  If you set more than one option in the same table row, you should be aware
2465  of the fact that only the first one is used in the given table row.
2466  The others will then be defined as 
2467 \emph on
2468 empty
2469 \emph default
2470 .
2471  In this context, first means first in this order: 
2472 \family sans
2473 Header,
2474 \family default
2475  
2476 \family sans
2477 First\InsetSpace ~
2478 header, Footer, Last\InsetSpace ~
2479 footer.
2480
2481 \family default
2482  See the following longtable to see how it works:
2483 \end_layout
2484
2485 \begin_layout Standard
2486 \align center
2487 \begin_inset Tabular
2488 <lyxtabular version="3" rows="69" columns="3">
2489 <features islongtable="true">
2490 <column alignment="left" valignment="top" leftline="true" width="0cm">
2491 <column alignment="left" valignment="top" width="0pt">
2492 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2493 <row topline="true" bottomline="true" endfirsthead="true">
2494 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Standard
2498
2499 \series bold
2500 Example Phone List (ignore the names)
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Standard
2509
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2515 \begin_inset Text
2516
2517 \begin_layout Standard
2518
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 </row>
2524 <row topline="true" bottomline="true" endfirsthead="true">
2525 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2526 \begin_inset Text
2527
2528 \begin_layout Standard
2529
2530 \series bold
2531 NAME
2532 \end_layout
2533
2534 \end_inset
2535 </cell>
2536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2537 \begin_inset Text
2538
2539 \begin_layout Standard
2540
2541 \end_layout
2542
2543 \end_inset
2544 </cell>
2545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2546 \begin_inset Text
2547
2548 \begin_layout Standard
2549
2550 \series bold
2551 TEL.
2552 \end_layout
2553
2554 \end_inset
2555 </cell>
2556 </row>
2557 <row topline="true" bottomline="true" endhead="true">
2558 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2559 \begin_inset Text
2560
2561 \begin_layout Standard
2562
2563 \series bold
2564 Example Phone List
2565 \end_layout
2566
2567 \end_inset
2568 </cell>
2569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2570 \begin_inset Text
2571
2572 \begin_layout Standard
2573
2574 \end_layout
2575
2576 \end_inset
2577 </cell>
2578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2579 \begin_inset Text
2580
2581 \begin_layout Standard
2582
2583 \end_layout
2584
2585 \end_inset
2586 </cell>
2587 </row>
2588 <row topline="true" bottomline="true" endhead="true">
2589 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Standard
2593
2594 \series bold
2595 NAME
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2601 \begin_inset Text
2602
2603 \begin_layout Standard
2604
2605 \end_layout
2606
2607 \end_inset
2608 </cell>
2609 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Standard
2613
2614 \series bold
2615 TEL.
2616 \end_layout
2617
2618 \end_inset
2619 </cell>
2620 </row>
2621 <row topline="true" bottomline="true" endfoot="true">
2622 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2623 \begin_inset Text
2624
2625 \begin_layout Standard
2626  continued on next page
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Standard
2635
2636 \end_layout
2637
2638 \end_inset
2639 </cell>
2640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2641 \begin_inset Text
2642
2643 \begin_layout Standard
2644
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 </row>
2650 <row>
2651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2652 \begin_inset Text
2653
2654 \begin_layout Standard
2655
2656 \series bold
2657 Annovi
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 <cell alignment="center" valignment="top" topline="true" usebox="none">
2663 \begin_inset Text
2664
2665 \begin_layout Standard
2666 Silvia
2667 \end_layout
2668
2669 \end_inset
2670 </cell>
2671 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2672 \begin_inset Text
2673
2674 \begin_layout Standard
2675 111
2676 \end_layout
2677
2678 \end_inset
2679 </cell>
2680 </row>
2681 <row>
2682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Standard
2686
2687 \series bold
2688 Bertoli
2689 \end_layout
2690
2691 \end_inset
2692 </cell>
2693 <cell alignment="center" valignment="top" topline="true" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Standard
2697 Stefano
2698 \end_layout
2699
2700 \end_inset
2701 </cell>
2702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2703 \begin_inset Text
2704
2705 \begin_layout Standard
2706 111
2707 \end_layout
2708
2709 \end_inset
2710 </cell>
2711 </row>
2712 <row>
2713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Standard
2717
2718 \series bold
2719 Bozzi
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 <cell alignment="center" valignment="top" topline="true" usebox="none">
2725 \begin_inset Text
2726
2727 \begin_layout Standard
2728 Walter
2729 \end_layout
2730
2731 \end_inset
2732 </cell>
2733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2734 \begin_inset Text
2735
2736 \begin_layout Standard
2737 111
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 </row>
2743 <row>
2744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2745 \begin_inset Text
2746
2747 \begin_layout Standard
2748
2749 \series bold
2750 Cachia
2751 \end_layout
2752
2753 \end_inset
2754 </cell>
2755 <cell alignment="center" valignment="top" topline="true" usebox="none">
2756 \begin_inset Text
2757
2758 \begin_layout Standard
2759 Maria
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Standard
2768 111
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 </row>
2774 <row>
2775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Standard
2779
2780 \series bold
2781 Cachia
2782 \end_layout
2783
2784 \end_inset
2785 </cell>
2786 <cell alignment="center" valignment="top" topline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Standard
2790 Maurizio
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Standard
2799 111
2800 \end_layout
2801
2802 \end_inset
2803 </cell>
2804 </row>
2805 <row>
2806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Standard
2810
2811 \series bold
2812 Cinquemani
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 <cell alignment="center" valignment="top" topline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Standard
2821 Giusi
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Standard
2830 111
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 </row>
2836 <row>
2837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Standard
2841
2842 \series bold
2843 Colin
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" topline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Standard
2852 Bernard
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Standard
2861 111
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 </row>
2867 <row>
2868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Standard
2872
2873 \series bold
2874 Concli
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 <cell alignment="center" valignment="top" topline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Standard
2883 Gianfranco
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Standard
2892 111
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 <row>
2899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Standard
2903
2904 \series bold
2905 Dal Bosco
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 <cell alignment="center" valignment="top" topline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Standard
2914 Carolina
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Standard
2923 111
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 </row>
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Standard
2934
2935 \series bold
2936 Dalpiaz
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell alignment="center" valignment="top" topline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Standard
2945 Annamaria
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Standard
2954 111
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 </row>
2960 <row>
2961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Standard
2965
2966 \series bold
2967 Feliciello
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell alignment="center" valignment="top" topline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Standard
2976 Domenico
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Standard
2985 111
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 </row>
2991 <row>
2992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Standard
2996
2997 \series bold
2998 Focarelli
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Standard
3007 Paola
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Standard
3016 111
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 </row>
3022 <row>
3023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Standard
3027
3028 \series bold
3029 Galletti
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell alignment="center" valignment="top" topline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Standard
3038 Oreste
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Standard
3047 111
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 </row>
3053 <row>
3054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Standard
3058
3059 \series bold
3060 Gasparini
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell alignment="center" valignment="top" topline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Standard
3069 Franca
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Standard
3078 111
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 </row>
3084 <row>
3085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Standard
3089
3090 \series bold
3091 Rizzardi
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell alignment="center" valignment="top" topline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Standard
3100 Paola
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Standard
3109 111
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 </row>
3115 <row>
3116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Standard
3120
3121 \series bold
3122 Lassini
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell alignment="center" valignment="top" topline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Standard
3131 Giancarlo
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Standard
3140 111
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 </row>
3146 <row>
3147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Standard
3151
3152 \series bold
3153 Malfatti
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell alignment="center" valignment="top" topline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Standard
3162 Luciano
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Standard
3171 111
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 </row>
3177 <row>
3178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Standard
3182
3183 \series bold
3184 Malfatti
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell alignment="center" valignment="top" topline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Standard
3193 Valeriano
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Standard
3202 111
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 </row>
3208 <row>
3209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Standard
3213
3214 \series bold
3215 Meneguzzo
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="center" valignment="top" topline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Standard
3224 Roberto
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Standard
3233 111
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 </row>
3239 <row>
3240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Standard
3244
3245 \series bold
3246 Mezzadra
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" topline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Standard
3255 Roberto
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Standard
3264 111
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 </row>
3270 <row>
3271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Standard
3275
3276 \series bold
3277 Pirpamer
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 <cell alignment="center" valignment="top" topline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Standard
3286 Erich
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Standard
3295 111
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 </row>
3301 <row>
3302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Standard
3306
3307 \series bold
3308 Pochiesa
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 <cell alignment="center" valignment="top" topline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Standard
3317 Paolo
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Standard
3326 111, 222
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 </row>
3332 <row>
3333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Standard
3337
3338 \series bold
3339 Radina
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell alignment="center" valignment="top" topline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Standard
3348 Claudio
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Standard
3357 111
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 </row>
3363 <row>
3364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Standard
3368
3369 \series bold
3370 Stuffer
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" topline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Standard
3379 Oskar
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Standard
3388 111
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Standard
3399
3400 \series bold
3401 Tacchelli
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="center" valignment="top" topline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Standard
3410 Ugo
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Standard
3419 111
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row>
3426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Standard
3430
3431 \series bold
3432 Tezzele
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" topline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Standard
3441 Margit
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Standard
3450 111
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row>
3457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Standard
3461
3462 \series bold
3463 Unterkalmsteiner
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" topline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Standard
3472 Frieda
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Standard
3481 111
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 </row>
3487 <row>
3488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Standard
3492
3493 \series bold
3494 Vieider
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" topline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Standard
3503 Hilde
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Standard
3512 111
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row>
3519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Standard
3523
3524 \series bold
3525 Vigna
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" topline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Standard
3534 Jürgen
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Standard
3543 111
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Standard
3554
3555 \series bold
3556 Weber
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" topline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Standard
3565 Maurizio
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Standard
3574 111
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row bottomline="true">
3581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Standard
3585
3586 \series bold
3587 Winkler
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" topline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Standard
3596 Franz
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Standard
3605 111
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row bottomline="true">
3612 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Standard
3616  
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Standard
3625
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Standard
3634
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 <row>
3641 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Standard
3645
3646 \series bold
3647 Annovi
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" topline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Standard
3656 Silvia
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Standard
3665 555
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 </row>
3671 <row>
3672 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Standard
3676
3677 \series bold
3678 Bertoli
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" topline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Standard
3687 Stefano
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Standard
3696 555
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 </row>
3702 <row>
3703 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Standard
3707
3708 \series bold
3709 Bozzi
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" topline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Standard
3718 Walter
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Standard
3727 555
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 </row>
3733 <row>
3734 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Standard
3738
3739 \series bold
3740 Cachia
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" topline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Standard
3749 Maria
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Standard
3758 555
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 </row>
3764 <row>
3765 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Standard
3769
3770 \series bold
3771 Cachia
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" topline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Standard
3780 Maurizio
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Standard
3789 555
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 </row>
3795 <row>
3796 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Standard
3800
3801 \series bold
3802 Cinquemani
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" topline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Standard
3811 Giusi
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Standard
3820 555
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 </row>
3826 <row>
3827 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Standard
3831
3832 \series bold
3833 Colin
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" topline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Standard
3842 Bernard
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Standard
3851 555
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 </row>
3857 <row>
3858 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Standard
3862
3863 \series bold
3864 Concli
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" topline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Standard
3873 Gianfranco
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Standard
3882 555
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 </row>
3888 <row>
3889 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Standard
3893
3894 \series bold
3895 Dal Bosco
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" topline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Standard
3904 Carolina
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Standard
3913 555
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 </row>
3919 <row>
3920 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Standard
3924
3925 \series bold
3926 Dalpiaz
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" topline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Standard
3935 Annamaria
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Standard
3944 555
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row>
3951 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Standard
3955
3956 \series bold
3957 Feliciello
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" topline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Standard
3966 Domenico
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Standard
3975 555
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 </row>
3981 <row>
3982 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Standard
3986
3987 \series bold
3988 Focarelli
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" topline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Standard
3997 Paola
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Standard
4006 555
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 </row>
4012 <row>
4013 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Standard
4017
4018 \series bold
4019 Galletti
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" topline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Standard
4028 Oreste
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Standard
4037 555
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 </row>
4043 <row>
4044 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Standard
4048
4049 \series bold
4050 Gasparini
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" topline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Standard
4059 Franca
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Standard
4068 555
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 </row>
4074 <row>
4075 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Standard
4079
4080 \series bold
4081 Rizzardi
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" topline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Standard
4090 Paola
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Standard
4099 555
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 </row>
4105 <row>
4106 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Standard
4110
4111 \series bold
4112 Lassini
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" topline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Standard
4121 Giancarlo
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Standard
4130 555
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 </row>
4136 <row>
4137 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Standard
4141
4142 \series bold
4143 Malfatti
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" topline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Standard
4152 Luciano
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Standard
4161 555
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 </row>
4167 <row>
4168 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Standard
4172
4173 \series bold
4174 Malfatti
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" topline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Standard
4183 Valeriano
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Standard
4192 555
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 </row>
4198 <row>
4199 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Standard
4203
4204 \series bold
4205 Meneguzzo
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" topline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Standard
4214 Roberto
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Standard
4223 555
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 </row>
4229 <row>
4230 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Standard
4234
4235 \series bold
4236 Mezzadra
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" topline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Standard
4245 Roberto
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Standard
4254 555
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 </row>
4260 <row>
4261 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Standard
4265
4266 \series bold
4267 Pirpamer
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" topline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Standard
4276 Erich
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Standard
4285 555
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 <row>
4292 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Standard
4296
4297 \series bold
4298 Pochiesa
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" topline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Standard
4307 Paolo
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Standard
4316 555, 222
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 </row>
4322 <row>
4323 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Standard
4327
4328 \series bold
4329 Radina
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" topline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Standard
4338 Claudio
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Standard
4347 555
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Standard
4358
4359 \series bold
4360 Stuffer
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" topline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Standard
4369 Oskar
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Standard
4378 555
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Standard
4389
4390 \series bold
4391 Tacchelli
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" topline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Standard
4400 Ugo
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Standard
4409 555
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Standard
4420
4421 \series bold
4422 Tezzele
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" topline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Standard
4431 Margit
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Standard
4440 555
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 </row>
4446 <row>
4447 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Standard
4451
4452 \series bold
4453 Unterkalmsteiner
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" topline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Standard
4462 Frieda
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Standard
4471 555
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Standard
4482
4483 \series bold
4484 Vieider
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" topline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Standard
4493 Hilde
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Standard
4502 555
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Standard
4513
4514 \series bold
4515 Vigna
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" topline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Standard
4524 Jürgen
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Standard
4533 999
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Standard
4544
4545 \series bold
4546 Weber
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" topline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Standard
4555 Maurizio
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Standard
4564 555
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row bottomline="true">
4571 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Standard
4575
4576 \series bold
4577 Winkler
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" topline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Standard
4586 Franz
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Standard
4595 555
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row bottomline="true" endlastfoot="true">
4602 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Standard
4606 end
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Standard
4615
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Standard
4624
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 </lyxtabular>
4631
4632 \end_inset
4633
4634
4635 \begin_inset ERT
4636 status collapsed
4637
4638 \begin_layout Standard
4639
4640
4641 \backslash
4642 addtocounter{table}{-1}
4643 \end_layout
4644
4645 \end_inset
4646
4647
4648 \begin_inset Note Note
4649 status collapsed
4650
4651 \begin_layout Standard
4652 See greyed-out note in section\InsetSpace ~
4653
4654 \begin_inset LatexCommand ref
4655 reference "sub:Longtable-Captions"
4656
4657 \end_inset
4658
4659  for an explanation of this command.
4660 \end_layout
4661
4662 \end_inset
4663
4664
4665 \end_layout
4666
4667 \begin_layout Subsection
4668 Footnotes in Longtables
4669 \begin_inset LatexCommand label
4670 name "sub:Footnotes-in-Longtables"
4671
4672 \end_inset
4673
4674
4675 \begin_inset LatexCommand index
4676 name "Longtables ! Footnotes"
4677
4678 \end_inset
4679
4680
4681 \end_layout
4682
4683 \begin_layout Standard
4684 Footnotes can be inserted to every longtable cell.
4685  They appear at the bottom of the page where the table cell with the footnote
4686  appears.
4687  Table\InsetSpace ~
4688
4689 \begin_inset LatexCommand ref
4690 reference "tab:DiffCaptions"
4691
4692 \end_inset
4693
4694  has for example a footnote.
4695 \end_layout
4696
4697 \begin_layout Subsection
4698 Longtable Alignment
4699 \begin_inset LatexCommand index
4700 name "Longtables ! Alignment"
4701
4702 \end_inset
4703
4704
4705 \end_layout
4706
4707 \begin_layout Standard
4708 Longtables are by default centered.
4709  In contrary to the alignment of the table columns and row, the table alignment
4710  can currently not be changed in the table dialog.
4711  To change the alignment of longtables you have to change the value of the
4712  lengths 
4713 \series bold
4714
4715 \backslash
4716 LTleft 
4717 \series default
4718 and 
4719 \series bold
4720
4721 \backslash
4722 LTright
4723 \series default
4724  by inserting this line as ERT before the corresponding longtable:
4725 \end_layout
4726
4727 \begin_layout Standard
4728
4729 \series bold
4730
4731 \backslash
4732 setlength{
4733 \backslash
4734 LTleft}{value}
4735 \end_layout
4736
4737 \begin_layout Standard
4738 Where the value can have any of the units listed in Table\InsetSpace ~
4739
4740 \begin_inset LatexCommand ref
4741 reference "tab:Units"
4742
4743 \end_inset
4744
4745 .
4746  
4747 \series bold
4748
4749 \backslash
4750 LTleft
4751 \series default
4752  controls the horizontal distance from the left page border to the longtable,
4753  
4754 \series bold
4755
4756 \backslash
4757 LTright
4758 \series default
4759  the distance from the right side.
4760  The default value for both lengths is 
4761 \series bold
4762
4763 \backslash
4764 fill
4765 \series default
4766 , which is in this case the same as an horizontal fill in LyX.
4767 \end_layout
4768
4769 \begin_layout Standard
4770 The following longtable was left-aligned by setting 
4771 \series bold
4772
4773 \backslash
4774 LTleft
4775 \series default
4776  to 0\InsetSpace \thinspace{}
4777 pt.
4778 \begin_inset ERT
4779 status collapsed
4780
4781 \begin_layout Standard
4782
4783
4784 \backslash
4785 setlength{
4786 \backslash
4787 LTleft}{0pt}
4788 \end_layout
4789
4790 \end_inset
4791
4792
4793 \end_layout
4794
4795 \begin_layout Standard
4796 \begin_inset Tabular
4797 <lyxtabular version="3" rows="5" columns="5">
4798 <features islongtable="true">
4799 <column alignment="center" valignment="top" leftline="true" width="0">
4800 <column alignment="center" valignment="top" leftline="true" width="0">
4801 <column alignment="center" valignment="top" leftline="true" width="0">
4802 <column alignment="center" valignment="top" leftline="true" width="0">
4803 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4804 <row topline="true">
4805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Standard
4809 1
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Standard
4818 2
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Standard
4827 3
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Standard
4836 4
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Standard
4845 5
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row topline="true">
4852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Standard
4856 asd
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Standard
4865 s
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Standard
4874 s
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Standard
4883 s
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Standard
4892 asd
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row topline="true">
4899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Standard
4903 asd
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Standard
4912 s
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Standard
4921 s
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Standard
4930 s
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Standard
4939 asd
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row topline="true">
4946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Standard
4950 asd
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Standard
4959 s
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Standard
4968 s
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Standard
4977 s
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Standard
4986 asd
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row topline="true" bottomline="true">
4993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Standard
4997 asd
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Standard
5006 asd
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Standard
5015 asd
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
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" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Standard
5033 asd
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 </lyxtabular>
5040
5041 \end_inset
5042
5043
5044 \begin_inset ERT
5045 status collapsed
5046
5047 \begin_layout Standard
5048
5049
5050 \backslash
5051 setlength{
5052 \backslash
5053 LTleft}{
5054 \backslash
5055 fill}
5056 \end_layout
5057
5058 \end_inset
5059
5060
5061 \end_layout
5062
5063 \begin_layout Subsection
5064 Longtable Captions
5065 \begin_inset LatexCommand index
5066 name "Longtables ! Captions"
5067
5068 \end_inset
5069
5070
5071 \begin_inset LatexCommand label
5072 name "sub:Longtable-Captions"
5073
5074 \end_inset
5075
5076
5077 \end_layout
5078
5079 \begin_layout Standard
5080 A longtable cannot be put into a table float because floats can only be
5081  on one page but the caption environment of floats can also be used for
5082  longtables.
5083 \end_layout
5084
5085 \begin_layout Standard
5086 As LyX does not yet fully support captions in longtables, a hack is needed
5087  to create them:
5088 \end_layout
5089
5090 \begin_layout Enumerate
5091 Create a longtable
5092 \family sans
5093 .
5094 \end_layout
5095
5096 \begin_layout Enumerate
5097 Mark the first row and disable its upper line.
5098 \end_layout
5099
5100 \begin_layout Enumerate
5101 Insert a caption via the menu 
5102 \family sans
5103 Insert\SpecialChar \menuseparator
5104 Caption
5105 \family default
5106  into the first table cell.
5107 \newline
5108 You can also add a short title for the caption.
5109 \end_layout
5110
5111 \begin_layout Enumerate
5112 Insert a 
5113 \begin_inset Quotes eld
5114 \end_inset
5115
5116
5117 \series bold
5118
5119 \backslash
5120
5121 \backslash
5122 %
5123 \series default
5124
5125 \begin_inset Quotes erd
5126 \end_inset
5127
5128  as ERT behind the caption.
5129 \end_layout
5130
5131 \begin_layout Standard
5132 A short title that will appear in the LOT instead of the full title.
5133  The 
5134 \series bold
5135
5136 \backslash
5137
5138 \backslash
5139 %
5140 \series default
5141  behind the caption omits the vertical lines between the following cells
5142  in the row.
5143  The first table row is now only a dummy row for the caption, the actual
5144  table starts with the second row.
5145 \end_layout
5146
5147 \begin_layout Standard
5148 Here is a short longtable to see how it works:
5149 \end_layout
5150
5151 \begin_layout Standard
5152 \begin_inset Tabular
5153 <lyxtabular version="3" rows="6" columns="5">
5154 <features islongtable="true">
5155 <column alignment="center" valignment="top" leftline="true" width="0">
5156 <column alignment="center" valignment="top" leftline="true" width="0">
5157 <column alignment="center" valignment="top" leftline="true" width="0">
5158 <column alignment="center" valignment="top" leftline="true" width="0">
5159 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5160 <row>
5161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Standard
5165 \begin_inset Caption
5166
5167 \begin_layout Standard
5168 Longtable with caption
5169 \begin_inset OptArg
5170 status open
5171
5172 \begin_layout Standard
5173 Longtable
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \end_inset
5182
5183
5184 \begin_inset ERT
5185 status collapsed
5186
5187 \begin_layout Standard
5188
5189
5190 \backslash
5191
5192 \backslash
5193 %
5194 \end_layout
5195
5196 \end_inset
5197
5198
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Standard
5207
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Standard
5216
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Standard
5225
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Standard
5234
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row topline="true">
5241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Standard
5245 1
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Standard
5254 2
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Standard
5263 3
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Standard
5272 4
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Standard
5281 5
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 </row>
5287 <row topline="true">
5288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Standard
5292 asd
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Standard
5301 s
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Standard
5310 s
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Standard
5319 s
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Standard
5328 asd
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row topline="true">
5335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Standard
5339 asd
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Standard
5348 s
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Standard
5357 s
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Standard
5366 s
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Standard
5375 asd
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 </row>
5381 <row topline="true">
5382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Standard
5386 asd
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Standard
5395 s
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Standard
5404 s
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Standard
5413 s
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Standard
5422 asd
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 </row>
5428 <row topline="true" bottomline="true">
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Standard
5433 asd
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Standard
5442 asd
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Standard
5451 asd
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Standard
5460 asd
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Standard
5469 asd
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 </lyxtabular>
5476
5477 \end_inset
5478
5479
5480 \end_layout
5481
5482 \begin_layout Standard
5483 \begin_inset VSpace medskip
5484 \end_inset
5485
5486
5487 \begin_inset Note Greyedout
5488 status open
5489
5490 \begin_layout Standard
5491
5492 \series bold
5493 Note:
5494 \series default
5495  The table number is increased for every longtable, also if you didn't set
5496  a caption for it.
5497  For this reason you could have the case that e.g.
5498  Table\InsetSpace ~
5499 2.4 follows on Table\InsetSpace ~
5500 2.1 in the list of tables if there are two longtables
5501  without captions.
5502  To avoid this you can add the following command in ERT behind every longtable
5503  without a caption:
5504 \end_layout
5505
5506 \begin_layout Standard
5507
5508 \series bold
5509
5510 \backslash
5511 addtocounter{table}{-1}
5512 \end_layout
5513
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \begin_layout Standard
5520 \begin_inset Note Greyedout
5521 status open
5522
5523 \begin_layout Standard
5524
5525 \series bold
5526 Note:
5527 \series default
5528  If you are using the LaTeX-package 
5529 \series bold
5530 hyperref
5531 \series default
5532
5533 \begin_inset LatexCommand index
5534 name "LaTeX-packages ! hyperref"
5535
5536 \end_inset
5537
5538  to link cross-references, the link to a longtable caption will always point
5539  to the beginning of the document.
5540 \end_layout
5541
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \begin_layout Standard
5548
5549 \newpage
5550
5551 \end_layout
5552
5553 \begin_layout Subsubsection
5554 References to Longtables
5555 \begin_inset LatexCommand index
5556 name "Longtables ! References"
5557
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \begin_layout Standard
5564 \begin_inset Tabular
5565 <lyxtabular version="3" rows="6" columns="5">
5566 <features islongtable="true">
5567 <column alignment="center" valignment="top" leftline="true" width="0">
5568 <column alignment="center" valignment="top" leftline="true" width="0">
5569 <column alignment="center" valignment="top" leftline="true" width="0">
5570 <column alignment="center" valignment="top" leftline="true" width="0">
5571 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5572 <row>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Standard
5577 \begin_inset Caption
5578
5579 \begin_layout Standard
5580 Referenced longtable
5581 \begin_inset LatexCommand label
5582 name "tab:RefExample"
5583
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \end_inset
5590
5591
5592 \begin_inset ERT
5593 status collapsed
5594
5595 \begin_layout Standard
5596
5597
5598 \backslash
5599
5600 \backslash
5601 %
5602 \end_layout
5603
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Standard
5615
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Standard
5624
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Standard
5633
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Standard
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 <row topline="true">
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Standard
5653 1
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Standard
5662 2
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Standard
5671 3
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Standard
5680 4
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Standard
5689 5
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row topline="true">
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Standard
5700 asd
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Standard
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Standard
5718 s
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Standard
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Standard
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row topline="true">
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Standard
5747 asd
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Standard
5756 s
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Standard
5765 s
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Standard
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Standard
5783 asd
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 <row topline="true">
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Standard
5794 asd
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Standard
5803 s
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Standard
5812 s
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Standard
5821 s
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Standard
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 </row>
5836 <row topline="true" bottomline="true">
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Standard
5841 asd
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Standard
5850 sad
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Standard
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Standard
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Standard
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 </lyxtabular>
5884
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \begin_layout Standard
5891 To reference a longtable, insert a label into the caption.
5892  Note that you have to add the label prefix 
5893 \begin_inset Quotes eld
5894 \end_inset
5895
5896
5897 \emph on
5898 tab:
5899 \emph default
5900
5901 \begin_inset Quotes eld
5902 \end_inset
5903
5904  manually in the label field.
5905 \end_layout
5906
5907 \begin_layout Standard
5908 This is a reference to Table\InsetSpace ~
5909
5910 \begin_inset LatexCommand ref
5911 reference "tab:RefExample"
5912
5913 \end_inset
5914
5915 .
5916 \end_layout
5917
5918 \begin_layout Standard
5919 The caption layout can be set together with all other caption of your document
5920  using the LaTeX-package 
5921 \series bold
5922 caption
5923 \series default
5924
5925 \begin_inset LatexCommand index
5926 name "LaTeX-packages ! caption"
5927
5928 \end_inset
5929
5930 , see section\InsetSpace ~
5931
5932 \begin_inset LatexCommand ref
5933 reference "sec:Caption-Formatting"
5934
5935 \end_inset
5936
5937 .
5938 \end_layout
5939
5940 \begin_layout Subsubsection
5941 Caption Width
5942 \begin_inset LatexCommand index
5943 name "Longtables ! Caption Width"
5944
5945 \end_inset
5946
5947
5948 \end_layout
5949
5950 \begin_layout Standard
5951 The maximal width of of caption lines is defined by the length 
5952 \series bold
5953
5954 \backslash
5955 LTcapwidth
5956 \series default
5957 .
5958  Its default value is 4\InsetSpace \thinspace{}
5959 in.
5960  To change it add the following command to your document preamble or as
5961  ERT into your document before the longtable that should be affected
5962 \end_layout
5963
5964 \begin_layout Standard
5965
5966 \series bold
5967
5968 \backslash
5969 setlength{
5970 \backslash
5971 LTcapwidth}{width}
5972 \end_layout
5973
5974 \begin_layout Standard
5975 where the width could have one of the units listed in appendix\InsetSpace ~
5976
5977 \begin_inset LatexCommand ref
5978 reference "cha:Units-available-in"
5979
5980 \end_inset
5981
5982 .
5983 \end_layout
5984
5985 \begin_layout Standard
5986 The following tables show the difference:
5987 \end_layout
5988
5989 \begin_layout Standard
5990 \begin_inset Tabular
5991 <lyxtabular version="3" rows="6" columns="5">
5992 <features islongtable="true">
5993 <column alignment="center" valignment="top" leftline="true" width="0">
5994 <column alignment="center" valignment="top" leftline="true" width="0">
5995 <column alignment="center" valignment="top" leftline="true" width="0">
5996 <column alignment="center" valignment="top" leftline="true" width="0">
5997 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5998 <row>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Standard
6003 \begin_inset Caption
6004
6005 \begin_layout Standard
6006 long full title with default width long full title with default width long
6007  full title with default width
6008 \begin_inset OptArg
6009 status collapsed
6010
6011 \begin_layout Standard
6012 caption with default width
6013 \end_layout
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \end_inset
6021
6022
6023 \begin_inset ERT
6024 status collapsed
6025
6026 \begin_layout Standard
6027
6028
6029 \backslash
6030
6031 \backslash
6032 %
6033 \end_layout
6034
6035 \end_inset
6036
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Standard
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Standard
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Standard
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Standard
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 </row>
6079 <row topline="true">
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Standard
6084 1
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Standard
6093 2
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Standard
6102 3
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Standard
6111 4
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Standard
6120 5
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row topline="true">
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Standard
6131 asd
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Standard
6140 s
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Standard
6149 s
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Standard
6158 s
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Standard
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 </row>
6173 <row topline="true">
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Standard
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Standard
6187 s
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Standard
6196 s
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Standard
6205 s
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Standard
6214 asd
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 <row topline="true">
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Standard
6225 asd
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Standard
6234 s
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Standard
6243 s
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Standard
6252 s
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Standard
6261 asd
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 <row topline="true" bottomline="true">
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Standard
6272 asd
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Standard
6281 sad
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Standard
6290 asd
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Standard
6299 asd
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Standard
6308 asd
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 </lyxtabular>
6315
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \begin_layout Standard
6322 \begin_inset ERT
6323 status collapsed
6324
6325 \begin_layout Standard
6326
6327
6328 \backslash
6329 setlength{
6330 \backslash
6331 LTcapwidth}{5cm}
6332 \end_layout
6333
6334 \end_inset
6335
6336
6337 \begin_inset Tabular
6338 <lyxtabular version="3" rows="6" columns="5">
6339 <features islongtable="true">
6340 <column alignment="center" valignment="top" leftline="true" width="0">
6341 <column alignment="center" valignment="top" leftline="true" width="0">
6342 <column alignment="center" valignment="top" leftline="true" width="0">
6343 <column alignment="center" valignment="top" leftline="true" width="0">
6344 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Standard
6350 \begin_inset Caption
6351
6352 \begin_layout Standard
6353 long full title with width set to 5\InsetSpace \thinspace{}
6354 cm long full title with width set to
6355  5\InsetSpace \thinspace{}
6356 cm long full title with width set to 5\InsetSpace \thinspace{}
6357 cm
6358 \begin_inset OptArg
6359 status collapsed
6360
6361 \begin_layout Standard
6362 caption with width\InsetSpace \thinspace{}
6363 =\InsetSpace \thinspace{}
6364 5\InsetSpace \thinspace{}
6365 cm
6366 \end_layout
6367
6368 \end_inset
6369
6370
6371 \end_layout
6372
6373 \end_inset
6374
6375
6376 \begin_inset ERT
6377 status collapsed
6378
6379 \begin_layout Standard
6380
6381
6382 \backslash
6383
6384 \backslash
6385 %
6386 \end_layout
6387
6388 \end_inset
6389
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Standard
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Standard
6408
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Standard
6417
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Standard
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 </row>
6432 <row topline="true">
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Standard
6437 1
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Standard
6446 2
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Standard
6455 3
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Standard
6464 4
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Standard
6473 5
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 </row>
6479 <row topline="true">
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Standard
6484 asd
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Standard
6493 s
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Standard
6502 s
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Standard
6511 s
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Standard
6520 asd
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 </row>
6526 <row topline="true">
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Standard
6531 asd
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 s
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Standard
6549 s
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Standard
6558 s
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Standard
6567 asd
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 </row>
6573 <row topline="true">
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Standard
6578 asd
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Standard
6587 s
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Standard
6596 s
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Standard
6605 s
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Standard
6614 asd
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 </row>
6620 <row topline="true" bottomline="true">
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Standard
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Standard
6634 sad
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Standard
6643 asd
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Standard
6652 asd
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Standard
6661 asd
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 </row>
6667 </lyxtabular>
6668
6669 \end_inset
6670
6671
6672 \end_layout
6673
6674 \begin_layout Standard
6675 \begin_inset ERT
6676 status collapsed
6677
6678 \begin_layout Standard
6679
6680
6681 \backslash
6682 setlength{
6683 \backslash
6684 LTcapwidth}{4in}
6685 \end_layout
6686
6687 \end_inset
6688
6689
6690 \end_layout
6691
6692 \begin_layout Standard
6693 \begin_inset Note Greyedout
6694 status open
6695
6696 \begin_layout Standard
6697
6698 \series bold
6699 Note:
6700 \series default
6701  When the LaTeX-package 
6702 \series bold
6703 caption
6704 \series default
6705
6706 \begin_inset LatexCommand index
6707 name "LaTeX-packages ! caption"
6708
6709 \end_inset
6710
6711  is used, as in this document, the full page width is used for the caption
6712  when you use the default value of 4\InsetSpace \thinspace{}
6713 in for 
6714 \series bold
6715
6716 \backslash
6717 LTcapwidth
6718 \series default
6719 .
6720  To get in this case exactly a 4\InsetSpace \thinspace{}
6721 in wide caption, you can either use a value
6722  slightly different from 4.0\InsetSpace \thinspace{}
6723 in, e.g.
6724  3.99\InsetSpace \thinspace{}
6725 in, or the LaTeX-command 
6726 \series bold
6727
6728 \backslash
6729 captionsetup{width=value}
6730 \series default
6731  that is provided by the 
6732 \series bold
6733 caption
6734 \series default
6735 -package.
6736 \end_layout
6737
6738 \end_inset
6739
6740
6741 \end_layout
6742
6743 \begin_layout Subsubsection
6744 Different Captions for Table Pages
6745 \begin_inset LatexCommand index
6746 name "Longtables ! Different Captions for Pages"
6747
6748 \end_inset
6749
6750
6751 \end_layout
6752
6753 \begin_layout Standard
6754 When the other captions should differ from the one of the first table page,
6755  insert a caption with a non-empty short title in a dummy caption row marked
6756  as first header.
6757  The caption used for the other table pages is inserted as caption without
6758  a short title in a dummy caption row that is marked as main header.
6759  When this caption shouldn't include the table number, use the command
6760 \end_layout
6761
6762 \begin_layout Standard
6763
6764 \series bold
6765
6766 \backslash
6767 caption*{caption text}
6768 \end_layout
6769
6770 \begin_layout Standard
6771 instead of LyX's caption box.
6772  The label to reference the table is inserted into the caption of the first
6773  header.
6774  Table\InsetSpace ~
6775
6776 \begin_inset LatexCommand ref
6777 reference "tab:DiffCaptions"
6778
6779 \end_inset
6780
6781  is an example for a longtable with different heading where the second caption
6782  doesn't include the table number.
6783 \end_layout
6784
6785 \begin_layout Standard
6786 \align center
6787 \begin_inset Tabular
6788 <lyxtabular version="3" rows="60" columns="3">
6789 <features islongtable="true">
6790 <column alignment="left" valignment="top" leftline="true" width="0cm">
6791 <column alignment="left" valignment="top" rightline="true" width="0pt">
6792 <column alignment="right" valignment="top" rightline="true" width="0pt">
6793 <row endfirsthead="true">
6794 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Standard
6798 \begin_inset Caption
6799
6800 \begin_layout Standard
6801 Example Phone List
6802 \begin_inset LatexCommand label
6803 name "tab:DiffCaptions"
6804
6805 \end_inset
6806
6807
6808 \begin_inset OptArg
6809 status collapsed
6810
6811 \begin_layout Standard
6812 Example Phone List
6813 \end_layout
6814
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \end_inset
6821
6822
6823 \begin_inset ERT
6824 status collapsed
6825
6826 \begin_layout Standard
6827
6828
6829 \backslash
6830
6831 \backslash
6832 %
6833 \end_layout
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Standard
6846
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Standard
6855
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row topline="true" bottomline="true" endfirsthead="true">
6862 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Standard
6866
6867 \series bold
6868 Example Phone List (ignore the names)
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Standard
6877
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Standard
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 <row topline="true" bottomline="true" endfirsthead="true">
6893 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Standard
6897
6898 \series bold
6899 NAME
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Standard
6908
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Standard
6917
6918 \series bold
6919 TEL.
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 <row bottomline="true" endhead="true">
6926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Standard
6930 \begin_inset ERT
6931 status open
6932
6933 \begin_layout Standard
6934
6935
6936 \backslash
6937 caption*{Continued Example Phone List}
6938 \backslash
6939
6940 \backslash
6941 %
6942 \end_layout
6943
6944 \end_inset
6945
6946
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Standard
6955
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Standard
6964
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 <row topline="true" bottomline="true" endhead="true">
6971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Standard
6975
6976 \series bold
6977 Example Phone List
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Standard
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Standard
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row topline="true" bottomline="true" endhead="true">
7002 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Standard
7006
7007 \series bold
7008 NAME
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Standard
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Standard
7026
7027 \series bold
7028 TEL.
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 </row>
7034 <row topline="true" bottomline="true" endfoot="true">
7035 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Standard
7039 continued on next page
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Standard
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Standard
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 <row>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Standard
7068
7069 \series bold
7070 Annovi
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Standard
7079 Silvia
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Standard
7088 111
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Standard
7099
7100 \series bold
7101 Bertoli
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 Stefano
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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Standard
7336 111
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Standard
7347
7348 \series bold
7349 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
7505 \series default
7506
7507 \begin_inset Foot
7508 status collapsed
7509
7510 \begin_layout Standard
7511 Example footnote
7512 \end_layout
7513
7514 \end_inset
7515
7516
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Standard
7525 Paola
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Standard
7534 111
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Standard
7545
7546 \series bold
7547 Lassini
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Standard
7556 Giancarlo
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Standard
7565 111
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Standard
7576
7577 \series bold
7578 Malfatti
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" topline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Standard
7587 Luciano
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Standard
7596 111
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 </row>
7602 <row>
7603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Standard
7607
7608 \series bold
7609 Malfatti
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" topline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Standard
7618 Valeriano
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Standard
7627 111
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 </row>
7633 <row>
7634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Standard
7638
7639 \series bold
7640 Meneguzzo
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Standard
7649 Roberto
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Standard
7658 111
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Standard
7669
7670 \series bold
7671 Mezzadra
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" topline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Standard
7680 Roberto
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Standard
7689 111
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 </row>
7695 <row>
7696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Standard
7700
7701 \series bold
7702 Pirpamer
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" topline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Standard
7711 Erich
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Standard
7720 111
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row>
7727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Standard
7731
7732 \series bold
7733 Pochiesa
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" topline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Standard
7742 Paolo
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Standard
7751 111, 222
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row>
7758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Standard
7762
7763 \series bold
7764 Radina
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" topline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Standard
7773 Claudio
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Standard
7782 111
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 </row>
7788 <row>
7789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Standard
7793
7794 \series bold
7795 Stuffer
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" topline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Standard
7804 Oskar
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Standard
7813 111
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row>
7820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Standard
7824
7825 \series bold
7826 Tacchelli
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" topline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Standard
7835 Ugo
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Standard
7844 111
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Standard
7855
7856 \series bold
7857 Tezzele
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" topline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Standard
7866 Margit
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Standard
7875 111
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Standard
7886
7887 \series bold
7888 Unterkalmsteiner
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" topline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Standard
7897 Frieda
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Standard
7906 111
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 </row>
7912 <row>
7913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Standard
7917
7918 \series bold
7919 Vieider
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" topline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Standard
7928 Hilde
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Standard
7937 111
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Standard
7948
7949 \series bold
7950 Vigna
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" topline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Standard
7959 Jürgen
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Standard
7968 111
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 </row>
7974 <row>
7975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Standard
7979
7980 \series bold
7981 Weber
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" topline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Standard
7990 Maurizio
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Standard
7999 111
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row bottomline="true">
8006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Standard
8010
8011 \series bold
8012 Winkler
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" topline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Standard
8021 Franz
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Standard
8030 111
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row bottomline="true">
8037 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Standard
8041  
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Standard
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Standard
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Standard
8070
8071 \series bold
8072 Annovi
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" topline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Standard
8081 Silvia
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Standard
8090 555
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Standard
8101
8102 \series bold
8103 Bertoli
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" topline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Standard
8112 Stefano
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Standard
8121 555
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Standard
8132
8133 \series bold
8134 Bozzi
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" topline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Standard
8143 Walter
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Standard
8152 555
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Standard
8163
8164 \series bold
8165 Cachia
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" topline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Standard
8174 Maria
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Standard
8183 555
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Standard
8194
8195 \series bold
8196 Cachia
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" topline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Standard
8205 Maurizio
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Standard
8214 555
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Standard
8225
8226 \series bold
8227 Cinquemani
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" topline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Standard
8236 Giusi
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Standard
8245 555
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Standard
8256
8257 \series bold
8258 Colin
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" topline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Standard
8267 Bernard
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Standard
8276 555
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Standard
8287
8288 \series bold
8289 Concli
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" topline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Standard
8298 Gianfranco
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Standard
8307 555
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Standard
8318
8319 \series bold
8320 Dal Bosco
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" topline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Standard
8329 Carolina
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Standard
8338 555
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Standard
8349
8350 \series bold
8351 Dalpiaz
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" topline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Standard
8360 Annamaria
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Standard
8369 555
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Standard
8380
8381 \series bold
8382 Feliciello
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" topline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Standard
8391 Domenico
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Standard
8400 555
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Standard
8411
8412 \series bold
8413 Focarelli
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" topline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Standard
8422 Paola
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Standard
8431 555
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Standard
8442
8443 \series bold
8444 Galletti
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Standard
8453 Oreste
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Standard
8462 555
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Standard
8473
8474 \series bold
8475 Gasparini
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" topline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Standard
8484 Franca
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Standard
8493 555
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Standard
8504
8505 \series bold
8506 Rizzardi
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Standard
8515 Paola
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Standard
8524 555
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Standard
8535
8536 \series bold
8537 Lassini
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" topline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Standard
8546 Giancarlo
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Standard
8555 555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Standard
8566
8567 \series bold
8568 Malfatti
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Standard
8577 Luciano
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Standard
8586 555
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Standard
8597
8598 \series bold
8599 Malfatti
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" topline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Standard
8608 Valeriano
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Standard
8617 555
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Standard
8628
8629 \series bold
8630 Meneguzzo
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Standard
8639 Roberto
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Standard
8648 555
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row bottomline="true">
8655 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Standard
8659
8660 \series bold
8661 Mezzadra
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" topline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Standard
8670 Roberto
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Standard
8679 555
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row bottomline="true" endlastfoot="true">
8686 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Standard
8690
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Standard
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Standard
8708
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 </lyxtabular>
8715
8716 \end_inset
8717
8718
8719 \end_layout
8720
8721 \begin_layout Section
8722 Special Longtable Issues
8723 \begin_inset LatexCommand label
8724 name "sec:Special-Longtable-Issues"
8725
8726 \end_inset
8727
8728
8729 \end_layout
8730
8731 \begin_layout Subsection
8732 Longtable Calculation
8733 \begin_inset LatexCommand index
8734 name "Longtables ! Calculation"
8735
8736 \end_inset
8737
8738
8739 \end_layout
8740
8741 \begin_layout Standard
8742 LaTeX calculates the height of table pages and their page breaks using so
8743  called chunks.
8744  Chunks are pieces of the tables that are at once in LaTeX's memory.
8745  The default value is historically set to only 20 table rows.
8746  If you are using longtables with many pages this may slow down the creation
8747  of your document.
8748  You can safely increase the chunk size to values of 100-1000 by adding
8749  this command line to your document preamble:
8750 \end_layout
8751
8752 \begin_layout Standard
8753
8754 \series bold
8755
8756 \backslash
8757 setcounter{LTchunksize}{100}
8758 \end_layout
8759
8760 \begin_layout Subsection
8761 Floats and Longtables
8762 \begin_inset LatexCommand index
8763 name "Longtables ! Floats"
8764
8765 \end_inset
8766
8767
8768 \end_layout
8769
8770 \begin_layout Standard
8771 There might be problems when a float appears on the same page where a longtable
8772  starts.
8773  To avoid such situation, add the command 
8774 \series bold
8775
8776 \backslash
8777 clearpage
8778 \series default
8779  as ERT before your longtable.
8780 \end_layout
8781
8782 \begin_layout Subsection
8783 Forced Page Breaks
8784 \begin_inset LatexCommand index
8785 name "Longtables ! Forced Page Breaks"
8786
8787 \end_inset
8788
8789
8790 \end_layout
8791
8792 \begin_layout Standard
8793 By default tables are only broken between rows.
8794  If you have a cell with multiples lines and want to have a page break within
8795  the cell, insert the new line command 
8796 \begin_inset Quotes eld
8797 \end_inset
8798
8799
8800 \series bold
8801
8802 \backslash
8803
8804 \backslash
8805
8806 \series default
8807
8808 \begin_inset Quotes erd
8809 \end_inset
8810
8811  as ERT at this point of the cell where it should be broken.
8812  Before the 
8813 \series bold
8814
8815 \backslash
8816
8817 \backslash
8818
8819 \series default
8820  command you have to insert in ERT so many 
8821 \begin_inset Quotes eld
8822 \end_inset
8823
8824
8825 \series bold
8826 &
8827 \series default
8828
8829 \begin_inset Quotes erd
8830 \end_inset
8831
8832  characters like the number of the following table columns.
8833  The 
8834 \series bold
8835 &
8836 \series default
8837  is the character to separate table cells.
8838  Write in ERT after each 
8839 \series bold
8840 &
8841 \series default
8842  the content of the corresponding following cell and delete the content
8843  of these cells.
8844 \newline
8845 Behind the the 
8846 \series bold
8847
8848 \backslash
8849
8850 \backslash
8851
8852 \series default
8853  command, insert so many 
8854 \series bold
8855 &
8856 \series default
8857  characters like the number of table columns before the current column.
8858  In Table\InsetSpace ~
8859
8860 \begin_inset LatexCommand ref
8861 reference "tab:ForcedPagebreak"
8862
8863 \end_inset
8864
8865  the cell that should be broken is in the second column followed by another
8866  column.
8867  Therefore the following command was inserted in the cell as ERT behind
8868  
8869 \begin_inset Quotes eld
8870 \end_inset
8871
8872
8873 \emph on
8874 Castelchiodato,
8875 \emph default
8876
8877 \begin_inset Quotes erd
8878 \end_inset
8879
8880 :
8881 \end_layout
8882
8883 \begin_layout Standard
8884
8885 \series bold
8886 & 111
8887 \backslash
8888
8889 \backslash
8890
8891 \newline
8892 &
8893 \end_layout
8894
8895 \begin_layout Standard
8896 The 
8897 \begin_inset Quotes eld
8898 \end_inset
8899
8900 111
8901 \begin_inset Quotes erd
8902 \end_inset
8903
8904  in the third columns of the row was deleted.
8905  If your footer row of the longtable has for a certain reason no upper line
8906  but you would have a horizontal line where the cell is broken, use this
8907  command instead:
8908 \end_layout
8909
8910 \begin_layout Standard
8911
8912 \series bold
8913 & 111
8914 \backslash
8915
8916 \backslash
8917
8918 \newline
8919
8920 \backslash
8921 hline &
8922 \end_layout
8923
8924 \begin_layout Standard
8925 When the cell to be broken is in the last column, the command
8926 \end_layout
8927
8928 \begin_layout Standard
8929
8930 \series bold
8931
8932 \backslash
8933 setlength{
8934 \backslash
8935 parf\SpecialChar \textcompwordmark{}
8936 illskip}{0pt}
8937 \end_layout
8938
8939 \begin_layout Standard
8940 must be inserted as ERT at the beginning of the cell.
8941  This assures that the part of the cell that will be displayed on the new
8942  page appears with the full width.
8943 \end_layout
8944
8945 \begin_layout Standard
8946 \align center
8947 \begin_inset Tabular
8948 <lyxtabular version="3" rows="39" columns="3">
8949 <features islongtable="true">
8950 <column alignment="left" valignment="top" leftline="true" width="0cm">
8951 <column alignment="left" valignment="top" rightline="true" width="3cm">
8952 <column alignment="right" valignment="top" rightline="true" width="0pt">
8953 <row endfirsthead="true">
8954 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Standard
8958 \begin_inset Caption
8959
8960 \begin_layout Standard
8961 Table with forced page break in table cell
8962 \begin_inset LatexCommand label
8963 name "tab:ForcedPagebreak"
8964
8965 \end_inset
8966
8967
8968 \begin_inset OptArg
8969 status collapsed
8970
8971 \begin_layout Standard
8972 Table with forced page break in table cell
8973 \end_layout
8974
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981
8982
8983 \begin_inset ERT
8984 status collapsed
8985
8986 \begin_layout Standard
8987
8988
8989 \backslash
8990
8991 \backslash
8992 %
8993 \end_layout
8994
8995 \end_inset
8996
8997
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Standard
9006
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Standard
9015
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row topline="true" bottomline="true" endfirsthead="true">
9022 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Standard
9026
9027 \series bold
9028 Example Phone List (ignore the names)
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Standard
9037
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Standard
9046
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row topline="true" bottomline="true" endfirsthead="true">
9053 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Standard
9057
9058 \series bold
9059 NAME
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Standard
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Standard
9077
9078 \series bold
9079 TEL.
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row bottomline="true" endhead="true">
9086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Standard
9090 \begin_inset ERT
9091 status collapsed
9092
9093 \begin_layout Standard
9094
9095
9096 \backslash
9097 caption*{Continued table with forced page break in table cell}
9098 \backslash
9099
9100 \backslash
9101 %
9102 \end_layout
9103
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Standard
9115
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Standard
9124
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 <row topline="true" bottomline="true" endhead="true">
9131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Standard
9135  
9136 \series bold
9137 Example Phone List
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Standard
9146
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Standard
9155
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row topline="true" bottomline="true" endhead="true">
9162 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Standard
9166
9167 \series bold
9168 NAME
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Standard
9177
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Standard
9186
9187 \series bold
9188 TEL.
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row topline="true" bottomline="true" endfoot="true">
9195 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Standard
9199 continued on next page
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Standard
9208
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Standard
9217
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Standard
9228
9229 \series bold
9230 Annovi
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" topline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Standard
9239 Silvia
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Standard
9248 111
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Standard
9259
9260 \series bold
9261 Bertoli
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" topline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Standard
9270 Stefano
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Standard
9279 111
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Standard
9290
9291 \series bold
9292 Bozzi
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" topline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Standard
9301 Walter
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Standard
9310 111
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Standard
9321
9322 \series bold
9323 Cachia
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" topline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Standard
9332 Maria
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Standard
9341 111
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 </row>
9347 <row>
9348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Standard
9352
9353 \series bold
9354 Cachia
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" topline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Standard
9363 Maurizio
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Standard
9372 111
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Standard
9383
9384 \series bold
9385 Cinquemani
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" topline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Standard
9394 Giusi
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Standard
9403 111
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row>
9410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Standard
9414
9415 \series bold
9416 Colin
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" topline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Standard
9425 Bernard
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Standard
9434 111
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Standard
9445
9446 \series bold
9447 Concli
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" topline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Standard
9456 Gianfranco
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Standard
9465 111
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Standard
9476
9477 \series bold
9478 Dal Bosco
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" topline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Standard
9487 Carolina
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Standard
9496 111
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 </row>
9502 <row>
9503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Standard
9507
9508 \series bold
9509 Dalpiaz
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" topline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Standard
9518 Annamaria
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Standard
9527 111
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 </row>
9533 <row>
9534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Standard
9538
9539 \series bold
9540 Feliciello
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" topline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Standard
9549 Domenico
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Standard
9558 111
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 </row>
9564 <row>
9565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Standard
9569
9570 \series bold
9571 Focarelli
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" topline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Standard
9580 Paola
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Standard
9589 111
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 </row>
9595 <row>
9596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Standard
9600
9601 \series bold
9602 Galletti
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" topline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Standard
9611 Oreste
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Standard
9620 111
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 </row>
9626 <row>
9627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Standard
9631
9632 \series bold
9633 Gasparini
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell alignment="center" valignment="top" topline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Standard
9642 Franca
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Standard
9651 111
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 </row>
9657 <row>
9658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Standard
9662
9663 \series bold
9664 Lassini
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell alignment="center" valignment="top" topline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Standard
9673 Giancarlo
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Standard
9682 111
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 </row>
9688 <row>
9689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Standard
9693
9694 \series bold
9695 Malfatti
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" topline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Standard
9704 Luciano
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Standard
9713 111
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 </row>
9719 <row>
9720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Standard
9724
9725 \series bold
9726 Malfatti
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell alignment="center" valignment="top" topline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Standard
9735 Valeriano
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Standard
9744 111
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 </row>
9750 <row>
9751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Standard
9755
9756 \series bold
9757 Meneguzzo
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" topline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Standard
9766 Roberto
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Standard
9775 111
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row>
9782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Standard
9786
9787 \series bold
9788 Mezzadra
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" topline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Standard
9797 Roberto
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Standard
9806 111
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 </row>
9812 <row>
9813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Standard
9817
9818 \series bold
9819 Pirpamer
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" topline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Standard
9828 Erich
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Standard
9837 111
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row>
9844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Standard
9848
9849 \series bold
9850 Pochiesa
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" topline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Standard
9859 Paolo
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Standard
9868 111, 222
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 </row>
9874 <row>
9875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Standard
9879
9880 \series bold
9881 Radina
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell alignment="center" valignment="top" topline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Standard
9890 Claudio
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Standard
9899 111
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 </row>
9905 <row>
9906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Standard
9910
9911 \series bold
9912 Rizzardi
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Standard
9921 Paolo, 11.
9922  Fürst von Montecompatri, 11.
9923  Fürst von Sulmona und Vivaro, 10.
9924  Fürst von Rossano, 5.
9925  Herzog von Canemorte, 11.
9926  Herzog von Palombara, 5.
9927  Herzog von Castelchiodato,
9928 \begin_inset ERT
9929 status collapsed
9930
9931 \begin_layout Standard
9932
9933 & 111
9934 \backslash
9935
9936 \backslash
9937
9938 \end_layout
9939
9940 \begin_layout Standard
9941
9942 &
9943 \end_layout
9944
9945 \end_inset
9946
9947  11.
9948  Herzog von Poggionativo, 11.
9949  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9950  Graf von Valinfreda, 11.
9951  Baron von Cropalati, 11.
9952  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Standard
9961
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 </row>
9967 <row>
9968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Standard
9972
9973 \series bold
9974 Stuffer
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" topline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Standard
9983 Oskar
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Standard
9992 111
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 </row>
9998 <row>
9999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Standard
10003
10004 \series bold
10005 Tacchelli
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" topline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Standard
10014 Ugo
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Standard
10023 111
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row>
10030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Standard
10034
10035 \series bold
10036 Tezzele
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" topline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Standard
10045 Margit
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Standard
10054 111
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 </row>
10060 <row>
10061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Standard
10065
10066 \series bold
10067 Unterkalmsteiner
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" topline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Standard
10076 Frieda
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Standard
10085 111
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 </row>
10091 <row>
10092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Standard
10096
10097 \series bold
10098 Vieider
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" topline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Standard
10107 Hilde
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Standard
10116 111
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 </row>
10122 <row>
10123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Standard
10127
10128 \series bold
10129 Vigna
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" topline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Standard
10138 Jürgen
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Standard
10147 111
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 </row>
10153 <row>
10154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Standard
10158
10159 \series bold
10160 Weber
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" topline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Standard
10169 Maurizio
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Standard
10178 111
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row bottomline="true">
10185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Standard
10189
10190 \series bold
10191 Winkler
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" topline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Standard
10200 Franz
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Standard
10209 111
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row endlastfoot="true">
10216 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Standard
10220
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Standard
10229
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Standard
10238
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 </row>
10244 </lyxtabular>
10245
10246 \end_inset
10247
10248
10249 \end_layout
10250
10251 \begin_layout Standard
10252
10253 \newpage
10254
10255 \end_layout
10256
10257 \begin_layout Section
10258 Multiple Lines Columns and Rows
10259 \end_layout
10260
10261 \begin_layout Subsection
10262 Multiple Lines in Table Cells
10263 \begin_inset LatexCommand label
10264 name "sub:Multiple-Lines-in"
10265
10266 \end_inset
10267
10268
10269 \begin_inset LatexCommand index
10270 name "Multiple Lines in Table Cells"
10271
10272 \end_inset
10273
10274
10275 \begin_inset LatexCommand index
10276 name "Table ! Linebreaks"
10277
10278 \end_inset
10279
10280
10281 \end_layout
10282
10283 \begin_layout Standard
10284 \align center
10285 \begin_inset Float table
10286 placement H
10287 wide false
10288 sideways false
10289 status open
10290
10291 \begin_layout Standard
10292 \begin_inset Caption
10293
10294 \begin_layout Standard
10295 \begin_inset LatexCommand label
10296 name "tab:Table-with-multiple"
10297
10298 \end_inset
10299
10300 Table with multiple lines in cells
10301 \end_layout
10302
10303 \end_inset
10304
10305
10306 \end_layout
10307
10308 \begin_layout Standard
10309 \align center
10310 \begin_inset Tabular
10311 <lyxtabular version="3" rows="3" columns="3">
10312 <features>
10313 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10314 <column alignment="center" valignment="middle" leftline="true" width="0">
10315 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10316 <row topline="true">
10317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Standard
10321 multiple
10322 \begin_inset ERT
10323 status collapsed
10324
10325 \begin_layout Standard
10326
10327
10328 \backslash
10329 linebreak 
10330 \end_layout
10331
10332 \end_inset
10333
10334  lines
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Standard
10343 b
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Standard
10352 c
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row topline="true">
10359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Standard
10363 d
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Standard
10372 e
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Standard
10381 f
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row topline="true" bottomline="true">
10388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Standard
10392 g
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Standard
10401 h
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Standard
10410 i
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 </lyxtabular>
10417
10418 \end_inset
10419
10420
10421 \end_layout
10422
10423 \end_inset
10424
10425
10426 \end_layout
10427
10428 \begin_layout Standard
10429 Adjusting a fixed width for a column, enables to enter text as a paragraph
10430  with multiple lines and hyphenations.
10431 \end_layout
10432
10433 \begin_layout Standard
10434 To produce Table\InsetSpace ~
10435
10436 \begin_inset LatexCommand ref
10437 reference "tab:Table-with-multiple"
10438
10439 \end_inset
10440
10441 , create a 3×3 table, mark the first cell and right-click on it.
10442  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
10443 cm and choose centered
10444  for the vertical and horizontal alignment.
10445  The vertical alignment is used for all cells of the row.
10446  As our text is smaller than than 2.5\InsetSpace \thinspace{}
10447 cm, only one line will appear.
10448  To get two lines, we add a line break with the command
10449 \end_layout
10450
10451 \begin_layout Standard
10452
10453 \series bold
10454
10455 \backslash
10456 linebreak
10457 \end_layout
10458
10459 \begin_layout Standard
10460 in ERT.
10461  If the text is wider than the set cell width it will automatically be broken
10462  to several lines.
10463 \end_layout
10464
10465 \begin_layout Standard
10466 If you have a long word in a cell with a fixed width, it cannot be hyphenated
10467  by LaTeX if it is the first entry.
10468  Therefore you need to insert something, to make the word not being the
10469  first entry: Add the command
10470 \end_layout
10471
10472 \begin_layout Standard
10473
10474 \series bold
10475
10476 \backslash
10477 hspace{0pt}
10478 \end_layout
10479
10480 \begin_layout Standard
10481 in ERT before the word.
10482  As the space is zero, it doesn't change the output.
10483  Table\InsetSpace ~
10484
10485 \begin_inset LatexCommand ref
10486 reference "tab:Table-with-and"
10487
10488 \end_inset
10489
10490  shows the effect.
10491 \end_layout
10492
10493 \begin_layout Standard
10494 \begin_inset Float table
10495 placement h
10496 wide false
10497 sideways false
10498 status open
10499
10500 \begin_layout Standard
10501 \begin_inset Caption
10502
10503 \begin_layout Standard
10504 \begin_inset LatexCommand label
10505 name "tab:Table-with-and"
10506
10507 \end_inset
10508
10509 Table with and without hyphenation
10510 \end_layout
10511
10512 \end_inset
10513
10514
10515 \end_layout
10516
10517 \begin_layout Standard
10518
10519 \hfill
10520
10521 \begin_inset Tabular
10522 <lyxtabular version="3" rows="3" columns="3">
10523 <features>
10524 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10525 <column alignment="center" valignment="middle" leftline="true" width="0">
10526 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10527 <row topline="true">
10528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Standard
10532 verylongtablecellword
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Standard
10541 b
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Standard
10550 c
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 <row topline="true">
10557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Standard
10561 d
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Standard
10570 e
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Standard
10579 f
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row topline="true" bottomline="true">
10586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Standard
10590 g
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Standard
10599 h
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Standard
10608 i
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 </lyxtabular>
10615
10616 \end_inset
10617
10618
10619 \hfill
10620
10621 \begin_inset Tabular
10622 <lyxtabular version="3" rows="3" columns="3">
10623 <features>
10624 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10625 <column alignment="center" valignment="middle" leftline="true" width="0">
10626 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
10627 <row topline="true">
10628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Standard
10632 \begin_inset ERT
10633 status collapsed
10634
10635 \begin_layout Standard
10636
10637
10638 \backslash
10639 hspace{0pt}
10640 \end_layout
10641
10642 \end_inset
10643
10644 verylongtablecellword
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Standard
10653 b
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Standard
10662 c
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row topline="true">
10669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Standard
10673 d
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Standard
10682 e
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Standard
10691 f
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 </row>
10697 <row topline="true" bottomline="true">
10698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Standard
10702 g
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Standard
10711 h
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Standard
10720 i
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 </lyxtabular>
10727
10728 \end_inset
10729
10730
10731 \hfill
10732
10733 \end_layout
10734
10735 \end_inset
10736
10737
10738 \end_layout
10739
10740 \begin_layout Standard
10741
10742 \newpage
10743
10744 \end_layout
10745
10746 \begin_layout Subsection
10747 Multicolumns
10748 \begin_inset LatexCommand label
10749 name "sub:Multicolumns"
10750
10751 \end_inset
10752
10753
10754 \begin_inset LatexCommand index
10755 name "Multicolumns"
10756
10757 \end_inset
10758
10759
10760 \begin_inset LatexCommand index
10761 name "Table ! Multicolumns"
10762
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \begin_layout Subsubsection
10769 Multicolumn Basics
10770 \end_layout
10771
10772 \begin_layout Standard
10773 To span a cell over multiple columns, mark as much cells within a line that
10774  should be one spanned cell and use either the table-toolbar button 
10775 \begin_inset Graphics
10776         filename ../images/tabular-feature_multicolumn.png
10777         scale 85
10778         scaleBeforeRotation
10779
10780 \end_inset
10781
10782 , or the menu 
10783 \family sans
10784 Edit\SpecialChar \menuseparator
10785 Table\SpecialChar \menuseparator
10786 Multicolumn
10787 \family default
10788 , or right click on the marked cells and choose multicolumn in the appearing
10789  table dialog under the tab 
10790 \family sans
10791 Table Settings
10792 \family default
10793 .
10794 \end_layout
10795
10796 \begin_layout Standard
10797 Multicolumns have there own cell settings.
10798  That means changing cell borders, cell alignment, and the width only affects
10799  the multicolumn.
10800  Here is an example table with a multicolumn cell in the first row and one
10801  in the last row without the upper border:
10802 \end_layout
10803
10804 \begin_layout Standard
10805 \align center
10806 \begin_inset Tabular
10807 <lyxtabular version="3" rows="3" columns="4">
10808 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10809 <column alignment="center" valignment="top" leftline="true" width="0pt">
10810 <column alignment="center" valignment="middle" leftline="true" width="0">
10811 <column alignment="center" valignment="top" leftline="true" width="0in">
10812 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10813 <row topline="true" bottomline="true">
10814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Standard
10818 abc
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Standard
10827 def ghi
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Standard
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Standard
10845 jkl
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row topline="true">
10852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Standard
10856
10857 \family roman
10858 \series medium
10859 \shape up
10860 \size normal
10861 \emph off
10862 \bar no
10863 \noun off
10864 \color none
10865 A
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Standard
10874 B
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Standard
10883 C
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Standard
10892 D
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row topline="true" bottomline="true">
10899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Standard
10903 1
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Standard
10912 2
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Standard
10921 3
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Standard
10930 4
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 </lyxtabular>
10937
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \begin_layout Subsubsection
10944 Multicolumn Calculations
10945 \begin_inset LatexCommand label
10946 name "sub:Multicolumn-Calculations"
10947
10948 \end_inset
10949
10950
10951 \begin_inset LatexCommand index
10952 name "Multicolumns ! Calculations"
10953
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \begin_layout Standard
10960 LyX supports multicolumns directly, but we have to take notice of the cell
10961  width of the columns spanned by the multicolumn cell.
10962 \end_layout
10963
10964 \begin_layout Standard
10965 \begin_inset Float table
10966 wide false
10967 sideways false
10968 status open
10969
10970 \begin_layout Standard
10971 \begin_inset Caption
10972
10973 \begin_layout Standard
10974 \begin_inset LatexCommand label
10975 name "tab:Table-with-centered"
10976
10977 \end_inset
10978
10979 Table with centered multicolumn text above two columns that have exactly
10980  half the width of the multicolumn cell
10981 \begin_inset OptArg
10982 status collapsed
10983
10984 \begin_layout Standard
10985 Perfect multicolumn table
10986 \end_layout
10987
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \end_inset
10994
10995
10996 \end_layout
10997
10998 \begin_layout Standard
10999 \align center
11000 \begin_inset Tabular
11001 <lyxtabular version="3" rows="3" columns="3">
11002 <features>
11003 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11004 <column alignment="center" valignment="middle" leftline="true" width="0">
11005 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11006 <row topline="true">
11007 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11008 \begin_inset Text
11009
11010 \begin_layout Standard
11011 multiple lines multicolumn
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Standard
11020
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Standard
11029 c
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row topline="true">
11036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Standard
11040 d
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Standard
11049 e
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Standard
11058 f
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 <row topline="true" bottomline="true">
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Standard
11069 g
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Standard
11078 h
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Standard
11087 i
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 </row>
11093 </lyxtabular>
11094
11095 \end_inset
11096
11097
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 To create for example Table\InsetSpace ~
11107
11108 \begin_inset LatexCommand ref
11109 reference "tab:Table-with-centered"
11110
11111 \end_inset
11112
11113 , mark the first two cells in the first row of a 3×3 table and right-click
11114  on them.
11115  Now choose for this cell 
11116 \emph on
11117 multicolumn
11118 \emph default
11119
11120 \emph on
11121 centered alignment
11122 \emph default
11123  and a width of 2.5\InsetSpace \thinspace{}
11124 cm in the table dialog.
11125  The spanned columns should have exactly half the width of the multicolumn
11126  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
11127 cm for the first column.
11128  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
11129 cm (multicolumn
11130  width - width of first column).
11131  This was done for Table\InsetSpace ~
11132
11133 \begin_inset LatexCommand ref
11134 reference "tab:Table-without-half"
11135
11136 \end_inset
11137
11138 .
11139 \end_layout
11140
11141 \begin_layout Standard
11142 \begin_inset Float table
11143 wide false
11144 sideways false
11145 status open
11146
11147 \begin_layout Standard
11148 \begin_inset Caption
11149
11150 \begin_layout Standard
11151 \begin_inset LatexCommand label
11152 name "tab:Table-without-half"
11153
11154 \end_inset
11155
11156 Table where the spanned table columns have not exactly half the width of
11157  the multicolumn cell
11158 \begin_inset OptArg
11159 status collapsed
11160
11161 \begin_layout Standard
11162 Imperfect multicolumn table
11163 \end_layout
11164
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \begin_layout Standard
11176 \align center
11177 \begin_inset Tabular
11178 <lyxtabular version="3" rows="3" columns="3">
11179 <features>
11180 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
11181 <column alignment="center" valignment="top" leftline="true" width="0">
11182 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11183 <row topline="true" bottomline="true">
11184 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11185 \begin_inset Text
11186
11187 \begin_layout Standard
11188 multiple lines multicolumn
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Standard
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Standard
11206 c
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 </row>
11212 <row topline="true">
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Standard
11217 d
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Standard
11226 e
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Standard
11235 f
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row topline="true" bottomline="true">
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Standard
11246 g
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Standard
11255 h
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Standard
11264 i
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 </lyxtabular>
11271
11272 \end_inset
11273
11274
11275 \end_layout
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Standard
11283 You can see that the first column has not the half width of the multicolumn
11284  cell, it is a bit bigger.
11285  The reason is that the given width of a cell 
11286 \begin_inset Formula $W_{g}$
11287 \end_inset
11288
11289  is not its total width 
11290 \begin_inset Formula $W_{\mathrm{tot}}$
11291 \end_inset
11292
11293  because a cell is always a bit larger than its given width.
11294  Appendix\InsetSpace ~
11295
11296 \begin_inset LatexCommand eqref
11297 reference "cha:Explanation-of-Equation"
11298
11299 \end_inset
11300
11301  explains it in detail.
11302 \end_layout
11303
11304 \begin_layout Standard
11305 The needed given width 
11306 \begin_inset Formula $W_{g\, n}$
11307 \end_inset
11308
11309  when 
11310 \emph on
11311 n
11312 \emph default
11313  columns are spanned can be calculated, so that each column has a total
11314  width of 
11315 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11316 \end_inset
11317
11318 :
11319 \begin_inset Formula \begin{equation}
11320 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11321
11322 \end_inset
11323
11324
11325 \end_layout
11326
11327 \begin_layout Standard
11328 In our case we have 
11329 \begin_inset Formula $n=2$
11330 \end_inset
11331
11332
11333 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11334 \end_inset
11335
11336 cm and the default values for the lengths, so that equation 
11337 \begin_inset LatexCommand ref
11338 reference "eq:Wgn"
11339
11340 \end_inset
11341
11342  becomes
11343 \begin_inset Formula \begin{equation}
11344 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11345
11346 \end_inset
11347
11348
11349 \end_layout
11350
11351 \begin_layout Standard
11352 To enable calculations in LaTeX, the LaTeX-package 
11353 \series bold
11354 calc
11355 \series default
11356  must be loaded with the document preamble line
11357 \begin_inset LatexCommand index
11358 name "LaTeX-packages ! calc"
11359
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \begin_layout Standard
11366
11367 \series bold
11368
11369 \backslash
11370 usepackage{calc}
11371 \end_layout
11372
11373 \begin_layout Standard
11374 LyX does not allow to calculate lengths in the width-field of the table
11375  dialog.
11376  Therefore you have to format the column by inserting a LaTeX-argument in
11377  the dialog.
11378  Here is an overview about the arguments:
11379 \end_layout
11380
11381 \begin_layout Itemize
11382
11383 \series bold
11384 p{width}
11385 \series default
11386  creates cell with a fixed width, its text is vertically top-aligned
11387 \end_layout
11388
11389 \begin_layout Itemize
11390
11391 \series bold
11392 m{width}
11393 \series default
11394  creates cell with a fixed width, its text is vertically centered
11395 \end_layout
11396
11397 \begin_layout Itemize
11398
11399 \series bold
11400 b{width}
11401 \series default
11402  creates cell with a fixed width, its text is vertically bottom-aligned
11403 \end_layout
11404
11405 \begin_layout Standard
11406 By entering a LaTeX-argument, all cell settings set in the table dialog
11407  are overwritten.
11408 \end_layout
11409
11410 \begin_layout Standard
11411 \begin_inset Note Greyedout
11412 status open
11413
11414 \begin_layout Standard
11415
11416 \series bold
11417 Note:
11418 \series default
11419  Due to a bug, LyX shows the overwritten settings anyway.
11420 \end_layout
11421
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \begin_layout Standard
11428 As the text should be horizontally centered, the command 
11429 \series bold
11430
11431 \backslash
11432 centering
11433 \series default
11434  is added.
11435  You can now enter the following LaTeX-argument for the first spanned column:
11436 \end_layout
11437
11438 \begin_layout Standard
11439
11440 \series bold
11441 >{
11442 \backslash
11443 centering}m{1.25cm-6.2pt}
11444 \end_layout
11445
11446 \begin_layout Standard
11447 The command 
11448 \series bold
11449 >{ }
11450 \series default
11451  means, that the commands inside the braces are applied before the cell
11452  is created.
11453 \end_layout
11454
11455 \begin_layout Standard
11456 Although we have chosen centered alignment for the text of the multicolumn
11457  cell, it is still left aligned.
11458  This is because LyX only applies the alignment to single columns.
11459  So we have to use for the multicolumn the LaTeX-argument
11460 \end_layout
11461
11462 \begin_layout Standard
11463
11464 \series bold
11465 >{
11466 \backslash
11467 centering}m{2.5cm}
11468 \end_layout
11469
11470 \begin_layout Subsection
11471 Multirows
11472 \begin_inset LatexCommand index
11473 name "Multirows"
11474
11475 \end_inset
11476
11477
11478 \begin_inset LatexCommand index
11479 name "Table ! Multirows"
11480
11481 \end_inset
11482
11483
11484 \begin_inset LatexCommand index
11485 name "LaTeX-packages ! multirow"
11486
11487 \end_inset
11488
11489
11490 \end_layout
11491
11492 \begin_layout Standard
11493 In contrary to multicolumns multirows are not yet supported by LyX so a
11494  bit of ERT needs to be used.
11495  To use multirows load the LaTeX-package 
11496 \series bold
11497 multirow
11498 \series default
11499  in your document preamble with the command
11500 \end_layout
11501
11502 \begin_layout Standard
11503
11504 \series bold
11505
11506 \backslash
11507 usepackage{multirow}
11508 \end_layout
11509
11510 \begin_layout Standard
11511 Multirows are created with the command
11512 \end_layout
11513
11514 \begin_layout Standard
11515
11516 \series bold
11517
11518 \backslash
11519 multirow{number of rows}{cell width}{cell entry}
11520 \end_layout
11521
11522 \begin_layout Standard
11523 To create the following table:
11524 \end_layout
11525
11526 \begin_layout Standard
11527 \align center
11528 \begin_inset ERT
11529 status collapsed
11530
11531 \begin_layout Standard
11532
11533
11534 \backslash
11535 renewcommand{
11536 \backslash
11537 multirowsetup}{
11538 \backslash
11539 centering}
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="3" columns="3">
11547 <features>
11548 <column alignment="center" valignment="top" leftline="true" width="0">
11549 <column alignment="center" valignment="top" leftline="true" width="0">
11550 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11551 <row topline="true">
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Standard
11556 a
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Standard
11565 b
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Standard
11574 c
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row topline="true">
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Standard
11585 \begin_inset ERT
11586 status collapsed
11587
11588 \begin_layout Standard
11589
11590
11591 \backslash
11592 multirow{2}{2.5cm}{
11593 \end_layout
11594
11595 \end_inset
11596
11597 multirow entry
11598 \begin_inset ERT
11599 status collapsed
11600
11601 \begin_layout Standard
11602
11603 }
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Standard
11617 e
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Standard
11626 f
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row topline="true" bottomline="true">
11633 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Standard
11637
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Standard
11646 h
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Standard
11655 i
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 </lyxtabular>
11662
11663 \end_inset
11664
11665
11666 \begin_inset ERT
11667 status collapsed
11668
11669 \begin_layout Standard
11670
11671
11672 \backslash
11673 renewcommand{
11674 \backslash
11675 multirowsetup}{
11676 \backslash
11677 raggedright}
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \end_layout
11684
11685 \begin_layout Standard
11686 create a 3×3 table.
11687  To get rid of the line above the last cell in the first column, the cell
11688  is marked as multicolumn and the upper border is unset.
11689  The multirow is now created in the second row of the first column by inserting
11690  there the command
11691 \end_layout
11692
11693 \begin_layout Standard
11694
11695 \series bold
11696
11697 \backslash
11698 multirow{2}{2.5cm}{
11699 \end_layout
11700
11701 \begin_layout Standard
11702 as ERT.
11703  According to the command parameters the multirow spans now two rows and
11704  has a width of 2.5\InsetSpace \thinspace{}
11705 cm.
11706  The content of the multirow cell follows outside the ERT box and the command
11707  is finished with a right brace 
11708 \series bold
11709 }
11710 \series default
11711  in another ERT-box behind the text.
11712 \end_layout
11713
11714 \begin_layout Standard
11715
11716 \series bold
11717
11718 \backslash
11719 multirow
11720 \series default
11721  left-aligns its content by default.
11722  To override the default, renew the command 
11723 \series bold
11724
11725 \backslash
11726 multirowsetup
11727 \series default
11728  with the command
11729 \end_layout
11730
11731 \begin_layout Standard
11732
11733 \series bold
11734
11735 \backslash
11736 renewcommand{
11737 \backslash
11738 multirowsetup}{
11739 \backslash
11740 centering}
11741 \end_layout
11742
11743 \begin_layout Standard
11744 in ERT in the document preamble.
11745  Then all entries of multirow cells in the document are centered.
11746  If centering is only needed for several tables, you can renew the command
11747  in an ERT box just before the table instead of the preamble.
11748  If the text should be right-aligned, replace 
11749 \series bold
11750
11751 \backslash
11752 centering
11753 \series default
11754  by 
11755 \series bold
11756
11757 \backslash
11758 raggedleft
11759 \series default
11760 .
11761  To return to left-alignment 
11762 \series bold
11763
11764 \backslash
11765 raggedright
11766 \series default
11767  is used.
11768 \end_layout
11769
11770 \begin_layout Section
11771 Formal Tables
11772 \begin_inset LatexCommand label
11773 name "sec:Formal-Tables"
11774
11775 \end_inset
11776
11777
11778 \begin_inset LatexCommand index
11779 name "Table ! Formal"
11780
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \begin_layout Standard
11787 Tables are often typeset in books similar to Table\InsetSpace ~
11788
11789 \begin_inset LatexCommand ref
11790 reference "tab:Example-booktabs-table"
11791
11792 \end_inset
11793
11794 .
11795  This kind of tables is called 
11796 \begin_inset Quotes eld
11797 \end_inset
11798
11799
11800 \emph on
11801 formal
11802 \emph default
11803
11804 \begin_inset Quotes erd
11805 \end_inset
11806
11807 .
11808  To make a table a formal table use the option 
11809 \family sans
11810 Formal
11811 \family default
11812  in the 
11813 \family sans
11814 Borders
11815 \family default
11816  tab of the table dialog.
11817 \end_layout
11818
11819 \begin_layout Standard
11820 \begin_inset Float table
11821 placement h
11822 wide false
11823 sideways false
11824 status open
11825
11826 \begin_layout Standard
11827 \begin_inset Caption
11828
11829 \begin_layout Standard
11830 \begin_inset LatexCommand label
11831 name "tab:Example-booktabs-table"
11832
11833 \end_inset
11834
11835 Example booktabs-table
11836 \end_layout
11837
11838 \end_inset
11839
11840
11841 \end_layout
11842
11843 \begin_layout Standard
11844 \align center
11845 \begin_inset Tabular
11846 <lyxtabular version="3" rows="8" columns="4">
11847 <features booktabs="true">
11848 <column alignment="center" valignment="top" rightline="true" width="0">
11849 <column alignment="center" valignment="top" width="0">
11850 <column alignment="center" valignment="top" width="0">
11851 <column alignment="center" valignment="top" width="0">
11852 <row topline="true">
11853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Standard
11857 System
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" topline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Standard
11866 Medipix
11867 \begin_inset Formula $\,$
11868 \end_inset
11869
11870 1
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Standard
11879 Medipix
11880 \begin_inset Formula $\,$
11881 \end_inset
11882
11883 2
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Standard
11892
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 </row>
11898 <row>
11899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Standard
11903 \begin_inset ERT
11904 status collapsed
11905
11906 \begin_layout Standard
11907
11908
11909 \backslash
11910 cmidrule(r){2-2}
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \begin_inset ERT
11917 status collapsed
11918
11919 \begin_layout Standard
11920
11921
11922 \backslash
11923 cmidrule(l){3-4}
11924 \end_layout
11925
11926 \end_inset
11927
11928 Detector thickness [µm]
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Standard
11937 300
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Standard
11946 300
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Standard
11955 700
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 </row>
11961 <row topline="true">
11962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Standard
11966 Edge angle [°]
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Standard
11975 3.55
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Standard
11984 2.71
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Standard
11993 7.99
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 <row topspace="default">
12000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Standard
12004 Spatial resolution [µm]
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Standard
12013 4.26
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Standard
12022 10.17
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Standard
12031 10.56
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 </row>
12037 <row topspace="default">
12038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Standard
12042 MTF at 
12043 \begin_inset Formula $f_{\mathrm{max}}$
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Standard
12055 0.53
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Standard
12064 0.37
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Standard
12073 0.39
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 </row>
12079 <row topspace="default">
12080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Standard
12084 \begin_inset ERT
12085 status collapsed
12086
12087 \begin_layout Standard
12088
12089
12090 \backslash
12091 cmidrule(l{10pt}){1-1}
12092 \end_layout
12093
12094 \end_inset
12095
12096 LSF-spatial resolution
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Standard
12105
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Standard
12114
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Standard
12123
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 </row>
12129 <row>
12130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Standard
12134 in Âµm
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Standard
12143 129.7
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 52.75
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Standard
12161 50.78
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 <row bottomline="true">
12168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Standard
12172 in % of pixel size
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Standard
12181 76.3
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Standard
12190 95.9
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Standard
12199 92.3
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 </lyxtabular>
12206
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \end_inset
12213
12214
12215 \end_layout
12216
12217 \begin_layout Standard
12218 Spaces to table rows can be added using the 
12219 \family sans
12220 Borders
12221 \family default
12222  tab of the table dialog as described in section\InsetSpace ~
12223
12224 \begin_inset LatexCommand ref
12225 reference "sub:Row-Spacing"
12226
12227 \end_inset
12228
12229 .
12230 \end_layout
12231
12232 \begin_layout Standard
12233 In contrary to normal tables, formal tables have no vertical table lines.
12234  The horizontal table lines can be set like for normal tables but they appear
12235  with different width in the output:
12236 \newline
12237 The first and the last table line have
12238  a default width of 0.08\InsetSpace \thinspace{}
12239 em while the other lines have a default width of
12240  0.05\InsetSpace \thinspace{}
12241 em.
12242 \end_layout
12243
12244 \begin_layout Standard
12245 The default widths can be changed with the following preamble lines
12246 \end_layout
12247
12248 \begin_layout Standard
12249
12250 \series bold
12251
12252 \backslash
12253 let
12254 \backslash
12255 mytoprule
12256 \backslash
12257 toprule
12258 \newline
12259
12260 \backslash
12261 renewcommand{
12262 \backslash
12263 toprule}{
12264 \backslash
12265 mytoprule[width]}
12266 \end_layout
12267
12268 \begin_layout Standard
12269 This example is for the first line, the so called 
12270 \series bold
12271 toprule
12272 \series default
12273 .
12274  If you want to change the width for the last line, replace 
12275 \series bold
12276 toprule
12277 \series default
12278  by 
12279 \series bold
12280 bottomrule
12281 \series default
12282 .
12283  To change the width for the other lines replace 
12284 \series bold
12285 toprule
12286 \series default
12287  by 
12288 \series bold
12289 midrule
12290 \series default
12291 .
12292  You can use all units listed in appendix\InsetSpace ~
12293
12294 \begin_inset LatexCommand ref
12295 reference "cha:Units-available-in"
12296
12297 \end_inset
12298
12299  to set the width.
12300 \end_layout
12301
12302 \begin_layout Standard
12303 Lines that don't span over all table columns can be created by setting a
12304  table line for multicolumn cells.
12305  LyX will then internally use the command 
12306 \series bold
12307
12308 \backslash
12309 cmidrule
12310 \series default
12311  to create this line.
12312  Its full scheme is
12313 \end_layout
12314
12315 \begin_layout Standard
12316
12317 \series bold
12318
12319 \backslash
12320 cmidrule[width](trim){startcol-endcol}
12321 \end_layout
12322
12323 \begin_layout Standard
12324 The options of 
12325 \series bold
12326
12327 \backslash
12328 cmidrule
12329 \series default
12330  are are currently not supported by LyX so you have to use ERT to be able
12331  to use them.
12332  
12333 \series bold
12334
12335 \backslash
12336 cmidrule
12337 \series default
12338 s can manually be created by inserting the command as ERT as first cell
12339  entry of the first cell of a row.
12340  The line is then drawn in the output above the current row.
12341 \end_layout
12342
12343 \begin_layout Standard
12344 The default for the width is 0.03\InsetSpace \thinspace{}
12345 em.
12346  Startcol is the number of the column where the line starts and endcol the
12347  column number where the line ends.
12348  The endcol always needs to be specified, also when the line should span
12349  only one column.
12350  The optional parameter trim could be either 
12351 \emph on
12352 l{trimwidth}
12353 \emph default
12354 , or 
12355 \emph on
12356 r{trimwidth}
12357 \emph default
12358  where the trimwidth is also optional.
12359  Using for example the parameter 
12360 \emph on
12361 l{2pt}
12362 \emph default
12363  means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
12364 pt.
12365  If you don't specify the trimwidth the lines are trimmed by the default
12366  of 0.5\InsetSpace \thinspace{}
12367 em.
12368 \end_layout
12369
12370 \begin_layout Standard
12371 \begin_inset VSpace bigskip
12372 \end_inset
12373
12374 Table\InsetSpace ~
12375
12376 \begin_inset LatexCommand ref
12377 reference "tab:Example-booktabs-table"
12378
12379 \end_inset
12380
12381  was created using the commands
12382 \end_layout
12383
12384 \begin_layout Standard
12385
12386 \series bold
12387
12388 \backslash
12389 cmidrule(r){2-2}
12390 \backslash
12391 cmidrule(l){3-4}
12392 \end_layout
12393
12394 \begin_layout Standard
12395 at the beginning of the in the second row and
12396 \end_layout
12397
12398 \begin_layout Standard
12399
12400 \series bold
12401
12402 \backslash
12403 cmidrule(l{10pt}){1-1}
12404 \end_layout
12405
12406 \begin_layout Standard
12407 in the sixth row.
12408 \end_layout
12409
12410 \begin_layout Standard
12411 \begin_inset VSpace bigskip
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \begin_layout Standard
12418 You might want to have overlapping 
12419 \series bold
12420
12421 \backslash
12422 cmidrule
12423 \series default
12424 s like in Table\InsetSpace ~
12425
12426 \begin_inset LatexCommand ref
12427 reference "tab:Special-booktabs-table"
12428
12429 \end_inset
12430
12431 .
12432  This can be achieved with the ERT command
12433 \end_layout
12434
12435 \begin_layout Standard
12436
12437 \series bold
12438
12439 \backslash
12440 morecmidrules
12441 \end_layout
12442
12443 \begin_layout Standard
12444 The command that was used for the second row of Table\InsetSpace ~
12445
12446 \begin_inset LatexCommand ref
12447 reference "tab:Special-booktabs-table"
12448
12449 \end_inset
12450
12451  is
12452 \end_layout
12453
12454 \begin_layout Standard
12455
12456 \series bold
12457
12458 \backslash
12459 cmidrule(r){2-2}
12460 \backslash
12461 cmidrule(l){3-4}
12462 \backslash
12463 morecmidrules
12464 \backslash
12465 cmidrule{2-4}
12466 \end_layout
12467
12468 \begin_layout Standard
12469 The command for the sixth row is
12470 \end_layout
12471
12472 \begin_layout Standard
12473
12474 \series bold
12475
12476 \backslash
12477 midrule
12478 \backslash
12479 morecmidrules
12480 \backslash
12481 cmidrule{3-4}
12482 \end_layout
12483
12484 \begin_layout Standard
12485 \begin_inset VSpace bigskip
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \begin_layout Standard
12492 If you are anyway not satisfied with the border line spacing, you can use
12493  the following command to produce lines that span over all table columns
12494 \series bold
12495 :
12496 \end_layout
12497
12498 \begin_layout Standard
12499
12500 \series bold
12501
12502 \backslash
12503 specialrule{width}{space above}{space below}
12504 \end_layout
12505
12506 \begin_layout Standard
12507 For more informations about these specialties, we refer to the manual of
12508  the LaTeX-package 
12509 \series bold
12510 booktabs
12511 \series default
12512  
12513 \begin_inset LatexCommand cite
12514 key "booktabs"
12515
12516 \end_inset
12517
12518 .
12519 \begin_inset LatexCommand index
12520 name "LaTeX-packages ! booktabs"
12521
12522 \end_inset
12523
12524
12525 \end_layout
12526
12527 \begin_layout Standard
12528 \begin_inset Float table
12529 placement h
12530 wide false
12531 sideways false
12532 status open
12533
12534 \begin_layout Standard
12535 \begin_inset Caption
12536
12537 \begin_layout Standard
12538 \begin_inset LatexCommand label
12539 name "tab:Special-booktabs-table"
12540
12541 \end_inset
12542
12543 Special booktabs-table
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \begin_layout Standard
12552 \align center
12553 \begin_inset Tabular
12554 <lyxtabular version="3" rows="8" columns="4">
12555 <features booktabs="true">
12556 <column alignment="center" valignment="top" width="0">
12557 <column alignment="center" valignment="top" width="0">
12558 <column alignment="center" valignment="top" width="0">
12559 <column alignment="center" valignment="top" width="0">
12560 <row topline="true">
12561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Standard
12565 System
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Standard
12574 Medipix\InsetSpace \thinspace{}
12575 1
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Standard
12584 Medipix\InsetSpace \thinspace{}
12585 2
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Standard
12594
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 </row>
12600 <row>
12601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Standard
12605 \begin_inset ERT
12606 status collapsed
12607
12608 \begin_layout Standard
12609
12610
12611 \backslash
12612 cmidrule(r){2-2}
12613 \end_layout
12614
12615 \end_inset
12616
12617
12618 \begin_inset ERT
12619 status collapsed
12620
12621 \begin_layout Standard
12622
12623
12624 \backslash
12625 cmidrule(l){3-4}
12626 \end_layout
12627
12628 \end_inset
12629
12630
12631 \begin_inset ERT
12632 status collapsed
12633
12634 \begin_layout Standard
12635
12636
12637 \backslash
12638 morecmidrules 
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \begin_inset ERT
12645 status collapsed
12646
12647 \begin_layout Standard
12648
12649
12650 \backslash
12651 cmidrule{2-4}
12652 \end_layout
12653
12654 \end_inset
12655
12656 Detector thickness [µm]
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Standard
12665 300
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Standard
12674 300
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Standard
12683 700
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 </row>
12689 <row topline="true">
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Standard
12694 Edge angle [°]
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Standard
12703 3.55
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Standard
12712 2.71
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Standard
12721 7.99
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 </row>
12727 <row topspace="default">
12728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Standard
12732 Spatial resolution [µm]
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Standard
12741 4.26
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Standard
12750 10.17
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Standard
12759 10.56
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 <row topspace="default">
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Standard
12770 MTF at 
12771 \begin_inset Formula $f_{\mathrm{max}}$
12772 \end_inset
12773
12774
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Standard
12783 0.53
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Standard
12792 0.37
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Standard
12801 0.39
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 </row>
12807 <row topline="true">
12808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Standard
12812 \begin_inset ERT
12813 status collapsed
12814
12815 \begin_layout Standard
12816
12817
12818 \backslash
12819 morecmidrules 
12820 \end_layout
12821
12822 \end_inset
12823
12824
12825 \begin_inset ERT
12826 status collapsed
12827
12828 \begin_layout Standard
12829
12830
12831 \backslash
12832 cmidrule{3-4}
12833 \end_layout
12834
12835 \end_inset
12836
12837 LSF-spatial resolution
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Standard
12846
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Standard
12855
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Standard
12864
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 <row>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Standard
12875 in Âµm
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Standard
12884 129.7
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Standard
12893 52.75
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Standard
12902 50.78
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 </row>
12908 <row bottomline="true">
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Standard
12913 in % of pixel size
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Standard
12922 76.3
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Standard
12931 95.9
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Standard
12940 92.3
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 </row>
12946 </lyxtabular>
12947
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \end_inset
12954
12955
12956 \end_layout
12957
12958 \begin_layout Section
12959 Vertical Table Alignment
12960 \begin_inset LatexCommand index
12961 name "Table ! Alignment"
12962
12963 \end_inset
12964
12965
12966 \end_layout
12967
12968 \begin_layout Standard
12969 To align tables vertically in a text line the table must be inside a box.
12970  The box can then be vertically aligned as described in section\InsetSpace ~
12971
12972 \begin_inset LatexCommand ref
12973 reference "sec:Box-Dialog"
12974
12975 \end_inset
12976
12977 .
12978 \end_layout
12979
12980 \begin_layout Standard
12981 In the following example the tables are inside a minipage
12982 \begin_inset Foot
12983 status collapsed
12984
12985 \begin_layout Standard
12986 Minipages are described in section\InsetSpace ~
12987
12988 \begin_inset LatexCommand ref
12989 reference "sec:Minipages"
12990
12991 \end_inset
12992
12993 .
12994 \end_layout
12995
12996 \end_inset
12997
12998  box that has a width of 15\InsetSpace \thinspace{}
12999 col%:
13000 \end_layout
13001
13002 \begin_layout Itemize
13003 test 
13004 \begin_inset Box Frameless
13005 position "t"
13006 hor_pos "c"
13007 has_inner_box 1
13008 inner_pos "c"
13009 use_parbox 0
13010 width "15col%"
13011 special "none"
13012 height "1in"
13013 height_special "totalheight"
13014 status collapsed
13015
13016 \begin_layout Standard
13017 \begin_inset Tabular
13018 <lyxtabular version="3" rows="3" columns="3">
13019 <features>
13020 <column alignment="center" valignment="top" leftline="true" width="0">
13021 <column alignment="center" valignment="top" leftline="true" width="0">
13022 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13023 <row topline="true">
13024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Standard
13028 a
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Standard
13037 d
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Standard
13046 g
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 </row>
13052 <row topline="true">
13053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Standard
13057 b
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Standard
13066 e
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Standard
13075 h
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 </row>
13081 <row topline="true" bottomline="true">
13082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Standard
13086 c
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Standard
13095 f
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Standard
13104 i
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 </row>
13110 </lyxtabular>
13111
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \end_inset
13118
13119  test 
13120 \begin_inset ERT
13121 status collapsed
13122
13123 \begin_layout Standard
13124
13125
13126 \backslash
13127 raisebox{0.85
13128 \backslash
13129 baselineskip}{
13130 \end_layout
13131
13132 \end_inset
13133
13134
13135 \begin_inset Box Frameless
13136 position "t"
13137 hor_pos "c"
13138 has_inner_box 1
13139 inner_pos "c"
13140 use_parbox 0
13141 width "15col%"
13142 special "none"
13143 height "1in"
13144 height_special "totalheight"
13145 status collapsed
13146
13147 \begin_layout Standard
13148 \begin_inset Tabular
13149 <lyxtabular version="3" rows="3" columns="3">
13150 <features>
13151 <column alignment="center" valignment="top" leftline="true" width="0">
13152 <column alignment="center" valignment="top" leftline="true" width="0">
13153 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13154 <row topline="true">
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Standard
13159 a
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Standard
13168 d
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Standard
13177 g
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 </row>
13183 <row topline="true">
13184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Standard
13188 b
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Standard
13197 e
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Standard
13206 h
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 </row>
13212 <row topline="true" bottomline="true">
13213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Standard
13217 c
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Standard
13226 f
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Standard
13235 i
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 </lyxtabular>
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \end_inset
13249
13250
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Standard
13255
13256 }
13257 \end_layout
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Itemize
13265 test 
13266 \begin_inset Box Frameless
13267 position "c"
13268 hor_pos "c"
13269 has_inner_box 1
13270 inner_pos "c"
13271 use_parbox 0
13272 width "15col%"
13273 special "none"
13274 height "1in"
13275 height_special "totalheight"
13276 status collapsed
13277
13278 \begin_layout Standard
13279 \begin_inset Tabular
13280 <lyxtabular version="3" rows="3" columns="3">
13281 <features>
13282 <column alignment="center" valignment="top" leftline="true" width="0">
13283 <column alignment="center" valignment="top" leftline="true" width="0">
13284 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13285 <row topline="true">
13286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Standard
13290 a
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Standard
13299 d
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Standard
13308 g
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 </row>
13314 <row topline="true">
13315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Standard
13319 b
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Standard
13328 e
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Standard
13337 h
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 <row topline="true" bottomline="true">
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Standard
13348 c
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Standard
13357 f
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Standard
13366 i
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 </row>
13372 </lyxtabular>
13373
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \end_inset
13380
13381
13382 \end_layout
13383
13384 \begin_layout Itemize
13385 test 
13386 \begin_inset Box Frameless
13387 position "b"
13388 hor_pos "c"
13389 has_inner_box 1
13390 inner_pos "c"
13391 use_parbox 0
13392 width "15col%"
13393 special "none"
13394 height "1in"
13395 height_special "totalheight"
13396 status collapsed
13397
13398 \begin_layout Standard
13399 \begin_inset Tabular
13400 <lyxtabular version="3" rows="3" columns="3">
13401 <features>
13402 <column alignment="center" valignment="top" leftline="true" width="0">
13403 <column alignment="center" valignment="top" leftline="true" width="0">
13404 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13405 <row topline="true">
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Standard
13410 a
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Standard
13419 d
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Standard
13428 g
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 </row>
13434 <row topline="true">
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Standard
13439 b
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Standard
13448 e
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Standard
13457 h
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 </row>
13463 <row topline="true" bottomline="true">
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Standard
13468 c
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Standard
13477 f
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Standard
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  test 
13502 \begin_inset ERT
13503 status collapsed
13504
13505 \begin_layout Standard
13506
13507
13508 \backslash
13509 raisebox{-0.32
13510 \backslash
13511 baselineskip}{
13512 \end_layout
13513
13514 \end_inset
13515
13516
13517 \begin_inset Box Frameless
13518 position "b"
13519 hor_pos "c"
13520 has_inner_box 1
13521 inner_pos "c"
13522 use_parbox 0
13523 width "15col%"
13524 special "none"
13525 height "1in"
13526 height_special "totalheight"
13527 status collapsed
13528
13529 \begin_layout Standard
13530 \begin_inset Tabular
13531 <lyxtabular version="3" rows="3" columns="3">
13532 <features>
13533 <column alignment="center" valignment="top" leftline="true" width="0">
13534 <column alignment="center" valignment="top" leftline="true" width="0">
13535 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13536 <row topline="true">
13537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Standard
13541 a
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Standard
13550 d
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Standard
13559 g
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 </row>
13565 <row topline="true">
13566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Standard
13570 b
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Standard
13579 e
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Standard
13588 h
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 </row>
13594 <row topline="true" bottomline="true">
13595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Standard
13599 c
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Standard
13608 f
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Standard
13617 i
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 </row>
13623 </lyxtabular>
13624
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \end_inset
13631
13632
13633 \begin_inset ERT
13634 status collapsed
13635
13636 \begin_layout Standard
13637
13638 }
13639 \end_layout
13640
13641 \end_inset
13642
13643
13644 \end_layout
13645
13646 \begin_layout Standard
13647 As you can see, the content of the first and last table row is not correctly
13648  aligned with the text line where the table is in.
13649  To get this alignment, the minipage box must be set into a raisebox
13650 \begin_inset Foot
13651 status collapsed
13652
13653 \begin_layout Standard
13654 Raiseboxes are described in section\InsetSpace ~
13655
13656 \begin_inset LatexCommand ref
13657 reference "sub:Vertical-Alignment"
13658
13659 \end_inset
13660
13661 .
13662 \end_layout
13663
13664 \end_inset
13665
13666 .
13667  In the example above the second table in the first item is aligned using
13668  the ERT-command
13669 \end_layout
13670
13671 \begin_layout Standard
13672
13673 \series bold
13674
13675 \backslash
13676 raisebox{0.85
13677 \backslash
13678 baselineskip}{
13679 \end_layout
13680
13681 \begin_layout Standard
13682 before the box.
13683  Behind the box the closing brace 
13684 \series bold
13685 }
13686 \series default
13687  is inserted as ERT.
13688  For the second table in the last item the command
13689 \end_layout
13690
13691 \begin_layout Standard
13692
13693 \series bold
13694
13695 \backslash
13696 raisebox{-0.32
13697 \backslash
13698 baselineskip}{
13699 \end_layout
13700
13701 \begin_layout Standard
13702 is used.
13703 \end_layout
13704
13705 \begin_layout Standard
13706 \begin_inset Note Greyedout
13707 status open
13708
13709 \begin_layout Standard
13710
13711 \series bold
13712 Note:
13713 \series default
13714  The alignment of the table row content to the surrounding text line is
13715  not exact.
13716  The needed factor of the 
13717 \series bold
13718
13719 \backslash
13720 raisebox
13721 \series default
13722  command for this alignment depends on the document font, the font size,
13723  and the table line thickness.
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \begin_layout Section
13732 Colored Tables
13733 \begin_inset LatexCommand label
13734 name "sec:Colored-Tables"
13735
13736 \end_inset
13737
13738
13739 \begin_inset LatexCommand index
13740 name "Table ! Color"
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Subsection
13748 Colored Cells
13749 \begin_inset LatexCommand index
13750 name "Table Color ! for Cells"
13751
13752 \end_inset
13753
13754
13755 \begin_inset LatexCommand index
13756 name "Color ! for Table Cells"
13757
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \begin_layout Standard
13764 \begin_inset Float table
13765 placement h
13766 wide false
13767 sideways false
13768 status open
13769
13770 \begin_layout Standard
13771 \begin_inset Caption
13772
13773 \begin_layout Standard
13774 \begin_inset LatexCommand label
13775 name "tab:Table-colored-without"
13776
13777 \end_inset
13778
13779 Table colored without using the package 
13780 \series bold
13781 colortbl
13782 \series default
13783
13784 \begin_inset OptArg
13785 status collapsed
13786
13787 \begin_layout Standard
13788 Table without colortbl
13789 \end_layout
13790
13791 \end_inset
13792
13793
13794 \end_layout
13795
13796 \end_inset
13797
13798
13799 \end_layout
13800
13801 \begin_layout Standard
13802 \align center
13803 \begin_inset Tabular
13804 <lyxtabular version="3" rows="3" columns="3">
13805 <features>
13806 <column alignment="center" valignment="top" leftline="true" width="0">
13807 <column alignment="center" valignment="top" leftline="true" width="0">
13808 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13809 <row topline="true">
13810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Standard
13814
13815 \color green
13816 a
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Standard
13825
13826 \color red
13827 b
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Standard
13836
13837 \color red
13838 c
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 </row>
13844 <row topline="true">
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Standard
13849
13850 \color green
13851 d
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Standard
13860
13861 \color blue
13862 e
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Standard
13871
13872 \color blue
13873 f
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 </row>
13879 <row topline="true" bottomline="true">
13880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Standard
13884
13885 \color green
13886 g
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Standard
13895
13896 \color blue
13897 h
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Standard
13906
13907 \color blue
13908 i
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 </lyxtabular>
13915
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927 If you only need colored text, mark the cells and choose a color in the
13928  menu 
13929 \family sans
13930 Edit\SpecialChar \menuseparator
13931 Text\InsetSpace ~
13932 Style
13933 \family default
13934 .
13935  This was used to create Table\InsetSpace ~
13936
13937 \begin_inset LatexCommand ref
13938 reference "tab:Table-colored-without"
13939
13940 \end_inset
13941
13942 .
13943  In any other case you have to use the LaTeX-package 
13944 \series bold
13945 colortbl
13946 \series default
13947 .
13948 \begin_inset LatexCommand index
13949 name "LaTeX-packages ! colortbl"
13950
13951 \end_inset
13952
13953
13954 \end_layout
13955
13956 \begin_layout Standard
13957 \begin_inset ERT
13958 status collapsed
13959
13960 \begin_layout Standard
13961
13962
13963 \backslash
13964 ifcolortbl
13965 \end_layout
13966
13967 \end_inset
13968
13969
13970 \begin_inset Note Note
13971 status open
13972
13973 \begin_layout Standard
13974 The following section part will only be displayed when you have the LaTeX-packag
13975
13976 \series bold
13977 colortbl
13978 \series default
13979  is installed.
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \begin_layout Standard
13988 To create colored tables, 
13989 \series bold
13990 colortbl
13991 \series default
13992  must be loaded in the preamble with the line
13993 \end_layout
13994
13995 \begin_layout Standard
13996
13997 \series bold
13998
13999 \backslash
14000 usepackage{colortbl}
14001 \end_layout
14002
14003 \begin_layout Standard
14004 The color of a column is adjusted with the command
14005 \end_layout
14006
14007 \begin_layout Standard
14008
14009 \series bold
14010
14011 \backslash
14012 columncolor{name of color}
14013 \end_layout
14014
14015 \begin_layout Standard
14016 inside the command 
14017 \series bold
14018 >{ }
14019 \series default
14020 .
14021  More about the command 
14022 \series bold
14023 >{}
14024 \series default
14025  is described in section\InsetSpace ~
14026
14027 \begin_inset LatexCommand ref
14028 reference "sub:Multicolumn-Calculations"
14029
14030 \end_inset
14031
14032 .
14033 \end_layout
14034
14035 \begin_layout Standard
14036 The following color names are predefined:
14037 \end_layout
14038
14039 \begin_layout Standard
14040
14041 \family sans
14042 red
14043 \family default
14044
14045 \family sans
14046 green
14047 \family default
14048
14049 \family sans
14050 yellow
14051 \family default
14052
14053 \family sans
14054 blue
14055 \family default
14056
14057 \family sans
14058 cyan
14059 \family default
14060
14061 \family sans
14062 magenta
14063 \family default
14064
14065 \family sans
14066 black
14067 \family default
14068  and 
14069 \family sans
14070 white
14071 \end_layout
14072
14073 \begin_layout Standard
14074 \begin_inset VSpace medskip
14075 \end_inset
14076
14077
14078 \end_layout
14079
14080 \begin_layout Standard
14081 You can also define your own color with the command
14082 \end_layout
14083
14084 \begin_layout Standard
14085
14086 \series bold
14087
14088 \backslash
14089 def\SpecialChar \textcompwordmark{}
14090 inecolor{color name}{color model}{color values}
14091 \end_layout
14092
14093 \begin_layout Standard
14094 The color model can be
14095 \end_layout
14096
14097 \begin_layout Labeling
14098 \labelwidthstring 00.00.0000
14099 cmyk: cyan, magenta, yellow, black
14100 \end_layout
14101
14102 \begin_layout Labeling
14103 \labelwidthstring 00.00.0000
14104 rgb: red, green blue
14105 \end_layout
14106
14107 \begin_layout Labeling
14108 \labelwidthstring 00.00.0000
14109 gray gray
14110 \end_layout
14111
14112 \begin_layout Standard
14113 and the color values are comma separated numbers between 0 and 1 describing
14114  the factor for the corresponding color of the color model.
14115 \end_layout
14116
14117 \begin_layout Standard
14118 You can e.\InsetSpace \thinspace{}
14119 g.\InsetSpace ~
14120 define the color "
14121 \emph on
14122 darkgreen
14123 \emph default
14124 " in the preamble with
14125 \end_layout
14126
14127 \begin_layout Standard
14128
14129 \series bold
14130
14131 \backslash
14132 def\SpecialChar \textcompwordmark{}
14133 inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14134 \end_layout
14135
14136 \begin_layout Standard
14137 and the color "
14138 \emph on
14139 lightgray
14140 \emph default
14141 " with
14142 \end_layout
14143
14144 \begin_layout Standard
14145
14146 \series bold
14147
14148 \backslash
14149 def\SpecialChar \textcompwordmark{}
14150 inecolor{lightgray}{gray}{0.8}
14151 \end_layout
14152
14153 \begin_layout Standard
14154 \begin_inset VSpace medskip
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Standard
14161 Lines are colored with the command
14162 \end_layout
14163
14164 \begin_layout Standard
14165
14166 \series bold
14167
14168 \backslash
14169 rowcolor{name of color}
14170 \end_layout
14171
14172 \begin_layout Standard
14173 and cells are colored with the command
14174 \end_layout
14175
14176 \begin_layout Standard
14177
14178 \series bold
14179
14180 \backslash
14181 cellcolor{name of color}
14182 \end_layout
14183
14184 \begin_layout Standard
14185 Both commands are inserted at the beginning of a cell as ERT.
14186 \end_layout
14187
14188 \begin_layout Standard
14189 To color characters in the table, mark the cells and use the LyX menu 
14190 \family sans
14191 Edit\SpecialChar \menuseparator
14192 Text\InsetSpace ~
14193 Style
14194 \family default
14195 .
14196  If a cell contains ERT mark only the characters, otherwise the colored
14197  ERT will cause LaTeX-errors.
14198 \end_layout
14199
14200 \begin_layout Standard
14201 \begin_inset Note Greyedout
14202 status open
14203
14204 \begin_layout Standard
14205
14206 \series bold
14207 Note:
14208 \series default
14209  Not all DVI-viewers are able to display self-defined colors.
14210 \end_layout
14211
14212 \end_inset
14213
14214
14215 \end_layout
14216
14217 \begin_layout Standard
14218 \begin_inset VSpace bigskip
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \begin_layout Standard
14225 To create Table\InsetSpace ~
14226
14227 \begin_inset LatexCommand ref
14228 reference "tab:Table-colored-using"
14229
14230 \end_inset
14231
14232  do the following: The color of the first column should be 
14233 \emph on
14234 darkgreen
14235 \emph default
14236 .
14237  So insert
14238 \end_layout
14239
14240 \begin_layout Standard
14241
14242 \series bold
14243 >{
14244 \backslash
14245 columncolor{darkgreen}
14246 \backslash
14247 centering}c
14248 \end_layout
14249
14250 \begin_layout Standard
14251 as LaTeX-argument for this column.
14252  The first row should be blue, therefore the ERT command
14253 \end_layout
14254
14255 \begin_layout Standard
14256
14257 \series bold
14258
14259 \backslash
14260 rowcolow{cyan}
14261 \end_layout
14262
14263 \begin_layout Standard
14264 is inserted to the first cell of this row.
14265  Note that this overwrites the column color for the first cell.
14266  The last cell of the last row is colored magenta by inserting the ERT command
14267 \end_layout
14268
14269 \begin_layout Standard
14270
14271 \series bold
14272
14273 \backslash
14274 cellcolor{magenta}
14275 \end_layout
14276
14277 \begin_layout Standard
14278 The characters could now be colored using the menu 
14279 \family sans
14280 Edit\SpecialChar \menuseparator
14281 Text\InsetSpace ~
14282 Style
14283 \family default
14284 .
14285 \end_layout
14286
14287 \begin_layout Standard
14288 \begin_inset Float table
14289 placement h
14290 wide false
14291 sideways false
14292 status open
14293
14294 \begin_layout Standard
14295 \begin_inset Caption
14296
14297 \begin_layout Standard
14298 \begin_inset LatexCommand label
14299 name "tab:Table-colored-using"
14300
14301 \end_inset
14302
14303 Table colored using the package 
14304 \series bold
14305 colortbl
14306 \series default
14307
14308 \begin_inset OptArg
14309 status collapsed
14310
14311 \begin_layout Standard
14312 Table with colortbl
14313 \end_layout
14314
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \begin_layout Standard
14326 \align center
14327 \begin_inset Tabular
14328 <lyxtabular version="3" rows="3" columns="3">
14329 <features>
14330 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14331 <column alignment="center" valignment="top" width="0">
14332 <column alignment="center" valignment="top" width="0">
14333 <row>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Standard
14338 \begin_inset ERT
14339 status collapsed
14340
14341 \begin_layout Standard
14342
14343
14344 \backslash
14345 rowcolor{cyan}
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \color magenta
14352 a
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Standard
14361
14362 \color red
14363 b
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Standard
14372
14373 \color red
14374 c
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 </row>
14380 <row>
14381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Standard
14385
14386 \color yellow
14387 d
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Standard
14396
14397 \color blue
14398 e
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Standard
14407
14408 \color blue
14409 f
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 </row>
14415 <row>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Standard
14420
14421 \color yellow
14422 g
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Standard
14431
14432 \color blue
14433 h
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Standard
14442 \begin_inset ERT
14443 status collapsed
14444
14445 \begin_layout Standard
14446
14447
14448 \backslash
14449 cellcolor{magenta}
14450 \end_layout
14451
14452 \end_inset
14453
14454
14455 \color green
14456 i
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 </row>
14462 </lyxtabular>
14463
14464 \end_inset
14465
14466
14467 \end_layout
14468
14469 \end_inset
14470
14471
14472 \end_layout
14473
14474 \begin_layout Standard
14475 \begin_inset ERT
14476 status collapsed
14477
14478 \begin_layout Standard
14479
14480
14481 \backslash
14482 else
14483 \end_layout
14484
14485 \end_inset
14486
14487
14488 \begin_inset Note Note
14489 status open
14490
14491 \begin_layout Standard
14492 The following will be displayed when the LaTeX-package 
14493 \series bold
14494 colortbl
14495 \series default
14496  is not installed:
14497 \end_layout
14498
14499 \end_inset
14500
14501
14502 \end_layout
14503
14504 \begin_layout Standard
14505 You need to install the package 
14506 \series bold
14507 colortbl
14508 \series default
14509  to see the content of this section in the output.
14510 \end_layout
14511
14512 \begin_layout Standard
14513 \begin_inset ERT
14514 status collapsed
14515
14516 \begin_layout Standard
14517
14518
14519 \backslash
14520 fi
14521 \end_layout
14522
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \begin_layout Subsection
14529 Colored Lines
14530 \begin_inset LatexCommand index
14531 name "Table Color ! for Lines"
14532
14533 \end_inset
14534
14535
14536 \begin_inset LatexCommand index
14537 name "Color ! for Table Lines"
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \begin_layout Standard
14545 As described in section\InsetSpace ~
14546
14547 \begin_inset LatexCommand ref
14548 reference "sub:Line-Thickness"
14549
14550 \end_inset
14551
14552 , the line thickness for all lines in a table can be adjusted with the length
14553  
14554 \series bold
14555
14556 \backslash
14557 arrayrulewidth
14558 \series default
14559 .
14560  It is set to 1.5\InsetSpace \thinspace{}
14561 pt for all tables of this section.
14562 \begin_inset ERT
14563 status collapsed
14564
14565 \begin_layout Standard
14566
14567
14568 \backslash
14569 setlength{
14570 \backslash
14571 arrayrulewidth}{1.5pt}
14572 \end_layout
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \begin_layout Standard
14580 To color vertical lines for example with green, create the following column
14581  format in the document preamble, according to the description in section\InsetSpace ~
14582
14583 \begin_inset LatexCommand ref
14584 reference "sub:Customized-Format"
14585
14586 \end_inset
14587
14588 :
14589 \end_layout
14590
14591 \begin_layout Standard
14592
14593 \series bold
14594
14595 \backslash
14596 newcolumntype{W}{!{
14597 \backslash
14598 color{green}
14599 \backslash
14600 vline}}
14601 \end_layout
14602
14603 \begin_layout Standard
14604 For Table\InsetSpace ~
14605
14606 \begin_inset LatexCommand ref
14607 reference "tab:Table-with-vertical-colored"
14608
14609 \end_inset
14610
14611  the LaTeX-argument
14612 \series bold
14613  WcW
14614 \series default
14615  was used for the last column and
14616 \series bold
14617  Wc
14618 \series default
14619  for the other columns.
14620 \end_layout
14621
14622 \begin_layout Standard
14623 If you want to have several colors, define more column formats.
14624 \end_layout
14625
14626 \begin_layout Standard
14627 \begin_inset Float table
14628 wide false
14629 sideways false
14630 status open
14631
14632 \begin_layout Standard
14633 \begin_inset Caption
14634
14635 \begin_layout Standard
14636 \begin_inset LatexCommand label
14637 name "tab:Table-with-vertical-colored"
14638
14639 \end_inset
14640
14641 Table with colored vertical lines
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 \align center
14651 \begin_inset Tabular
14652 <lyxtabular version="3" rows="3" columns="3">
14653 <features>
14654 <column alignment="center" valignment="top" width="0" special="Wc">
14655 <column alignment="center" valignment="top" width="0" special="Wc">
14656 <column alignment="center" valignment="top" width="0" special="WcW">
14657 <row topline="true">
14658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14659 \begin_inset Text
14660
14661 \begin_layout Standard
14662 sd
14663 \end_layout
14664
14665 \end_inset
14666 </cell>
14667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14668 \begin_inset Text
14669
14670 \begin_layout Standard
14671
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Standard
14680
14681 \end_layout
14682
14683 \end_inset
14684 </cell>
14685 </row>
14686 <row topline="true">
14687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Standard
14691
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Standard
14700 sd
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Standard
14709
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row topline="true" bottomline="true">
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Standard
14720
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Standard
14729
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Standard
14738 sd
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 </row>
14744 </lyxtabular>
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \begin_layout Standard
14757 \begin_inset VSpace bigskip
14758 \end_inset
14759
14760 To color horizontal lines for example with red, like in Table\InsetSpace ~
14761
14762 \begin_inset LatexCommand ref
14763 reference "tab:Table-with-horizontal-colored"
14764
14765 \end_inset
14766
14767 , insert these commands in ERT before the table or table float:
14768 \end_layout
14769
14770 \begin_layout Standard
14771
14772 \series bold
14773
14774 \backslash
14775 let
14776 \backslash
14777 myHlineC
14778 \backslash
14779 hline
14780 \newline
14781
14782 \backslash
14783 renewcommand{
14784 \backslash
14785 hline}
14786 \newline
14787
14788 \begin_inset ERT
14789 status collapsed
14790
14791 \begin_layout Standard
14792
14793
14794 \backslash
14795 hphantom{ }
14796 \end_layout
14797
14798 \end_inset
14799
14800 {
14801 \backslash
14802 arrayrulecolor{red}
14803 \backslash
14804 myHlineC
14805 \backslash
14806 arrayrulecolor{black}}
14807 \end_layout
14808
14809 \begin_layout Standard
14810 \begin_inset ERT
14811 status collapsed
14812
14813 \begin_layout Standard
14814
14815
14816 \backslash
14817 let
14818 \backslash
14819 myHlineC
14820 \backslash
14821 hline
14822 \end_layout
14823
14824 \begin_layout Standard
14825
14826
14827 \backslash
14828 renewcommand{
14829 \backslash
14830 hline}
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835  {
14836 \backslash
14837 arrayrulecolor{red}
14838 \backslash
14839 myHlineC
14840 \backslash
14841 arrayrulecolor{black}}
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \begin_inset Float table
14848 wide false
14849 sideways false
14850 status open
14851
14852 \begin_layout Standard
14853 \begin_inset Caption
14854
14855 \begin_layout Standard
14856 \begin_inset LatexCommand label
14857 name "tab:Table-with-horizontal-colored"
14858
14859 \end_inset
14860
14861 Table with colored horizontal lines
14862 \end_layout
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \align center
14871 \begin_inset Tabular
14872 <lyxtabular version="3" rows="3" columns="3">
14873 <features>
14874 <column alignment="center" valignment="top" leftline="true" width="0">
14875 <column alignment="center" valignment="top" leftline="true" width="0">
14876 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14877 <row topline="true">
14878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Standard
14882 sd
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Standard
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Standard
14900
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 </row>
14906 <row topline="true">
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Standard
14911
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Standard
14920 sd
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Standard
14929
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 </row>
14935 <row topline="true" bottomline="true">
14936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Standard
14940
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Standard
14949
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Standard
14958 sd
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 </row>
14964 </lyxtabular>
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \begin_layout Standard
14977 \begin_inset ERT
14978 status collapsed
14979
14980 \begin_layout Standard
14981
14982
14983 \backslash
14984 pagebreak 
14985 \end_layout
14986
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \begin_layout Standard
14993 To return to the default line color black, insert this command in ERT behind
14994  the table or table float:
14995 \end_layout
14996
14997 \begin_layout Standard
14998
14999 \series bold
15000
15001 \backslash
15002 renewcommand{
15003 \backslash
15004 hline}{
15005 \backslash
15006 myHlineC}
15007 \end_layout
15008
15009 \begin_layout Standard
15010 Table\InsetSpace ~
15011
15012 \begin_inset LatexCommand ref
15013 reference "tab:Table-with-colored"
15014
15015 \end_inset
15016
15017  is an example with colored vertical and horizontal lines.
15018 \end_layout
15019
15020 \begin_layout Standard
15021 \begin_inset Float table
15022 placement h
15023 wide false
15024 sideways false
15025 status open
15026
15027 \begin_layout Standard
15028 \begin_inset Caption
15029
15030 \begin_layout Standard
15031 \begin_inset LatexCommand label
15032 name "tab:Table-with-colored"
15033
15034 \end_inset
15035
15036 Table with colored lines
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \begin_layout Standard
15045 \align center
15046 \begin_inset Tabular
15047 <lyxtabular version="3" rows="3" columns="3">
15048 <features>
15049 <column alignment="center" valignment="top" width="0" special="Wc">
15050 <column alignment="center" valignment="top" width="0" special="Wc">
15051 <column alignment="center" valignment="top" width="0" special="WcW">
15052 <row topline="true">
15053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Standard
15057 sd
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Standard
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Standard
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row topline="true">
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Standard
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Standard
15095 sd
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Standard
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 </row>
15110 <row topline="true" bottomline="true" topspace="default">
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Standard
15115
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Standard
15124
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Standard
15133 sd
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 </lyxtabular>
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \begin_layout Standard
15152 \begin_inset ERT
15153 status collapsed
15154
15155 \begin_layout Standard
15156
15157
15158 \backslash
15159 renewcommand{
15160 \backslash
15161 hline}{
15162 \backslash
15163 myHlineC}
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \begin_layout Standard
15172 \begin_inset ERT
15173 status collapsed
15174
15175 \begin_layout Standard
15176
15177
15178 \backslash
15179 setlength{
15180 \backslash
15181 arrayrulewidth}{0.4pt}
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \begin_layout Section
15190 Table Customization
15191 \begin_inset LatexCommand index
15192 name "Table Customization"
15193
15194 \end_inset
15195
15196
15197 \begin_inset LatexCommand index
15198 name "Table ! Customization"
15199
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \begin_layout Subsection
15206 Row Spacing
15207 \begin_inset LatexCommand label
15208 name "sub:Row-Spacing"
15209
15210 \end_inset
15211
15212
15213 \begin_inset LatexCommand index
15214 name "Table Customization ! Row Spacing"
15215
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \begin_layout Standard
15222 You can add vertical space to table rows in the 
15223 \family sans
15224 Borders
15225 \family default
15226  tab of the table dialog.
15227  You find there three possibilities:
15228 \end_layout
15229
15230 \begin_layout Description
15231 Top\InsetSpace ~
15232 of\InsetSpace ~
15233 row will add space above the characters of the table row.
15234  If the table is a formal table
15235 \begin_inset Foot
15236 status collapsed
15237
15238 \begin_layout Standard
15239 Formal tables are explained in section\InsetSpace ~
15240
15241 \begin_inset LatexCommand ref
15242 reference "sec:Formal-Tables"
15243
15244 \end_inset
15245
15246 .
15247 \end_layout
15248
15249 \end_inset
15250
15251  LyX will insert as default 0.5\InsetSpace \thinspace{}
15252 em space.
15253  For normal tables the inserted space will unfortunately destroy the vertical
15254  table lines as in the following table:
15255 \begin_inset VSpace medskip
15256 \end_inset
15257
15258
15259 \newline
15260
15261 \begin_inset ERT
15262 status collapsed
15263
15264 \begin_layout Standard
15265
15266
15267 \backslash
15268 hspace*{0pt}
15269 \end_layout
15270
15271 \end_inset
15272
15273
15274 \hfill
15275
15276 \begin_inset Tabular
15277 <lyxtabular version="3" rows="3" columns="1">
15278 <features>
15279 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15280 <row topline="true">
15281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Standard
15285 A
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row topline="true" topspace="3mm">
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Standard
15296 3\InsetSpace \thinspace{}
15297 mm space top of row
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 </row>
15303 <row topline="true" bottomline="true">
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Standard
15308 C
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 </lyxtabular>
15315
15316 \end_inset
15317
15318
15319 \hfill
15320
15321 \begin_inset ERT
15322 status collapsed
15323
15324 \begin_layout Standard
15325
15326
15327 \backslash
15328 hspace*{0pt}
15329 \end_layout
15330
15331 \end_inset
15332
15333
15334 \begin_inset VSpace medskip
15335 \end_inset
15336
15337
15338 \newline
15339 So inserting space to the top of row for normal tables is only useful when
15340  you don't have vertical lines.
15341 \end_layout
15342
15343 \begin_layout Description
15344 Bottom\InsetSpace ~
15345 of\InsetSpace ~
15346 row will add space below the characters of the table row.
15347  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
15348 em space, for
15349  normal tables the default size is 2\InsetSpace \thinspace{}
15350 pt.
15351 \end_layout
15352
15353 \begin_layout Description
15354 Between\InsetSpace ~
15355 rows adds space between the current and the following row.
15356  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
15357 em space.
15358  For normal tables the inserted space will unfortunately destroy the vertical
15359  table lines as in the following table:
15360 \begin_inset VSpace medskip
15361 \end_inset
15362
15363
15364 \newline
15365
15366 \begin_inset ERT
15367 status collapsed
15368
15369 \begin_layout Standard
15370
15371
15372 \backslash
15373 hspace*{0pt}
15374 \end_layout
15375
15376 \end_inset
15377
15378
15379 \hfill
15380
15381 \begin_inset Tabular
15382 <lyxtabular version="3" rows="3" columns="1">
15383 <features>
15384 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15385 <row topline="true">
15386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Standard
15390 A
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 </row>
15396 <row topline="true" interlinespace="3mm">
15397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Standard
15401 \begin_inset Formula $\downarrow$
15402 \end_inset
15403
15404  3\InsetSpace \thinspace{}
15405 mm space between row 
15406 \begin_inset Formula $\downarrow$
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 <row topline="true" bottomline="true">
15416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Standard
15420 \begin_inset Formula $\uparrow$
15421 \end_inset
15422
15423  3\InsetSpace \thinspace{}
15424 mm space between row 
15425 \begin_inset Formula $\uparrow$
15426 \end_inset
15427
15428
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 </row>
15434 </lyxtabular>
15435
15436 \end_inset
15437
15438
15439 \hfill
15440
15441 \begin_inset ERT
15442 status collapsed
15443
15444 \begin_layout Standard
15445
15446
15447 \backslash
15448 hspace*{0pt}
15449 \end_layout
15450
15451 \end_inset
15452
15453
15454 \begin_inset VSpace medskip
15455 \end_inset
15456
15457
15458 \newline
15459 So inserting space between rows for normal tables is only useful when you
15460  don't have vertical lines.
15461 \end_layout
15462
15463 \begin_layout Standard
15464 \begin_inset VSpace bigskip
15465 \end_inset
15466
15467 When you want to add extra height to all cells of all tables, you can do
15468  this with the following preamble lines:
15469 \end_layout
15470
15471 \begin_layout Standard
15472
15473 \series bold
15474
15475 \backslash
15476 @ifundef\SpecialChar \textcompwordmark{}
15477 ined{extrarowheight}
15478 \newline
15479
15480 \begin_inset ERT
15481 status collapsed
15482
15483 \begin_layout Standard
15484
15485
15486 \backslash
15487 hphantom{ }
15488 \end_layout
15489
15490 \end_inset
15491
15492 {
15493 \backslash
15494 usepackage{array}}{}
15495 \newline
15496
15497 \backslash
15498 setlength{
15499 \backslash
15500 extrarowheight}{height}
15501 \end_layout
15502
15503 \begin_layout Standard
15504 But this has the disadvantage that the cell texts are no longer exactly
15505  vertically centered.
15506  (The package 
15507 \series bold
15508 array
15509 \series default
15510  will be loaded automatically by LyX when you use self defined table formats.
15511  To avoid that it is loaded twice the command 
15512 \series bold
15513
15514 \backslash
15515 @ifundef\SpecialChar \textcompwordmark{}
15516 ined
15517 \series default
15518  is used in the above command.)
15519 \end_layout
15520
15521 \begin_layout Subsection
15522 Special Cell Alignment
15523 \begin_inset LatexCommand index
15524 name "Table Customization ! Special Cell Alignment"
15525
15526 \end_inset
15527
15528
15529 \end_layout
15530
15531 \begin_layout Standard
15532 Sometimes it looks better when the cell entries of a column are aligned
15533  with a special character, e.\InsetSpace \thinspace{}
15534 g.\InsetSpace ~
15535 with the decimal separator as in Table\InsetSpace ~
15536
15537 \begin_inset LatexCommand ref
15538 reference "tab:Table-cells-of"
15539
15540 \end_inset
15541
15542 .
15543 \end_layout
15544
15545 \begin_layout Standard
15546 \begin_inset Float table
15547 placement h
15548 wide false
15549 sideways false
15550 status open
15551
15552 \begin_layout Standard
15553 \begin_inset Caption
15554
15555 \begin_layout Standard
15556 \begin_inset LatexCommand label
15557 name "tab:Table-cells-of"
15558
15559 \end_inset
15560
15561 Table cells of a column aligned with the decimal separator.
15562 \end_layout
15563
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \begin_layout Standard
15570 \align center
15571 \begin_inset Tabular
15572 <lyxtabular version="3" rows="4" columns="2">
15573 <features>
15574 <column alignment="right" valignment="top" width="0">
15575 <column alignment="left" valignment="top" width="0" special="@{}l">
15576 <row bottomline="true">
15577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Standard
15581 heading
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Standard
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 <row>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Standard
15601 12.
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Standard
15610 6
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 </row>
15616 <row>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Standard
15621 0.
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Standard
15630 68
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Standard
15641 -123.
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Standard
15650 0
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 </row>
15656 </lyxtabular>
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \end_inset
15664
15665
15666 \end_layout
15667
15668 \begin_layout Standard
15669 This table was created with a 4×2 table.
15670  The heading is a centered multicolumn.
15671  The first column is right-aligned and contains the digits before the decimal
15672  point and the decimal point.
15673  The second column is left aligned and contains the digits after the decimal
15674  point.
15675  To omit the space that is normally between two table columns, use the following
15676  LaTeX-argument for the second column:
15677 \end_layout
15678
15679 \begin_layout Standard
15680
15681 \series bold
15682 @{}l
15683 \end_layout
15684
15685 \begin_layout Standard
15686 Table\InsetSpace ~
15687
15688 \begin_inset LatexCommand ref
15689 reference "tab:Several-table-cell"
15690
15691 \end_inset
15692
15693  shows some example alignments.
15694  For the alignment with the relation sign, you must add the second smallest
15695  math-space at the beginning of the last column to get the correct space
15696  surrounding the relation sign.
15697 \end_layout
15698
15699 \begin_layout Standard
15700 \begin_inset Float table
15701 wide false
15702 sideways false
15703 status open
15704
15705 \begin_layout Standard
15706 \begin_inset Caption
15707
15708 \begin_layout Standard
15709 \begin_inset LatexCommand label
15710 name "tab:Several-table-cell"
15711
15712 \end_inset
15713
15714 Several table cell alignments.
15715 \end_layout
15716
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \align center
15724 \begin_inset Tabular
15725 <lyxtabular version="3" rows="4" columns="6">
15726 <features>
15727 <column alignment="right" valignment="top" width="0">
15728 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15729 <column alignment="right" valignment="top" width="0">
15730 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15731 <column alignment="right" valignment="top" width="0">
15732 <column alignment="left" valignment="top" width="0" special="@{}l">
15733 <row bottomline="true">
15734 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Standard
15738 units
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Standard
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Standard
15756 exponents
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Standard
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Standard
15774 relations
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Standard
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 </row>
15789 <row>
15790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Standard
15794 12×
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Standard
15803 24\InsetSpace \thinspace{}
15804 bottles
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Standard
15813 \begin_inset Formula $10\cdot$
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Standard
15825 \begin_inset Formula $10^{\mbox{-}17}$
15826 \end_inset
15827
15828
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Standard
15837 \begin_inset Formula $\Gamma(t)\propto$
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Standard
15849 \begin_inset Formula $\:\Upsilon(t)$
15850 \end_inset
15851
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 </row>
15858 <row>
15859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Standard
15863 1024×
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Standard
15872 768\InsetSpace \thinspace{}
15873 Pixels
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Standard
15882 \begin_inset Formula $5.78\cdot$
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Standard
15894 \begin_inset Formula $10^{7}$
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Standard
15906 \begin_inset Formula $A\ne$
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Standard
15918 \begin_inset Formula $\: B_{\mathrm{red}}$
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row>
15928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Standard
15932 32×
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Standard
15941 6\InsetSpace \thinspace{}
15942 cm
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Standard
15951 -
15952 \begin_inset Formula $33.5\cdot$
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Standard
15964 \begin_inset Formula $10^{4}$
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Standard
15976 \begin_inset Formula $\sin(\alpha)\ge$
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Standard
15988 \begin_inset Formula $\:\sin(\beta)$
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 </row>
15997 </lyxtabular>
15998
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \end_inset
16005
16006
16007 \end_layout
16008
16009 \begin_layout Standard
16010 \begin_inset VSpace bigskip
16011 \end_inset
16012
16013 There is also the LaTeX-package 
16014 \series bold
16015 dcolumn
16016 \series default
16017
16018 \begin_inset LatexCommand index
16019 name "LaTeX-packages ! dcolumn"
16020
16021 \end_inset
16022
16023  that provides table cell alignments.
16024  But this unfortunately treats the cell entries as math and doesn't allow
16025  formulas in table cells: The first column of Table\InsetSpace ~
16026
16027 \begin_inset LatexCommand ref
16028 reference "tab:Several-table-cell"
16029
16030 \end_inset
16031
16032  will look with 
16033 \series bold
16034 dcolumn
16035 \series default
16036  like the first column in Table\InsetSpace ~
16037
16038 \begin_inset LatexCommand ref
16039 reference "tab:Alignments-when"
16040
16041 \end_inset
16042
16043  and only with some tricks like the expected.
16044  The alignment of the second and third column of Table\InsetSpace ~
16045
16046 \begin_inset LatexCommand ref
16047 reference "tab:Several-table-cell"
16048
16049 \end_inset
16050
16051  is not possible with 
16052 \series bold
16053 dcolumn
16054 \series default
16055 .
16056 \end_layout
16057
16058 \begin_layout Standard
16059 \begin_inset Float table
16060 placement h
16061 wide false
16062 sideways false
16063 status open
16064
16065 \begin_layout Standard
16066 \begin_inset Caption
16067
16068 \begin_layout Standard
16069 \begin_inset LatexCommand label
16070 name "tab:Alignments-when"
16071
16072 \end_inset
16073
16074 Alignments when LaTeX-package dcolumn is used.
16075  For all column alignments tricks have to be used to get the output.
16076 \end_layout
16077
16078 \end_inset
16079
16080
16081 \end_layout
16082
16083 \begin_layout Standard
16084 \align center
16085 \begin_inset Tabular
16086 <lyxtabular version="3" rows="4" columns="3">
16087 <features>
16088 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}">
16089 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}">
16090 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16091 <row bottomline="true">
16092 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Standard
16096 units
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Standard
16105 units
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Standard
16114 units
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 </row>
16120 <row>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Standard
16125 12x24\InsetSpace \thinspace{}
16126 bottles
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Standard
16135 12x24\InsetSpace \thinspace{}
16136
16137 \begin_inset Formula $\mbox{bottles}$
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Standard
16149 12
16150 \begin_inset ERT
16151 status collapsed
16152
16153 \begin_layout Standard
16154
16155
16156 \backslash
16157 times 
16158 \end_layout
16159
16160 \end_inset
16161
16162 24~
16163 \begin_inset Formula $\mbox{bottles}$
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Standard
16177 1024x768\InsetSpace \thinspace{}
16178 Pixels
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Standard
16187 1024x768\InsetSpace \thinspace{}
16188
16189 \begin_inset Formula $\mbox{Pixels}$
16190 \end_inset
16191
16192
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Standard
16201 1024
16202 \begin_inset ERT
16203 status collapsed
16204
16205 \begin_layout Standard
16206
16207
16208 \backslash
16209 times 
16210 \end_layout
16211
16212 \end_inset
16213
16214 768~
16215 \begin_inset Formula $\mbox{Pixels}$
16216 \end_inset
16217
16218
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 </row>
16224 <row>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Standard
16229 32x6\InsetSpace \thinspace{}
16230 cm
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Standard
16239 32x6\InsetSpace \thinspace{}
16240
16241 \begin_inset Formula $\mbox{cm}$
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Standard
16253 32
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Standard
16258
16259
16260 \backslash
16261 times 
16262 \end_layout
16263
16264 \end_inset
16265
16266 6~
16267 \begin_inset Formula $\mbox{cm}$
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 </row>
16276 </lyxtabular>
16277
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \begin_layout Subsection
16289 Customized Cell/Column Format
16290 \begin_inset LatexCommand label
16291 name "sub:Customized-Format"
16292
16293 \end_inset
16294
16295
16296 \begin_inset LatexCommand index
16297 name "Table Customization ! Cell/Column Format"
16298
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \begin_layout Standard
16305 Calculating the needed width for spanned columns like in section\InsetSpace ~
16306
16307 \begin_inset LatexCommand ref
16308 reference "sub:Multicolumn-Calculations"
16309
16310 \end_inset
16311
16312  is very annoying if you have several tables with multicolumn cells.
16313  To make life easier, you can define a cell/column format in the preamble,
16314  so that it can be used in all tables of the document.
16315  The format is defined with the command
16316 \end_layout
16317
16318 \begin_layout Standard
16319
16320 \series bold
16321
16322 \backslash
16323 newcolumntype{name of format}[number of arguments]{commands}
16324 \end_layout
16325
16326 \begin_layout Standard
16327 The format name may only consist of one letter.
16328  The letters 
16329 \emph on
16330 b
16331 \emph default
16332
16333 \emph on
16334 c
16335 \emph default
16336
16337 \emph on
16338 l
16339 \emph default
16340
16341 \emph on
16342 m
16343 \emph default
16344
16345 \emph on
16346 p
16347 \emph default
16348  and 
16349 \emph on
16350 r
16351 \emph default
16352  are predefined and cannot be used.
16353  But all letters are allowed as capitals.
16354 \end_layout
16355
16356 \begin_layout Standard
16357 \begin_inset VSpace medskip
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \begin_layout Standard
16364 For vertically and horizontally centered multicolumn cells with a fixed
16365  width you can define the cell format
16366 \end_layout
16367
16368 \begin_layout Standard
16369
16370 \series bold
16371
16372 \backslash
16373 newcolumntype{M}[1]{>{
16374 \backslash
16375 centering
16376 \backslash
16377 hspace{0pt}}m{#1}}
16378 \end_layout
16379
16380 \begin_layout Standard
16381 where 
16382 \series bold
16383
16384 \backslash
16385 hspace{0pt}
16386 \series default
16387  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
16388
16389 \begin_inset LatexCommand ref
16390 reference "sub:Multiple-Lines-in"
16391
16392 \end_inset
16393
16394 .
16395  Now you can simply enter
16396 \end_layout
16397
16398 \begin_layout Standard
16399
16400 \series bold
16401 M{width}
16402 \end_layout
16403
16404 \begin_layout Standard
16405 as LaTeX-argument in the table dialog to create a multicolumn.
16406 \end_layout
16407
16408 \begin_layout Standard
16409 \begin_inset VSpace bigskip
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \begin_layout Standard
16416 For cells spanned by a multicolumn cell, you can define the format
16417 \end_layout
16418
16419 \begin_layout Standard
16420
16421 \series bold
16422
16423 \backslash
16424 newcolumntype{S}[2]{>{
16425 \backslash
16426 centering
16427 \backslash
16428 hspace{0pt}}
16429 \newline
16430
16431 \begin_inset ERT
16432 status collapsed
16433
16434 \begin_layout Standard
16435
16436
16437 \backslash
16438 phantom{
16439 \end_layout
16440
16441 \end_inset
16442
16443
16444 \backslash
16445 newcolumntype{S}[2]
16446 \begin_inset ERT
16447 status collapsed
16448
16449 \begin_layout Standard
16450
16451 }
16452 \end_layout
16453
16454 \end_inset
16455
16456 m{(#1+(2
16457 \backslash
16458 tabcolsep+
16459 \backslash
16460 arrayrulewidth)*(1-#2))/#2}}
16461 \end_layout
16462
16463 \begin_layout Standard
16464 This format uses equation 
16465 \begin_inset LatexCommand eqref
16466 reference "eq:Wgn"
16467
16468 \end_inset
16469
16470  to calculate the needed width so that each spanned cell has the same width.
16471 \end_layout
16472
16473 \begin_layout Standard
16474 You can now enter
16475 \end_layout
16476
16477 \begin_layout Standard
16478
16479 \series bold
16480 S{width of multicolumn cell}{number of spanned columns}
16481 \end_layout
16482
16483 \begin_layout Standard
16484 as LaTeX-argument of the column.
16485 \end_layout
16486
16487 \begin_layout Standard
16488 \begin_inset VSpace bigskip
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \begin_layout Standard
16495 For colored columns, you can define
16496 \end_layout
16497
16498 \begin_layout Standard
16499
16500 \series bold
16501
16502 \backslash
16503 newcolumntype{K}[1]{>{
16504 \backslash
16505 columncolor{#1}
16506 \backslash
16507 hspace{0pt}}c}
16508 \end_layout
16509
16510 \begin_layout Standard
16511 The 
16512 \begin_inset Quotes eld
16513 \end_inset
16514
16515 c
16516 \begin_inset Quotes erd
16517 \end_inset
16518
16519  at the end creates a column with a flexible width whose text is horizontally
16520  centered.
16521  You can now enter
16522 \end_layout
16523
16524 \begin_layout Standard
16525
16526 \series bold
16527 K{color name}
16528 \end_layout
16529
16530 \begin_layout Standard
16531 as LaTeX-argument.
16532 \end_layout
16533
16534 \begin_layout Standard
16535 \begin_inset VSpace bigskip
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \begin_layout Standard
16542 To create Table\InsetSpace ~
16543
16544 \begin_inset LatexCommand ref
16545 reference "tab:Table-using-user-defined"
16546
16547 \end_inset
16548
16549  use the LaTeX-arguments
16550 \end_layout
16551
16552 \begin_layout Standard
16553
16554 \series bold
16555 M{2.5cm}
16556 \end_layout
16557
16558 \begin_layout Standard
16559 for the first column and the multicolumn,
16560 \end_layout
16561
16562 \begin_layout Standard
16563
16564 \series bold
16565 K{red}
16566 \end_layout
16567
16568 \begin_layout Standard
16569 for the the last column, and
16570 \end_layout
16571
16572 \begin_layout Standard
16573
16574 \series bold
16575 S{2.5cm}{2}
16576 \end_layout
16577
16578 \begin_layout Standard
16579 for the cells in the second column.
16580 \end_layout
16581
16582 \begin_layout Standard
16583 \begin_inset Float table
16584 placement h
16585 wide false
16586 sideways false
16587 status open
16588
16589 \begin_layout Standard
16590 \begin_inset Caption
16591
16592 \begin_layout Standard
16593 \begin_inset LatexCommand label
16594 name "tab:Table-using-user-defined"
16595
16596 \end_inset
16597
16598 Table using user-defined table formats
16599 \end_layout
16600
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \begin_layout Standard
16607 \align center
16608 \begin_inset Tabular
16609 <lyxtabular version="3" rows="3" columns="4">
16610 <features>
16611 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
16612 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
16613 <column alignment="center" valignment="middle" leftline="true" width="0">
16614 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
16615 <row topline="true">
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Standard
16620 verylongtablecellword
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
16626 \begin_inset Text
16627
16628 \begin_layout Standard
16629 multiple lines multicolumn
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Standard
16638
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Standard
16647 c
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row topline="true">
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Standard
16658 d
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Standard
16667 e
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Standard
16676 f
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Standard
16685 g
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 </row>
16691 <row topline="true" bottomline="true">
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Standard
16696 h
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Standard
16705 i
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Standard
16714 j
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Standard
16723 k
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 </lyxtabular>
16730
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \begin_layout Subsection
16742 Line Thickness
16743 \begin_inset LatexCommand label
16744 name "sub:Line-Thickness"
16745
16746 \end_inset
16747
16748
16749 \begin_inset LatexCommand index
16750 name "Table Customization ! Line Thickness"
16751
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \begin_layout Standard
16758 The line thickness for all lines in a table can be adjusted with the length
16759  
16760 \series bold
16761
16762 \backslash
16763 arrayrulewidth
16764 \series default
16765 .
16766  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
16767 pt, like in Table\InsetSpace ~
16768
16769 \begin_inset LatexCommand ref
16770 reference "tab:Table-with-1.5"
16771
16772 \end_inset
16773
16774 , insert the command
16775 \end_layout
16776
16777 \begin_layout Standard
16778
16779 \series bold
16780
16781 \backslash
16782 setlength{
16783 \backslash
16784 arrayrulewidth}{1.5pt}
16785 \end_layout
16786
16787 \begin_layout Standard
16788 in ERT before the table or table float.
16789  The changed thickness is valid for all following tables.
16790  To use the default value again, set 
16791 \series bold
16792
16793 \backslash
16794 arrayrulewidth
16795 \series default
16796  to 0.4\InsetSpace \thinspace{}
16797 pt in ERT behind the table or table float.
16798 \end_layout
16799
16800 \begin_layout Standard
16801 \begin_inset ERT
16802 status collapsed
16803
16804 \begin_layout Standard
16805
16806
16807 \backslash
16808 setlength{
16809 \backslash
16810 arrayrulewidth}{1.5pt}
16811 \end_layout
16812
16813 \end_inset
16814
16815
16816 \begin_inset Float table
16817 wide false
16818 sideways false
16819 status open
16820
16821 \begin_layout Standard
16822 \begin_inset Caption
16823
16824 \begin_layout Standard
16825 \begin_inset LatexCommand label
16826 name "tab:Table-with-1.5"
16827
16828 \end_inset
16829
16830 Table with 1.5\InsetSpace \thinspace{}
16831 pt thick lines
16832 \end_layout
16833
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \begin_layout Standard
16840 \align center
16841 \begin_inset Tabular
16842 <lyxtabular version="3" rows="3" columns="3">
16843 <features>
16844 <column alignment="center" valignment="top" leftline="true" width="0">
16845 <column alignment="center" valignment="top" leftline="true" width="0">
16846 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16847 <row topline="true">
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Standard
16852 sd
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Standard
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Standard
16870
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row topline="true">
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Standard
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Standard
16890 sd
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Standard
16899
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 </row>
16905 <row topline="true" bottomline="true">
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Standard
16910
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Standard
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Standard
16928 sd
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 </lyxtabular>
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \begin_inset ERT
16945 status collapsed
16946
16947 \begin_layout Standard
16948
16949
16950 \backslash
16951 setlength{
16952 \backslash
16953 arrayrulewidth}{0.4pt}
16954 \end_layout
16955
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \begin_layout Standard
16962 \begin_inset VSpace bigskip
16963 \end_inset
16964
16965 To set the line thickness to 1.5\InsetSpace \thinspace{}
16966 pt only for horizontal lines, like in Table\InsetSpace ~
16967
16968 \begin_inset LatexCommand ref
16969 reference "tab:Table-with-horizontal"
16970
16971 \end_inset
16972
16973 , insert these commands in ERT before the table or table float:
16974 \end_layout
16975
16976 \begin_layout Standard
16977
16978 \series bold
16979
16980 \backslash
16981 let
16982 \backslash
16983 myHline
16984 \backslash
16985 hline
16986 \newline
16987
16988 \backslash
16989 renewcommand{
16990 \backslash
16991 hline}
16992 \newline
16993  {
16994 \backslash
16995 noalign{
16996 \backslash
16997 global
16998 \backslash
16999 arrayrulewidth 1.5pt}
17000 \newline
17001  
17002 \backslash
17003 myHline
17004 \backslash
17005 noalign{
17006 \backslash
17007 global
17008 \backslash
17009 arrayrulewidth 0.4pt}}
17010 \end_layout
17011
17012 \begin_layout Standard
17013 To return to the default line thickness, insert this command in ERT behind
17014  the table or table float:
17015 \end_layout
17016
17017 \begin_layout Standard
17018
17019 \series bold
17020
17021 \backslash
17022 renewcommand{
17023 \backslash
17024 hline}{
17025 \backslash
17026 myHline}
17027 \end_layout
17028
17029 \begin_layout Standard
17030 \begin_inset ERT
17031 status collapsed
17032
17033 \begin_layout Standard
17034
17035
17036 \backslash
17037 let
17038 \backslash
17039 myHline
17040 \backslash
17041 hline
17042 \end_layout
17043
17044 \begin_layout Standard
17045
17046
17047 \backslash
17048 renewcommand{
17049 \backslash
17050 hline}
17051 \end_layout
17052
17053 \begin_layout Standard
17054
17055  {
17056 \backslash
17057 noalign{
17058 \backslash
17059 global
17060 \backslash
17061 arrayrulewidth 1.5pt}
17062 \end_layout
17063
17064 \begin_layout Standard
17065
17066   
17067 \backslash
17068 myHline
17069 \backslash
17070 noalign{
17071 \backslash
17072 global
17073 \backslash
17074 arrayrulewidth 0.4pt}}
17075 \end_layout
17076
17077 \end_inset
17078
17079
17080 \begin_inset Float table
17081 wide false
17082 sideways false
17083 status open
17084
17085 \begin_layout Standard
17086 \begin_inset Caption
17087
17088 \begin_layout Standard
17089 \begin_inset LatexCommand label
17090 name "tab:Table-with-horizontal"
17091
17092 \end_inset
17093
17094 Table with 1.5\InsetSpace \thinspace{}
17095 pt thick horizontal lines
17096 \end_layout
17097
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \begin_layout Standard
17104 \align center
17105 \begin_inset Tabular
17106 <lyxtabular version="3" rows="3" columns="3">
17107 <features>
17108 <column alignment="center" valignment="top" leftline="true" width="0">
17109 <column alignment="center" valignment="top" leftline="true" width="0">
17110 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17111 <row topline="true">
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Standard
17116 sd
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Standard
17125
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Standard
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row topline="true">
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Standard
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Standard
17154 sd
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Standard
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 <row topline="true" bottomline="true">
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Standard
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Standard
17183
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Standard
17192 sd
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 </lyxtabular>
17199
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206
17207
17208 \begin_inset ERT
17209 status collapsed
17210
17211 \begin_layout Standard
17212
17213
17214 \backslash
17215 renewcommand{
17216 \backslash
17217 hline}{
17218 \backslash
17219 myHline}
17220 \end_layout
17221
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \begin_layout Standard
17228 \begin_inset VSpace bigskip
17229 \end_inset
17230
17231 To set the line thickness to 1.5\InsetSpace \thinspace{}
17232 pt only for vertical lines, create the following
17233  column format in the document preamble, according to the description in
17234  section\InsetSpace ~
17235
17236 \begin_inset LatexCommand ref
17237 reference "sub:Customized-Format"
17238
17239 \end_inset
17240
17241 :
17242 \end_layout
17243
17244 \begin_layout Standard
17245
17246 \series bold
17247
17248 \backslash
17249 newcolumntype{V}{!{
17250 \backslash
17251 vrule width 1.5pt}}
17252 \end_layout
17253
17254 \begin_layout Standard
17255 For Table\InsetSpace ~
17256
17257 \begin_inset LatexCommand ref
17258 reference "tab:Table-with-vertical"
17259
17260 \end_inset
17261
17262  the LaTeX-argument
17263 \end_layout
17264
17265 \begin_layout Standard
17266
17267 \series bold
17268 VcV
17269 \end_layout
17270
17271 \begin_layout Standard
17272 was used for the last column and
17273 \end_layout
17274
17275 \begin_layout Standard
17276
17277 \series bold
17278 Vc
17279 \end_layout
17280
17281 \begin_layout Standard
17282 for the other columns.
17283 \end_layout
17284
17285 \begin_layout Standard
17286 \begin_inset Float table
17287 wide false
17288 sideways false
17289 status open
17290
17291 \begin_layout Standard
17292 \begin_inset Caption
17293
17294 \begin_layout Standard
17295 \begin_inset LatexCommand label
17296 name "tab:Table-with-vertical"
17297
17298 \end_inset
17299
17300 Table with 1.5\InsetSpace \thinspace{}
17301 pt thick vertical lines
17302 \end_layout
17303
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \begin_layout Standard
17310 \align center
17311 \begin_inset Tabular
17312 <lyxtabular version="3" rows="3" columns="3">
17313 <features>
17314 <column alignment="center" valignment="top" width="0" special="Vc">
17315 <column alignment="center" valignment="top" width="0" special="Vc">
17316 <column alignment="center" valignment="top" width="0" special="VcV">
17317 <row topline="true">
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Standard
17322 sd
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Standard
17331
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Standard
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 </row>
17346 <row topline="true">
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Standard
17351
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Standard
17360 sd
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Standard
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row topline="true" bottomline="true">
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Standard
17380
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Standard
17389
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Standard
17398 sd
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 </lyxtabular>
17405
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \begin_layout Subsection
17417 Dashed Lines
17418 \begin_inset LatexCommand index
17419 name "Table Customization ! Dashed Lines"
17420
17421 \end_inset
17422
17423
17424 \end_layout
17425
17426 \begin_layout Standard
17427 \begin_inset ERT
17428 status collapsed
17429
17430 \begin_layout Standard
17431
17432
17433 \backslash
17434 ifarydshln
17435 \end_layout
17436
17437 \end_inset
17438
17439
17440 \begin_inset Note Note
17441 status open
17442
17443 \begin_layout Standard
17444 The following section will only be displayed when you have the LaTeX-package
17445  
17446 \series bold
17447 arydshln
17448 \series default
17449  is installed.
17450 \end_layout
17451
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \begin_layout Standard
17458 \begin_inset Float table
17459 placement H
17460 wide false
17461 sideways false
17462 status open
17463
17464 \begin_layout Standard
17465 \begin_inset Caption
17466
17467 \begin_layout Standard
17468 \begin_inset LatexCommand label
17469 name "tab:Table-with-dashed"
17470
17471 \end_inset
17472
17473 Table with dashed lines
17474 \end_layout
17475
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \begin_layout Standard
17482 \align center
17483 \begin_inset Tabular
17484 <lyxtabular version="3" rows="5" columns="5">
17485 <features>
17486 <column alignment="center" valignment="top" leftline="true" width="0">
17487 <column alignment="center" valignment="top" leftline="true" width="0">
17488 <column alignment="center" valignment="top" width="0" special=":c">
17489 <column alignment="center" valignment="top" leftline="true" width="0">
17490 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17491 <row topline="true" bottomline="true">
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Standard
17496 a
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Standard
17505 b
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Standard
17514 c
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Standard
17523 d
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Standard
17532 e
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 </row>
17538 <row topline="true">
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Standard
17543 f
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Standard
17552 g
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Standard
17561 h
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Standard
17570 i
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Standard
17579 j
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Standard
17590 \begin_inset ERT
17591 status collapsed
17592
17593 \begin_layout Standard
17594
17595
17596 \backslash
17597 hdashline 
17598 \end_layout
17599
17600 \end_inset
17601
17602 k
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Standard
17611 l
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Standard
17620 m
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Standard
17629 n
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Standard
17638 o
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 <row topline="true">
17645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Standard
17649 \begin_inset ERT
17650 status collapsed
17651
17652 \begin_layout Standard
17653
17654
17655 \backslash
17656 cdashline{4-5}
17657 \end_layout
17658
17659 \end_inset
17660
17661 p
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Standard
17670 q
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
17676 \begin_inset Text
17677
17678 \begin_layout Standard
17679 r
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
17685 \begin_inset Text
17686
17687 \begin_layout Standard
17688 s
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Standard
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 </row>
17703 <row topline="true" bottomline="true">
17704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Standard
17708 t
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Standard
17717 u
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Standard
17726 v
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Standard
17735 w
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Standard
17744 x
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 </lyxtabular>
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \begin_layout Standard
17763 LyX doesn't natively support dashed lines, so you have to use ERT.
17764  As prerequisite the LaTeX-package 
17765 \series bold
17766 arydshln
17767 \series default
17768
17769 \begin_inset LatexCommand index
17770 name "LaTeX-packages ! arydshln"
17771
17772 \end_inset
17773
17774  must be loaded in the document preamble with the command
17775 \end_layout
17776
17777 \begin_layout Standard
17778
17779 \series bold
17780
17781 \backslash
17782 usepackage{arydshln}
17783 \end_layout
17784
17785 \begin_layout Standard
17786 To make a vertical line dashed, enter the colon 
17787 \begin_inset Quotes eld
17788 \end_inset
17789
17790 :
17791 \begin_inset Quotes erd
17792 \end_inset
17793
17794  together with the character for the horizontal alignment as LaTeX-argument
17795  in the table cell dialog.
17796 \end_layout
17797
17798 \begin_layout Standard
17799 For a horizontal dashed line add the command
17800 \end_layout
17801
17802 \begin_layout Standard
17803
17804 \series bold
17805
17806 \backslash
17807 hdashline
17808 \end_layout
17809
17810 \begin_layout Standard
17811 in ERT as first element of the first cell in the table row.
17812 \end_layout
17813
17814 \begin_layout Standard
17815 For dashed multicolumn lines use the command
17816 \end_layout
17817
17818 \begin_layout Standard
17819
17820 \series bold
17821
17822 \backslash
17823 cdashline{line number
17824 \series default
17825 }
17826 \end_layout
17827
17828 \begin_layout Standard
17829 in ERT as first element of the first cell in the table row.
17830  If you have for example a multicolumn spanning over columns 2 to 4 and
17831  you want to have a dashed line above, add the command
17832 \end_layout
17833
17834 \begin_layout Standard
17835
17836 \series bold
17837
17838 \backslash
17839 cdashline{2-4}
17840 \end_layout
17841
17842 \begin_layout Standard
17843 as first element of the first cell in the row of the multicolumn.
17844 \end_layout
17845
17846 \begin_layout Standard
17847 \begin_inset VSpace bigskip
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \begin_layout Standard
17854 Table\InsetSpace ~
17855
17856 \begin_inset LatexCommand ref
17857 reference "tab:Table-with-dashed"
17858
17859 \end_inset
17860
17861  was created using 
17862 \begin_inset Quotes eld
17863 \end_inset
17864
17865
17866 \series bold
17867 :c
17868 \series default
17869
17870 \begin_inset Quotes erd
17871 \end_inset
17872
17873  as LaTeX-argument of the third column.
17874  The ERT command 
17875 \series bold
17876
17877 \backslash
17878 hdashline
17879 \series default
17880  was inserted to the first cell of the third row and the the ERT command
17881 \newline
17882
17883  
17884 \series bold
17885
17886 \backslash
17887 cdashline{4-5}
17888 \series default
17889  was inserted to the first cell of the fourth row.
17890 \end_layout
17891
17892 \begin_layout Standard
17893 \begin_inset Note Greyedout
17894 status open
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899 Note:
17900 \series default
17901  The used LaTeX-package 
17902 \series bold
17903 arydshln
17904 \series default
17905  is apparently not compatible with the LaTeX-package 
17906 \series bold
17907 colortbl
17908 \series default
17909
17910 \begin_inset LatexCommand index
17911 name "LaTeX-packages ! colortbl"
17912
17913 \end_inset
17914
17915  that is used for colored tables in section\InsetSpace ~
17916
17917 \begin_inset LatexCommand ref
17918 reference "sec:Colored-Tables"
17919
17920 \end_inset
17921
17922 .
17923  That means colored tables cannot have dashed lines.
17924 \end_layout
17925
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \begin_layout Standard
17932 \begin_inset ERT
17933 status collapsed
17934
17935 \begin_layout Standard
17936
17937
17938 \backslash
17939 else
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \begin_inset Note Note
17946 status open
17947
17948 \begin_layout Standard
17949 The following will be displayed when the LaTeX-package 
17950 \series bold
17951 arydshln
17952 \series default
17953  is not installed:
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Standard
17962 You need to install the package 
17963 \series bold
17964 arydshln
17965 \series default
17966  to see the content of this section in the output.
17967 \end_layout
17968
17969 \begin_layout Standard
17970 \begin_inset ERT
17971 status collapsed
17972
17973 \begin_layout Standard
17974
17975
17976 \backslash
17977 fi
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \begin_layout Chapter
17986 Floats
17987 \begin_inset LatexCommand index
17988 name "Floats"
17989
17990 \end_inset
17991
17992
17993 \begin_inset LatexCommand label
17994 name "cha:Floats"
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Section
18002 Introduction
18003 \begin_inset LatexCommand label
18004 name "sec:FloatIntroduction"
18005
18006 \end_inset
18007
18008
18009 \begin_inset LatexCommand index
18010 name "Floats ! Introduction"
18011
18012 \end_inset
18013
18014
18015 \end_layout
18016
18017 \begin_layout Standard
18018 A float is a block of text associated with some sort of label, which doesn't
18019  have a fixed location.
18020  It can 
18021 \begin_inset Quotes eld
18022 \end_inset
18023
18024 float
18025 \begin_inset Quotes erd
18026 \end_inset
18027
18028  forward or backward a page or two, to wherever it fits best.
18029  
18030 \family sans
18031 Footnotes
18032 \family default
18033  and 
18034 \family sans
18035 Margin\InsetSpace ~
18036 Notes
18037 \family default
18038  are also floats, because they can float to the next page when there are
18039  too many notes at the page.
18040 \end_layout
18041
18042 \begin_layout Standard
18043 Floats allow a high quality layout.
18044  Images and tables can evenly be spread to the pages to avoid white space
18045  and pages without text.
18046  As the floating often destroys the context between the text and the image/table
18047 , every float can be referenced in the text.
18048  Floats are therefore numbered.
18049  Referencing is described in section\InsetSpace ~
18050
18051 \begin_inset LatexCommand ref
18052 reference "sec:Referencing-Floats"
18053
18054 \end_inset
18055
18056 .
18057 \end_layout
18058
18059 \begin_layout Standard
18060 To insert a float, use the menu 
18061 \family sans
18062 Insert\SpecialChar \menuseparator
18063 Float
18064 \family default
18065 .
18066  This inserts the 
18067 \family sans
18068 Caption
18069 \family default
18070  inset, a box with a label.
18071  The label will automatically be translated to the document language in
18072  the output.
18073  Behind the label you can insert the caption text.
18074  The image or table is inserted above or below the caption in a separate
18075  paragraph within the float.
18076  More about the caption placement is described in section\InsetSpace ~
18077
18078 \begin_inset LatexCommand ref
18079 reference "sec:Caption-Placement"
18080
18081 \end_inset
18082
18083 .
18084  To keep your LyX-document readable, you can open and close the float box
18085  by left-clicking on the box label.
18086  A closed float box looks like this: 
18087 \begin_inset Graphics
18088         filename clipart/floatQt4.png
18089         scale 70
18090         scaleBeforeRotation
18091
18092 \end_inset
18093
18094  -- a gray button with a red label.
18095 \end_layout
18096
18097 \begin_layout Standard
18098 It is recommended to insert floats as a separate paragraph to avoid possible
18099  LaTeX-errors that can occur when the surrounding text is specially formatted.
18100 \end_layout
18101
18102 \begin_layout Standard
18103 Existing figures or tables can be put into a float by marking them and then
18104  pressing the corresponding toolbar button for a new float.
18105 \end_layout
18106
18107 \begin_layout Section
18108 Float Types
18109 \end_layout
18110
18111 \begin_layout Standard
18112 Besides figure and table floats that are described in section\InsetSpace ~
18113
18114 \begin_inset LatexCommand ref
18115 reference "sec:Figure-Floats"
18116
18117 \end_inset
18118
18119  and 
18120 \begin_inset LatexCommand ref
18121 reference "sec:Table-Floats"
18122
18123 \end_inset
18124
18125 , respectively, LyX offers the float types 
18126 \series bold
18127 Algorithm
18128 \series default
18129  and 
18130 \series bold
18131 Text\InsetSpace ~
18132 Wrap\InsetSpace ~
18133 Float
18134 \series default
18135 .
18136 \end_layout
18137
18138 \begin_layout Subsection
18139 Algorithm Floats
18140 \begin_inset LatexCommand index
18141 name "Floats ! Algorithms"
18142
18143 \end_inset
18144
18145
18146 \begin_inset LatexCommand label
18147 name "sub:Algorithm-Floats"
18148
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \begin_layout Standard
18155 \begin_inset Float algorithm
18156 placement h
18157 wide false
18158 sideways false
18159 status open
18160
18161 \begin_layout Standard
18162 \begin_inset Caption
18163
18164 \begin_layout Standard
18165 \begin_inset LatexCommand label
18166 name "alg:Example-Algorithm-float"
18167
18168 \end_inset
18169
18170 Example Algorithm float
18171 \end_layout
18172
18173 \end_inset
18174
18175
18176 \end_layout
18177
18178 \begin_layout LyX-Code
18179 for I in 1..N loop
18180 \newline
18181  Sum:= Sum + A(I); /*comment*/
18182 \newline
18183 end loop
18184 \begin_inset VSpace -4mm
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \end_inset
18191
18192
18193 \end_layout
18194
18195 \begin_layout Standard
18196 This float type is inserted with the menu 
18197 \family sans
18198 Insert\SpecialChar \menuseparator
18199 Floats\SpecialChar \menuseparator
18200 Algorithm
18201 \family default
18202 .
18203  It is used for program codes and descriptions of algorithms.
18204  A possible environment for algorithms is the 
18205 \family sans
18206 LyX-Code
18207 \family default
18208 , described in LyX's 
18209 \emph on
18210 Userguide
18211 \emph default
18212 .
18213  Algorithm\InsetSpace ~
18214
18215 \begin_inset LatexCommand ref
18216 reference "alg:Example-Algorithm-float"
18217
18218 \end_inset
18219
18220  is an example of an algorithm float where -4\InsetSpace \thinspace{}
18221 mm vertical space was added
18222  at the end of the float to have the bottom rule exactly below the last
18223  text line.
18224 \end_layout
18225
18226 \begin_layout Standard
18227 The float label is not automatically translated into the document language.
18228  If your document is not in English, you have to do this manually by adding
18229  the following line to the document preamble
18230 \series bold
18231 :
18232 \end_layout
18233
18234 \begin_layout Standard
18235
18236 \series bold
18237
18238 \backslash
18239 floatname{algorithm}{your\InsetSpace ~
18240 name}
18241 \end_layout
18242
18243 \begin_layout Standard
18244
18245 \family sans
18246 your\InsetSpace ~
18247 name
18248 \family default
18249  is the word 
18250 \begin_inset Quotes eld
18251 \end_inset
18252
18253
18254 \emph on
18255 algorithm
18256 \emph default
18257
18258 \begin_inset Quotes erd
18259 \end_inset
18260
18261  in your language.
18262 \end_layout
18263
18264 \begin_layout Description
18265
18266 \series bold
18267 Note:
18268 \series default
18269  When the LaTeX-package 
18270 \series bold
18271 hyperref
18272 \series default
18273
18274 \begin_inset LatexCommand index
18275 name "LaTeX-packages ! hyperref"
18276
18277 \end_inset
18278
18279  is used to link cross-references to floats in the PDF-output, it must be
18280  loaded in the document preamble before the definition of floats to be able
18281  to reference floats.
18282  As LyX sets the float definition for algorithm floats automatically before
18283  the user editable part of the document preamble, you need to insert the
18284  following preamble lines 
18285 \emph on
18286 after
18287 \emph default
18288  the loading command of 
18289 \series bold
18290 hyperref
18291 \series default
18292 :
18293 \begin_inset VSpace defskip
18294 \end_inset
18295
18296
18297 \series bold
18298
18299 \newline
18300
18301 \backslash
18302 newfloat{Xalgorithm}{tbp}{loa}
18303 \newline
18304
18305 \backslash
18306 floatname{Xalgorithm}{your\InsetSpace ~
18307 name}
18308 \newline
18309
18310 \backslash
18311 newcommand{
18312 \backslash
18313 theHalgorithm}{
18314 \backslash
18315 theHXalgorithm}
18316 \newline
18317
18318 \backslash
18319 renewenvironment{algorithm}[1][tbp]
18320 \newline
18321
18322 \begin_inset ERT
18323 status collapsed
18324
18325 \begin_layout Standard
18326
18327
18328 \backslash
18329 hphantom{ }
18330 \end_layout
18331
18332 \end_inset
18333
18334 {
18335 \backslash
18336 begin{Xalgorithm}[#1]}{
18337 \backslash
18338 end{Xalgorithm}}
18339 \series default
18340
18341 \begin_inset VSpace defskip
18342 \end_inset
18343
18344
18345 \newline
18346 To insert the list of algorithms you can in this case not use the menu 
18347 \family sans
18348 Insert\SpecialChar \menuseparator
18349 List\InsetSpace \thinspace{}
18350 /\InsetSpace \thinspace{}
18351 TOC\SpecialChar \menuseparator
18352 List of Algorithms
18353 \family default
18354  but have to use this command in ERT instead:
18355 \newline
18356
18357 \series bold
18358
18359 \backslash
18360 listof{Xalgorithm}{List of Algorithms}
18361 \series default
18362
18363 \begin_inset Note Note
18364 status collapsed
18365
18366 \begin_layout Standard
18367
18368 \series medium
18369 is used at the end of this document
18370 \end_layout
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \begin_layout Standard
18378 Algorithm floats are not by default numbered in the scheme 
18379 \begin_inset Quotes eld
18380 \end_inset
18381
18382 chapter.algorithm
18383 \begin_inset Quotes erd
18384 \end_inset
18385
18386  like it is the case for table and figure floats in many document-classes.
18387  To number algorithm floats in the same scheme, add this command to your
18388  document preamble:
18389 \end_layout
18390
18391 \begin_layout Standard
18392
18393 \series bold
18394
18395 \backslash
18396 numberwithin{algorithm}{chapter}
18397 \end_layout
18398
18399 \begin_layout Standard
18400 If you use the LaTeX-package 
18401 \series bold
18402 hyperref
18403 \series default
18404 , add this line instead 
18405 \emph on
18406 after
18407 \emph default
18408  the definition of 
18409 \family sans
18410 Xalgorithm
18411 \family default
18412  (the commands from above) to the preamble:
18413 \end_layout
18414
18415 \begin_layout Standard
18416
18417 \series bold
18418
18419 \backslash
18420 numberwithin{Xalgorithm}{chapter}
18421 \end_layout
18422
18423 \begin_layout Standard
18424 To be able to use the command 
18425 \series bold
18426
18427 \backslash
18428 numberwithin
18429 \series default
18430 , set in the tab 
18431 \family sans
18432 Math\InsetSpace ~
18433 Options
18434 \family default
18435  in the document settings the option 
18436 \family sans
18437 Use\InsetSpace ~
18438 AMS\InsetSpace ~
18439 math\InsetSpace ~
18440 package
18441 \family default
18442 .
18443 \end_layout
18444
18445 \begin_layout Subsection
18446 Text Wrap Floats
18447 \begin_inset LatexCommand index
18448 name "Floats ! Text Wrap Floats"
18449
18450 \end_inset
18451
18452
18453 \begin_inset LatexCommand label
18454 name "sub:floatflt-wrap-float"
18455
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \begin_layout Standard
18462 This float type is used if you want to 
18463 \begin_inset Quotes eld
18464 \end_inset
18465
18466 wrap
18467 \begin_inset Quotes erd
18468 \end_inset
18469
18470  text around a figure so that it only occupies some fraction of the column
18471  width.
18472  It can be inserted using the menu 
18473 \begin_inset Wrap figure
18474 placement l
18475 width "40col%"
18476 status open
18477
18478 \begin_layout Standard
18479 \begin_inset Graphics
18480         filename clipart/mobius.eps
18481         display color
18482         width 40col%
18483         scaleBeforeRotation
18484         rotateOrigin center
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 \begin_inset Caption
18493
18494 \begin_layout Standard
18495 \begin_inset LatexCommand label
18496 name "fig:This-is-a"
18497
18498 \end_inset
18499
18500 This is a wrapped figure, and this is the brilliant caption that describes
18501  it.
18502 \begin_inset VSpace medskip
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \end_inset
18514
18515  
18516 \family sans
18517 Insert\SpecialChar \menuseparator
18518 Floats\SpecialChar \menuseparator
18519 Text\InsetSpace ~
18520 Wrap\InsetSpace ~
18521 Float
18522 \family default
18523  if the LaTeX-package 
18524 \series bold
18525 f\SpecialChar \textcompwordmark{}
18526 loatf\SpecialChar \textcompwordmark{}
18527 lt
18528 \series default
18529
18530 \begin_inset LatexCommand index
18531 name "LaTeX-packages ! floatflt"
18532
18533 \end_inset
18534
18535  is installed.
18536 \begin_inset Foot
18537 status collapsed
18538
18539 \begin_layout Standard
18540 Installing a LaTeX-package is explained it in the 
18541 \emph on
18542 LaTeX\InsetSpace ~
18543 Configuration
18544 \emph default
18545  manual.
18546 \end_layout
18547
18548 \end_inset
18549
18550  The width and placement of the float is adjusted by right-clicking on the
18551  float box.
18552  Figure\InsetSpace ~
18553
18554 \begin_inset LatexCommand ref
18555 reference "fig:This-is-a"
18556
18557 \end_inset
18558
18559  is an example text wrap float with a width of 40
18560 \begin_inset Formula $\,$
18561 \end_inset
18562
18563 col%.
18564 \begin_inset Foot
18565 status collapsed
18566
18567 \begin_layout Standard
18568 Available units are explained in 
18569 \begin_inset LatexCommand ref
18570 reference "cha:Units-available-in"
18571
18572 \end_inset
18573
18574 .
18575 \end_layout
18576
18577 \end_inset
18578
18579  Some space was added under the caption to separate it better from the surroundi
18580 ng text.
18581 \end_layout
18582
18583 \begin_layout Standard
18584 The LaTeX-package 
18585 \series bold
18586 f\SpecialChar \textcompwordmark{}
18587 loatf\SpecialChar \textcompwordmark{}
18588 lt
18589 \series default
18590  also supports table wrap floats, but they are not yet supported by LyX.
18591  If you need this, read the documentation of 
18592 \series bold
18593 f\SpecialChar \textcompwordmark{}
18594 loatf\SpecialChar \textcompwordmark{}
18595 lt
18596 \series default
18597  
18598 \begin_inset LatexCommand cite
18599 key "floatflt"
18600
18601 \end_inset
18602
18603 .
18604 \end_layout
18605
18606 \begin_layout Standard
18607 \begin_inset Note Greyedout
18608 status open
18609
18610 \begin_layout Standard
18611
18612 \series bold
18613 Note:
18614 \series default
18615  Text\InsetSpace ~
18616 wrap float floats are fragile! E.\InsetSpace \thinspace{}
18617 g.\InsetSpace ~
18618 having a figure too close to the bottom
18619  of the page can mess things up in the way that the float doesn't appear
18620  in the output or that it is placed over some other text.
18621 \begin_inset Foot
18622 status open
18623
18624 \begin_layout Standard
18625 The better solution is to use the LaTeX-package 
18626 \series bold
18627 wrapf\SpecialChar \textcompwordmark{}
18628 ig
18629 \series default
18630
18631 \begin_inset LatexCommand index
18632 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
18633
18634 \end_inset
18635
18636  instead of 
18637 \series bold
18638 f\SpecialChar \textcompwordmark{}
18639 loatf\SpecialChar \textcompwordmark{}
18640 lt
18641 \series default
18642 , but it is currently not supported by LyX.
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \end_inset
18651
18652
18653 \end_layout
18654
18655 \begin_layout Standard
18656 In general:
18657 \end_layout
18658
18659 \begin_layout Itemize
18660 Wrap floats should not be placed in paragraphs that run over a page break.
18661  That means that wrap floats should better be inserted to the exact place
18662  when the document is nearly finished and you are able to estimate where
18663  page breaks will appear.
18664 \end_layout
18665
18666 \begin_layout Itemize
18667 Wrap floats should either be placed in an own paragraph before the paragraph
18668  where they should wrap into or within a paragraph.
18669 \end_layout
18670
18671 \begin_layout Itemize
18672 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18673  there is a text paragraph between them as separator.
18674 \end_layout
18675
18676 \begin_layout Itemize
18677 Wrap floats are not allowed in section headings or tables.
18678 \end_layout
18679
18680 \begin_layout Section
18681 Float Numbering
18682 \begin_inset LatexCommand label
18683 name "sec:Float-Numbering"
18684
18685 \end_inset
18686
18687
18688 \begin_inset LatexCommand index
18689 name "Floats ! Numbering"
18690
18691 \end_inset
18692
18693
18694 \end_layout
18695
18696 \begin_layout Standard
18697 Floats are usually numbered either independent from the sections the floats
18698  are in, or in the scheme 
18699 \begin_inset Quotes eld
18700 \end_inset
18701
18702 chapter.number
18703 \begin_inset Quotes erd
18704 \end_inset
18705
18706  or 
18707 \begin_inset Quotes eld
18708 \end_inset
18709
18710 section.number
18711 \begin_inset Quotes erd
18712 \end_inset
18713
18714 .
18715  This depends on the used document class.
18716 \end_layout
18717
18718 \begin_layout Standard
18719 To change the section independent numbering, you can use this command in
18720  the document preamble:
18721 \end_layout
18722
18723 \begin_layout Standard
18724
18725 \series bold
18726
18727 \backslash
18728 renewcommand{
18729 \backslash
18730 thetable}{
18731 \backslash
18732 roman{table}}
18733 \end_layout
18734
18735 \begin_layout Standard
18736
18737 \series bold
18738
18739 \backslash
18740 thetable
18741 \series default
18742  is the command that prints the table number, for figure floats, the command
18743  would be 
18744 \series bold
18745
18746 \backslash
18747 thefigure
18748 \series default
18749 .
18750  The command 
18751 \series bold
18752
18753 \backslash
18754 roman
18755 \series default
18756  prints in the command above the table number as small roman number.
18757 \end_layout
18758
18759 \begin_layout Standard
18760 To change the numbering scheme for example to 
18761 \begin_inset Quotes eld
18762 \end_inset
18763
18764 subsection.number
18765 \begin_inset Quotes erd
18766 \end_inset
18767
18768 , use this command in the preamble:
18769 \end_layout
18770
18771 \begin_layout Standard
18772
18773 \series bold
18774
18775 \backslash
18776 numberwithin{table}{subsection}
18777 \end_layout
18778
18779 \begin_layout Standard
18780 To be able to use the command 
18781 \series bold
18782
18783 \backslash
18784 numberwithin
18785 \series default
18786 , set in the tab 
18787 \family sans
18788 Math\InsetSpace ~
18789 Options
18790 \family default
18791  in the document settings the option 
18792 \family sans
18793 Use\InsetSpace ~
18794 AMS\InsetSpace ~
18795 math\InsetSpace ~
18796 package
18797 \family default
18798 .
18799 \end_layout
18800
18801 \begin_layout Standard
18802 Please also have a look at section\InsetSpace ~
18803
18804 \begin_inset LatexCommand ref
18805 reference "sub:Footnote-Numbering"
18806
18807 \end_inset
18808
18809  for the details and important notes about the numbering commands.
18810 \end_layout
18811
18812 \begin_layout Section
18813 Referencing Floats
18814 \begin_inset LatexCommand label
18815 name "sec:Referencing-Floats"
18816
18817 \end_inset
18818
18819
18820 \begin_inset LatexCommand index
18821 name "Floats ! References"
18822
18823 \end_inset
18824
18825
18826 \begin_inset LatexCommand index
18827 name "References"
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Standard
18835 To reference a float, insert a label into its caption using the menu 
18836 \family sans
18837 Insert\SpecialChar \menuseparator
18838 Label
18839 \family default
18840  or the toolbar button 
18841 \begin_inset Graphics
18842         filename ../images/label-insert.png
18843         scale 85
18844         scaleBeforeRotation
18845
18846 \end_inset
18847
18848 .
18849  A grey label box like this one: 
18850 \begin_inset Graphics
18851         filename clipart/labelQt4.png
18852         scale 85
18853         scaleBeforeRotation
18854
18855 \end_inset
18856
18857  will be inserted and the label window pops up asking for the label text.
18858  LyX offers as text the first words of the caption with a prefix.
18859  The prefix depends on the float type, e.\InsetSpace \thinspace{}
18860 g.\InsetSpace ~
18861 for figure floats the prefix will
18862  be "
18863 \family sans
18864 fig:
18865 \family default
18866 ".
18867 \end_layout
18868
18869 \begin_layout Standard
18870 The label is used as anchor and name for the reference.
18871  You can refer to the label using the menu 
18872 \family sans
18873 Insert\SpecialChar \menuseparator
18874 Cross-reference
18875 \family default
18876  or the toolbar button 
18877 \begin_inset Graphics
18878         filename ../images/dialog-show-new-inset_ref.png
18879         scale 85
18880         scaleBeforeRotation
18881
18882 \end_inset
18883
18884 .
18885  A grey cross-reference box like this one: 
18886 \begin_inset Graphics
18887         filename clipart/referenceQt4.png
18888         scale 85
18889         scaleBeforeRotation
18890
18891 \end_inset
18892
18893  will be inserted and the cross-reference window appear showing all labels
18894  of the document.
18895  If you have multiple LyX-documents opened, choose the one you are working
18896  on from the drop-list at the top of the dialog.
18897  You can now sort the labels alphabetically and then choose one.
18898  At the position of the cross-reference box the float number will appear
18899  in the output.
18900 \end_layout
18901
18902 \begin_layout Standard
18903 It is recommended to use a protected space between the cross-reference name
18904  and its number to avoid line breaks between them.
18905  If a cross-reference refers to a non-existing label, you will see two question
18906  marks in the output instead of the reference.
18907 \end_layout
18908
18909 \begin_layout Standard
18910 You can change labels at any time by clicking on the label box.
18911  References to the changed label will automatically change its link to the
18912  new label text, so that you don't need to take care about this.
18913 \end_layout
18914
18915 \begin_layout Standard
18916 The button 
18917 \family sans
18918 Go\InsetSpace ~
18919 to\InsetSpace ~
18920 Label
18921 \family default
18922  in the cross-reference window sets the cursor before the referred label.
18923  The button text changes then to Go\InsetSpace ~
18924 Back and you can use it to set the cursor
18925  back to the cross-reference.
18926  Right-clicking on a cross-reference box also sets the cursor before the
18927  referenced label but without a possibility to go back.
18928 \end_layout
18929
18930 \begin_layout Subsection
18931 Cross-Reference Formats
18932 \begin_inset LatexCommand label
18933 name "sub:Cross-Reference-Formats"
18934
18935 \end_inset
18936
18937
18938 \begin_inset LatexCommand index
18939 name "References ! Formats"
18940
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \begin_layout Standard
18947 There are six varieties of cross-references:
18948 \end_layout
18949
18950 \begin_layout Description
18951 <reference>: prints the float number, this is the default: 
18952 \begin_inset LatexCommand ref
18953 reference "fig:Two-distorted-images"
18954
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \begin_layout Description
18961 (<reference>): prints the float number within two parentheses, this is the
18962  style normally used to reference formulas, especially when the reference
18963  name 
18964 \begin_inset Quotes eld
18965 \end_inset
18966
18967 Equation
18968 \begin_inset Quotes erd
18969 \end_inset
18970
18971  is omitted: 
18972 \begin_inset LatexCommand eqref
18973 reference "eq:Wgn"
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Description
18981 <page>: prints the page number: Page\InsetSpace ~
18982
18983 \begin_inset LatexCommand pageref
18984 reference "fig:Two-distorted-images"
18985
18986 \end_inset
18987
18988
18989 \end_layout
18990
18991 \begin_layout Description
18992 on\InsetSpace ~
18993 page\InsetSpace ~
18994 <page>: prints the text "on page" and the page number: 
18995 \begin_inset LatexCommand vpageref
18996 reference "fig:Two-distorted-images"
18997
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \begin_layout Description
19004 <reference>\InsetSpace ~
19005 on\InsetSpace ~
19006 page\InsetSpace ~
19007 <page>: prints the float number, the text "on page", and
19008  the page number: 
19009 \begin_inset LatexCommand vref
19010 reference "fig:Two-distorted-images"
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Description
19018 Formatted\InsetSpace ~
19019 reference: prints a self defined cross-reference format.
19020  
19021 \begin_inset Note Greyedout
19022 status open
19023
19024 \begin_layout Standard
19025
19026 \series bold
19027 Note:
19028 \series default
19029  This feature is only available when you have the LaTeX-package 
19030 \series bold
19031 prettyref
19032 \series default
19033  installed.
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Standard
19042 Note that the style <page> won't print the page number if the label is on
19043  the previous, the same, or the next page.
19044  You will e.\InsetSpace \thinspace{}
19045 g.\InsetSpace ~
19046 see the text 
19047 \begin_inset Quotes eld
19048 \end_inset
19049
19050
19051 \family sans
19052 on this page
19053 \family default
19054
19055 \begin_inset Quotes erd
19056 \end_inset
19057
19058  instead.
19059 \end_layout
19060
19061 \begin_layout Standard
19062 The number and current page of the referred document part in the output,
19063  is automatically calculated by LaTeX.
19064  The varieties are adjusted in the field 
19065 \family sans
19066 Format
19067 \family default
19068  of the cross-reference window, that appear when you click on the cross-referenc
19069 e box.
19070 \end_layout
19071
19072 \begin_layout Subsection
19073 Referencing Subfigures
19074 \begin_inset LatexCommand label
19075 name "sub:Referencing-Subfigures"
19076
19077 \end_inset
19078
19079
19080 \begin_inset LatexCommand index
19081 name "References ! to Subfigures"
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089 Currently referencing subfigures is not supported by LyX, so you have to
19090  use LaTeX-commands.
19091  The label is the created with the command
19092 \end_layout
19093
19094 \begin_layout Standard
19095
19096 \series bold
19097
19098 \backslash
19099 label{fig:YourLabelName}
19100 \end_layout
19101
19102 \begin_layout Standard
19103 that is directly inserted into the subfigure caption field.
19104  To reference the label add this command in ERT
19105 \end_layout
19106
19107 \begin_layout Standard
19108
19109 \series bold
19110
19111 \backslash
19112 ref{fig:YourLabelName}
19113 \end_layout
19114
19115 \begin_layout Standard
19116 to the position in your document where the reference should be placed.
19117  Here is a reference to a subfigure: Subfigure\InsetSpace ~
19118
19119 \begin_inset ERT
19120 status collapsed
19121
19122 \begin_layout Standard
19123
19124
19125 \backslash
19126 ref{fig:Platypus}
19127 \end_layout
19128
19129 \end_inset
19130
19131 .
19132 \end_layout
19133
19134 \begin_layout Subsection
19135 Automatic Reference Naming
19136 \begin_inset LatexCommand index
19137 name "References ! Automatic Reference Naming"
19138
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \begin_layout Standard
19145 The LaTeX-package 
19146 \series bold
19147 hyperref
19148 \series default
19149  provides a very useful feature that cross-references automatically include
19150  the name of the referenced floats (or text parts like sections).
19151  You save to write e.\InsetSpace \thinspace{}
19152 g.\InsetSpace ~
19153 the name 
19154 \begin_inset Quotes eld
19155 \end_inset
19156
19157 Figure
19158 \begin_inset Quotes erd
19159 \end_inset
19160
19161  before every reference box.
19162  To get this automatic reference naming, you have to load the LaTeX-package
19163  
19164 \series bold
19165 hyperref
19166 \series default
19167
19168 \begin_inset LatexCommand index
19169 name "LaTeX-packages ! hyperref"
19170
19171 \end_inset
19172
19173  in the document preamble with
19174 \end_layout
19175
19176 \begin_layout Standard
19177
19178 \series bold
19179
19180 \backslash
19181 usepackage[pdfborder={0 0 0}]{hyperref}
19182 \newline
19183
19184 \backslash
19185 AtBeginDocument{
19186 \backslash
19187 renewcommand{
19188 \backslash
19189 ref}[1]{
19190 \backslash
19191 mbox{
19192 \backslash
19193 autoref{#1}}}}
19194 \end_layout
19195
19196 \begin_layout Standard
19197
19198 \series bold
19199 hyperref
19200 \series default
19201  is used to link cross-references in the DVI- and PDF-output, this means
19202  that the reader of your document will be able to click on a table of content
19203  (TOC) entry or on a reference and he will be shown the referenced document
19204  part.
19205  
19206 \series bold
19207 hyperref
19208 \series default
19209  also creates PDF-bookmarks for every section of your document to make it
19210  easier for readers to navigate through the document.
19211  This is also used in this document but when you have a look in the document
19212  preamble you will find various options in the load command of 
19213 \series bold
19214 hyperref
19215 \series default
19216 .
19217  To learn more about the 
19218 \series bold
19219 hyperref
19220 \series default
19221  package, we refer to its documentation 
19222 \begin_inset LatexCommand cite
19223 key "hyperref"
19224
19225 \end_inset
19226
19227 .
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset Note Greyedout
19232 status open
19233
19234 \begin_layout Standard
19235
19236 \series bold
19237 Note:
19238 \series default
19239  Automatic reference naming cannot be used when you use cross-references
19240  in the 
19241 \family sans
19242 Formatted\InsetSpace ~
19243 reference
19244 \family default
19245  style, described in section\InsetSpace ~
19246
19247 \begin_inset LatexCommand ref
19248 reference "sub:Cross-Reference-Formats"
19249
19250 \end_inset
19251
19252 .
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \begin_layout Subsection
19261 Reference Position
19262 \begin_inset LatexCommand label
19263 name "sub:Reference-Position"
19264
19265 \end_inset
19266
19267
19268 \begin_inset LatexCommand index
19269 name "References ! Reference Position"
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \begin_layout Standard
19277 If you use 
19278 \series bold
19279 hyperref
19280 \series default
19281
19282 \begin_inset LatexCommand index
19283 name "LaTeX-packages ! hyperref"
19284
19285 \end_inset
19286
19287  to link cross-references in the output, you will see that clicking on an
19288  image float reference jumps to the image label.
19289  The caption will be the first text part on the screen, so that you cannot
19290  see the image without scrolling.
19291  This is because the reference link anchor is placed at the position of
19292  the label.
19293  With the use of the package 
19294 \series bold
19295 hypcap
19296 \series default
19297
19298 \begin_inset LatexCommand index
19299 name "LaTeX-packages ! hypcap"
19300
19301 \end_inset
19302
19303 , which is part of the LaTeX-package 
19304 \series bold
19305 oberdiek
19306 \series default
19307
19308 \begin_inset LatexCommand index
19309 name "LaTeX-packages ! oberdiek"
19310
19311 \end_inset
19312
19313 , the link anchor is placed at the beginning of a float.
19314  To use this feature for figure floats, load 
19315 \series bold
19316 hypcap
19317 \series default
19318  in the document preamble with the line
19319 \end_layout
19320
19321 \begin_layout Standard
19322
19323 \series bold
19324
19325 \backslash
19326 usepackage[f\SpecialChar \textcompwordmark{}
19327 igure]{hypcap}
19328 \end_layout
19329
19330 \begin_layout Standard
19331 You can also use 
19332 \series bold
19333 hypcap
19334 \series default
19335  for all floats but this isn't recommended for stability reasons.
19336  For more informations, have a look at 
19337 \series bold
19338 hypcap
19339 \series default
19340 's manual 
19341 \begin_inset LatexCommand cite
19342 key "hypcap"
19343
19344 \end_inset
19345
19346 .
19347 \end_layout
19348
19349 \begin_layout Standard
19350 \begin_inset Note Greyedout
19351 status open
19352
19353 \begin_layout Standard
19354
19355 \series bold
19356 Note:
19357 \series default
19358  
19359 \series bold
19360 hypcap
19361 \series default
19362  must be loaded after 
19363 \series bold
19364 hyperref
19365 \series default
19366  in the document preamble.
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \begin_layout Standard
19375 \begin_inset Note Greyedout
19376 status open
19377
19378 \begin_layout Standard
19379
19380 \series bold
19381 Note:
19382 \series default
19383  
19384 \series bold
19385 hypcap
19386 \series default
19387  has no effect for references to subfigures.
19388 \end_layout
19389
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \begin_layout Section
19396 Float Placement
19397 \begin_inset LatexCommand label
19398 name "sec:Float-Placement"
19399
19400 \end_inset
19401
19402
19403 \begin_inset LatexCommand index
19404 name "Floats ! Placement"
19405
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \begin_layout Standard
19412 Right-clicking on a float-box opens a dialog where you can alter the placement
19413  options that LaTeX uses for positioning the float.
19414 \newline
19415 The option 
19416 \family sans
19417 Span\InsetSpace ~
19418 columns
19419 \family default
19420  is only useful for two-column documents: If you select it, the float will
19421  span across both columns on the page instead of being confined to just
19422  one.
19423 \newline
19424 The option 
19425 \family sans
19426 Rotate\InsetSpace ~
19427 sideways
19428 \family default
19429  is used to rotate floats, see section 
19430 \begin_inset LatexCommand ref
19431 reference "sec:Rotated-Floats"
19432
19433 \end_inset
19434
19435 .
19436 \end_layout
19437
19438 \begin_layout Standard
19439 You can use one ore more of the following options in the float dialog to
19440  set the placement for a particular float when you uncheck the option 
19441 \family sans
19442 Use\InsetSpace ~
19443 default\InsetSpace ~
19444 placement
19445 \family default
19446 :
19447 \end_layout
19448
19449 \begin_layout Description
19450 Here\InsetSpace ~
19451 if\InsetSpace ~
19452 possible try to place the float on the position where it is inserted
19453 \end_layout
19454
19455 \begin_layout Description
19456 Top\InsetSpace ~
19457 of\InsetSpace ~
19458 page try to place the float on the top of the current page
19459 \end_layout
19460
19461 \begin_layout Description
19462 Bottom\InsetSpace ~
19463 of\InsetSpace ~
19464 page try to place the float on the bottom of the current page
19465 \end_layout
19466
19467 \begin_layout Description
19468 Page\InsetSpace ~
19469 of\InsetSpace ~
19470 floats try to place the float on an own page 
19471 \end_layout
19472
19473 \begin_layout Standard
19474 The order of the above option is 
19475 \emph on
19476 always
19477 \emph default
19478  used by LaTeX.
19479  That means, if you use the default placement, LaTeX will first try out
19480  
19481 \family sans
19482 Here\InsetSpace ~
19483 if\InsetSpace ~
19484 possible
19485 \family default
19486 , then 
19487 \family sans
19488 Top\InsetSpace ~
19489 of\InsetSpace ~
19490 page
19491 \family default
19492 , and then the others.
19493  If you don't use the default, LaTeX will try only the checked options but
19494  in the same order.
19495  If none of the 4 placements are possible the procedure is internally repeated
19496  but it is tried to put the float on the following page.
19497 \end_layout
19498
19499 \begin_layout Standard
19500 By default, each option has its own rules:
19501 \end_layout
19502
19503 \begin_layout Labeling
19504 \labelwidthstring 00.00.0000
19505
19506 \family sans
19507 Top\InsetSpace ~
19508 of\InsetSpace ~
19509 page
19510 \family default
19511  only floats occupying less than 70\InsetSpace \thinspace{}
19512 % of the page can be placed at the top
19513  of a page (
19514 \series bold
19515
19516 \backslash
19517 topfraction
19518 \series default
19519 )
19520 \end_layout
19521
19522 \begin_layout Labeling
19523 \labelwidthstring 00.00.0000
19524
19525 \family sans
19526 Bottom\InsetSpace ~
19527 of\InsetSpace ~
19528 page
19529 \family default
19530 : only floats occupying less than 30\InsetSpace \thinspace{}
19531 % of the page can be placed at the bottom
19532  of a page.
19533  (
19534 \series bold
19535
19536 \backslash
19537 bottomfraction
19538 \series default
19539 )
19540 \end_layout
19541
19542 \begin_layout Labeling
19543 \labelwidthstring 00.00.0000
19544
19545 \family sans
19546 Page\InsetSpace ~
19547 of\InsetSpace ~
19548 floats
19549 \family default
19550 : only if more than 50\InsetSpace \thinspace{}
19551 % of the page are occupied by floats, several floats
19552  can be set together on a page.
19553  (
19554 \series bold
19555
19556 \backslash
19557 floatpagefraction
19558 \series default
19559 )
19560 \end_layout
19561
19562 \begin_layout Standard
19563 If you don't like these rules, you can ignore them by using the additional
19564  option 
19565 \family sans
19566 Ignore\InsetSpace ~
19567 LaTeX\InsetSpace ~
19568 rules
19569 \family default
19570 .
19571 \newline
19572 You can also redefine the rules with LaTeX-commands that are given in parenthese
19573 s behind the rules description above.
19574  To increase for example the often too small default of the bottom-rule
19575  to 50\InsetSpace \thinspace{}
19576 % of the page, add this line to your document preamble:
19577 \end_layout
19578
19579 \begin_layout Standard
19580
19581 \series bold
19582
19583 \backslash
19584 renewcommand{
19585 \backslash
19586 bottomfraction}{0.5}
19587 \end_layout
19588
19589 \begin_layout Standard
19590 Sometimes you might need, under all circumstances, a float to be placed
19591  exactly at the position where it is inserted.
19592  For this case you can use the option 
19593 \family sans
19594 Here\InsetSpace ~
19595 definitely
19596 \family default
19597 .
19598  Use this option very rarely and only if the document is nearly ready to
19599  be printed.
19600  Because the float is then no longer able to 
19601 \begin_inset Quotes eld
19602 \end_inset
19603
19604 float
19605 \begin_inset Quotes erd
19606 \end_inset
19607
19608  when you change your document and this will often destroy the page layout.
19609 \end_layout
19610
19611 \begin_layout Standard
19612 There are no placement options for text wrap floats, because they are always
19613  surrounded by the text of a certain paragraph.
19614 \begin_inset VSpace bigskip
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \begin_layout Standard
19621 Sometimes you have the problem that a float is placed at the top of a page
19622  while its corresponding section starts at the middle of the page, so that
19623  the reader could think the float is part of the previous section.
19624  To avoid this the LaTeX-command 
19625 \series bold
19626
19627 \backslash
19628 suppressfloats
19629 \series default
19630  can be used.
19631  It suppresses a given float placement for the page where it is inserted
19632  and can therefore be used to avoid that floats could be set before a section
19633  starts.
19634  To get this, add these commands to your document preamble:
19635 \end_layout
19636
19637 \begin_layout Standard
19638
19639 \series bold
19640
19641 \backslash
19642 let
19643 \backslash
19644 mySection
19645 \backslash
19646 section
19647 \newline
19648
19649 \backslash
19650 renewcommand{
19651 \backslash
19652 section}{
19653 \backslash
19654 suppressfloats[t]
19655 \backslash
19656 mySection}
19657 \end_layout
19658
19659 \begin_layout Standard
19660 You can define the same for all section headings, like chapters and subsections.
19661  This definition is not recommended to be used for small text parts like
19662  subsubsections because LaTeX may then have problems to find a suitable
19663  placement.
19664 \end_layout
19665
19666 \begin_layout Standard
19667 \begin_inset VSpace bigskip
19668 \end_inset
19669
19670 In some cases it is required to have all figures/tables at the end of the
19671  document.
19672  For this purpose the LaTeX-package 
19673 \series bold
19674 endfloat
19675 \series default
19676
19677 \begin_inset LatexCommand index
19678 name "LaTeX-packages ! endfloat"
19679
19680 \end_inset
19681
19682  was developed.
19683  It puts all figure and table floats at the end of the document into own
19684  sections.
19685  At the original float position a text hint like 
19686 \begin_inset Quotes eld
19687 \end_inset
19688
19689
19690 \family sans
19691 [Figure\InsetSpace ~
19692 3.2 about here.]
19693 \family default
19694
19695 \begin_inset Quotes erd
19696 \end_inset
19697
19698  is inserted.
19699  The endfloat-package is loaded in the preamble with the line
19700 \end_layout
19701
19702 \begin_layout Standard
19703
19704 \series bold
19705
19706 \backslash
19707 usepackage[options]{endfloat}
19708 \end_layout
19709
19710 \begin_layout Standard
19711 There are various package options to format the created figure/table sections.
19712  For more information we refer to the 
19713 \series bold
19714 endfloat
19715 \series default
19716  documentation 
19717 \begin_inset LatexCommand cite
19718 key "endfloat"
19719
19720 \end_inset
19721
19722 .
19723 \newline
19724
19725 \begin_inset Note Greyedout
19726 status open
19727
19728 \begin_layout Standard
19729
19730 \series bold
19731 Note: endfloat
19732 \series default
19733  doesn't provide an automatic translation for the text hint, you have to
19734  do this manually, see section\InsetSpace ~
19735 4 in 
19736 \begin_inset LatexCommand cite
19737 key "endfloat"
19738
19739 \end_inset
19740
19741 .
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \newline
19748
19749 \begin_inset Note Greyedout
19750 status open
19751
19752 \begin_layout Standard
19753
19754 \series bold
19755 Note:
19756 \series default
19757  There is currently a bug in 
19758 \series bold
19759 endfloat
19760 \series default
19761  when the caption contains a German 
19762 \begin_inset Quotes eld
19763 \end_inset
19764
19765 ß
19766 \begin_inset Quotes erd
19767 \end_inset
19768
19769 .
19770  Use in this case the command 
19771 \begin_inset Quotes eld
19772 \end_inset
19773
19774
19775 \series bold
19776
19777 \backslash
19778 ss
19779 \series default
19780
19781 \begin_inset Quotes erd
19782 \end_inset
19783
19784  in ERT instead of 
19785 \begin_inset Quotes eld
19786 \end_inset
19787
19788 ß
19789 \begin_inset Quotes erd
19790 \end_inset
19791
19792 .
19793 \end_layout
19794
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \begin_layout Standard
19801 \begin_inset VSpace bigskip
19802 \end_inset
19803
19804 For more details about float placements, have a look at LaTeX books, 
19805 \begin_inset LatexCommand cite
19806 key "latexcompanion,latexguide,latexbook"
19807
19808 \end_inset
19809
19810 .
19811 \end_layout
19812
19813 \begin_layout Section
19814 Rotated Floats
19815 \begin_inset LatexCommand label
19816 name "sec:Rotated-Floats"
19817
19818 \end_inset
19819
19820
19821 \begin_inset LatexCommand index
19822 name "Floats ! Rotating"
19823
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \begin_layout Standard
19830 Especially for wide tables you might have floats rotated.
19831  To rotate a whole float including the caption, right-click on the float-box
19832  and use the option 
19833 \family sans
19834 Rotate\InsetSpace ~
19835 sideways
19836 \family default
19837 .
19838 \end_layout
19839
19840 \begin_layout Standard
19841 Rotated floats are always placed on its own page (or column, when you have
19842  a two-column document).
19843  They are rotated so that you can read them from the outside margin.
19844  To force a certain rotation direction for all pages, you can add either
19845  the option 
19846 \series bold
19847 figuresleft
19848 \series default
19849  or 
19850 \series bold
19851 figuresright
19852 \series default
19853  to the document class options.
19854 \end_layout
19855
19856 \begin_layout Standard
19857 Referencing rotated floats is the same like for normal floats, the caption
19858  format is also the same: Table\InsetSpace ~
19859
19860 \begin_inset LatexCommand ref
19861 reference "tab:Rotated-table"
19862
19863 \end_inset
19864
19865  is an example of a rotated table float.
19866 \end_layout
19867
19868 \begin_layout Standard
19869 \begin_inset Note Greyedout
19870 status open
19871
19872 \begin_layout Standard
19873
19874 \series bold
19875 Note:
19876 \series default
19877  Not all DVI-viewers are able to display rotated floats.
19878 \end_layout
19879
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \begin_layout Standard
19886 \begin_inset Float table
19887 wide false
19888 sideways true
19889 status open
19890
19891 \begin_layout Standard
19892 \begin_inset Caption
19893
19894 \begin_layout Standard
19895 \begin_inset LatexCommand label
19896 name "tab:Rotated-table"
19897
19898 \end_inset
19899
19900  Rotated table
19901 \end_layout
19902
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \begin_layout Standard
19909 \align center
19910 \begin_inset Tabular
19911 <lyxtabular version="3" rows="1" columns="5">
19912 <features>
19913 <column alignment="center" valignment="top" leftline="true" width="0">
19914 <column alignment="center" valignment="top" leftline="true" width="0">
19915 <column alignment="center" valignment="top" leftline="true" width="0">
19916 <column alignment="center" valignment="top" leftline="true" width="0">
19917 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19918 <row topline="true" bottomline="true">
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Standard
19923 test
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Standard
19932 b
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Standard
19941 c
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Standard
19950 d
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Standard
19959 e
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 </lyxtabular>
19966
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Section
19978 Caption Formatting
19979 \begin_inset LatexCommand index
19980 name "Caption ! Formatting"
19981
19982 \end_inset
19983
19984
19985 \begin_inset LatexCommand index
19986 name "Floats ! Caption Formatting"
19987
19988 \end_inset
19989
19990
19991 \begin_inset LatexCommand index
19992 name "LaTeX-packages ! caption"
19993
19994 \end_inset
19995
19996
19997 \begin_inset LatexCommand label
19998 name "sec:Caption-Formatting"
19999
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \begin_layout Standard
20006 The 
20007 \family sans
20008 Caption
20009 \family default
20010  environment is the default paragraph environment for 
20011 \family sans
20012 Floats
20013 \family default
20014 .
20015  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
20016 g.\InsetSpace ~
20017
20018 \begin_inset Quotes eld
20019 \end_inset
20020
20021
20022 \family sans
20023 Figure #:
20024 \family default
20025
20026 \begin_inset Quotes erd
20027 \end_inset
20028
20029  followed by the caption text.
20030  
20031 \begin_inset Quotes eld
20032 \end_inset
20033
20034 #
20035 \begin_inset Quotes erd
20036 \end_inset
20037
20038  is the actual reference number.
20039  By default the label and the number are in the same font as the caption
20040  text and a colon follows the number to divide the label from the text.
20041  This caption format is not suitable for all document formats.
20042  
20043 \end_layout
20044
20045 \begin_layout Standard
20046 To change the default caption format, load the LaTeX-package 
20047 \series bold
20048 caption
20049 \series default
20050
20051 \begin_inset LatexCommand index
20052 name "LaTeX-packages ! caption"
20053
20054 \end_inset
20055
20056  in the document preamble with this line:
20057 \end_layout
20058
20059 \begin_layout Standard
20060
20061 \series bold
20062
20063 \backslash
20064 usepackage[format definition]{caption}
20065 \end_layout
20066
20067 \begin_layout Standard
20068 To have for example the label and the number in sans-serif bold font and
20069  the table captions always above the table like in this document, use the
20070  following command:
20071 \end_layout
20072
20073 \begin_layout Standard
20074
20075 \series bold
20076
20077 \backslash
20078 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
20079 \end_layout
20080
20081 \begin_layout Standard
20082 You can also define different caption formats for the different float types.
20083  In this case load the 
20084 \series bold
20085 caption
20086 \series default
20087  package without format specific options and define the different formats
20088  with the help of the command
20089 \end_layout
20090
20091 \begin_layout Standard
20092
20093 \series bold
20094
20095 \backslash
20096 captionsetup[float type]{format definition}
20097 \end_layout
20098
20099 \begin_layout Standard
20100 in the document preamble.
20101  For example the caption formats of Figure\InsetSpace ~
20102
20103 \begin_inset LatexCommand ref
20104 reference "fig:This-is-an-fig"
20105
20106 \end_inset
20107
20108  and Table\InsetSpace ~
20109
20110 \begin_inset LatexCommand ref
20111 reference "tab:This-is-an-tab"
20112
20113 \end_inset
20114
20115  can be created using these commands in the document preamble:
20116 \end_layout
20117
20118 \begin_layout Standard
20119
20120 \series bold
20121
20122 \backslash
20123 usepackage[tableposition=top]{caption}
20124 \series default
20125
20126 \newline
20127
20128 \series bold
20129
20130 \backslash
20131 captionsetup[f\SpecialChar \textcompwordmark{}
20132 igure]{labelfont={tt}, textfont=it, indention=1cm,%
20133 \newline
20134
20135 \begin_inset ERT
20136 status collapsed
20137
20138 \begin_layout Standard
20139
20140
20141 \backslash
20142 hphantom{
20143 \backslash
20144
20145 \backslash
20146 captionsetup[figure]
20147 \backslash
20148 {}
20149 \end_layout
20150
20151 \end_inset
20152
20153  labelsep=period}
20154 \newline
20155
20156 \backslash
20157 captionsetup[table]{labelfont={bf,sf}}
20158 \end_layout
20159
20160 \begin_layout Standard
20161 \begin_inset Note Greyedout
20162 status open
20163
20164 \begin_layout Standard
20165
20166 \series bold
20167 Note:
20168 \series default
20169  The option 
20170 \series bold
20171 tableposition=top
20172 \series default
20173  has no effect when a 
20174 \series bold
20175 koma-script
20176 \series default
20177
20178 \begin_inset LatexCommand index
20179 name "LaTeX-packages ! koma-script"
20180
20181 \end_inset
20182
20183  document class is used.
20184  In this case the document class option 
20185 \series bold
20186 tablecaptionabove
20187 \series default
20188  must be used.
20189 \end_layout
20190
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \begin_layout Standard
20197 For more information about the package 
20198 \series bold
20199 caption
20200 \series default
20201  we refer to its documentation 
20202 \begin_inset LatexCommand cite
20203 key "caption,caption-de"
20204
20205 \end_inset
20206
20207 .
20208 \end_layout
20209
20210 \begin_layout Standard
20211 To change the label name from e.g.
20212  
20213 \begin_inset Quotes eld
20214 \end_inset
20215
20216 Figure
20217 \begin_inset Quotes erd
20218 \end_inset
20219
20220  to 
20221 \begin_inset Quotes eld
20222 \end_inset
20223
20224 Image
20225 \begin_inset Quotes erd
20226 \end_inset
20227
20228  use this preamble command:
20229 \end_layout
20230
20231 \begin_layout Standard
20232
20233 \series bold
20234
20235 \backslash
20236 renewcommand{
20237 \backslash
20238 fnum@figure}{Image~
20239 \backslash
20240 thefigure}
20241 \end_layout
20242
20243 \begin_layout Standard
20244 where 
20245 \series bold
20246
20247 \backslash
20248 thefigure
20249 \series default
20250  inserts the figure number and
20251 \series bold
20252  
20253 \begin_inset Quotes eld
20254 \end_inset
20255
20256 ~
20257 \series default
20258
20259 \begin_inset Quotes erd
20260 \end_inset
20261
20262  creates a protected space.
20263 \end_layout
20264
20265 \begin_layout Standard
20266 \begin_inset VSpace bigskip
20267 \end_inset
20268
20269 If you are using a 
20270 \series bold
20271 koma-script
20272 \series default
20273
20274 \begin_inset LatexCommand index
20275 name "LaTeX-packages ! koma-script"
20276
20277 \end_inset
20278
20279  document class (
20280 \family sans
20281 article (koma-script)
20282 \family default
20283
20284 \family sans
20285 book (koma-script)
20286 \family default
20287
20288 \family sans
20289 letter (koma-script)
20290 \family default
20291 , or 
20292 \family sans
20293 report (koma-script)
20294 \family default
20295 \InsetSpace \thinspace{}
20296 ), you can alternatively to the 
20297 \series bold
20298 caption
20299 \series default
20300  package use 
20301 \series bold
20302 koma-script
20303 \series default
20304 's built-in command 
20305 \series bold
20306
20307 \backslash
20308 setkomafont
20309 \series default
20310 .
20311  For example, to have the caption label in bold, add this command to your
20312  document preamble:
20313 \end_layout
20314
20315 \begin_layout Standard
20316
20317 \series bold
20318
20319 \backslash
20320 setkomafont{captionlabel}{
20321 \backslash
20322 bfseries}
20323 \end_layout
20324
20325 \begin_layout Standard
20326 For more information about 
20327 \series bold
20328
20329 \backslash
20330 setkomafont
20331 \series default
20332  we refer to the 
20333 \series bold
20334 koma-script
20335 \series default
20336  documentation 
20337 \begin_inset LatexCommand cite
20338 key "koma-script,koma-script-de"
20339
20340 \end_inset
20341
20342 .
20343 \end_layout
20344
20345 \begin_layout Standard
20346 \begin_inset ERT
20347 status collapsed
20348
20349 \begin_layout Standard
20350
20351
20352 \backslash
20353 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
20354 }
20355 \end_layout
20356
20357 \end_inset
20358
20359
20360 \begin_inset Note Note
20361 status open
20362
20363 \begin_layout Standard
20364 The caption format is changed only for this example.
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \begin_layout Standard
20373 \begin_inset Float figure
20374 placement !p
20375 wide false
20376 sideways false
20377 status open
20378
20379 \begin_layout Standard
20380 \align center
20381 \begin_inset Graphics
20382         filename clipart/mobius.eps
20383         lyxscale 50
20384         scale 50
20385         scaleBeforeRotation
20386
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \begin_layout Standard
20393 \begin_inset Caption
20394
20395 \begin_layout Standard
20396 \begin_inset LatexCommand label
20397 name "fig:This-is-an-fig"
20398
20399 \end_inset
20400
20401 This is an example figure caption that is longer than one line to show the
20402  different caption format.
20403  Here a self-defined caption format is used.
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \begin_layout Standard
20417 \begin_inset ERT
20418 status collapsed
20419
20420 \begin_layout Standard
20421
20422
20423 \backslash
20424 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
20425 on}
20426 \end_layout
20427
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 \begin_inset Float table
20435 placement !p
20436 wide false
20437 sideways false
20438 status open
20439
20440 \begin_layout Standard
20441 \begin_inset Caption
20442
20443 \begin_layout Standard
20444 \begin_inset LatexCommand label
20445 name "tab:This-is-an-tab"
20446
20447 \end_inset
20448
20449 This is an example table caption that is longer than one line to show the
20450  different caption format.
20451  Here the standard caption format for tables in this document is used.
20452 \end_layout
20453
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \begin_layout Standard
20460 \align center
20461 \begin_inset Tabular
20462 <lyxtabular version="3" rows="1" columns="5">
20463 <features>
20464 <column alignment="center" valignment="top" leftline="true" width="0">
20465 <column alignment="center" valignment="top" leftline="true" width="0">
20466 <column alignment="center" valignment="top" leftline="true" width="0">
20467 <column alignment="center" valignment="top" leftline="true" width="0">
20468 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20469 <row topline="true" bottomline="true">
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Standard
20474 a
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Standard
20483 b
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Standard
20492 c
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Standard
20501 d
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Standard
20510 e
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 </lyxtabular>
20517
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \begin_layout Section
20529 Caption Placement
20530 \begin_inset LatexCommand index
20531 name "Caption ! Placement"
20532
20533 \end_inset
20534
20535
20536 \begin_inset LatexCommand index
20537 name "Floats ! Caption Placement"
20538
20539 \end_inset
20540
20541
20542 \begin_inset LatexCommand label
20543 name "sec:Caption-Placement"
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Standard
20551 The common caption placement rule is:
20552 \end_layout
20553
20554 \begin_layout Description
20555 Figure: Caption is set below the figure
20556 \end_layout
20557
20558 \begin_layout Description
20559 Table: Caption is set above the table
20560 \end_layout
20561
20562 \begin_layout Standard
20563 Having the caption above the table is unfortunately not supported in LaTeX's
20564  standard classes.
20565  That means if you are using the document classes 
20566 \family sans
20567 article
20568 \family default
20569
20570 \family sans
20571 book
20572 \family default
20573
20574 \family sans
20575 letter
20576 \family default
20577 , or 
20578 \family sans
20579 report
20580 \family default
20581  there will be no space between the caption and the table.
20582  To insert the needed space, add the following option to the load command
20583  of the LaTeX-package 
20584 \series bold
20585 caption
20586 \series default
20587  in your document preamble
20588 \begin_inset Foot
20589 status collapsed
20590
20591 \begin_layout Standard
20592 See section\InsetSpace ~
20593
20594 \begin_inset LatexCommand ref
20595 reference "sec:Caption-Formatting"
20596
20597 \end_inset
20598
20599  for more information of the package 
20600 \series bold
20601 caption
20602 \series default
20603 .
20604 \end_layout
20605
20606 \end_inset
20607
20608 :
20609 \end_layout
20610
20611 \begin_layout Standard
20612
20613 \series bold
20614 tableposition=top
20615 \end_layout
20616
20617 \begin_layout Standard
20618 If you are using a 
20619 \series bold
20620 koma-script
20621 \series default
20622
20623 \begin_inset LatexCommand index
20624 name "LaTeX-packages ! koma-script"
20625
20626 \end_inset
20627
20628  document class (
20629 \family sans
20630 article (koma-script)
20631 \family default
20632
20633 \family sans
20634 book (koma-script)
20635 \family default
20636
20637 \family sans
20638 letter (koma-script)
20639 \family default
20640 , or 
20641 \family sans
20642 report (koma-script)
20643 \family default
20644 \InsetSpace \thinspace{}
20645 ), you can alternatively to the 
20646 \series bold
20647 caption
20648 \series default
20649  package set the document class option 
20650 \series bold
20651 tablecaptionabove
20652 \series default
20653 .
20654 \end_layout
20655
20656 \begin_layout Standard
20657 \begin_inset VSpace bigskip
20658 \end_inset
20659
20660 It is also possible to set the caption beside a figure or table.
20661  To get this the LaTeX-package 
20662 \series bold
20663 sidecap
20664 \series default
20665
20666 \begin_inset LatexCommand index
20667 name "LaTeX-packages ! sidecap"
20668
20669 \end_inset
20670
20671  has to be loaded in the document preamble with the line
20672 \end_layout
20673
20674 \begin_layout Standard
20675
20676 \series bold
20677
20678 \backslash
20679 usepackage[option]{sidecap}
20680 \end_layout
20681
20682 \begin_layout Standard
20683 If you set no option, the caption is placed on the side of the outer page
20684  margin -- to the right on odd pages, to the left on even pages.
20685  You can change the placement to inner margin with the option 
20686 \series bold
20687 innercaption
20688 \series default
20689 .
20690  To force the placement always to the right or left, use the option 
20691 \series bold
20692 rightcaption
20693 \series default
20694  or 
20695 \series bold
20696 leftcaption
20697 \series default
20698 , respectively.
20699 \end_layout
20700
20701 \begin_layout Standard
20702 To place in LyX the caption of a float on the side, it is necessary to add
20703  these commands to the document preamble:
20704 \end_layout
20705
20706 \begin_layout Standard
20707
20708 \lyxline
20709
20710 \end_layout
20711
20712 \begin_layout Standard
20713
20714 \series bold
20715
20716 \backslash
20717 newcommand{
20718 \backslash
20719 TabBesBeg}{%
20720 \newline
20721
20722 \begin_inset ERT
20723 status collapsed
20724
20725 \begin_layout Standard
20726
20727
20728 \backslash
20729 hphantom{ }
20730 \end_layout
20731
20732 \end_inset
20733
20734
20735 \backslash
20736 let
20737 \backslash
20738 MyTable
20739 \backslash
20740 table
20741 \newline
20742
20743 \begin_inset ERT
20744 status collapsed
20745
20746 \begin_layout Standard
20747
20748
20749 \backslash
20750 hphantom{ }
20751 \end_layout
20752
20753 \end_inset
20754
20755
20756 \backslash
20757 let
20758 \backslash
20759 MyEndtable
20760 \backslash
20761 endtable
20762 \newline
20763
20764 \begin_inset ERT
20765 status collapsed
20766
20767 \begin_layout Standard
20768
20769
20770 \backslash
20771 hphantom{ }
20772 \end_layout
20773
20774 \end_inset
20775
20776
20777 \backslash
20778 renewenvironment{table}{
20779 \backslash
20780 begin{SCtable}}{
20781 \backslash
20782 end{SCtable}}}
20783 \end_layout
20784
20785 \begin_layout Standard
20786
20787 \series bold
20788
20789 \backslash
20790 newcommand{
20791 \backslash
20792 TabBesEnd}{%
20793 \newline
20794
20795 \begin_inset ERT
20796 status collapsed
20797
20798 \begin_layout Standard
20799
20800
20801 \backslash
20802 hphantom{ }
20803 \end_layout
20804
20805 \end_inset
20806
20807
20808 \backslash
20809 let
20810 \backslash
20811 table
20812 \backslash
20813 MyTable
20814 \newline
20815
20816 \begin_inset ERT
20817 status collapsed
20818
20819 \begin_layout Standard
20820
20821
20822 \backslash
20823 hphantom{ }
20824 \end_layout
20825
20826 \end_inset
20827
20828
20829 \backslash
20830 let
20831 \backslash
20832 endtable
20833 \backslash
20834 MyEndtable
20835 \end_layout
20836
20837 \begin_layout Standard
20838
20839 \series bold
20840
20841 \backslash
20842 newcommand{
20843 \backslash
20844 FigBesBeg}{%
20845 \newline
20846
20847 \begin_inset ERT
20848 status collapsed
20849
20850 \begin_layout Standard
20851
20852
20853 \backslash
20854 hphantom{ }
20855 \end_layout
20856
20857 \end_inset
20858
20859
20860 \backslash
20861 let
20862 \backslash
20863 MyFigure
20864 \backslash
20865 f\SpecialChar \textcompwordmark{}
20866 igure
20867 \newline
20868
20869 \begin_inset ERT
20870 status collapsed
20871
20872 \begin_layout Standard
20873
20874
20875 \backslash
20876 hphantom{ }
20877 \end_layout
20878
20879 \end_inset
20880
20881
20882 \backslash
20883 let
20884 \backslash
20885 MyEndf\SpecialChar \textcompwordmark{}
20886 igure
20887 \backslash
20888 endf\SpecialChar \textcompwordmark{}
20889 igure
20890 \newline
20891
20892 \begin_inset ERT
20893 status collapsed
20894
20895 \begin_layout Standard
20896
20897
20898 \backslash
20899 hphantom{ }
20900 \end_layout
20901
20902 \end_inset
20903
20904
20905 \backslash
20906 renewenvironment{f\SpecialChar \textcompwordmark{}
20907 igure}{
20908 \backslash
20909 begin{SCf\SpecialChar \textcompwordmark{}
20910 igure}}{
20911 \backslash
20912 end{SCf\SpecialChar \textcompwordmark{}
20913 igure}}}
20914 \end_layout
20915
20916 \begin_layout Standard
20917
20918 \series bold
20919
20920 \backslash
20921 newcommand{
20922 \backslash
20923 FigBesEnd}{%
20924 \newline
20925
20926 \begin_inset ERT
20927 status collapsed
20928
20929 \begin_layout Standard
20930
20931
20932 \backslash
20933 hphantom{ }
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \backslash
20940 let
20941 \backslash
20942 f\SpecialChar \textcompwordmark{}
20943 igure
20944 \backslash
20945 MyFigure
20946 \newline
20947
20948 \begin_inset ERT
20949 status collapsed
20950
20951 \begin_layout Standard
20952
20953
20954 \backslash
20955 hphantom{ }
20956 \end_layout
20957
20958 \end_inset
20959
20960
20961 \backslash
20962 let
20963 \backslash
20964 endf\SpecialChar \textcompwordmark{}
20965 igure
20966 \backslash
20967 MyEndf\SpecialChar \textcompwordmark{}
20968 igure}
20969 \end_layout
20970
20971 \begin_layout Standard
20972
20973 \lyxline
20974
20975 \end_layout
20976
20977 \begin_layout Standard
20978 The commands allow you to redefine the floats so that the caption is set
20979  on the side.
20980  For figure floats use the command
20981 \end_layout
20982
20983 \begin_layout Standard
20984
20985 \series bold
20986
20987 \backslash
20988 FigBesBeg
20989 \end_layout
20990
20991 \begin_layout Standard
20992 in ERT before the float.
20993  Behind the float insert the command
20994 \end_layout
20995
20996 \begin_layout Standard
20997
20998 \series bold
20999
21000 \backslash
21001 FigBesEnd
21002 \end_layout
21003
21004 \begin_layout Standard
21005 in ERT to get back to the original float definition.
21006 \end_layout
21007
21008 \begin_layout Standard
21009 For table floats use the corresponding commands
21010 \end_layout
21011
21012 \begin_layout Standard
21013
21014 \series bold
21015
21016 \backslash
21017 TabBesBeg
21018 \series default
21019  and 
21020 \series bold
21021
21022 \backslash
21023 TabBesEnd
21024 \end_layout
21025
21026 \begin_layout Standard
21027 Figure\InsetSpace ~
21028
21029 \begin_inset LatexCommand ref
21030 reference "fig:cap-beside-fig"
21031
21032 \end_inset
21033
21034  and Table\InsetSpace ~
21035
21036 \begin_inset LatexCommand ref
21037 reference "tab:cap-beside-tab"
21038
21039 \end_inset
21040
21041  are examples where the caption is set beside.
21042 \end_layout
21043
21044 \begin_layout Standard
21045 You can see in the examples that the caption text appears at the top of
21046  the floats for table floats and at the bottom for figure floats.
21047  To change this, you can use the command
21048 \end_layout
21049
21050 \begin_layout Standard
21051
21052 \series bold
21053
21054 \backslash
21055 sidecaptionvpos{float type}{placement}
21056 \end_layout
21057
21058 \begin_layout Standard
21059 in the document preamble or in ERT before the float.
21060  The float type is either 
21061 \family sans
21062 figure
21063 \family default
21064  or 
21065 \family sans
21066 table
21067 \family default
21068 , the placement can be 
21069 \begin_inset Quotes eld
21070 \end_inset
21071
21072
21073 \family sans
21074 t
21075 \family default
21076
21077 \begin_inset Quotes erd
21078 \end_inset
21079
21080  for top, 
21081 \begin_inset Quotes eld
21082 \end_inset
21083
21084
21085 \family sans
21086 c
21087 \family default
21088
21089 \begin_inset Quotes erd
21090 \end_inset
21091
21092  for center, or 
21093 \begin_inset Quotes eld
21094 \end_inset
21095
21096
21097 \family sans
21098 b
21099 \family default
21100
21101 \begin_inset Quotes erd
21102 \end_inset
21103
21104  for bottom.
21105  To have for example the caption of figure floats vertically centered, use
21106  the command
21107 \end_layout
21108
21109 \begin_layout Standard
21110
21111 \series bold
21112
21113 \backslash
21114 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
21115 igure}{c}
21116 \end_layout
21117
21118 \begin_layout Standard
21119 This was used for Figure\InsetSpace ~
21120
21121 \begin_inset LatexCommand ref
21122 reference "fig:cap-beside-fig-2"
21123
21124 \end_inset
21125
21126 .
21127 \end_layout
21128
21129 \begin_layout Standard
21130 \begin_inset VSpace medskip
21131 \end_inset
21132
21133 For more information about the package 
21134 \series bold
21135 sidecap
21136 \series default
21137  we refer to its documentation 
21138 \begin_inset LatexCommand cite
21139 key "sidecap"
21140
21141 \end_inset
21142
21143 .
21144 \end_layout
21145
21146 \begin_layout Standard
21147 \begin_inset Note Greyedout
21148 status open
21149
21150 \begin_layout Standard
21151
21152 \series bold
21153 Note:
21154 \series default
21155  The LaTeX-package 
21156 \series bold
21157 hypcap
21158 \series default
21159
21160 \begin_inset LatexCommand index
21161 name "LaTeX-packages ! hypcap"
21162
21163 \end_inset
21164
21165 , described in section\InsetSpace ~
21166
21167 \begin_inset LatexCommand ref
21168 reference "sub:Reference-Position"
21169
21170 \end_inset
21171
21172 , has no effect on floats with the caption set beside.
21173 \end_layout
21174
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \begin_layout Standard
21181 \begin_inset ERT
21182 status collapsed
21183
21184 \begin_layout Standard
21185
21186
21187 \backslash
21188 FigBesBeg 
21189 \end_layout
21190
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \begin_layout Standard
21197 \begin_inset Float figure
21198 wide false
21199 sideways false
21200 status open
21201
21202 \begin_layout Standard
21203 \begin_inset Graphics
21204         filename clipart/escher-lsd.eps
21205         scale 75
21206         scaleBeforeRotation
21207
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \begin_layout Standard
21214 \begin_inset Caption
21215
21216 \begin_layout Standard
21217 \begin_inset LatexCommand label
21218 name "fig:cap-beside-fig"
21219
21220 \end_inset
21221
21222 This is a caption beside a figure.
21223 \end_layout
21224
21225 \end_inset
21226
21227
21228 \end_layout
21229
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \begin_layout Standard
21236 \begin_inset ERT
21237 status collapsed
21238
21239 \begin_layout Standard
21240
21241
21242 \backslash
21243 TabBesBeg 
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Standard
21252 \begin_inset Float table
21253 wide false
21254 sideways false
21255 status open
21256
21257 \begin_layout Standard
21258 \begin_inset Caption
21259
21260 \begin_layout Standard
21261 \begin_inset LatexCommand label
21262 name "tab:cap-beside-tab"
21263
21264 \end_inset
21265
21266 This is a caption beside a table.
21267 \end_layout
21268
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \begin_layout Standard
21275 \begin_inset Tabular
21276 <lyxtabular version="3" rows="4" columns="5">
21277 <features>
21278 <column alignment="center" valignment="top" leftline="true" width="0">
21279 <column alignment="center" valignment="top" leftline="true" width="0">
21280 <column alignment="center" valignment="top" leftline="true" width="0">
21281 <column alignment="center" valignment="top" leftline="true" width="0">
21282 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
21283 <row topline="true">
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Standard
21288 a
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Standard
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Standard
21306 b
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Standard
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Standard
21324 c
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row topline="true">
21331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Standard
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Standard
21344 d
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Standard
21353
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Standard
21362 e
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Standard
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row topline="true">
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Standard
21382 f
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Standard
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Standard
21400 g
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Standard
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Standard
21418 h
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 </row>
21424 <row topline="true" bottomline="true">
21425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Standard
21429
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Standard
21438 i
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Standard
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Standard
21456 j
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Standard
21465
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 </row>
21471 </lyxtabular>
21472
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \end_inset
21479
21480
21481 \end_layout
21482
21483 \begin_layout Standard
21484 \begin_inset ERT
21485 status collapsed
21486
21487 \begin_layout Standard
21488
21489
21490 \backslash
21491 TabBesEnd
21492 \end_layout
21493
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \begin_layout Standard
21500 \begin_inset ERT
21501 status collapsed
21502
21503 \begin_layout Standard
21504
21505
21506 \backslash
21507 sidecaptionvpos{figure}{c}
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \begin_inset Float figure
21514 wide false
21515 sideways false
21516 status open
21517
21518 \begin_layout Standard
21519 \begin_inset Graphics
21520         filename clipart/escher-lsd.eps
21521         scale 75
21522         scaleBeforeRotation
21523
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \begin_layout Standard
21530 \begin_inset Caption
21531
21532 \begin_layout Standard
21533 \begin_inset LatexCommand label
21534 name "fig:cap-beside-fig-2"
21535
21536 \end_inset
21537
21538 This is a vertically centered caption beside a figure.
21539 \end_layout
21540
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \begin_layout Standard
21552 \begin_inset ERT
21553 status collapsed
21554
21555 \begin_layout Standard
21556
21557
21558 \backslash
21559 FigBesEnd
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \begin_layout Section
21568 Listings of Floats
21569 \begin_inset LatexCommand label
21570 name "sec:Listings-of-Floats"
21571
21572 \end_inset
21573
21574
21575 \begin_inset LatexCommand index
21576 name "Floats ! Float Lists"
21577
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \begin_layout Standard
21584 Similar to the the table of contents where the sections of the document
21585  are listed, there are listings for all float types, like the figures of
21586  the documents.
21587  You can insert them via the 
21588 \family sans
21589 Insert\SpecialChar \menuseparator
21590 List\InsetSpace ~
21591 /\InsetSpace ~
21592 TOC
21593 \family default
21594  sub menus.
21595 \end_layout
21596
21597 \begin_layout Standard
21598 The list entries are the float captions or its short title, the float number,
21599  and the page number where they appear in the document.
21600 \end_layout
21601
21602 \begin_layout Standard
21603 You can find the list of figures and tables at the end of this document.
21604 \end_layout
21605
21606 \begin_layout Chapter
21607 Notes
21608 \end_layout
21609
21610 \begin_layout Section
21611 LyX Notes
21612 \begin_inset LatexCommand label
21613 name "sec:LyX-Notes"
21614
21615 \end_inset
21616
21617
21618 \begin_inset LatexCommand index
21619 name "Notes ! LyX Notes"
21620
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \begin_layout Standard
21627 Notes are inserted with the toolbar button 
21628 \begin_inset Graphics
21629         filename ../images/note-insert.png
21630         scale 85
21631         scaleBeforeRotation
21632
21633 \end_inset
21634
21635  or the menu 
21636 \family sans
21637 Insert\SpecialChar \menuseparator
21638 Note
21639 \family default
21640 .
21641  There are five types of notes:
21642 \end_layout
21643
21644 \begin_layout Description
21645 LyX\InsetSpace ~
21646 Note This note type is for internal notes that won't appear in the output.
21647  Its note-box looks like this:
21648 \newline
21649
21650 \newline
21651
21652 \begin_inset Graphics
21653         filename clipart/LyXNoteImageQt4.png
21654         display none
21655         scale 85
21656         scaleBeforeRotation
21657
21658 \end_inset
21659
21660  
21661 \begin_inset Note Note
21662 status open
21663
21664 \begin_layout Standard
21665 This is text in a note box that doesn't appear in the output.
21666 \end_layout
21667
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \begin_layout Description
21674 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
21675 ent, when you export the document to LaTeX via the menu 
21676 \family sans
21677 File\SpecialChar \menuseparator
21678 Export\SpecialChar \menuseparator
21679 LaTeX (pdflatex) / (plain)
21680 \family default
21681 .
21682  Its note-box looks like this:
21683 \newline
21684
21685 \newline
21686
21687 \begin_inset Graphics
21688         filename clipart/CommentNoteImageQt4.png
21689         display none
21690         scale 85
21691         scaleBeforeRotation
21692
21693 \end_inset
21694
21695  
21696 \begin_inset Note Comment
21697 status open
21698
21699 \begin_layout Standard
21700 This is text in a note box that only appears as comment in LaTeX-files.
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \begin_layout Description
21709 Greyed\InsetSpace ~
21710 Out This note will appear in the output as grey text.
21711  Its note-box looks like this:
21712 \newline
21713
21714 \newline
21715
21716 \begin_inset Graphics
21717         filename clipart/GreyedOutNoteImageQt4.png
21718         display none
21719         scale 85
21720         scaleBeforeRotation
21721
21722 \end_inset
21723
21724
21725 \newline
21726
21727 \begin_inset ERT
21728 status collapsed
21729
21730 \begin_layout Standard
21731
21732
21733 \backslash
21734 renewenvironment{lyxgreyedout}
21735 \end_layout
21736
21737 \begin_layout Standard
21738
21739 {
21740 \backslash
21741 textcolor[gray]{0.8}
21742 \backslash
21743 bgroup}{
21744 \backslash
21745 egroup}
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \begin_inset Note Greyedout
21752 status open
21753
21754 \begin_layout Standard
21755 This is text
21756 \begin_inset Foot
21757 status open
21758
21759 \begin_layout Standard
21760 This is an example footnote within a greyed out note.
21761 \end_layout
21762
21763 \end_inset
21764
21765  of a comment that appears in the output as grey text.
21766 \end_layout
21767
21768 \end_inset
21769
21770
21771 \begin_inset ERT
21772 status collapsed
21773
21774 \begin_layout Standard
21775
21776
21777 \backslash
21778 renewenvironment{lyxgreyedout}
21779 \end_layout
21780
21781 \begin_layout Standard
21782
21783 {
21784 \backslash
21785 textcolor{blue}
21786 \backslash
21787 bgroup}{
21788 \backslash
21789 egroup}
21790 \end_layout
21791
21792 \end_inset
21793
21794
21795 \begin_inset Note Note
21796 status collapsed
21797
21798 \begin_layout Standard
21799 The greyed out note is here redefined to show it with the original LyX definitio
21800 n because greyed out notes are redefined in the preamble of this document,
21801  as described below, to have blue text.
21802 \end_layout
21803
21804 \end_inset
21805
21806
21807 \newline
21808
21809 \newline
21810 As you can see in the example, the first line of greyed out notes is a bit
21811  indented and greyed out notes can have footnotes.
21812 \end_layout
21813
21814 \begin_layout Description
21815 Framed This note will appear in the output as framed text.
21816  Its note-box looks like this:
21817 \newline
21818
21819 \newline
21820
21821 \begin_inset Graphics
21822         filename clipart/FramedNoteImageQt4.png
21823         display none
21824         scale 85
21825         scaleBeforeRotation
21826
21827 \end_inset
21828
21829  
21830 \begin_inset Note Framed
21831 status open
21832
21833 \begin_layout Standard
21834 This is text in a note box that appears framed in the output.
21835 \end_layout
21836
21837 \end_inset
21838
21839  In contrary to framed boxes
21840 \begin_inset Foot
21841 status collapsed
21842
21843 \begin_layout Standard
21844 Framed boxes are described in section\InsetSpace ~
21845
21846 \begin_inset LatexCommand ref
21847 reference "sec:Framed-Boxes"
21848
21849 \end_inset
21850
21851 .
21852 \end_layout
21853
21854 \end_inset
21855
21856  the frame uses always the whole text width and the note is set into its
21857  own paragraph.
21858 \end_layout
21859
21860 \begin_layout Description
21861 Shaded This note will appear in the output with red background color.
21862  Its note box looks like this:
21863 \newline
21864
21865 \newline
21866
21867 \begin_inset Graphics
21868         filename clipart/ShadedNoteImageQt4.png
21869         display none
21870         scale 85
21871         scaleBeforeRotation
21872
21873 \end_inset
21874
21875
21876 \begin_inset Note Shaded
21877 status open
21878
21879 \begin_layout Standard
21880 This text in a note box appears in the output with red background.
21881 \end_layout
21882
21883 \end_inset
21884
21885 In contrary to colored boxes
21886 \begin_inset Foot
21887 status collapsed
21888
21889 \begin_layout Standard
21890 Colored boxes are described in section\InsetSpace ~
21891
21892 \begin_inset LatexCommand ref
21893 reference "sec:Colored-Boxes"
21894
21895 \end_inset
21896
21897 .
21898 \end_layout
21899
21900 \end_inset
21901
21902  the note uses always the whole text width and the note is set into its
21903  own paragraph.
21904 \end_layout
21905
21906 \begin_layout Standard
21907 \begin_inset VSpace bigskip
21908 \end_inset
21909
21910 When you use the toolbar button 
21911 \begin_inset Graphics
21912         filename ../images/note-insert.png
21913         scale 85
21914         scaleBeforeRotation
21915
21916 \end_inset
21917
21918  to insert notes, a 
21919 \family sans
21920 LyX\InsetSpace ~
21921 Note
21922 \family default
21923  is inserted.
21924  You can switch between the five note types by right-clicking on the note-box.
21925  
21926 \family roman
21927 \series medium
21928 \bar no
21929 If you want to turn existing text into a note, mark it and click on the
21930  note
21931 \family default
21932 \series default
21933 \bar default
21934  toolbar 
21935 \family roman
21936 \series medium
21937 \bar no
21938 button
21939 \family default
21940 \series default
21941 \bar default
21942 .
21943 \end_layout
21944
21945 \begin_layout Standard
21946 \begin_inset VSpace bigskip
21947 \end_inset
21948
21949 You can change the text color of the greyed out notes in the preamble with
21950  the following command:
21951 \end_layout
21952
21953 \begin_layout Standard
21954
21955 \series bold
21956
21957 \backslash
21958 renewenvironment{lyxgreyedout}
21959 \newline
21960
21961 \begin_inset ERT
21962 status collapsed
21963
21964 \begin_layout Standard
21965
21966
21967 \backslash
21968 hphantom{ }
21969 \end_layout
21970
21971 \end_inset
21972
21973 {
21974 \backslash
21975 textcolor{color}
21976 \backslash
21977 bgroup}{
21978 \backslash
21979 egroup}
21980 \end_layout
21981
21982 \begin_layout Standard
21983 The available colors and the method to define own colors is explained in
21984  section\InsetSpace ~
21985
21986 \begin_inset LatexCommand ref
21987 reference "sec:Colored-Tables"
21988
21989 \end_inset
21990
21991 .
21992 \end_layout
21993
21994 \begin_layout Standard
21995 Notes that appear in blue in this document are set using greyed out notes
21996  with blue text.
21997 \end_layout
21998
21999 \begin_layout Standard
22000 \begin_inset VSpace bigskip
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Standard
22007 The text style of 
22008 \family sans
22009 Framed
22010 \family default
22011  and 
22012 \family sans
22013 Shaded
22014 \family default
22015  notes can be set in the 
22016 \family sans
22017 Text Style
22018 \family default
22019  dialog.
22020 \end_layout
22021
22022 \begin_layout Standard
22023 The default frame width for 
22024 \family sans
22025 Framed
22026 \family default
22027  notes is 0.4\InsetSpace \thinspace{}
22028 pt; it can be changed by changing the size 
22029 \series bold
22030
22031 \backslash
22032 FrameRule
22033 \series default
22034 .
22035  The default space between the note content and the frame is 9\InsetSpace \thinspace{}
22036 pt; it can
22037  be changed by changing the size 
22038 \series bold
22039
22040 \backslash
22041 FrameSep
22042 \series default
22043 .
22044  For example the frame appearance of the following 
22045 \family sans
22046 Framed
22047 \family default
22048  note is set with the ERT commands
22049 \end_layout
22050
22051 \begin_layout Standard
22052
22053 \series bold
22054
22055 \backslash
22056 FrameRule 5pt 
22057 \backslash
22058 FrameSep 0.5cm
22059 \end_layout
22060
22061 \begin_layout Standard
22062 \begin_inset ERT
22063 status collapsed
22064
22065 \begin_layout Standard
22066
22067
22068 \backslash
22069 FrameRule 5pt 
22070 \backslash
22071 FrameSep 0.5cm
22072 \end_layout
22073
22074 \end_inset
22075
22076
22077 \begin_inset Note Framed
22078 status open
22079
22080 \begin_layout Standard
22081 This is text in a 
22082 \family sans
22083 Framed
22084 \family default
22085  note.
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \begin_inset ERT
22092 status collapsed
22093
22094 \begin_layout Standard
22095
22096
22097 \backslash
22098 FrameRule 0.4pt 
22099 \backslash
22100 FrameSep 9pt
22101 \end_layout
22102
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \begin_layout Standard
22109 \begin_inset VSpace bigskip
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \begin_layout Standard
22116 For 
22117 \family sans
22118 Shaded
22119 \family default
22120  notes the default space between the note content and the note border is
22121  3\InsetSpace \thinspace{}
22122 pt; it can be changed by changing the size 
22123 \series bold
22124
22125 \backslash
22126 fboxsep
22127 \series default
22128 .
22129 \newline
22130 The default background color red can be changed with the command 
22131 \series bold
22132
22133 \backslash
22134 def\SpecialChar \textcompwordmark{}
22135 inecolor{shadebox}
22136 \series default
22137 .
22138  The scheme of the 
22139 \series bold
22140
22141 \backslash
22142 def\SpecialChar \textcompwordmark{}
22143 inecolor
22144 \series default
22145  command is explained in section\InsetSpace ~
22146
22147 \begin_inset LatexCommand ref
22148 reference "sec:Colored-Tables"
22149
22150 \end_inset
22151
22152
22153 \begin_inset Foot
22154 status collapsed
22155
22156 \begin_layout Standard
22157 Note that 
22158 \series bold
22159
22160 \backslash
22161 def
22162 \series default
22163 \SpecialChar \textcompwordmark{}
22164
22165 \series bold
22166 inecolor
22167 \series default
22168  requires the LaTeX-package 
22169 \series bold
22170 color
22171 \series default
22172  in the preamble, see section\InsetSpace ~
22173
22174 \begin_inset LatexCommand ref
22175 reference "sec:Colored-Boxes"
22176
22177 \end_inset
22178
22179 .
22180 \end_layout
22181
22182 \end_inset
22183
22184 .
22185 \end_layout
22186
22187 \begin_layout Standard
22188 For example the appearance of the following 
22189 \family sans
22190 Shaded
22191 \family default
22192  note is set with the ERT commands
22193 \end_layout
22194
22195 \begin_layout Standard
22196
22197 \series bold
22198
22199 \backslash
22200 fboxsep 0.5cm
22201 \series default
22202
22203 \newline
22204
22205 \series bold
22206
22207 \backslash
22208 def\SpecialChar \textcompwordmark{}
22209 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
22210 \end_layout
22211
22212 \begin_layout Standard
22213 \begin_inset ERT
22214 status collapsed
22215
22216 \begin_layout Standard
22217
22218
22219 \backslash
22220 fboxsep 0.5cm
22221 \end_layout
22222
22223 \end_inset
22224
22225
22226 \begin_inset ERT
22227 status collapsed
22228
22229 \begin_layout Standard
22230
22231
22232 \backslash
22233 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
22234 \end_layout
22235
22236 \end_inset
22237
22238
22239 \begin_inset Note Shaded
22240 status open
22241
22242 \begin_layout Standard
22243
22244 \color yellow
22245 This is yellow text in a
22246 \color none
22247  
22248 \family sans
22249 \color yellow
22250 Shaded
22251 \family default
22252 \color none
22253  
22254 \color yellow
22255 note with darkgreen background.
22256 \end_layout
22257
22258 \end_inset
22259
22260
22261 \begin_inset ERT
22262 status collapsed
22263
22264 \begin_layout Standard
22265
22266
22267 \backslash
22268 fboxsep 3pt
22269 \end_layout
22270
22271 \end_inset
22272
22273
22274 \begin_inset ERT
22275 status collapsed
22276
22277 \begin_layout Standard
22278
22279
22280 \backslash
22281 definecolor{shadecolor}{rgb}{1,0,0}
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Section
22290 Footnotes
22291 \begin_inset LatexCommand label
22292 name "sec:Footnotes"
22293
22294 \end_inset
22295
22296
22297 \begin_inset LatexCommand index
22298 name "Notes ! Footnotes"
22299
22300 \end_inset
22301
22302
22303 \begin_inset LatexCommand index
22304 name "Footnotes"
22305
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \begin_layout Standard
22312 Footnotes can be inserted using the toolbar button 
22313 \begin_inset Graphics
22314         filename ../images/footnote-insert.png
22315         scale 85
22316         scaleBeforeRotation
22317
22318 \end_inset
22319
22320  or the menu 
22321 \family sans
22322 Insert\SpecialChar \menuseparator
22323 Footnote
22324 \family default
22325 .
22326  
22327 \family roman
22328 \series medium
22329 \bar no
22330 You'll see
22331 \family default
22332 \series default
22333 \bar default
22334  then the following footnote-box: 
22335 \begin_inset Graphics
22336         filename clipart/footnoteQt4.png
22337         scale 80
22338         scaleBeforeRotation
22339
22340 \end_inset
22341
22342  
22343 \family roman
22344 \series medium
22345 \bar no
22346 where you can enter the footnote text.
22347  If you want to turn existing text into a footnote, mark it and click on
22348  the footnote
22349 \family default
22350 \series default
22351 \bar default
22352  toolbar 
22353 \family roman
22354 \series medium
22355 \bar no
22356 button
22357 \family default
22358 \series default
22359 \bar default
22360 .
22361 \end_layout
22362
22363 \begin_layout Standard
22364 Here is an example footnote:
22365 \family roman
22366 \series medium
22367 \bar no
22368
22369 \begin_inset Foot
22370 status open
22371
22372 \begin_layout Standard
22373 \begin_inset LatexCommand label
22374 name "foot:This-is-an"
22375
22376 \end_inset
22377
22378 This is an example footnote.
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \family default
22385 \series default
22386 \bar default
22387
22388 \begin_inset ERT
22389 status collapsed
22390
22391 \begin_layout Standard
22392
22393
22394 \backslash
22395 newcounter{MyRepeatFoot}
22396 \end_layout
22397
22398 \begin_layout Standard
22399
22400
22401 \backslash
22402 setcounter{MyRepeatFoot}{
22403 \backslash
22404 thefootnote}
22405 \end_layout
22406
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \begin_layout Standard
22413 The footnote will appear in the output as a superscript number at the text
22414  position where the footnote box is placed.
22415  The footnote text is placed at the bottom of the current page.
22416  The footnote number is calculated by LaTeX, the numbers are consecutive.
22417  It depends on your document-class, if the footnote number is reset for
22418  every chapter.
22419 \end_layout
22420
22421 \begin_layout Standard
22422 Footnotes can be referenced like floats: Insert a label into the footnote
22423  and cross-reference this label in the text as described in section\InsetSpace ~
22424
22425 \begin_inset LatexCommand ref
22426 reference "sec:Referencing-Floats"
22427
22428 \end_inset
22429
22430 .
22431 \newline
22432 This is a cross-reference of Footnote\InsetSpace ~
22433
22434 \begin_inset LatexCommand ref
22435 reference "foot:This-is-an"
22436
22437 \end_inset
22438
22439 .
22440 \end_layout
22441
22442 \begin_layout Standard
22443 \begin_inset VSpace defskip
22444 \end_inset
22445
22446 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
22447
22448 \begin_inset LatexCommand ref
22449 reference "sec:Minipages"
22450
22451 \end_inset
22452
22453 .
22454  Footnotes within longtables are described in section\InsetSpace ~
22455
22456 \begin_inset LatexCommand ref
22457 reference "sub:Footnotes-in-Longtables"
22458
22459 \end_inset
22460
22461 .
22462 \end_layout
22463
22464 \begin_layout Standard
22465 \begin_inset VSpace defskip
22466 \end_inset
22467
22468 To create only a mark for a footnote, use the command 
22469 \series bold
22470
22471 \backslash
22472 footnotemark[number]
22473 \series default
22474  in ERT.
22475  This is used when you have the same annotation several times in a text
22476  but doesn't want to print the footnote text every time.
22477 \newline
22478 As you don't know
22479  the number of the repeating footnote while you are writing the text, you
22480  have to store its number.
22481  For the following footnote mark example, these commands were inserted in
22482  ERT behind Footnote\InsetSpace ~
22483
22484 \begin_inset LatexCommand ref
22485 reference "foot:This-is-an"
22486
22487 \end_inset
22488
22489  to store the footnote number:
22490 \end_layout
22491
22492 \begin_layout Standard
22493
22494 \series bold
22495
22496 \backslash
22497 newcounter{MyRepeatFoot}
22498 \newline
22499
22500 \backslash
22501 setcounter{MyRepeatFoot}{
22502 \backslash
22503 thefootnote}
22504 \end_layout
22505
22506 \begin_layout Standard
22507 The footnote mark was then created with this command:
22508 \end_layout
22509
22510 \begin_layout Standard
22511
22512 \series bold
22513
22514 \backslash
22515 footnotemark[
22516 \backslash
22517 theMyRepeatFoot]
22518 \end_layout
22519
22520 \begin_layout Standard
22521 Here is an example footnote mark:
22522 \family roman
22523 \series medium
22524 \bar no
22525
22526 \begin_inset ERT
22527 status collapsed
22528
22529 \begin_layout Standard
22530
22531
22532 \backslash
22533 footnotemark[
22534 \backslash
22535 theMyRepeatFoot]
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \begin_layout Subsection
22544 Footnote Numbering
22545 \begin_inset LatexCommand label
22546 name "sub:Footnote-Numbering"
22547
22548 \end_inset
22549
22550
22551 \begin_inset LatexCommand index
22552 name "Footnotes ! Numbering"
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Standard
22560 To reset the footnote number back to 1 after each section
22561 \family roman
22562 , add this command to your document preamble:
22563 \end_layout
22564
22565 \begin_layout Standard
22566
22567 \series bold
22568
22569 \backslash
22570 @addtoreset{footnote}{section}
22571 \end_layout
22572
22573 \begin_layout Standard
22574 \begin_inset VSpace bigskip
22575 \end_inset
22576
22577 The following preamble command changes the footnote numbering style to small
22578  roman numerals:
22579 \end_layout
22580
22581 \begin_layout Standard
22582
22583 \series bold
22584
22585 \backslash
22586 renewcommand{
22587 \backslash
22588 thefootnote}{
22589 \backslash
22590 roman{footnote}}
22591 \end_layout
22592
22593 \begin_layout Standard
22594 \begin_inset ERT
22595 status collapsed
22596
22597 \begin_layout Standard
22598
22599
22600 \backslash
22601 renewcommand{
22602 \backslash
22603 thefootnote}{
22604 \backslash
22605 roman{footnote}}
22606 \end_layout
22607
22608 \end_inset
22609
22610  This is a footnote with roman numbering:
22611 \begin_inset Foot
22612 status open
22613
22614 \begin_layout Standard
22615 This is an example footnote with roman numbering.
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \begin_layout Standard
22624 To change the numbering style to capital roman numerals replace in the command
22625  above 
22626 \series bold
22627
22628 \backslash
22629 roman
22630 \series default
22631  by 
22632 \series bold
22633
22634 \backslash
22635 Roman
22636 \series default
22637 .
22638  To 
22639 \begin_inset Quotes eld
22640 \end_inset
22641
22642 number
22643 \begin_inset Quotes erd
22644 \end_inset
22645
22646  footnotes with capital or small Latin letters use 
22647 \series bold
22648
22649 \backslash
22650 Alph
22651 \series default
22652  or 
22653 \series bold
22654
22655 \backslash
22656 alph
22657 \series default
22658 , respectively.
22659  To 
22660 \begin_inset Quotes eld
22661 \end_inset
22662
22663 number
22664 \begin_inset Quotes erd
22665 \end_inset
22666
22667  footnotes with symbols use 
22668 \series bold
22669
22670 \backslash
22671 fnsymbol
22672 \series default
22673 .
22674 \end_layout
22675
22676 \begin_layout Standard
22677 \begin_inset Note Greyedout
22678 status open
22679
22680 \begin_layout Standard
22681
22682 \series bold
22683 Note:
22684 \series default
22685  You can only number 26 footnotes with Latin letters, because this numbering
22686  is limited to single letters.
22687 \end_layout
22688
22689 \end_inset
22690
22691
22692 \newline
22693
22694 \begin_inset Note Greyedout
22695 status open
22696
22697 \begin_layout Standard
22698
22699 \series bold
22700 Note:
22701 \series default
22702  You can only number 9 footnotes with symbols.
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Standard
22711 To return to the default numbering style when you changed to another one,
22712  use 
22713 \series bold
22714
22715 \backslash
22716 arabic
22717 \series default
22718  instead of 
22719 \series bold
22720
22721 \backslash
22722 roman
22723 \series default
22724  in the command above.
22725 \begin_inset ERT
22726 status collapsed
22727
22728 \begin_layout Standard
22729
22730
22731 \backslash
22732 renewcommand{
22733 \backslash
22734 thefootnote}{
22735 \backslash
22736 arabic{footnote}}
22737 \end_layout
22738
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \begin_layout Standard
22745 \begin_inset VSpace bigskip
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \begin_layout Standard
22752 If you want to have footnotes numbered in the scheme 
22753 \begin_inset Quotes eld
22754 \end_inset
22755
22756 chapter.footnote
22757 \begin_inset Quotes erd
22758 \end_inset
22759
22760 , add the following command to your document preamble:
22761 \end_layout
22762
22763 \begin_layout Standard
22764
22765 \series bold
22766
22767 \backslash
22768 numberwithin{footnote}{chapter}
22769 \end_layout
22770
22771 \begin_layout Standard
22772 To be able to use the command 
22773 \series bold
22774
22775 \backslash
22776 numberwithin
22777 \series default
22778 , set in the tab 
22779 \family sans
22780 Math\InsetSpace ~
22781 Options
22782 \family default
22783  in the document settings the option 
22784 \family sans
22785 Use\InsetSpace ~
22786 AMS\InsetSpace ~
22787 math\InsetSpace ~
22788 package
22789 \family default
22790 .
22791 \end_layout
22792
22793 \begin_layout Standard
22794 \begin_inset ERT
22795 status collapsed
22796
22797 \begin_layout Standard
22798
22799
22800 \backslash
22801 numberwithin{footnote}{chapter}
22802 \end_layout
22803
22804 \end_inset
22805
22806 This is another example footnote:
22807 \series bold
22808
22809 \begin_inset Foot
22810 status open
22811
22812 \begin_layout Standard
22813 This is a footnote numbered in the scheme 
22814 \begin_inset Quotes eld
22815 \end_inset
22816
22817 chapter.footnote
22818 \begin_inset Quotes erd
22819 \end_inset
22820
22821 .
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \series default
22828
22829 \begin_inset ERT
22830 status collapsed
22831
22832 \begin_layout Standard
22833
22834
22835 \backslash
22836 renewcommand{
22837 \backslash
22838 thefootnote}{
22839 \backslash
22840 arabic{footnote}}
22841 \end_layout
22842
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \begin_layout Standard
22849 \begin_inset Note Greyedout
22850 status open
22851
22852 \begin_layout Standard
22853
22854 \series bold
22855 Note:
22856 \series default
22857  
22858 \series bold
22859
22860 \backslash
22861 numberwithin
22862 \series default
22863  always prints out the footnote number as arabic number; previous redefinitions
22864  to get non-arabic numbers are overwritten.
22865 \end_layout
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Standard
22873 So to get for example the scheme 
22874 \begin_inset Quotes eld
22875 \end_inset
22876
22877 chapter.
22878 \backslash
22879 Roman{footnote}
22880 \begin_inset Quotes erd
22881 \end_inset
22882
22883 , use this command instead of 
22884 \series bold
22885
22886 \backslash
22887 numberwithin
22888 \series default
22889 :
22890 \end_layout
22891
22892 \begin_layout Standard
22893
22894 \series bold
22895
22896 \backslash
22897 renewcommand{
22898 \backslash
22899 thefootnote}{
22900 \backslash
22901 thechapter.
22902 \backslash
22903 Roman{footnote}}
22904 \end_layout
22905
22906 \begin_layout Subsection
22907 Footnote Placement
22908 \begin_inset LatexCommand index
22909 name "Footnotes ! Placement"
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \begin_layout Standard
22917 If you have several footnotes in one page, they appear without vertical
22918  space between them at the bottom of the page.
22919  To make them better readable you can e.\InsetSpace \thinspace{}
22920 g.\InsetSpace ~
22921 add 1.5\InsetSpace \thinspace{}
22922 mm space with the following
22923  preamble command:
22924 \end_layout
22925
22926 \begin_layout Standard
22927
22928 \series bold
22929
22930 \backslash
22931 let
22932 \backslash
22933 myFoot
22934 \backslash
22935 footnote
22936 \newline
22937
22938 \backslash
22939 renewcommand{
22940 \backslash
22941 footnote}[1]{
22942 \backslash
22943 myFoot{#1
22944 \backslash
22945 vspace{1.5mm}}}
22946 \end_layout
22947
22948 \begin_layout Standard
22949 \begin_inset VSpace bigskip
22950 \end_inset
22951
22952 In a two-column document the footnotes appear at the bottom of every column,
22953  see Figure\InsetSpace ~
22954
22955 \begin_inset LatexCommand ref
22956 reference "fig:Standard-footnote-placement"
22957
22958 \end_inset
22959
22960 .
22961  If the footnotes should only appear at the bottom of the right column,
22962  as in Figure\InsetSpace ~
22963
22964 \begin_inset LatexCommand ref
22965 reference "fig:Footnote-placement-in"
22966
22967 \end_inset
22968
22969 , use the LaTeX-package 
22970 \series bold
22971 ftnright
22972 \series default
22973
22974 \begin_inset LatexCommand index
22975 name "LaTeX-packages ! ftnright"
22976
22977 \end_inset
22978
22979  with this command in the document preamble:
22980 \end_layout
22981
22982 \begin_layout Standard
22983
22984 \series bold
22985
22986 \backslash
22987 usepackage{ftnright}
22988 \end_layout
22989
22990 \begin_layout Standard
22991 \begin_inset Float figure
22992 placement !h
22993 wide false
22994 sideways false
22995 status open
22996
22997 \begin_layout Standard
22998 \begin_inset ERT
22999 status collapsed
23000
23001 \begin_layout Standard
23002
23003
23004 \backslash
23005 framebox{
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \begin_inset Graphics
23012         filename clipart/without_fntright.pdf
23013         width 100col%
23014         scaleBeforeRotation
23015
23016 \end_inset
23017
23018
23019 \begin_inset ERT
23020 status collapsed
23021
23022 \begin_layout Standard
23023
23024 }
23025 \end_layout
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 \begin_inset Caption
23034
23035 \begin_layout Standard
23036 \begin_inset LatexCommand label
23037 name "fig:Standard-footnote-placement"
23038
23039 \end_inset
23040
23041 Standard footnote placement in two-column documents.
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \begin_layout Standard
23055 \begin_inset Float figure
23056 placement !h
23057 wide false
23058 sideways false
23059 status open
23060
23061 \begin_layout Standard
23062 \begin_inset ERT
23063 status collapsed
23064
23065 \begin_layout Standard
23066
23067
23068 \backslash
23069 framebox{
23070 \end_layout
23071
23072 \end_inset
23073
23074
23075 \begin_inset Graphics
23076         filename clipart/with_fntright.pdf
23077         width 100col%
23078         scaleBeforeRotation
23079
23080 \end_inset
23081
23082
23083 \begin_inset ERT
23084 status collapsed
23085
23086 \begin_layout Standard
23087
23088 }
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Standard
23097 \begin_inset Caption
23098
23099 \begin_layout Standard
23100 \begin_inset LatexCommand label
23101 name "fig:Footnote-placement-in"
23102
23103 \end_inset
23104
23105 Footnote placement in two-column documents when the LaTeX-package 
23106 \series bold
23107 ftnright
23108 \series default
23109  is used.
23110 \end_layout
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 \begin_inset VSpace bigskip
23124 \end_inset
23125
23126 In some scientific literature it is usual to collect the footnotes and print
23127  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
23128
23129 \begin_inset LatexCommand ref
23130 reference "fig:Endnotes----footnotes"
23131
23132 \end_inset
23133
23134 .
23135  They are then so called 
23136 \begin_inset Quotes eld
23137 \end_inset
23138
23139 endnotes
23140 \begin_inset Quotes erd
23141 \end_inset
23142
23143 .
23144  To use endnotes instead of footnotes in your document, load the LaTeX-package
23145  
23146 \series bold
23147 endnotes
23148 \series default
23149
23150 \begin_inset LatexCommand index
23151 name "LaTeX-packages ! endnotes"
23152
23153 \end_inset
23154
23155  with the document preamble lines
23156 \end_layout
23157
23158 \begin_layout Standard
23159
23160 \series bold
23161
23162 \backslash
23163 usepackage{endnotes}
23164 \newline
23165
23166 \backslash
23167 let
23168 \backslash
23169 footnote
23170 \backslash
23171 endnote
23172 \end_layout
23173
23174 \begin_layout Standard
23175 To insert the collected footnotes, insert the command
23176 \end_layout
23177
23178 \begin_layout Standard
23179
23180 \series bold
23181
23182 \backslash
23183 theendnotes
23184 \end_layout
23185
23186 \begin_layout Standard
23187 in ERT at the the end of a section or chapter.
23188 \end_layout
23189
23190 \begin_layout Standard
23191 \begin_inset Float figure
23192 wide false
23193 sideways false
23194 status open
23195
23196 \begin_layout Standard
23197 \align center
23198 \begin_inset ERT
23199 status collapsed
23200
23201 \begin_layout Standard
23202
23203
23204 \backslash
23205 framebox{
23206 \end_layout
23207
23208 \end_inset
23209
23210
23211 \begin_inset Graphics
23212         filename clipart/endnotes.pdf
23213         scaleBeforeRotation
23214
23215 \end_inset
23216
23217
23218 \begin_inset ERT
23219 status collapsed
23220
23221 \begin_layout Standard
23222
23223 }
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset Caption
23233
23234 \begin_layout Standard
23235 \begin_inset LatexCommand label
23236 name "fig:Endnotes----footnotes"
23237
23238 \end_inset
23239
23240 Endnotes -- footnotes are printed in a separate paragraph at the end of
23241  sections or chapters.
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \begin_layout Standard
23255 \begin_inset VSpace medskip
23256 \end_inset
23257
23258 The paragraph heading for the endnotes isn't automatically translated into
23259  the document language, this must be done manually.
23260  The following preamble command translate the default English name 
23261 \begin_inset Quotes eld
23262 \end_inset
23263
23264 Notes
23265 \begin_inset Quotes erd
23266 \end_inset
23267
23268  to the German translation 
23269 \begin_inset Quotes eld
23270 \end_inset
23271
23272 Anmerkungen
23273 \begin_inset Quotes erd
23274 \end_inset
23275
23276 :
23277 \end_layout
23278
23279 \begin_layout Standard
23280
23281 \series bold
23282
23283 \backslash
23284 renewcommand{
23285 \backslash
23286 notesname}{Anmerkungen}
23287 \end_layout
23288
23289 \begin_layout Standard
23290 \begin_inset VSpace medskip
23291 \end_inset
23292
23293 The numbering of endnotes can be changed like the footnote numbering as
23294  described in section\InsetSpace ~
23295
23296 \begin_inset LatexCommand ref
23297 reference "sub:Footnote-Numbering"
23298
23299 \end_inset
23300
23301 ; just replace the command 
23302 \series bold
23303
23304 \backslash
23305 thefootnote
23306 \series default
23307  by 
23308 \series bold
23309
23310 \backslash
23311 theendnote
23312 \series default
23313 .
23314  To reset the endnote number use the command 
23315 \series bold
23316
23317 \backslash
23318 @addtoreset
23319 \series default
23320  as described in section\InsetSpace ~
23321
23322 \begin_inset LatexCommand ref
23323 reference "sub:Footnote-Numbering"
23324
23325 \end_inset
23326
23327  and replace the command parameter 
23328 \series bold
23329 footnote
23330 \series default
23331  by 
23332 \series bold
23333 endnote
23334 \series default
23335 .
23336 \end_layout
23337
23338 \begin_layout Standard
23339 To create only a mark for an endnote, use the command 
23340 \series bold
23341
23342 \backslash
23343 endnotemark[number]
23344 \series default
23345  similar to the command 
23346 \series bold
23347
23348 \backslash
23349 footnotemark
23350 \series default
23351 , described in section\InsetSpace ~
23352
23353 \begin_inset LatexCommand ref
23354 reference "sec:Footnotes"
23355
23356 \end_inset
23357
23358 .
23359 \end_layout
23360
23361 \begin_layout Standard
23362 \begin_inset VSpace bigskip
23363 \end_inset
23364
23365 Footnotes can also be placed in the page margin and the footnote text alignment
23366  can be changed, see the LaTeX-package 
23367 \series bold
23368 footmisc
23369 \series default
23370
23371 \begin_inset LatexCommand index
23372 name "LaTeX-packages ! footmisc"
23373
23374 \end_inset
23375
23376
23377 \begin_inset LatexCommand cite
23378 key "footmisc"
23379
23380 \end_inset
23381
23382  for more information about this.
23383 \end_layout
23384
23385 \begin_layout Standard
23386 For various further footnote formatting issues have a look at LaTeX-books,
23387  
23388 \begin_inset LatexCommand cite
23389 key "latexcompanion,latexguide,latexbook"
23390
23391 \end_inset
23392
23393 .
23394 \end_layout
23395
23396 \begin_layout Section
23397 Margin Notes
23398 \begin_inset LatexCommand index
23399 name "Notes ! Margin Notes"
23400
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \begin_layout Standard
23407 Margin notes look and behave in LyX like footnotes.
23408  They are inserted via the menu 
23409 \family sans
23410 Insert\SpecialChar \menuseparator
23411 Marginal\InsetSpace ~
23412 Note
23413 \family default
23414  or the toolbar button 
23415 \begin_inset Graphics
23416         filename ../images/marginalnote-insert.png
23417         scale 85
23418         scaleBeforeRotation
23419
23420 \end_inset
23421
23422 .
23423  A grey 
23424 \family roman
23425 \series medium
23426 box with the
23427 \family default
23428 \series default
23429  red 
23430 \family roman
23431 \series medium
23432 label 
23433 \begin_inset Quotes eld
23434 \end_inset
23435
23436 margin
23437 \begin_inset Quotes erd
23438 \end_inset
23439
23440  appears where you can enter the text of the margin note.
23441 \end_layout
23442
23443 \begin_layout Standard
23444 At the side is an example margin note.
23445 \family roman
23446 \series medium
23447
23448 \begin_inset Marginal
23449 status open
23450
23451 \begin_layout Standard
23452 This is a margin note.
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \begin_layout Standard
23461 Margin notes appear at the right side in single-sided documents.
23462  In double-sided documents they appear in the outer margin -- left on even
23463  pages, right on odd pages.
23464  The text of margin notes is aligned opposite to the outer margin -- right-align
23465 ed when the note appears in the left margin.
23466  The first line of the margin note is placed at the position of the text
23467  line where it is inserted in the document.
23468 \end_layout
23469
23470 \begin_layout Standard
23471 \begin_inset VSpace bigskip
23472 \end_inset
23473
23474 To place the margin note in the inner margin, add the command
23475 \end_layout
23476
23477 \begin_layout Standard
23478
23479 \series bold
23480
23481 \backslash
23482 reversemarginpar
23483 \end_layout
23484
23485 \begin_layout Standard
23486 in ERT before a margin note.
23487  The new placement is valid for all following margin notes.
23488 \begin_inset ERT
23489 status collapsed
23490
23491 \begin_layout Standard
23492
23493
23494 \backslash
23495 reversemarginpar 
23496 \end_layout
23497
23498 \end_inset
23499
23500
23501 \begin_inset Marginal
23502 status open
23503
23504 \begin_layout Standard
23505 This is a margin note in the inner margin.
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \series bold
23512
23513 \newline
23514
23515 \series default
23516
23517 \begin_inset Note Greyedout
23518 status open
23519
23520 \begin_layout Standard
23521
23522 \series bold
23523 Note:
23524 \series default
23525  There is often not enough space in the inner margin so that the notes are
23526  not correctly displayed in the output.
23527 \end_layout
23528
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \begin_layout Standard
23535 To return to the default placement insert the command
23536 \end_layout
23537
23538 \begin_layout Standard
23539
23540 \series bold
23541
23542 \backslash
23543 normalmarginpar
23544 \end_layout
23545
23546 \begin_layout Standard
23547 in ERT.
23548 \begin_inset ERT
23549 status collapsed
23550
23551 \begin_layout Standard
23552
23553
23554 \backslash
23555 normalmarginpar 
23556 \end_layout
23557
23558 \end_inset
23559
23560  
23561 \begin_inset Note Greyedout
23562 status open
23563
23564 \begin_layout Standard
23565
23566 \series bold
23567 Note:
23568 \series default
23569  The command is ignored when it is within a paragraph where also the command
23570  
23571 \series bold
23572
23573 \backslash
23574 reversemarginpar
23575 \series default
23576  is inserted.
23577 \end_layout
23578
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \begin_layout Standard
23585 \begin_inset VSpace bigskip
23586 \end_inset
23587
23588
23589 \family roman
23590 \series medium
23591
23592 \begin_inset Marginal
23593 status open
23594
23595 \begin_layout Standard
23596 AVeryLongMarginParWord that isn't hyphenated.
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \family default
23603 \series default
23604 Similar to the case described in section\InsetSpace ~
23605
23606 \begin_inset LatexCommand ref
23607 reference "sub:Multiple-Lines-in"
23608
23609 \end_inset
23610
23611 , long words cannot be hyphenated when they are the first word in a margin
23612  note.
23613  To avoid this, insert the command
23614 \end_layout
23615
23616 \begin_layout Standard
23617
23618 \series bold
23619
23620 \backslash
23621 hspace{0pt}
23622 \end_layout
23623
23624 \begin_layout Standard
23625 in ERT before the word
23626 \family roman
23627 \series medium
23628 .
23629 \begin_inset Marginal
23630 status open
23631
23632 \begin_layout Standard
23633 \begin_inset ERT
23634 status collapsed
23635
23636 \begin_layout Standard
23637
23638
23639 \backslash
23640 hspace{0pt}
23641 \end_layout
23642
23643 \end_inset
23644
23645 AVeryLongMarginParWord that is hyphenated.
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 \begin_inset VSpace bigskip
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Standard
23661 \begin_inset Note Greyedout
23662 status open
23663
23664 \begin_layout Standard
23665
23666 \series bold
23667 Note:
23668 \series default
23669  Margin notes can normally not be used inside tables, floats, and footnotes.
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset VSpace bigskip
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \begin_layout Standard
23685 \begin_inset ERT
23686 status collapsed
23687
23688 \begin_layout Standard
23689
23690
23691 \backslash
23692 ifmarginnote
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \begin_inset Note Note
23699 status open
23700
23701 \begin_layout Standard
23702 The following section will only be displayed when you have the LaTeX-package
23703  
23704 \series bold
23705 marginnote
23706 \series default
23707  is installed.
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \begin_layout Standard
23716 This restriction can be evaded by using the LaTeX-package 
23717 \series bold
23718 marginnote
23719 \series default
23720
23721 \begin_inset LatexCommand index
23722 name "LaTeX-packages ! marginnote"
23723
23724 \end_inset
23725
23726 .
23727  By adding these two lines to your document preamble, the command used by
23728  LyX for margin notes is redefined to use the command provided by the 
23729 \series bold
23730 marginnote
23731 \series default
23732 -package:
23733 \end_layout
23734
23735 \begin_layout Standard
23736
23737 \series bold
23738
23739 \backslash
23740 usepackage{marginnote}
23741 \newline
23742
23743 \backslash
23744 let
23745 \backslash
23746 marginpar
23747 \backslash
23748 marginnote
23749 \end_layout
23750
23751 \begin_layout Standard
23752 This is also used in this document because 
23753 \series bold
23754 marginnote
23755 \series default
23756  has another useful feature: You can set a vertical offset for the note.
23757  This is often needed when too many margin notes are too close together
23758  or for a better page layout.
23759  The offset is set in LyX as ERT directly behind the margin note in the
23760  scheme
23761 \end_layout
23762
23763 \begin_layout Standard
23764
23765 \series bold
23766 [offset]
23767 \end_layout
23768
23769 \begin_layout Standard
23770 where the offset is a length with one of the units listed in Table\InsetSpace ~
23771
23772 \begin_inset LatexCommand ref
23773 reference "tab:Units"
23774
23775 \end_inset
23776
23777 .
23778  A negative value shifts the note up, a positive value shifts it down.
23779  
23780 \family roman
23781 \series medium
23782 For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
23783 cm with
23784  the ERT-command 
23785 \begin_inset Quotes eld
23786 \end_inset
23787
23788
23789 \family default
23790 \series bold
23791 [-1.5cm]
23792 \family roman
23793 \series medium
23794
23795 \begin_inset Quotes erd
23796 \end_inset
23797
23798
23799 \begin_inset Marginal
23800 status open
23801
23802 \begin_layout Standard
23803 This margin note is shifted up 1.5\InsetSpace \thinspace{}
23804 cm from its original position.
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \family default
23811 \series default
23812
23813 \begin_inset ERT
23814 status collapsed
23815
23816 \begin_layout Standard
23817
23818 [-1.5cm]
23819 \end_layout
23820
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \begin_layout Standard
23827 \begin_inset VSpace medskip
23828 \end_inset
23829
23830 With 
23831 \series bold
23832 marginnote
23833 \series default
23834  you can also change the alignment of the text in the margin note.
23835  For example the commands
23836 \end_layout
23837
23838 \begin_layout Standard
23839
23840 \series bold
23841
23842 \backslash
23843 renewcommand*{
23844 \backslash
23845 raggedleftmarginnote}{
23846 \backslash
23847 centering}
23848 \newline
23849
23850 \backslash
23851 renewcommand*{
23852 \backslash
23853 raggedrightmarginnote}{
23854 \backslash
23855 centering}
23856 \end_layout
23857
23858 \begin_layout Standard
23859 set the alignment to centered.
23860  
23861 \series bold
23862
23863 \backslash
23864 raggedleftmarginnote
23865 \series default
23866  denotes margin notes that appear at the left side.
23867 \family roman
23868 \series medium
23869
23870 \begin_inset ERT
23871 status collapsed
23872
23873 \begin_layout Standard
23874
23875
23876 \backslash
23877 renewcommand*{
23878 \backslash
23879 raggedleftmarginnote}{
23880 \backslash
23881 centering}
23882 \end_layout
23883
23884 \begin_layout Standard
23885
23886
23887 \backslash
23888 renewcommand*{
23889 \backslash
23890 raggedrightmarginnote}{
23891 \backslash
23892 centering}
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \begin_inset Marginal
23899 status open
23900
23901 \begin_layout Standard
23902 The text of this margin note is centered.
23903 \end_layout
23904
23905 \end_inset
23906
23907
23908 \family default
23909 \series default
23910  The default is
23911 \end_layout
23912
23913 \begin_layout Standard
23914
23915 \series bold
23916
23917 \backslash
23918 renewcommand*{
23919 \backslash
23920 raggedleftmarginnote}{
23921 \backslash
23922 raggedleft}
23923 \newline
23924
23925 \backslash
23926 renewcommand*{
23927 \backslash
23928 raggedrightmarginnote}{
23929 \backslash
23930 raggedright}
23931 \family roman
23932 \series medium
23933
23934 \begin_inset ERT
23935 status collapsed
23936
23937 \begin_layout Standard
23938
23939
23940 \backslash
23941 renewcommand*{
23942 \backslash
23943 raggedleftmarginnote}{
23944 \backslash
23945 raggedleft}
23946 \end_layout
23947
23948 \begin_layout Standard
23949
23950
23951 \backslash
23952 renewcommand*{
23953 \backslash
23954 raggedrightmarginnote}{
23955 \backslash
23956 raggedright}
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \begin_layout Standard
23965 \begin_inset VSpace medskip
23966 \end_inset
23967
23968 For the other features of 
23969 \series bold
23970 marginnote
23971 \series default
23972  we refer to its documentation 
23973 \begin_inset LatexCommand cite
23974 key "marginnote"
23975
23976 \end_inset
23977
23978 .
23979 \end_layout
23980
23981 \begin_layout Standard
23982 \begin_inset VSpace bigskip
23983 \end_inset
23984
23985 You can adjust the layout of margin notes by changing its definition.
23986  To create for example a header for all margin notes with the underlined,
23987  sans-serif, and bold header text 
23988 \begin_inset Quotes eld
23989 \end_inset
23990
23991
23992 \family sans
23993 \series bold
23994 \bar under
23995 Attention!
23996 \family default
23997 \series default
23998 \bar default
23999
24000 \begin_inset Quotes erd
24001 \end_inset
24002
24003 , add this to your document preamble:
24004 \end_layout
24005
24006 \begin_layout Standard
24007
24008 \series bold
24009
24010 \backslash
24011 let
24012 \backslash
24013 myMarginpar
24014 \backslash
24015 marginpar
24016 \newline
24017
24018 \backslash
24019 renewcommand{
24020 \backslash
24021 marginpar}[1]{
24022 \backslash
24023 myMarginpar{%
24024 \newline
24025
24026 \begin_inset ERT
24027 status collapsed
24028
24029 \begin_layout Standard
24030
24031
24032 \backslash
24033 hphantom{ }
24034 \end_layout
24035
24036 \end_inset
24037
24038
24039 \backslash
24040 hspace{0pt}
24041 \backslash
24042 textsf{
24043 \backslash
24044 textbf{
24045 \backslash
24046 underbar{Attention!}}}%
24047 \newline
24048
24049 \begin_inset ERT
24050 status collapsed
24051
24052 \begin_layout Standard
24053
24054
24055 \backslash
24056 hphantom{ }
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \backslash
24063 vspace{1.5mm}
24064 \backslash
24065
24066 \backslash
24067 #1}}
24068 \end_layout
24069
24070 \begin_layout Standard
24071
24072 \family roman
24073 \series medium
24074 \begin_inset ERT
24075 status collapsed
24076
24077 \begin_layout Standard
24078
24079
24080 \backslash
24081 let
24082 \backslash
24083 myMarginpar
24084 \backslash
24085 marginpar
24086 \end_layout
24087
24088 \begin_layout Standard
24089
24090
24091 \backslash
24092 renewcommand{
24093 \backslash
24094 marginpar}[1]{
24095 \backslash
24096 myMarginpar{%
24097 \end_layout
24098
24099 \begin_layout Standard
24100
24101    
24102 \backslash
24103 textsf{
24104 \backslash
24105 textbf{
24106 \backslash
24107 underbar{Attention!}}}%
24108 \end_layout
24109
24110 \begin_layout Standard
24111
24112    
24113 \backslash
24114 vspace{1.5mm}
24115 \backslash
24116
24117 \backslash
24118 #1}}
24119 \end_layout
24120
24121 \end_inset
24122
24123
24124 \begin_inset Marginal
24125 status open
24126
24127 \begin_layout Standard
24128 This is a margin note with a defined heading.
24129 \end_layout
24130
24131 \end_inset
24132
24133
24134 \family default
24135 \series default
24136
24137 \begin_inset ERT
24138 status collapsed
24139
24140 \begin_layout Standard
24141
24142 [-1.5cm]
24143 \end_layout
24144
24145 \end_inset
24146
24147
24148 \family roman
24149 \series medium
24150
24151 \begin_inset ERT
24152 status collapsed
24153
24154 \begin_layout Standard
24155
24156
24157 \backslash
24158 renewcommand{
24159 \backslash
24160 marginpar}[1]{
24161 \backslash
24162 myMarginpar{#1}}
24163 \end_layout
24164
24165 \end_inset
24166
24167
24168 \family default
24169 \series default
24170
24171 \begin_inset Note Note
24172 status collapsed
24173
24174 \begin_layout Standard
24175 The margin note format is changed only for this example.
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \begin_layout Standard
24184 \begin_inset ERT
24185 status collapsed
24186
24187 \begin_layout Standard
24188
24189
24190 \backslash
24191 else
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \begin_inset Note Note
24198 status open
24199
24200 \begin_layout Standard
24201 The following will be displayed when the LaTeX-package 
24202 \series bold
24203 marginnote
24204 \series default
24205  is not installed:
24206 \end_layout
24207
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \begin_layout Standard
24214 You need to install the LaTeX-package 
24215 \series bold
24216 marginnote
24217 \series default
24218  to see the following part of this section in the output.
24219 \end_layout
24220
24221 \begin_layout Standard
24222 \begin_inset ERT
24223 status collapsed
24224
24225 \begin_layout Standard
24226
24227
24228 \backslash
24229 fi
24230 \end_layout
24231
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \begin_layout Chapter
24238 Boxes
24239 \end_layout
24240
24241 \begin_layout Section
24242 Introduction
24243 \begin_inset LatexCommand index
24244 name "Boxes ! Introduction"
24245
24246 \end_inset
24247
24248
24249 \end_layout
24250
24251 \begin_layout Standard
24252 Boxes are used to format a block of text.
24253  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
24254
24255 \begin_inset LatexCommand ref
24256 reference "sec:Minipages"
24257
24258 \end_inset
24259
24260 , to frame texts, see section\InsetSpace ~
24261
24262 \begin_inset LatexCommand ref
24263 reference "sec:Framed-Boxes"
24264
24265 \end_inset
24266
24267 , to prevent words to be hyphenated, see section\InsetSpace ~
24268
24269 \begin_inset LatexCommand ref
24270 reference "sec:Prevent-Hyphenation"
24271
24272 \end_inset
24273
24274 , to align text, see section\InsetSpace ~
24275
24276 \begin_inset LatexCommand ref
24277 reference "sub:Vertical-Alignment"
24278
24279 \end_inset
24280
24281 , or to set the background color of texts, see section\InsetSpace ~
24282
24283 \begin_inset LatexCommand ref
24284 reference "sec:Colored-Boxes"
24285
24286 \end_inset
24287
24288 .
24289 \end_layout
24290
24291 \begin_layout Standard
24292 Boxes can be inserted with the menu 
24293 \family sans
24294 Insert\SpecialChar \menuseparator
24295 Box
24296 \family default
24297 .
24298  A grey box with the label 
24299 \family sans
24300 Box (Minipage)
24301 \family default
24302
24303 \begin_inset Graphics
24304         filename clipart/BoxInsetDefaultQt4.png
24305         scale 85
24306         scaleBeforeRotation
24307
24308 \end_inset
24309
24310 , will be inserted.
24311  The box type can be specified by right-clicking on the box.
24312  The appearing box dialog offers the 
24313 \family sans
24314 Inner\InsetSpace ~
24315 Box
24316 \family default
24317  types 
24318 \family sans
24319 Parbox
24320 \family default
24321  and 
24322 \family sans
24323 Minipage
24324 \family default
24325 .
24326  The type 
24327 \family sans
24328 Minipage
24329 \family default
24330  is the default for new boxes and is explained in section\InsetSpace ~
24331
24332 \begin_inset LatexCommand ref
24333 reference "sec:Minipages"
24334
24335 \end_inset
24336
24337 ; the type 
24338 \family sans
24339 Parbox
24340 \family default
24341  is described in section\InsetSpace ~
24342
24343 \begin_inset LatexCommand ref
24344 reference "sec:Parboxes"
24345
24346 \end_inset
24347
24348 .
24349 \end_layout
24350
24351 \begin_layout Standard
24352 Boxes aren't numbered and can therefore not be referenced like floats or
24353  footnotes.
24354 \end_layout
24355
24356 \begin_layout Standard
24357 \begin_inset Note Greyedout
24358 status open
24359
24360 \begin_layout Standard
24361
24362 \series bold
24363 Note:
24364 \series default
24365  Due to a bug in LyX you have to insert a protected space behind a box when
24366  you want to separate in a line the box from the following text with a space.
24367 \end_layout
24368
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \begin_layout Standard
24375 \begin_inset Note Greyedout
24376 status open
24377
24378 \begin_layout Standard
24379
24380 \series bold
24381 Note:
24382 \series default
24383  Boxes must not be the item in an 
24384 \family sans
24385 Itemize
24386 \family default
24387  or 
24388 \family sans
24389 Description
24390 \family default
24391  environment.
24392 \end_layout
24393
24394 \end_inset
24395
24396
24397 \end_layout
24398
24399 \begin_layout Standard
24400 \begin_inset Note Greyedout
24401 status open
24402
24403 \begin_layout Standard
24404
24405 \series bold
24406 Note:
24407 \series default
24408  For an unknown reason you can only set the 
24409 \family sans
24410 Inner\InsetSpace ~
24411 Box
24412 \family default
24413  type to 
24414 \family sans
24415 None
24416 \family default
24417  when you use a framed box.
24418  Boxes without an 
24419 \family sans
24420 Inner\InsetSpace ~
24421 Box
24422 \family default
24423  type and without frames are explained in section\InsetSpace ~
24424
24425 \begin_inset LatexCommand ref
24426 reference "sec:Prevent-Hyphenation"
24427
24428 \end_inset
24429
24430 .
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Section
24439 Box Dialog
24440 \begin_inset LatexCommand label
24441 name "sec:Box-Dialog"
24442
24443 \end_inset
24444
24445
24446 \begin_inset LatexCommand index
24447 name "Boxes ! Box Dialog"
24448
24449 \end_inset
24450
24451
24452 \begin_inset LatexCommand index
24453 name "Boxes ! Alignment"
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \begin_layout Standard
24461 In the box dialog you can adjust the box geometry in the fields 
24462 \family sans
24463 Width
24464 \family default
24465  and 
24466 \family sans
24467 Height
24468 \family default
24469 .
24470  The available units for the geometry are explained in Table\InsetSpace ~
24471
24472 \begin_inset LatexCommand ref
24473 reference "tab:Units"
24474
24475 \end_inset
24476
24477 .
24478  The field 
24479 \family sans
24480 Heigth
24481 \family default
24482  offers the following additional sizes:
24483 \end_layout
24484
24485 \begin_layout Description
24486 Depth This is the plain text 
24487 \begin_inset Quotes eld
24488 \end_inset
24489
24490 height
24491 \begin_inset Quotes erd
24492 \end_inset
24493
24494 .
24495  It ignores the total depth when there are multiple text lines in the box:
24496 \newline
24497
24498 \newline
24499
24500 \newline
24501
24502 \begin_inset Box Boxed
24503 position "c"
24504 hor_pos "c"
24505 has_inner_box 1
24506 inner_pos "c"
24507 use_parbox 0
24508 width "12col%"
24509 special "none"
24510 height "1in"
24511 height_special "depth"
24512 status collapsed
24513
24514 \begin_layout Standard
24515 \align center
24516 Box height set to 1\InsetSpace \thinspace{}
24517 Depth
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \newline
24524
24525 \newline
24526
24527 \end_layout
24528
24529 \begin_layout Description
24530 Height This is the heigth of the text that is inside the box.
24531  A value of e.\InsetSpace \thinspace{}
24532 g.\InsetSpace ~
24533 2 for this size will set the box heigth to 2 times the text
24534  height: 
24535 \begin_inset Box Boxed
24536 position "c"
24537 hor_pos "c"
24538 has_inner_box 1
24539 inner_pos "c"
24540 use_parbox 0
24541 width "20col%"
24542 special "none"
24543 height "2in"
24544 height_special "height"
24545 status collapsed
24546
24547 \begin_layout Standard
24548 \align center
24549 Box height set to 2\InsetSpace \thinspace{}
24550 Height
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \begin_layout Description
24559 Total\InsetSpace ~
24560 Height This is the Height\InsetSpace \thinspace{}
24561 +\InsetSpace \thinspace{}
24562 Depth: 
24563 \begin_inset Box Boxed
24564 position "c"
24565 hor_pos "c"
24566 has_inner_box 1
24567 inner_pos "c"
24568 use_parbox 0
24569 width "20col%"
24570 special "none"
24571 height "1in"
24572 height_special "totalheight"
24573 status collapsed
24574
24575 \begin_layout Standard
24576 \align center
24577 Box height set to 1\InsetSpace \thinspace{}
24578 Total\InsetSpace ~
24579 Height
24580 \end_layout
24581
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Description
24588 Width This set the width of the box as heigth: 
24589 \begin_inset Box Boxed
24590 position "c"
24591 hor_pos "c"
24592 has_inner_box 1
24593 inner_pos "c"
24594 use_parbox 0
24595 width "12col%"
24596 special "none"
24597 height "1in"
24598 height_special "width"
24599 status collapsed
24600
24601 \begin_layout Standard
24602 \align center
24603 Box height set to 1\InsetSpace \thinspace{}
24604 Width
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 \begin_inset VSpace bigskip
24614 \end_inset
24615
24616 When you have chosen an 
24617 \family sans
24618 Inner\InsetSpace ~
24619 Box
24620 \family default
24621 , the vertical box alignment can be:
24622 \end_layout
24623
24624 \begin_layout Description
24625 Top This is an example text line.
24626  
24627 \begin_inset Box Boxed
24628 position "t"
24629 hor_pos "c"
24630 has_inner_box 1
24631 inner_pos "c"
24632 use_parbox 0
24633 width "12col%"
24634 special "none"
24635 height "1in"
24636 height_special "totalheight"
24637 status collapsed
24638
24639 \begin_layout Standard
24640 \align center
24641 This box is top-aligned.
24642 \end_layout
24643
24644 \end_inset
24645
24646 \InsetSpace ~
24647 This is an example text line.
24648 \end_layout
24649
24650 \begin_layout Description
24651 Middle This is an example text line.
24652  
24653 \begin_inset Box Boxed
24654 position "c"
24655 hor_pos "c"
24656 has_inner_box 1
24657 inner_pos "c"
24658 use_parbox 0
24659 width "12col%"
24660 special "none"
24661 height "1in"
24662 height_special "totalheight"
24663 status collapsed
24664
24665 \begin_layout Standard
24666 \align center
24667 This box is middle-aligned.
24668 \end_layout
24669
24670 \end_inset
24671
24672 \InsetSpace ~
24673 This is an example text line.
24674 \end_layout
24675
24676 \begin_layout Description
24677 Bottom This is an example text line.
24678  
24679 \begin_inset Box Boxed
24680 position "b"
24681 hor_pos "c"
24682 has_inner_box 1
24683 inner_pos "c"
24684 use_parbox 0
24685 width "12col%"
24686 special "none"
24687 height "1in"
24688 height_special "totalheight"
24689 status collapsed
24690
24691 \begin_layout Standard
24692 \align center
24693 This box is bottom-aligned.
24694 \end_layout
24695
24696 \end_inset
24697
24698 \InsetSpace ~
24699 This is an example text line.
24700 \end_layout
24701
24702 \begin_layout Standard
24703 The horizontal box alignment can be set via LyX's paragraph dialog when
24704  you set the box into its own paragraph.
24705 \end_layout
24706
24707 \begin_layout Standard
24708 \begin_inset VSpace bigskip
24709 \end_inset
24710
24711 When you have chosen an 
24712 \family sans
24713 Inner\InsetSpace ~
24714 Box
24715 \family default
24716 , the box content can be vertical aligned to:
24717 \end_layout
24718
24719 \begin_layout Description
24720 top This is an example text line.
24721  
24722 \begin_inset Box Boxed
24723 position "c"
24724 hor_pos "c"
24725 has_inner_box 1
24726 inner_pos "t"
24727 use_parbox 0
24728 width "12col%"
24729 special "none"
24730 height "1.5in"
24731 height_special "totalheight"
24732 status collapsed
24733
24734 \begin_layout Standard
24735 \align center
24736 This box text is top-aligned.
24737 \end_layout
24738
24739 \end_inset
24740
24741 \InsetSpace ~
24742 This is an example text line.
24743 \end_layout
24744
24745 \begin_layout Description
24746 middle This is an example text line.
24747  
24748 \begin_inset Box Boxed
24749 position "c"
24750 hor_pos "c"
24751 has_inner_box 1
24752 inner_pos "c"
24753 use_parbox 0
24754 width "12col%"
24755 special "none"
24756 height "1.5in"
24757 height_special "totalheight"
24758 status collapsed
24759
24760 \begin_layout Standard
24761 \align center
24762 This box text is middle-aligned.
24763 \end_layout
24764
24765 \end_inset
24766
24767 \InsetSpace ~
24768 This is an example text line.
24769 \end_layout
24770
24771 \begin_layout Description
24772 bottom This is an example text line.
24773  
24774 \begin_inset Box Boxed
24775 position "c"
24776 hor_pos "c"
24777 has_inner_box 1
24778 inner_pos "b"
24779 use_parbox 0
24780 width "12col%"
24781 special "none"
24782 height "1.5in"
24783 height_special "totalheight"
24784 status collapsed
24785
24786 \begin_layout Standard
24787 \align center
24788 This box text is bottom-aligned.
24789 \end_layout
24790
24791 \end_inset
24792
24793 \InsetSpace ~
24794 This is an example text line.
24795 \end_layout
24796
24797 \begin_layout Description
24798 stretch This is an example text line.
24799  
24800 \begin_inset Box Boxed
24801 position "c"
24802 hor_pos "c"
24803 has_inner_box 1
24804 inner_pos "s"
24805 use_parbox 0
24806 width "12col%"
24807 special "none"
24808 height "1.5in"
24809 height_special "totalheight"
24810 status collapsed
24811
24812 \begin_layout Standard
24813 \align center
24814 This box
24815 \end_layout
24816
24817 \begin_layout Standard
24818 \align center
24819 text is
24820 \end_layout
24821
24822 \begin_layout Standard
24823 \align center
24824 stretched.
24825 \end_layout
24826
24827 \end_inset
24828
24829 \InsetSpace ~
24830 This is an example text line.
24831 \end_layout
24832
24833 \begin_layout Standard
24834 To stretch the box content, it must consist of more than one paragraph.
24835  In the example above every text line is in an own paragraph.
24836 \end_layout
24837
24838 \begin_layout Standard
24839 \begin_inset VSpace bigskip
24840 \end_inset
24841
24842 To align the box content horizontally you can use LyX's paragraph dialog
24843  when you have chosen an 
24844 \family sans
24845 Inner\InsetSpace ~
24846 Box
24847 \family default
24848 .
24849 \end_layout
24850
24851 \begin_layout Standard
24852 \align center
24853 \begin_inset Box Boxed
24854 position "c"
24855 hor_pos "c"
24856 has_inner_box 1
24857 inner_pos "s"
24858 use_parbox 0
24859 width "15col%"
24860 special "none"
24861 height "1.25in"
24862 height_special "totalheight"
24863 status collapsed
24864
24865 \begin_layout Standard
24866 \align left
24867 This box
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \align center
24872 text is
24873 \end_layout
24874
24875 \begin_layout Standard
24876 \align right
24877 stretched.
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \begin_layout Standard
24886 If you haven't set an 
24887 \family sans
24888 Inner\InsetSpace ~
24889 Box
24890 \family default
24891 , you can align the box content horizontally in the box dialog.
24892 \end_layout
24893
24894 \begin_layout Standard
24895 \align center
24896 \begin_inset Box Boxed
24897 position "c"
24898 hor_pos "s"
24899 has_inner_box 0
24900 inner_pos "s"
24901 use_parbox 0
24902 width "90col%"
24903 special "none"
24904 height "1.25in"
24905 height_special "totalheight"
24906 status collapsed
24907
24908 \begin_layout Standard
24909 \align left
24910 This box text is horizontally stretched.
24911 \end_layout
24912
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \begin_layout Section
24919 Framed Boxes
24920 \begin_inset LatexCommand label
24921 name "sec:Framed-Boxes"
24922
24923 \end_inset
24924
24925
24926 \begin_inset LatexCommand index
24927 name "Boxes ! Frames"
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Standard
24935 The frame style of the box can be specified in the box-dialog in the drop-down
24936  list 
24937 \family sans
24938 Type
24939 \family default
24940 .
24941  The following frame types are possible:
24942 \end_layout
24943
24944 \begin_layout Description
24945 Rectangular\InsetSpace ~
24946 box This draws a rectangle frame around the box.
24947  The frame line thickness has the size of 
24948 \series bold
24949
24950 \backslash
24951 fboxrule
24952 \series default
24953 .
24954  
24955 \begin_inset Box Boxed
24956 position "c"
24957 hor_pos "c"
24958 has_inner_box 1
24959 inner_pos "c"
24960 use_parbox 0
24961 width "20col%"
24962 special "none"
24963 height "1in"
24964 height_special "totalheight"
24965 status collapsed
24966
24967 \begin_layout Standard
24968 \align center
24969 Rectangular box
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Description
24978 Oval\InsetSpace ~
24979 box,\InsetSpace ~
24980 thin This draws an oval frame around the box.
24981  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
24982 pt.
24983  
24984 \begin_inset Box ovalbox
24985 position "c"
24986 hor_pos "c"
24987 has_inner_box 1
24988 inner_pos "c"
24989 use_parbox 0
24990 width "20col%"
24991 special "none"
24992 height "1in"
24993 height_special "totalheight"
24994 status collapsed
24995
24996 \begin_layout Standard
24997 \align center
24998 Oval box, thin
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Description
25007 Oval\InsetSpace ~
25008 box,\InsetSpace ~
25009 thick This draws an oval frame around the box.
25010  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
25011 pt.
25012  
25013 \begin_inset Box Ovalbox
25014 position "c"
25015 hor_pos "c"
25016 has_inner_box 1
25017 inner_pos "c"
25018 use_parbox 0
25019 width "20col%"
25020 special "none"
25021 height "1in"
25022 height_special "totalheight"
25023 status collapsed
25024
25025 \begin_layout Standard
25026 \align center
25027 Oval box, thick
25028 \end_layout
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Description
25036 Shadow\InsetSpace ~
25037 box This draws a rectangle frame with a shadow around the box.
25038  The frame line thickness has the size of 
25039 \series bold
25040
25041 \backslash
25042 fboxrule
25043 \series default
25044 , the shadow has a width of 4\InsetSpace \thinspace{}
25045 pt.
25046  
25047 \begin_inset Box Shadowbox
25048 position "c"
25049 hor_pos "c"
25050 has_inner_box 1
25051 inner_pos "c"
25052 use_parbox 0
25053 width "20col%"
25054 special "none"
25055 height "1in"
25056 height_special "totalheight"
25057 status collapsed
25058
25059 \begin_layout Standard
25060 \align center
25061 Shadow box
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \begin_layout Description
25070 Double\InsetSpace ~
25071 box This draws a double-line rectangle frame around the box.
25072  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
25073
25074 \series bold
25075
25076 \backslash
25077 fboxrule
25078 \series default
25079 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
25080
25081 \series bold
25082
25083 \backslash
25084 fboxrule
25085 \series default
25086 .
25087  The distance between the lines is 1.5\InsetSpace \thinspace{}
25088
25089 \series bold
25090
25091 \backslash
25092 fboxrule
25093 \series default
25094 \InsetSpace \thinspace{}
25095 +\InsetSpace \thinspace{}
25096 0.5\InsetSpace \thinspace{}
25097 pt.
25098  
25099 \begin_inset Box Doublebox
25100 position "c"
25101 hor_pos "c"
25102 has_inner_box 1
25103 inner_pos "c"
25104 use_parbox 0
25105 width "20col%"
25106 special "none"
25107 height "1in"
25108 height_special "totalheight"
25109 status collapsed
25110
25111 \begin_layout Standard
25112 \align center
25113 Double box
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \begin_layout Standard
25122 \begin_inset VSpace bigskip
25123 \end_inset
25124
25125 LyX's box label will change to the used frame style when you set a frame.
25126  To be able to use the different frame styles, the LaTeX-package 
25127 \series bold
25128 fancybox
25129 \series default
25130
25131 \begin_inset LatexCommand index
25132 name "LaTeX-packages ! fancybox"
25133
25134 \end_inset
25135
25136  must be installed.
25137 \end_layout
25138
25139 \begin_layout Standard
25140 \begin_inset VSpace bigskip
25141 \end_inset
25142
25143 The default value for the size 
25144 \series bold
25145
25146 \backslash
25147 fboxrule
25148 \series default
25149  is 0.4\InsetSpace \thinspace{}
25150 pt.
25151  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
25152 g.\InsetSpace ~
25153 2\InsetSpace \thinspace{}
25154 pt:
25155 \end_layout
25156
25157 \begin_layout Standard
25158
25159 \series bold
25160
25161 \backslash
25162 setlength{
25163 \backslash
25164 fboxrule}{2pt}
25165 \end_layout
25166
25167 \begin_layout Standard
25168 \begin_inset ERT
25169 status collapsed
25170
25171 \begin_layout Standard
25172
25173
25174 \backslash
25175 setlength{
25176 \backslash
25177 fboxrule}{2pt}
25178 \end_layout
25179
25180 \end_inset
25181
25182
25183 \begin_inset Box Boxed
25184 position "c"
25185 hor_pos "c"
25186 has_inner_box 1
25187 inner_pos "c"
25188 use_parbox 0
25189 width "25col%"
25190 special "none"
25191 height "1in"
25192 height_special "totalheight"
25193 status collapsed
25194
25195 \begin_layout Standard
25196 \align center
25197 Rectangular box with 
25198 \series bold
25199
25200 \backslash
25201 fboxrule
25202 \series default
25203 \InsetSpace \thinspace{}
25204 =\InsetSpace \thinspace{}
25205 2\InsetSpace \thinspace{}
25206 pt
25207 \end_layout
25208
25209 \end_inset
25210
25211
25212 \begin_inset ERT
25213 status collapsed
25214
25215 \begin_layout Standard
25216
25217
25218 \backslash
25219 setlength{
25220 \backslash
25221 fboxrule}{0.4pt}
25222 \end_layout
25223
25224 \end_inset
25225
25226
25227 \end_layout
25228
25229 \begin_layout Standard
25230 \begin_inset VSpace bigskip
25231 \end_inset
25232
25233 The space between the frame and the box content is for all frame styles
25234  by default 3\InsetSpace \thinspace{}
25235 pt.
25236  You can change it by setting the length 
25237 \series bold
25238
25239 \backslash
25240 fboxsep
25241 \series default
25242  to another value.
25243  For example the command
25244 \end_layout
25245
25246 \begin_layout Standard
25247
25248 \series bold
25249
25250 \backslash
25251 setlength{
25252 \backslash
25253 fboxsep}{10pt}
25254 \end_layout
25255
25256 \begin_layout Standard
25257 sets the value to 10\InsetSpace \thinspace{}
25258 pt, like for the following box:
25259 \end_layout
25260
25261 \begin_layout Standard
25262 \begin_inset ERT
25263 status collapsed
25264
25265 \begin_layout Standard
25266
25267
25268 \backslash
25269 setlength{
25270 \backslash
25271 fboxsep}{10pt}
25272 \end_layout
25273
25274 \end_inset
25275
25276
25277 \begin_inset Box Boxed
25278 position "c"
25279 hor_pos "c"
25280 has_inner_box 1
25281 inner_pos "c"
25282 use_parbox 0
25283 width "25col%"
25284 special "none"
25285 height "1in"
25286 height_special "totalheight"
25287 status collapsed
25288
25289 \begin_layout Standard
25290 \align center
25291 Rectangular box with 
25292 \series bold
25293
25294 \backslash
25295 fboxsep
25296 \series default
25297 \InsetSpace \thinspace{}
25298 =\InsetSpace \thinspace{}
25299 10\InsetSpace \thinspace{}
25300 pt
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \begin_inset ERT
25307 status collapsed
25308
25309 \begin_layout Standard
25310
25311
25312 \backslash
25313 setlength{
25314 \backslash
25315 fboxsep}{3pt}
25316 \end_layout
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \begin_layout Standard
25324 \begin_inset VSpace bigskip
25325 \end_inset
25326
25327 The diameter of the round corners of the oval boxes can be set with the
25328  command 
25329 \series bold
25330
25331 \backslash
25332 cornersize
25333 \series default
25334 .
25335  The command
25336 \end_layout
25337
25338 \begin_layout Standard
25339
25340 \series bold
25341
25342 \backslash
25343 cornersize*{1cm}
25344 \end_layout
25345
25346 \begin_layout Standard
25347 sets the diameter to 1\InsetSpace \thinspace{}
25348 cm.
25349  The command
25350 \end_layout
25351
25352 \begin_layout Standard
25353
25354 \series bold
25355
25356 \backslash
25357 cornersize{num}
25358 \end_layout
25359
25360 \begin_layout Standard
25361 sets the diameter to 
25362 \family sans
25363 num\InsetSpace \thinspace{}
25364 ×\InsetSpace \thinspace{}
25365 minimum(width and heigth of box)
25366 \family default
25367 .
25368  The default is 
25369 \series bold
25370
25371 \backslash
25372 cornersize{0.5}
25373 \series default
25374 .
25375 \end_layout
25376
25377 \begin_layout Standard
25378 \begin_inset ERT
25379 status collapsed
25380
25381 \begin_layout Standard
25382
25383
25384 \backslash
25385 cornersize*{1.5cm}
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \begin_inset Box Ovalbox
25392 position "c"
25393 hor_pos "c"
25394 has_inner_box 1
25395 inner_pos "c"
25396 use_parbox 0
25397 width "25col%"
25398 special "none"
25399 height "1in"
25400 height_special "totalheight"
25401 status collapsed
25402
25403 \begin_layout Standard
25404 \align center
25405 Oval box with 
25406 \series bold
25407
25408 \backslash
25409 cornersize
25410 \series default
25411 \InsetSpace \thinspace{}
25412 =\InsetSpace \thinspace{}
25413 1.5\InsetSpace \thinspace{}
25414 cm
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \begin_inset ERT
25421 status collapsed
25422
25423 \begin_layout Standard
25424
25425
25426 \backslash
25427 cornersize{0.5}
25428 \end_layout
25429
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \begin_layout Standard
25436 \begin_inset VSpace bigskip
25437 \end_inset
25438
25439 The size of the shadow can be adjusted by changing the length 
25440 \series bold
25441
25442 \backslash
25443 shadowsize
25444 \series default
25445 .
25446  It it set to 2\InsetSpace \thinspace{}
25447 pt for the following box by this command:
25448 \end_layout
25449
25450 \begin_layout Standard
25451
25452 \series bold
25453
25454 \backslash
25455 setlength{
25456 \backslash
25457 shadowsize}{2pt}
25458 \end_layout
25459
25460 \begin_layout Standard
25461 \begin_inset ERT
25462 status collapsed
25463
25464 \begin_layout Standard
25465
25466
25467 \backslash
25468 setlength{
25469 \backslash
25470 shadowsize}{2pt}
25471 \end_layout
25472
25473 \end_inset
25474
25475
25476 \begin_inset Box Shadowbox
25477 position "c"
25478 hor_pos "c"
25479 has_inner_box 1
25480 inner_pos "c"
25481 use_parbox 0
25482 width "25col%"
25483 special "none"
25484 height "1in"
25485 height_special "totalheight"
25486 status collapsed
25487
25488 \begin_layout Standard
25489 \align center
25490 Shadow box with 
25491 \series bold
25492
25493 \backslash
25494 shadowsize
25495 \series default
25496 \InsetSpace \thinspace{}
25497 =\InsetSpace \thinspace{}
25498 2\InsetSpace \thinspace{}
25499 pt
25500 \end_layout
25501
25502 \end_inset
25503
25504
25505 \begin_inset ERT
25506 status collapsed
25507
25508 \begin_layout Standard
25509
25510
25511 \backslash
25512 setlength{
25513 \backslash
25514 shadowsize}{4pt}
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \begin_layout Standard
25523 \begin_inset VSpace bigskip
25524 \end_inset
25525
25526 Changed lengths and widths are valid for all boxes following the commands
25527  that change them.
25528 \end_layout
25529
25530 \begin_layout Section
25531 Minipages
25532 \begin_inset LatexCommand label
25533 name "sec:Minipages"
25534
25535 \end_inset
25536
25537
25538 \begin_inset LatexCommand index
25539 name "Boxes ! Minipages"
25540
25541 \end_inset
25542
25543
25544 \end_layout
25545
25546 \begin_layout Standard
25547 Minipages are treated by LaTeX as pages within pages and can therefore for
25548  example have their own footnotes.
25549 \end_layout
25550
25551 \begin_layout Standard
25552 Minipages are useful when you write documents with different languages.
25553 \end_layout
25554
25555 \begin_layout Standard
25556 Below are two example minipages side by side.
25557  Their width is set to 45\InsetSpace \thinspace{}
25558 col% and they are separated by a horizontal fill,
25559  that was inserted via the menu 
25560 \family sans
25561 Insert\SpecialChar \menuseparator
25562 Special\InsetSpace ~
25563 Formatting\SpecialChar \menuseparator
25564 Horizontal\InsetSpace ~
25565 Fill
25566 \family default
25567 .
25568 \end_layout
25569
25570 \begin_layout Standard
25571 \begin_inset Box Frameless
25572 position "t"
25573 hor_pos "c"
25574 has_inner_box 1
25575 inner_pos "c"
25576 use_parbox 0
25577 width "45col%"
25578 special "none"
25579 height "1in"
25580 height_special "totalheight"
25581 status open
25582
25583 \begin_layout Standard
25584
25585 \lang german
25586 Dies ist ein deutscher Text.
25587  Dies ist ein deutscher Text.
25588  Dies ist ein deutscher Text.
25589  Dies ist ein deutscher Text.
25590  Dies ist ein deutscher Text.
25591  Dies ist ein deutscher Text.
25592  Dies ist ein deutscher Text.
25593  Dies ist ein deutscher Text.
25594  Dies ist ein deutscher Text.
25595  Dies ist ein deutscher Text.
25596  Dies ist ein deutscher Text.
25597  Dies ist ein deutscher Text.
25598  Dies ist ein deutscher Text
25599 \begin_inset Foot
25600 status collapsed
25601
25602 \begin_layout Standard
25603
25604 \lang german
25605 Dies ist eine deutsche Fußnote.
25606 \end_layout
25607
25608 \end_inset
25609
25610 .
25611  Dies ist ein deutscher Text.
25612  Dies ist ein deutscher Text.
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \hfill
25619
25620 \begin_inset Box Frameless
25621 position "t"
25622 hor_pos "c"
25623 has_inner_box 1
25624 inner_pos "c"
25625 use_parbox 0
25626 width "45col%"
25627 special "none"
25628 height "1in"
25629 height_special "totalheight"
25630 status open
25631
25632 \begin_layout Standard
25633 This is an English Text.
25634  This is an English Text.
25635  This is an English Text.
25636  This is an English Text.
25637  This is an English Text.
25638  This is an English Text.
25639  This is an English Text.
25640  This is an English Text.
25641  This is an English Text.
25642  This is an English Text.
25643  This is an English Text.
25644  This is an English Text.
25645  This is an English Text.
25646  This is an English Text.
25647  This is an English Text.
25648  This is an English Text.
25649 \begin_inset Foot
25650 status collapsed
25651
25652 \begin_layout Standard
25653 This is an English footnote.
25654 \end_layout
25655
25656 \end_inset
25657
25658  This is an English Text.
25659  
25660 \end_layout
25661
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \begin_layout Standard
25668 \begin_inset VSpace bigskip
25669 \end_inset
25670
25671 Another application for minipages are footnotes within tables.
25672  Due to a LaTeX restriction footnotes within tables doesn't appear at the
25673  bottom of the current page.
25674  But when you put the table with the footnote to a minipage, the footnote
25675  will appear at its bottom, numbered with Latin letters.
25676  The footnote number is reset to 1 in every minipage but not outside the
25677  minipages.
25678 \end_layout
25679
25680 \begin_layout Standard
25681 The footnote of this table doesn't appear: 
25682 \begin_inset Tabular
25683 <lyxtabular version="3" rows="3" columns="4">
25684 <features>
25685 <column alignment="center" valignment="top" leftline="true" width="0pt">
25686 <column alignment="center" valignment="top" leftline="true" width="0pt">
25687 <column alignment="center" valignment="top" leftline="true" width="0pt">
25688 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25689 <row topline="true">
25690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Standard
25694 1
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Standard
25703 2
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Standard
25712 3
25713 \begin_inset Foot
25714 status collapsed
25715
25716 \begin_layout Standard
25717 This is a footnote within a table.
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Standard
25731 4
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 </row>
25737 <row topline="true">
25738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Standard
25742 a
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Standard
25751 b
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25757 \begin_inset Text
25758
25759 \begin_layout Standard
25760 c
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25766 \begin_inset Text
25767
25768 \begin_layout Standard
25769 d
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 </row>
25775 <row topline="true" bottomline="true">
25776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Standard
25780 e
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25786 \begin_inset Text
25787
25788 \begin_layout Standard
25789 f
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Standard
25798 g
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Standard
25807 h
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 </row>
25813 </lyxtabular>
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Standard
25821 \align center
25822 \begin_inset Box Frameless
25823 position "t"
25824 hor_pos "c"
25825 has_inner_box 1
25826 inner_pos "c"
25827 use_parbox 0
25828 width "30col%"
25829 special "none"
25830 height "1in"
25831 height_special "totalheight"
25832 status open
25833
25834 \begin_layout Standard
25835 \align center
25836 \begin_inset Tabular
25837 <lyxtabular version="3" rows="3" columns="4">
25838 <features>
25839 <column alignment="center" valignment="top" leftline="true" width="0pt">
25840 <column alignment="center" valignment="top" leftline="true" width="0pt">
25841 <column alignment="center" valignment="top" leftline="true" width="0pt">
25842 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25843 <row topline="true">
25844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Standard
25848 1
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Standard
25857 2
25858 \end_layout
25859
25860 \end_inset
25861 </cell>
25862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25863 \begin_inset Text
25864
25865 \begin_layout Standard
25866 3
25867 \begin_inset Foot
25868 status collapsed
25869
25870 \begin_layout Standard
25871 This is a footnote within a table.
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25882 \begin_inset Text
25883
25884 \begin_layout Standard
25885 4
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 </row>
25891 <row topline="true">
25892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25893 \begin_inset Text
25894
25895 \begin_layout Standard
25896 a
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Standard
25905 b
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Standard
25914 c
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Standard
25923 d
25924 \end_layout
25925
25926 \end_inset
25927 </cell>
25928 </row>
25929 <row topline="true" bottomline="true">
25930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Standard
25934 e
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Standard
25943 f
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Standard
25952 g
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Standard
25961 h
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 </row>
25967 </lyxtabular>
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \end_layout
25978
25979 \begin_layout Standard
25980 \begin_inset VSpace bigskip
25981 \end_inset
25982
25983 The document-wide paragraph settings are ignored within minipages.
25984  That means that there will be no space between paragraphs in minipages
25985  although you set it to e.\InsetSpace \thinspace{}
25986 g.\InsetSpace ~
25987
25988 \family sans
25989 MedSkip
25990 \family default
25991  in the document settings.
25992 \end_layout
25993
25994 \begin_layout Standard
25995 Minipages can also be used to set a background color for text parts, see
25996  section\InsetSpace ~
25997
25998 \begin_inset LatexCommand ref
25999 reference "sub:Color-for-Paragraphs"
26000
26001 \end_inset
26002
26003 .
26004 \end_layout
26005
26006 \begin_layout Standard
26007 \begin_inset Note Greyedout
26008 status open
26009
26010 \begin_layout Standard
26011
26012 \series bold
26013 Note:
26014 \series default
26015  You cannot have floats or margin notes inside minipages but minipages can
26016  be used inside tables, floats, and other boxes.
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \begin_layout Section
26025 Parboxes
26026 \begin_inset LatexCommand label
26027 name "sec:Parboxes"
26028
26029 \end_inset
26030
26031
26032 \begin_inset LatexCommand index
26033 name "Boxes ! Parboxes"
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 Parboxes are very similar to minipages with the difference that they cannot
26042  have footnotes.
26043  The main difference to minipages is that minipages are in contrary to parboxes
26044  no real boxes but LaTeX-environments.
26045 \end_layout
26046
26047 \begin_layout Standard
26048 \align center
26049 \begin_inset Box Frameless
26050 position "t"
26051 hor_pos "c"
26052 has_inner_box 1
26053 inner_pos "t"
26054 use_parbox 1
26055 width "33col%"
26056 special "none"
26057 height "1in"
26058 height_special "totalheight"
26059 status collapsed
26060
26061 \begin_layout Standard
26062 This a text within a parbox.
26063  This a text within a parbox.
26064 \end_layout
26065
26066 \begin_layout Standard
26067 This footnote won't appear:
26068 \begin_inset Foot
26069 status collapsed
26070
26071 \begin_layout Standard
26072 This footnote is inside a parbox and will therefore not appear.
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Section
26086 Boxes for Words and Characters
26087 \begin_inset LatexCommand index
26088 name "Boxes ! for Characters"
26089
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \begin_layout Subsection
26096 Prevent Hyphenation
26097 \begin_inset LatexCommand label
26098 name "sec:Prevent-Hyphenation"
26099
26100 \end_inset
26101
26102
26103 \begin_inset LatexCommand index
26104 name "Boxes ! to Prevent Hyphenation"
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Standard
26112 You can use a special kind of boxes to prevent words or text to be hyphenated.
26113 \newline
26114 Her
26115 e is an example text:
26116 \end_layout
26117
26118 \begin_layout Standard
26119 This line is an example to show how you can prevent the hyphenation of 
26120 \begin_inset Quotes eld
26121 \end_inset
26122
26123 veryverylongword
26124 \begin_inset Quotes erd
26125 \end_inset
26126
26127 .
26128 \end_layout
26129
26130 \begin_layout Standard
26131 To prevent the hyphenation of the word 
26132 \begin_inset Quotes eld
26133 \end_inset
26134
26135 veryverylongword
26136 \begin_inset Quotes erd
26137 \end_inset
26138
26139 , add the command
26140 \end_layout
26141
26142 \begin_layout Standard
26143
26144 \series bold
26145
26146 \backslash
26147 mbox{
26148 \end_layout
26149
26150 \begin_layout Standard
26151 in ERT before the word.
26152  Behind the word insert a closing brace 
26153 \begin_inset Quotes eld
26154 \end_inset
26155
26156
26157 \series bold
26158 }
26159 \series default
26160
26161 \begin_inset Quotes erd
26162 \end_inset
26163
26164  in ERT.
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Standard
26169
26170
26171 \backslash
26172 pagebreak 
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Standard
26181 This is the result:
26182 \end_layout
26183
26184 \begin_layout Standard
26185 This line is an example to show how you can prevent the hyphenation of 
26186 \begin_inset ERT
26187 status collapsed
26188
26189 \begin_layout Standard
26190
26191
26192 \backslash
26193 mbox{
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \begin_inset Quotes eld
26200 \end_inset
26201
26202 veryverylongword
26203 \begin_inset Quotes erd
26204 \end_inset
26205
26206 .
26207 \begin_inset ERT
26208 status collapsed
26209
26210 \begin_layout Standard
26211
26212 }
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \begin_layout Standard
26221 You can alternatively set the command 
26222 \begin_inset Quotes eld
26223 \end_inset
26224
26225
26226 \series bold
26227
26228 \backslash
26229 -
26230 \series default
26231
26232 \begin_inset Quotes grd
26233 \end_inset
26234
26235  as ERT directly before the word:
26236 \end_layout
26237
26238 \begin_layout Standard
26239 This line is an example to show how you can prevent the hyphenation of 
26240 \begin_inset Quotes eld
26241 \end_inset
26242
26243
26244 \begin_inset ERT
26245 status collapsed
26246
26247 \begin_layout Standard
26248
26249
26250 \backslash
26251 -
26252 \end_layout
26253
26254 \end_inset
26255
26256 veryverylongword
26257 \begin_inset Quotes erd
26258 \end_inset
26259
26260 .
26261 \end_layout
26262
26263 \begin_layout Standard
26264 Of course the word now protrudes over the side margin.
26265  To avoid this, add via the menu 
26266 \family sans
26267 Insert\SpecialChar \menuseparator
26268 Special\InsetSpace ~
26269 Formatting\SpecialChar \menuseparator
26270 Line\InsetSpace ~
26271 Break
26272 \family default
26273  (shortcut 
26274 \series bold
26275 Ctrl-Return
26276 \series default
26277 ) a line break before the word:
26278 \end_layout
26279
26280 \begin_layout Standard
26281 This line is an example to show how you can prevent the hyphenation of 
26282 \newline
26283
26284 \begin_inset ERT
26285 status collapsed
26286
26287 \begin_layout Standard
26288
26289
26290 \backslash
26291 mbox{
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \begin_inset Quotes eld
26298 \end_inset
26299
26300 veryverylongword
26301 \begin_inset Quotes erd
26302 \end_inset
26303
26304 .
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Standard
26309
26310 }
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \begin_layout Subsection
26319 Vertical Alignment
26320 \begin_inset LatexCommand label
26321 name "sub:Vertical-Alignment"
26322
26323 \end_inset
26324
26325
26326 \begin_inset LatexCommand index
26327 name "Boxes ! for Vertical Alignment"
26328
26329 \end_inset
26330
26331
26332 \begin_inset LatexCommand index
26333 name "Boxes ! Raiseboxes"
26334
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \begin_layout Standard
26341 With the help of the command 
26342 \series bold
26343
26344 \backslash
26345 raisebox
26346 \series default
26347  you can align words, characters or other boxes vertically to the surrounding
26348  text.
26349  
26350 \series bold
26351
26352 \backslash
26353 raisebox
26354 \series default
26355  is used with the following scheme:
26356 \end_layout
26357
26358 \begin_layout Standard
26359
26360 \series bold
26361
26362 \backslash
26363 raisebox{lift}[height][depth]{box content}
26364 \end_layout
26365
26366 \begin_layout Standard
26367 The lift can be a positive value to raise the box or a negative value to
26368  lower the box.
26369 \end_layout
26370
26371 \begin_layout Standard
26372 To align for example the word 
26373 \begin_inset Quotes eld
26374 \end_inset
26375
26376 preventing
26377 \begin_inset Quotes erd
26378 \end_inset
26379
26380  so that the bottom of the 
26381 \begin_inset Quotes eld
26382 \end_inset
26383
26384 deepest
26385 \begin_inset Quotes erd
26386 \end_inset
26387
26388  character 
26389 \begin_inset Quotes eld
26390 \end_inset
26391
26392 p
26393 \begin_inset Quotes erd
26394 \end_inset
26395
26396  is at the baseline, insert the command
26397 \end_layout
26398
26399 \begin_layout Standard
26400
26401 \series bold
26402
26403 \backslash
26404 raisebox{
26405 \backslash
26406 depth}{
26407 \end_layout
26408
26409 \begin_layout Standard
26410 in ERT before the word.
26411  Behind the word insert a closing brace 
26412 \begin_inset Quotes eld
26413 \end_inset
26414
26415
26416 \series bold
26417 }
26418 \series default
26419
26420 \begin_inset Quotes erd
26421 \end_inset
26422
26423  in ERT.
26424 \newline
26425 This is the result:
26426 \end_layout
26427
26428 \begin_layout Standard
26429 This is a text line with the word 
26430 \begin_inset ERT
26431 status collapsed
26432
26433 \begin_layout Standard
26434
26435
26436 \backslash
26437 raisebox{
26438 \backslash
26439 depth}{
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \begin_inset Quotes eld
26446 \end_inset
26447
26448 preventing
26449 \begin_inset Quotes erd
26450 \end_inset
26451
26452
26453 \begin_inset ERT
26454 status collapsed
26455
26456 \begin_layout Standard
26457
26458 }
26459 \end_layout
26460
26461 \end_inset
26462
26463  as raised word.
26464 \end_layout
26465
26466 \begin_layout Standard
26467 \begin_inset VSpace bigskip
26468 \end_inset
26469
26470 When you raise or lower characters in a line, the line distance will be
26471  spread:
26472 \end_layout
26473
26474 \begin_layout Standard
26475 This is a text line with the word 
26476 \begin_inset ERT
26477 status collapsed
26478
26479 \begin_layout Standard
26480
26481
26482 \backslash
26483 raisebox{-
26484 \backslash
26485 depth}{
26486 \end_layout
26487
26488 \end_inset
26489
26490
26491 \begin_inset Quotes eld
26492 \end_inset
26493
26494 preventing
26495 \begin_inset Quotes erd
26496 \end_inset
26497
26498
26499 \begin_inset ERT
26500 status collapsed
26501
26502 \begin_layout Standard
26503
26504 }
26505 \end_layout
26506
26507 \end_inset
26508
26509  as lowered word.
26510 \newline
26511 This is a text line with the word 
26512 \begin_inset ERT
26513 status collapsed
26514
26515 \begin_layout Standard
26516
26517
26518 \backslash
26519 raisebox{0.5cm}{
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \begin_inset Quotes eld
26526 \end_inset
26527
26528 testing
26529 \begin_inset Quotes erd
26530 \end_inset
26531
26532
26533 \begin_inset ERT
26534 status collapsed
26535
26536 \begin_layout Standard
26537
26538 }
26539 \end_layout
26540
26541 \end_inset
26542
26543  as raised word.
26544 \end_layout
26545
26546 \begin_layout Standard
26547 If you want to prevent this for a certain reason, set the box height to
26548  a zero value.
26549  For example use
26550 \end_layout
26551
26552 \begin_layout Standard
26553
26554 \series bold
26555
26556 \backslash
26557 raisebox{-
26558 \backslash
26559 depth}[0pt]{
26560 \end_layout
26561
26562 \begin_layout Standard
26563 This is a text line with the word 
26564 \begin_inset ERT
26565 status collapsed
26566
26567 \begin_layout Standard
26568
26569
26570 \backslash
26571 raisebox{-
26572 \backslash
26573 depth}[0pt]{
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \begin_inset Quotes eld
26580 \end_inset
26581
26582 preventing
26583 \begin_inset Quotes erd
26584 \end_inset
26585
26586
26587 \begin_inset ERT
26588 status collapsed
26589
26590 \begin_layout Standard
26591
26592 }
26593 \end_layout
26594
26595 \end_inset
26596
26597  as lowered word.
26598 \newline
26599 This is a text line with the word 
26600 \begin_inset ERT
26601 status collapsed
26602
26603 \begin_layout Standard
26604
26605
26606 \backslash
26607 raisebox{0.5cm}[0pt]{
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \begin_inset Quotes eld
26614 \end_inset
26615
26616 testing
26617 \begin_inset Quotes erd
26618 \end_inset
26619
26620
26621 \begin_inset ERT
26622 status collapsed
26623
26624 \begin_layout Standard
26625
26626 }
26627 \end_layout
26628
26629 \end_inset
26630
26631  as raised word.
26632 \end_layout
26633
26634 \begin_layout Section
26635 Colored Boxes
26636 \begin_inset LatexCommand label
26637 name "sec:Colored-Boxes"
26638
26639 \end_inset
26640
26641
26642 \begin_inset LatexCommand index
26643 name "Boxes ! Color"
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \begin_layout Subsection
26651 Color for Text
26652 \begin_inset LatexCommand index
26653 name "Color ! for Text"
26654
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \begin_layout Standard
26661 To color the background of text the text must be put into a so called 
26662 \begin_inset Quotes eld
26663 \end_inset
26664
26665 colorbox
26666 \begin_inset Quotes erd
26667 \end_inset
26668
26669 .
26670  This requires that the LaTeX-package 
26671 \series bold
26672 color
26673 \series default
26674
26675 \begin_inset LatexCommand index
26676 name "LaTeX-packages ! color"
26677
26678 \end_inset
26679
26680  is loaded in the document preamble with the command
26681 \end_layout
26682
26683 \begin_layout Standard
26684
26685 \series bold
26686
26687 \backslash
26688 @ifundef\SpecialChar \textcompwordmark{}
26689 ined{textcolor}
26690 \newline
26691
26692 \begin_inset ERT
26693 status collapsed
26694
26695 \begin_layout Standard
26696
26697
26698 \backslash
26699 hphantom{ }
26700 \end_layout
26701
26702 \end_inset
26703
26704 {
26705 \backslash
26706 usepackage{color}}{}
26707 \end_layout
26708
26709 \begin_layout Standard
26710 The package 
26711 \series bold
26712 color
26713 \series default
26714  will be loaded automatically by LyX when you color text
26715 \begin_inset Foot
26716 status collapsed
26717
26718 \begin_layout Standard
26719 To avoid that it is loaded twice the command 
26720 \series bold
26721
26722 \backslash
26723 @ifundef\SpecialChar \textcompwordmark{}
26724 ined
26725 \series default
26726  is used.
26727 \end_layout
26728
26729 \end_inset
26730
26731 .
26732 \end_layout
26733
26734 \begin_layout Standard
26735 \begin_inset VSpace medskip
26736 \end_inset
26737
26738 Colorboxes are created with the command 
26739 \series bold
26740
26741 \backslash
26742 colorbox
26743 \series default
26744 .
26745  This will be used with the following scheme:
26746 \end_layout
26747
26748 \begin_layout Standard
26749
26750 \series bold
26751
26752 \backslash
26753 colorbox{color}{box content}
26754 \end_layout
26755
26756 \begin_layout Standard
26757 The box content can also be a box and colorboxes can also be within other
26758  boxes.
26759 \end_layout
26760
26761 \begin_layout Standard
26762 The following colors are predefined:
26763 \newline
26764
26765 \family sans
26766 black
26767 \family default
26768
26769 \family sans
26770 blue
26771 \family default
26772
26773 \family sans
26774 cyan
26775 \family default
26776 \series bold
26777 ,
26778 \series default
26779  
26780 \family sans
26781 green
26782 \family default
26783
26784 \family sans
26785 magenta
26786 \family default
26787
26788 \family sans
26789 red
26790 \family default
26791
26792 \family sans
26793 white
26794 \family default
26795 , and 
26796 \family sans
26797 yellow
26798 \family default
26799 .
26800 \newline
26801 You can also define your own color as described in section\InsetSpace ~
26802
26803 \begin_inset LatexCommand ref
26804 reference "sec:Colored-Tables"
26805
26806 \end_inset
26807
26808 .
26809 \end_layout
26810
26811 \begin_layout Standard
26812 To have e.\InsetSpace \thinspace{}
26813 g.\InsetSpace ~
26814 a red background for a word, insert the command
26815 \end_layout
26816
26817 \begin_layout Standard
26818
26819 \series bold
26820
26821 \backslash
26822 colorbox{red}{
26823 \end_layout
26824
26825 \begin_layout Standard
26826 before the word in ERT.
26827  Behind the word insert a closing brace 
26828 \begin_inset Quotes eld
26829 \end_inset
26830
26831
26832 \series bold
26833 }
26834 \series default
26835
26836 \begin_inset Quotes erd
26837 \end_inset
26838
26839  in ERT.
26840 \newline
26841 This is the result:
26842 \end_layout
26843
26844 \begin_layout Standard
26845 This is a line where the word 
26846 \begin_inset ERT
26847 status collapsed
26848
26849 \begin_layout Standard
26850
26851
26852 \backslash
26853 colorbox{red}{
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \begin_inset Quotes eld
26860 \end_inset
26861
26862 Attention!
26863 \begin_inset Quotes erd
26864 \end_inset
26865
26866
26867 \begin_inset ERT
26868 status collapsed
26869
26870 \begin_layout Standard
26871
26872 }
26873 \end_layout
26874
26875 \end_inset
26876
26877  has a red background.
26878 \end_layout
26879
26880 \begin_layout Standard
26881 \begin_inset VSpace bigskip
26882 \end_inset
26883
26884 If you would have the box frame in a different color, you can use the command
26885  
26886 \series bold
26887
26888 \backslash
26889 fcolorbox
26890 \series default
26891  with the following scheme:
26892 \end_layout
26893
26894 \begin_layout Standard
26895
26896 \series bold
26897
26898 \backslash
26899 fcolorbox{frame color}{box color}{box content}
26900 \end_layout
26901
26902 \begin_layout Standard
26903
26904 \series bold
26905
26906 \backslash
26907 fcolorbox
26908 \series default
26909  is an extension to 
26910 \series bold
26911
26912 \backslash
26913 colorbox
26914 \series default
26915 .
26916  The frame thickness and the space between the frame and the box content
26917  can be adjusted with the lengths 
26918 \series bold
26919
26920 \backslash
26921 fboxrule
26922 \series default
26923  and 
26924 \series bold
26925
26926 \backslash
26927 fboxsep
26928 \series default
26929 , respectively, as described in section\InsetSpace ~
26930
26931 \begin_inset LatexCommand ref
26932 reference "sec:Framed-Boxes"
26933
26934 \end_inset
26935
26936 .
26937 \end_layout
26938
26939 \begin_layout Standard
26940 For the following example the command
26941 \end_layout
26942
26943 \begin_layout Standard
26944
26945 \series bold
26946
26947 \backslash
26948 fcolorbox{cyan}{magenta}{
26949 \end_layout
26950
26951 \begin_layout Standard
26952 was used.
26953 \end_layout
26954
26955 \begin_layout Standard
26956 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
26957 mm:
26958 \newline
26959
26960 \begin_inset ERT
26961 status collapsed
26962
26963 \begin_layout Standard
26964
26965
26966 \backslash
26967 fboxrule 1mm 
26968 \backslash
26969 fboxsep 1mm
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \begin_inset ERT
26976 status collapsed
26977
26978 \begin_layout Standard
26979
26980
26981 \backslash
26982 fcolorbox{cyan}{magenta}{
26983 \end_layout
26984
26985 \end_inset
26986
26987 This is text within a colored, framed box.
26988 \begin_inset ERT
26989 status collapsed
26990
26991 \begin_layout Standard
26992
26993 }
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \begin_layout Standard
27002 \begin_inset VSpace bigskip
27003 \end_inset
27004
27005 Of course you can also have colored text inside a colorbox:
27006 \newline
27007
27008 \begin_inset ERT
27009 status collapsed
27010
27011 \begin_layout Standard
27012
27013
27014 \backslash
27015 fcolorbox{cyan}{magenta}{
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \color yellow
27022 This is colored text within a colored, framed box.
27023 \color none
27024
27025 \begin_inset ERT
27026 status collapsed
27027
27028 \begin_layout Standard
27029
27030 }
27031 \end_layout
27032
27033 \end_inset
27034
27035
27036 \begin_inset ERT
27037 status collapsed
27038
27039 \begin_layout Standard
27040
27041
27042 \backslash
27043 fboxrule 0.4pt 
27044 \backslash
27045 fboxsep 3pt
27046 \end_layout
27047
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \begin_layout Standard
27054
27055 \series bold
27056 \begin_inset VSpace medskip
27057 \end_inset
27058
27059
27060 \end_layout
27061
27062 \begin_layout Standard
27063 \begin_inset Note Greyedout
27064 status open
27065
27066 \begin_layout Standard
27067
27068 \series bold
27069 Note:
27070 \series default
27071  Text in colorboxes cannot have line breaks.
27072  To color multiple text lines or paragraphs, use a box inside a colorbox
27073  as described in the following.
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \begin_layout Subsection
27082 Color for Paragraphs
27083 \begin_inset LatexCommand label
27084 name "sub:Color-for-Paragraphs"
27085
27086 \end_inset
27087
27088
27089 \begin_inset LatexCommand index
27090 name "Color ! for Paragraphs"
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Standard
27098 To set the background color for more than one text line, put the text into
27099  a minipage.
27100  Before the minipage insert the 
27101 \series bold
27102
27103 \backslash
27104 colorbox
27105 \series default
27106  command
27107 \end_layout
27108
27109 \begin_layout Standard
27110
27111 \series bold
27112
27113 \backslash
27114 colorbox{color}{
27115 \end_layout
27116
27117 \begin_layout Standard
27118 in ERT.
27119  Behind the minipage insert a closing brace 
27120 \begin_inset Quotes eld
27121 \end_inset
27122
27123
27124 \series bold
27125 }
27126 \series default
27127
27128 \begin_inset Quotes erd
27129 \end_inset
27130
27131  in ERT.
27132 \end_layout
27133
27134 \begin_layout Standard
27135 \begin_inset ERT
27136 status collapsed
27137
27138 \begin_layout Standard
27139
27140
27141 \backslash
27142 colorbox{lightgrey}{
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \begin_inset Box Frameless
27149 position "t"
27150 hor_pos "c"
27151 has_inner_box 1
27152 inner_pos "t"
27153 use_parbox 0
27154 width "100col%"
27155 special "none"
27156 height "1in"
27157 height_special "totalheight"
27158 status collapsed
27159
27160 \begin_layout Standard
27161 This is text with background color.
27162  This is text with background color.
27163 \end_layout
27164
27165 \begin_layout Standard
27166 \begin_inset VSpace defskip
27167 \end_inset
27168
27169 The text can have footnotes
27170 \begin_inset Foot
27171 status collapsed
27172
27173 \begin_layout Standard
27174 Another example footnote
27175 \end_layout
27176
27177 \end_inset
27178
27179  and can include tables and figures.
27180 \end_layout
27181
27182 \begin_layout Standard
27183 \align center
27184 \begin_inset Tabular
27185 <lyxtabular version="3" rows="3" columns="3">
27186 <features>
27187 <column alignment="center" valignment="top" leftline="true" width="0">
27188 <column alignment="center" valignment="top" leftline="true" width="0">
27189 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27190 <row topline="true">
27191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Standard
27195 a
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27201 \begin_inset Text
27202
27203 \begin_layout Standard
27204 !
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Standard
27213 3
27214 \end_layout
27215
27216 \end_inset
27217 </cell>
27218 </row>
27219 <row topline="true">
27220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Standard
27224 <
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27230 \begin_inset Text
27231
27232 \begin_layout Standard
27233 b2
27234 \begin_inset Quotes erd
27235 \end_inset
27236
27237 |
27238 \end_layout
27239
27240 \end_inset
27241 </cell>
27242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Standard
27246 >
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 </row>
27252 <row topline="true" bottomline="true">
27253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Standard
27257 1
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27263 \begin_inset Text
27264
27265 \begin_layout Standard
27266 §
27267 \end_layout
27268
27269 \end_inset
27270 </cell>
27271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Standard
27275 c
27276 \end_layout
27277
27278 \end_inset
27279 </cell>
27280 </row>
27281 </lyxtabular>
27282
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \begin_inset ERT
27292 status collapsed
27293
27294 \begin_layout Standard
27295
27296 }
27297 \end_layout
27298
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \begin_layout Section
27305 URLs (Uniform Resource Locators)
27306 \begin_inset LatexCommand index
27307 name "URLs"
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Standard
27315 Links to web pages or email addresses can be inserted via the menu 
27316 \family sans
27317 Insert\SpecialChar \menuseparator
27318 URL
27319 \family default
27320 .
27321  The appearing URL dialog has two fields; the 
27322 \family sans
27323 URL
27324 \family default
27325  field and the 
27326 \family sans
27327 Name
27328 \family default
27329  field for the URL description, which will be typeset as plain text immediately
27330  before the URL.
27331 \end_layout
27332
27333 \begin_layout Standard
27334 Here is an example URL: 
27335 \begin_inset LatexCommand url
27336 name "LyX's homepage"
27337 target "http://www.lyx.org"
27338
27339 \end_inset
27340
27341
27342 \end_layout
27343
27344 \begin_layout Standard
27345 The option 
27346 \family sans
27347 Generate\InsetSpace ~
27348 hyperlink
27349 \family default
27350  in the URL dialog does nothing.
27351  This relict will be removed in the next LyX-version.
27352 \end_layout
27353
27354 \begin_layout Standard
27355 You cannot change the style of the link text.
27356  The text of the 
27357 \family sans
27358 Name
27359 \family default
27360  field will have the default text style of the document while the text of
27361  the 
27362 \family sans
27363 URL
27364 \family default
27365  field will have the style 
27366 \begin_inset Quotes eld
27367 \end_inset
27368
27369
27370 \family sans
27371 Typewriter
27372 \family default
27373
27374 \begin_inset Quotes erd
27375 \end_inset
27376
27377 .
27378 \end_layout
27379
27380 \begin_layout Standard
27381 When you use the LaTeX-package 
27382 \series bold
27383 hyperref
27384 \series default
27385
27386 \begin_inset LatexCommand index
27387 name "LaTeX-packages ! hyperref"
27388
27389 \end_inset
27390
27391  to link cross-references in the output, URLs will automatically become
27392  clickable hyperlinks in DVI and PDF-output.
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \begin_inset Note Greyedout
27397 status open
27398
27399 \begin_layout Standard
27400
27401 \series bold
27402 Note:
27403 \series default
27404  When you use the following characters: "%", "#", "^", you have to write
27405  them with a preceding backslash, e.\InsetSpace \thinspace{}
27406 g.\InsetSpace ~
27407
27408 \begin_inset Quotes eld
27409 \end_inset
27410
27411
27412 \backslash
27413 #
27414 \begin_inset Quotes erd
27415 \end_inset
27416
27417 .
27418  URLs must not end with a backslash.
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Standard
27427 \begin_inset VSpace bigskip
27428 \end_inset
27429
27430 To create real hyperlinks without the force to write the link location to
27431  the text, you can use the command
27432 \end_layout
27433
27434 \begin_layout Standard
27435
27436 \series bold
27437
27438 \backslash
27439 href{link location}{link text}
27440 \end_layout
27441
27442 \begin_layout Standard
27443 in ERT.
27444  To get for example a link to LyX's web page, write the command
27445 \end_layout
27446
27447 \begin_layout Standard
27448
27449 \series bold
27450
27451 \backslash
27452 href{http://www.lyx.org}{
27453 \end_layout
27454
27455 \begin_layout Standard
27456 in ERT.
27457  Insert after the command the link text 
27458 \begin_inset Quotes eld
27459 \end_inset
27460
27461 LyX's homepage
27462 \begin_inset Quotes erd
27463 \end_inset
27464
27465  as normal text followed by a closing brace 
27466 \begin_inset Quotes eld
27467 \end_inset
27468
27469
27470 \series bold
27471 }
27472 \series default
27473
27474 \begin_inset Quotes erd
27475 \end_inset
27476
27477  in ERT.
27478  This is the result: 
27479 \begin_inset ERT
27480 status collapsed
27481
27482 \begin_layout Standard
27483
27484
27485 \backslash
27486 href{http://www.lyx.org}{
27487 \end_layout
27488
27489 \end_inset
27490
27491 LyX's homepage
27492 \begin_inset ERT
27493 status collapsed
27494
27495 \begin_layout Standard
27496
27497 }
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \begin_layout Standard
27506 To link to email addresses, add the prefix 
27507 \begin_inset Quotes eld
27508 \end_inset
27509
27510
27511 \family sans
27512 mailto:
27513 \family default
27514
27515 \begin_inset Quotes erd
27516 \end_inset
27517
27518  to the link location:
27519 \newline
27520 Email to 
27521 \begin_inset ERT
27522 status collapsed
27523
27524 \begin_layout Standard
27525
27526
27527 \backslash
27528 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
27529 \end_layout
27530
27531 \end_inset
27532
27533 lyx-docs mailing list
27534 \begin_inset ERT
27535 status collapsed
27536
27537 \begin_layout Standard
27538
27539 }
27540 \end_layout
27541
27542 \end_inset
27543
27544 .
27545 \end_layout
27546
27547 \begin_layout Standard
27548 Using 
27549 \series bold
27550
27551 \backslash
27552 href
27553 \series default
27554  instead of LyX's URL box has the advantage that you can specify the text
27555  style of the link text like for all other text parts.
27556  You can then set hyphenation points and forced linebreaks to have long
27557  link text broken at the page margin.
27558  You are furthermore able to change the text style for all URLs in your
27559  document with an option in 
27560 \series bold
27561 hyperref
27562 \series default
27563 's load command and the restrictions mentioned above doesn't apply for 
27564 \series bold
27565
27566 \backslash
27567 href
27568 \series default
27569 .
27570 \end_layout
27571
27572 \begin_layout Chapter
27573 External Stuff
27574 \begin_inset LatexCommand index
27575 name "External Stuff"
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Standard
27583 With the menu 
27584 \family sans
27585 Insert\SpecialChar \menuseparator
27586 File
27587 \family default
27588  you can insert external material to your document.
27589  This can be:
27590 \end_layout
27591
27592 \begin_layout Description
27593 LyX\InsetSpace ~
27594 Document Another LyX document; its content is directly inserted to your
27595  document.
27596 \end_layout
27597
27598 \begin_layout Description
27599 Plain\InsetSpace ~
27600 Text A text document; every of its text lines is inserted to your document
27601  as own paragraph.
27602 \end_layout
27603
27604 \begin_layout Description
27605 Plain\InsetSpace ~
27606 Text,\InsetSpace ~
27607 Join\InsetSpace ~
27608 Lines A text document; its text lines are inserted as they
27609  are.
27610  Empty text lines creates a new paragraph in your document.
27611 \end_layout
27612
27613 \begin_layout Description
27614 External\InsetSpace ~
27615 Material Files in various formats.
27616 \end_layout
27617
27618 \begin_layout Description
27619 Child\InsetSpace ~
27620 Document LyX or LaTeX-documents.
27621 \end_layout
27622
27623 \begin_layout Section
27624 External Material
27625 \begin_inset LatexCommand index
27626 name "External Stuff ! External Material"
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Standard
27634 The external material feature allows you to insert files to your document
27635  without converting them previously to a format that can be read by the
27636  document output format because LyX takes care of needed conversions.
27637  This is similar to images that can be inserted in various image formats
27638  to LyX documents.
27639 \end_layout
27640
27641 \begin_layout Standard
27642 External material can be inserted via the 
27643 \family sans
27644 External Material
27645 \family default
27646  dialog that is accessible with the menu 
27647 \family sans
27648 Insert\SpecialChar \menuseparator
27649 File\SpecialChar \menuseparator
27650 External\InsetSpace ~
27651 Material
27652 \family default
27653 .
27654  Currently the following file types (
27655 \family sans
27656 Templates
27657 \family default
27658 ) are allowed:
27659 \end_layout
27660
27661 \begin_layout Description
27662 ChessDiagram This template supports chess position diagrams made with the
27663  program 
27664 \begin_inset ERT
27665 status collapsed
27666
27667 \begin_layout Standard
27668
27669
27670 \backslash
27671 href{http://en.wikipedia.org/wiki/XBoard}{
27672 \end_layout
27673
27674 \end_inset
27675
27676
27677 \series bold
27678 XBoard
27679 \series default
27680
27681 \begin_inset ERT
27682 status collapsed
27683
27684 \begin_layout Standard
27685
27686 }
27687 \end_layout
27688
27689 \end_inset
27690
27691 .
27692 \end_layout
27693
27694 \begin_layout Description
27695 Date This inserts the date in the form 
27696 \emph on
27697 Day-Month-Year
27698 \emph default
27699 .
27700  This is a date inserted as external material: 
27701 \begin_inset External
27702         template Date
27703         filename .
27704
27705 \end_inset
27706
27707
27708 \newline
27709 The date is not shown within LyX, only in the output.
27710  There are two other methods of inserting a date: Via menu 
27711 \family sans
27712 Insert\SpecialChar \menuseparator
27713 Date
27714 \family default
27715  and with the LaTeX command 
27716 \series bold
27717
27718 \backslash
27719 today
27720 \series default
27721  as ERT.
27722  The different methods are compared in Table\InsetSpace ~
27723
27724 \begin_inset LatexCommand ref
27725 reference "tab:Comparison-of-the"
27726
27727 \end_inset
27728
27729 .
27730 \end_layout
27731
27732 \begin_layout Description
27733 LilyPond This template is used for music notation typeset with the program
27734 \begin_inset ERT
27735 status collapsed
27736
27737 \begin_layout Standard
27738
27739
27740 \backslash
27741 linebreak 
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \begin_inset ERT
27748 status collapsed
27749
27750 \begin_layout Standard
27751
27752
27753 \backslash
27754 href{http://en.wikipedia.org/wiki/LilyPond}{
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \series bold
27761 LilyPond
27762 \series default
27763
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Standard
27768
27769 }
27770 \end_layout
27771
27772 \end_inset
27773
27774 .
27775 \begin_inset Note Note
27776 status collapsed
27777
27778 \begin_layout Standard
27779 The command 
27780 \series bold
27781
27782 \backslash
27783 linebreak
27784 \series default
27785  breaks the line while the remaining text in the line is stretched to the
27786  page margin.
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Description
27795 RasterImage This can be used for bitmap images.
27796  Nearly all popular image formats are supported.
27797  The image can be treated in the 
27798 \family sans
27799 External material
27800 \family default
27801  dialog like the images that are usually included via the 
27802 \family sans
27803 Graphics
27804 \family default
27805  dialog as described in section\InsetSpace ~
27806
27807 \begin_inset LatexCommand ref
27808 reference "sec:Graphics-Dialog"
27809
27810 \end_inset
27811
27812 .
27813  The difference is that only raster images are allowed, that means that
27814  PDF and EPS-images are not supported.
27815 \end_layout
27816
27817 \begin_layout Description
27818 XFig This template supports images created with the program 
27819 \begin_inset ERT
27820 status collapsed
27821
27822 \begin_layout Standard
27823
27824
27825 \backslash
27826 href{http://en.wikipedia.org/wiki/Xfig}{
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \series bold
27833 Xfig
27834 \series default
27835
27836 \begin_inset ERT
27837 status collapsed
27838
27839 \begin_layout Standard
27840
27841 }
27842 \end_layout
27843
27844 \end_inset
27845
27846 .
27847 \end_layout
27848
27849 \begin_layout Standard
27850 \begin_inset Float table
27851 placement h
27852 wide false
27853 sideways false
27854 status open
27855
27856 \begin_layout Standard
27857 \begin_inset Caption
27858
27859 \begin_layout Standard
27860 \begin_inset LatexCommand label
27861 name "tab:Comparison-of-the"
27862
27863 \end_inset
27864
27865 Comparison of the date input methods.
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Standard
27874 \align center
27875 \begin_inset Tabular
27876 <lyxtabular version="3" rows="4" columns="4">
27877 <features>
27878 <column alignment="center" valignment="top" leftline="true" width="0">
27879 <column alignment="center" valignment="top" leftline="true" width="0">
27880 <column alignment="center" valignment="top" leftline="true" width="0">
27881 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
27882 <row topline="true">
27883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Standard
27887 Document format
27888 \end_layout
27889
27890 \end_inset
27891 </cell>
27892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27893 \begin_inset Text
27894
27895 \begin_layout Standard
27896
27897 \family sans
27898 External Material\SpecialChar \menuseparator
27899 Date
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Standard
27908
27909 \family sans
27910 Insert\SpecialChar \menuseparator
27911 Date
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Standard
27920 command 
27921 \series bold
27922
27923 \backslash
27924 today
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 </row>
27930 <row topline="true">
27931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27932 \begin_inset Text
27933
27934 \begin_layout Standard
27935 LyX
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Standard
27944 as inset box
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Standard
27953 as date
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Standard
27962 as ERT inset box
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 </row>
27968 <row topline="true">
27969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27970 \begin_inset Text
27971
27972 \begin_layout Standard
27973 LaTeX
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Standard
27982 as date
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Standard
27991 as date
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Standard
28000 as command
28001 \end_layout
28002
28003 \end_inset
28004 </cell>
28005 </row>
28006 <row topline="true" bottomline="true">
28007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28008 \begin_inset Text
28009
28010 \begin_layout Standard
28011 DVI, PDF, PS
28012 \end_layout
28013
28014 \end_inset
28015 </cell>
28016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28017 \begin_inset Text
28018
28019 \begin_layout Standard
28020 as date
28021 \end_layout
28022
28023 \end_inset
28024 </cell>
28025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28026 \begin_inset Text
28027
28028 \begin_layout Standard
28029 as date
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28035 \begin_inset Text
28036
28037 \begin_layout Standard
28038 as date
28039 \end_layout
28040
28041 \end_inset
28042 </cell>
28043 </row>
28044 </lyxtabular>
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 When you use the option 
28058 \family sans
28059 Draft
28060 \family default
28061  in the 
28062 \family sans
28063 File
28064 \family default
28065  tab of the 
28066 \family sans
28067 External Material
28068 \family default
28069  dialog, only the path to the inserted file is shown in the output.
28070 \newline
28071 External
28072  material is displayed in LyX either as box like this: 
28073 \begin_inset Graphics
28074         filename clipart/ExternalMaterialQt4.png
28075         scale 85
28076         scaleBeforeRotation
28077
28078 \end_inset
28079
28080  or as image, depending on the setting in the 
28081 \family sans
28082 LyX\InsetSpace ~
28083 View
28084 \family default
28085  tab of the 
28086 \family sans
28087 External Material
28088 \family default
28089  dialog.
28090 \end_layout
28091
28092 \begin_layout Standard
28093 The 
28094 \family sans
28095 \emph on
28096 Customization
28097 \family default
28098 \emph default
28099  manual explains how you can define your own templates.
28100 \end_layout
28101
28102 \begin_layout Section
28103 Child Documents
28104 \begin_inset LatexCommand label
28105 name "sec:Child-Documents"
28106
28107 \end_inset
28108
28109
28110 \begin_inset LatexCommand index
28111 name "External Stuff ! Child Documents"
28112
28113 \end_inset
28114
28115
28116 \begin_inset LatexCommand index
28117 name "Files ! Include"
28118
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Standard
28125 Child documents are used when you have a long document consisting of several
28126  larger parts or sections.
28127  For maintenance it is often useful and sometimes even required to split
28128  the document in several files that can be revised separately.
28129  The different documents are then the so called child documents and a master
28130  document connects them to print the full document or parts of it.
28131 \end_layout
28132
28133 \begin_layout Standard
28134 Included documents are displayed in LyX as a box like this: 
28135 \begin_inset Graphics
28136         filename clipart/ChildDocumentQt4.png
28137         scale 85
28138         scaleBeforeRotation
28139
28140 \end_inset
28141
28142  To include child documents to a master document use the menu 
28143 \family sans
28144 Insert\SpecialChar \menuseparator
28145 File\SpecialChar \menuseparator
28146 Child\InsetSpace ~
28147 Documents
28148 \family default
28149 .
28150  A dialog pops up where you can choose between four include methods:
28151 \end_layout
28152
28153 \begin_layout Description
28154 Include You can include LyX and LaTeX-documents.
28155  When you press the 
28156 \family sans
28157 Load
28158 \family default
28159  button in the 
28160 \family sans
28161 Child Document
28162 \family default
28163  dialog, the included documents will be opened in LyX in a new file tab
28164  so that you can modify it.
28165 \newline
28166
28167 \end_layout
28168
28169 \begin_layout Standard
28170 Here is a child document inserted using 
28171 \family sans
28172 Include
28173 \family default
28174
28175 \begin_inset Include \include{DummyDocument1.lyx}
28176 preview false
28177
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \begin_layout Standard
28184 The section numbering includes the sections of the included files in the
28185  order they are inserted in the master document.
28186  The included example document has for example a subsection that is numbered
28187  as subsection of this section.
28188  Labels of included documents can be referenced: Subsection\InsetSpace ~
28189
28190 \begin_inset LatexCommand ref
28191 reference "sub:External-Subsection-1"
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 The preamble of the child document is ignored, only the preamble of the
28200  master document is used.
28201  Included documents are inserted starting on a new page and end with a pagebreak.
28202 \end_layout
28203
28204 \begin_layout Standard
28205 With the LaTeX-command 
28206 \series bold
28207
28208 \backslash
28209 includeonly 
28210 \series default
28211 you can specify which included child documents are processed when the output
28212  is generated.
28213  This is useful when you are perhaps only working on a certain chapter of
28214  your large document as this saves compiling time.
28215  
28216 \series bold
28217
28218 \backslash
28219 includeonly
28220 \series default
28221  is inserted to the master document preamble.
28222  It takes a comma-separated list of the filenames as argument, e.g.
28223 \end_layout
28224
28225 \begin_layout Standard
28226
28227 \series bold
28228
28229 \backslash
28230 includeonly{chapter1,chapter5}
28231 \end_layout
28232
28233 \begin_layout Standard
28234 will only process the included files named 
28235 \begin_inset Quotes eld
28236 \end_inset
28237
28238 chapter1.lyx
28239 \begin_inset Quotes erd
28240 \end_inset
28241
28242  (or 
28243 \begin_inset Quotes eld
28244 \end_inset
28245
28246 chapter1.tex
28247 \begin_inset Quotes erd
28248 \end_inset
28249
28250 ) and 
28251 \begin_inset Quotes eld
28252 \end_inset
28253
28254 chapter5.lyx
28255 \begin_inset Quotes erd
28256 \end_inset
28257
28258  .
28259 \end_layout
28260
28261 \begin_layout Standard
28262 \begin_inset Note Greyedout
28263 status open
28264
28265 \begin_layout Standard
28266
28267 \series bold
28268 Note:
28269 \series default
28270  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
28271 w the document in case that the child document uses another document class
28272  than the master document as this will lead to unexpected outputs.
28273 \end_layout
28274
28275 \end_inset
28276
28277
28278 \end_layout
28279
28280 \begin_layout Description
28281 Input This method is very similar to the Include method.
28282  The differences are:
28283 \end_layout
28284
28285 \begin_deeper
28286 \begin_layout Itemize
28287 Input files don't start with a new page and don't end with a pagebreak.
28288 \end_layout
28289
28290 \begin_layout Itemize
28291 Input files can be previewed in LyX when 
28292 \family sans
28293 Instant\InsetSpace ~
28294 Preview
28295 \family default
28296  is enabled in LyX's preferences under 
28297 \family sans
28298 Look\InsetSpace ~
28299 and\InsetSpace ~
28300 feel\SpecialChar \menuseparator
28301 Graphics
28302 \family default
28303 .
28304 \end_layout
28305
28306 \begin_layout Itemize
28307 The LaTeX-command 
28308 \series bold
28309
28310 \backslash
28311 includeonly
28312 \series default
28313  cannot be used.
28314 \end_layout
28315
28316 \end_deeper
28317 \begin_layout Standard
28318 Here is a child document inserted using 
28319 \family sans
28320 Input
28321 \family default
28322
28323 \begin_inset Include \input{DummyDocument2.lyx}
28324 preview false
28325
28326 \end_inset
28327
28328
28329 \end_layout
28330
28331 \begin_layout Description
28332 Verbatim With this method every text file can be included.
28333  The file is shown in the output with its source code, no command used in
28334  the text is invoked.
28335  You can use the option 
28336 \family sans
28337 Mark spaces in output
28338 \family default
28339  that displays the character 
28340 \begin_inset Quotes eld
28341 \end_inset
28342
28343
28344 \begin_inset ERT
28345 status collapsed
28346
28347 \begin_layout Standard
28348
28349
28350 \backslash
28351 textvisiblespace 
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \begin_inset Quotes erd
28358 \end_inset
28359
28360  for every space character in the source code.
28361  The difference to the method via the menu 
28362 \family sans
28363 Insert\SpecialChar \menuseparator
28364 File\SpecialChar \menuseparator
28365 Plain\InsetSpace ~
28366 Text
28367 \family default
28368  is that the document content is not shown in LyX.
28369 \end_layout
28370
28371 \begin_layout Standard
28372 Here is a child document inserted as Verbatim: 
28373 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
28374 preview false
28375
28376 \end_inset
28377
28378
28379 \begin_inset VSpace bigskip
28380 \end_inset
28381
28382 Here is a child document inserted as Verbatim using the 
28383 \family sans
28384 Mark spaces in output
28385 \family default
28386  option: 
28387 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
28388 preview false
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \begin_layout Standard
28396 \begin_inset VSpace bigskip
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Standard
28403 \begin_inset Note Greyedout
28404 status open
28405
28406 \begin_layout Standard
28407
28408 \series bold
28409 Note:
28410 \series default
28411  As you can see in the examples above, the text of the documents included
28412  as 
28413 \family sans
28414 verbatim
28415 \family default
28416  is not broken at the end of the document lines.
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Description
28425 Listings This type is described in chapter\InsetSpace ~
28426
28427 \begin_inset LatexCommand ref
28428 reference "cha:Program-Code-Listings"
28429
28430 \end_inset
28431
28432 .
28433 \end_layout
28434
28435 \begin_layout Standard
28436 \begin_inset Note Greyedout
28437 status open
28438
28439 \begin_layout Standard
28440
28441 \series bold
28442 Note:
28443 \series default
28444  Including the same document twice in a document using different methods
28445  could cause LaTeX-problems.
28446 \end_layout
28447
28448 \end_inset
28449
28450
28451 \end_layout
28452
28453 \begin_layout Chapter
28454 Program Code Listings
28455 \begin_inset LatexCommand label
28456 name "cha:Program-Code-Listings"
28457
28458 \end_inset
28459
28460
28461 \begin_inset LatexCommand index
28462 name "Listings"
28463
28464 \end_inset
28465
28466
28467 \begin_inset LatexCommand index
28468 name "Program Code"
28469
28470 \end_inset
28471
28472
28473 \begin_inset LatexCommand index
28474 name "Floats ! Listings"
28475
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \begin_layout Standard
28482 To include and typeset program code you can use the 
28483 \family sans
28484 Listings
28485 \family default
28486  inset that can be inserted via the menu 
28487 \family sans
28488 Insert\SpecialChar \menuseparator
28489 Program Listing
28490 \family default
28491 .
28492  The LaTeX-package 
28493 \series bold
28494 listings
28495 \series default
28496
28497 \begin_inset LatexCommand index
28498 name "LaTeX-packages ! listings"
28499
28500 \end_inset
28501
28502  provides a powerful and flexible way to insert program source code to your
28503  document.
28504 \end_layout
28505
28506 \begin_layout Standard
28507 When right-clicking on a listings inset a dialog pops up where you can set
28508  the listings format.
28509 \end_layout
28510
28511 \begin_layout Standard
28512 By default, a listing starts a new paragraph in the output.
28513  The placement option 
28514 \family sans
28515 Inline\InsetSpace ~
28516 listing
28517 \family default
28518  prints the listing inline like this: 
28519 \begin_inset listings
28520 lstparams "language={C++}"
28521 inline true
28522 status open
28523
28524 \begin_layout Standard
28525
28526 int a=5;
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \newline
28533 The option 
28534 \family sans
28535 Float
28536 \family default
28537  creates a listings float where you can specify the placement options 
28538 \begin_inset Quotes eld
28539 \end_inset
28540
28541
28542 \family sans
28543 h
28544 \family default
28545
28546 \begin_inset Quotes erd
28547 \end_inset
28548
28549
28550 \begin_inset Quotes eld
28551 \end_inset
28552
28553
28554 \family sans
28555 t
28556 \family default
28557
28558 \begin_inset Quotes erd
28559 \end_inset
28560
28561
28562 \begin_inset Quotes eld
28563 \end_inset
28564
28565
28566 \family sans
28567 b
28568 \family default
28569
28570 \begin_inset Quotes erd
28571 \end_inset
28572
28573 , and 
28574 \begin_inset Quotes eld
28575 \end_inset
28576
28577
28578 \family sans
28579 p
28580 \family default
28581
28582 \begin_inset Quotes erd
28583 \end_inset
28584
28585  corresponding to the float placement options described in section\InsetSpace ~
28586
28587 \begin_inset LatexCommand ref
28588 reference "sec:Float-Placement"
28589
28590 \end_inset
28591
28592 .
28593  The placement options can be mixed and are inserted without any separation,
28594  e.\InsetSpace \thinspace{}
28595 g.\InsetSpace ~
28596
28597 \begin_inset Quotes eld
28598 \end_inset
28599
28600
28601 \family sans
28602 htbp
28603 \family default
28604
28605 \begin_inset Quotes erd
28606 \end_inset
28607
28608 .
28609  The option 
28610 \begin_inset Quotes eld
28611 \end_inset
28612
28613 h
28614 \begin_inset Quotes erd
28615 \end_inset
28616
28617  has sometimes no effect, but you don't need to use the 
28618 \family sans
28619 Float
28620 \family default
28621  option in this case as also non-float listings can have captions and be
28622  referenced.
28623 \end_layout
28624
28625 \begin_layout Standard
28626 You can add captions to listings with the menu 
28627 \family sans
28628 Insert\SpecialChar \menuseparator
28629 Caption
28630 \family default
28631 .
28632  Listings can be referenced like floats: Listing\InsetSpace ~
28633
28634 \begin_inset LatexCommand ref
28635 reference "lst:Example-Listing"
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 \begin_inset listings
28644 lstparams "language=Python"
28645 inline false
28646 status open
28647
28648 \begin_layout Standard
28649
28650 \begin_inset Caption
28651
28652 \begin_layout Standard
28653 \begin_inset LatexCommand label
28654 name "lst:Example-Listing"
28655
28656 \end_inset
28657
28658 Example Listing float
28659 \end_layout
28660
28661 \end_inset
28662
28663 # Example listing float
28664 \end_layout
28665
28666 \begin_layout Standard
28667
28668 def func(param):
28669 \end_layout
28670
28671 \begin_layout Standard
28672
28673     'this is a python function'
28674 \end_layout
28675
28676 \begin_layout Standard
28677
28678     pass
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Standard
28687 When you have set a programming language in the listings dialog, the keywords
28688  of this language will be recognized and specially typeset in the output.
28689  In the example listings the Python keyword 
28690 \begin_inset Quotes eld
28691 \end_inset
28692
28693 def
28694 \begin_inset Quotes erd
28695 \end_inset
28696
28697  is recognized and printed bold in the output.
28698 \end_layout
28699
28700 \begin_layout Standard
28701 \begin_inset Note Greyedout
28702 status open
28703
28704 \begin_layout Standard
28705
28706 \series bold
28707 Note:
28708 \series default
28709  If you don't get bold keywords when using typewriter fonts, your typewriter
28710  font probably doesn't provide a bold shape.
28711  In this case select a different one in the menu 
28712 \family sans
28713 Document\SpecialChar \menuseparator
28714 Settings\SpecialChar \menuseparator
28715 Fonts
28716 \family default
28717 .
28718  (The fonts 
28719 \emph on
28720 LuxiMono, BeraMono
28721 \emph default
28722  and 
28723 \emph on
28724 Courier
28725 \emph default
28726  provide bold shapes.)
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Standard
28735 In section 
28736 \family sans
28737 Line\InsetSpace ~
28738 numbering
28739 \family default
28740  of the listings dialog you can specify the line numbering style.
28741  You can insert a number to specify which lines are numbered to the field
28742  
28743 \family sans
28744 Step
28745 \family default
28746 .
28747  When you insert e.g.
28748  
28749 \begin_inset Quotes eld
28750 \end_inset
28751
28752 3
28753 \begin_inset Quotes erd
28754 \end_inset
28755
28756 , only every 3rd line will be numbered.
28757 \end_layout
28758
28759 \begin_layout Standard
28760 You can furthermore specify a range of lines, only these will then appear
28761  in the output.
28762  The option 
28763 \family sans
28764 Extended\InsetSpace ~
28765 chars
28766 \family default
28767  should be used when you use national characters like the German umlauts
28768  in the listing.
28769 \newline
28770 Here is an example listing with left line numbering, step
28771  
28772 \begin_inset Quotes eld
28773 \end_inset
28774
28775 3
28776 \begin_inset Quotes erd
28777 \end_inset
28778
28779 , language 
28780 \begin_inset Quotes eld
28781 \end_inset
28782
28783 Python
28784 \begin_inset Quotes erd
28785 \end_inset
28786
28787 , options 
28788 \begin_inset Quotes eld
28789 \end_inset
28790
28791 Extended\InsetSpace ~
28792 chars
28793 \begin_inset Quotes erd
28794 \end_inset
28795
28796  and 
28797 \begin_inset Quotes eld
28798 \end_inset
28799
28800 Space\InsetSpace ~
28801 as\InsetSpace ~
28802 Symbol
28803 \begin_inset Quotes erd
28804 \end_inset
28805
28806 , range lines 3\InsetSpace \thinspace{}
28807 -\InsetSpace \thinspace{}
28808 8:
28809 \end_layout
28810
28811 \begin_layout Standard
28812 \begin_inset listings
28813 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
28814 inline false
28815 status open
28816
28817 \begin_layout Standard
28818
28819 def func(param):
28820 \end_layout
28821
28822 \begin_layout Standard
28823
28824     'this is a python function'
28825 \end_layout
28826
28827 \begin_layout Standard
28828
28829     pass
28830 \end_layout
28831
28832 \begin_layout Standard
28833
28834 def func(param):
28835 \end_layout
28836
28837 \begin_layout Standard
28838
28839 'This is a German word: Tschüß'
28840 \end_layout
28841
28842 \begin_layout Standard
28843
28844 pass
28845 \end_layout
28846
28847 \begin_layout Standard
28848
28849 def func(param):
28850 \end_layout
28851
28852 \begin_layout Standard
28853
28854 'this is a python function'
28855 \end_layout
28856
28857 \begin_layout Standard
28858
28859 pass
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Standard
28868 \begin_inset Note Greyedout
28869 status open
28870
28871 \begin_layout Standard
28872
28873 \series bold
28874 Note:
28875 \series default
28876  Due to a bug in the 
28877 \series bold
28878 listings
28879 \series default
28880  package the line numbering is shifted by a line by every previous listing.
28881  That's the reason why the lines 2 and 5 are numbered in the above listing
28882  and not the lines 3 and 6.
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 \begin_inset VSpace bigskip
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \begin_layout Standard
28898 It is also possible to print lines from a file as listing.
28899  To do this, use the menu 
28900 \family sans
28901 Insert\SpecialChar \menuseparator
28902 File\SpecialChar \menuseparator
28903 Child Document
28904 \family default
28905  and choose the type 
28906 \family sans
28907 Listings
28908 \family default
28909 .
28910 \begin_inset Foot
28911 status collapsed
28912
28913 \begin_layout Standard
28914 The other child document types are described in section\InsetSpace ~
28915
28916 \begin_inset LatexCommand ref
28917 reference "sec:Child-Documents"
28918
28919 \end_inset
28920
28921 .
28922 \end_layout
28923
28924 \end_inset
28925
28926  In the child document dialog you can specify the listing parameters in
28927  a text box.
28928  To show a list of all available parameters, type in a question mark 
28929 \begin_inset Quotes eld
28930 \end_inset
28931
28932 ?
28933 \begin_inset Quotes erd
28934 \end_inset
28935
28936  in the text box.
28937 \end_layout
28938
28939 \begin_layout Standard
28940 To reference child document listings, write a label text into the corresponding
28941  field of the child document dialog.
28942  The label can then be referenced using the menu 
28943 \family sans
28944 Insert\SpecialChar \menuseparator
28945 Cross-Reference
28946 \family default
28947 .
28948 \end_layout
28949
28950 \begin_layout Standard
28951 Listing\InsetSpace ~
28952
28953 \begin_inset LatexCommand ref
28954 reference "lst:file-listing"
28955
28956 \end_inset
28957
28958  is an example for a listing of a file; there the lines 10\InsetSpace \thinspace{}
28959 -\InsetSpace \thinspace{}
28960 15 of this LyX
28961  file are listed.
28962 \end_layout
28963
28964 \begin_layout Standard
28965 \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]
28966 preview false
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \begin_layout Standard
28974 \begin_inset VSpace bigskip
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \begin_layout Standard
28981 Global listings settings can be set in the 
28982 \family sans
28983 Document\SpecialChar \menuseparator
28984 Settings\SpecialChar \menuseparator
28985 Text Layout
28986 \family default
28987  dialog.
28988  To get there a list of available options, type in a question mark 
28989 \begin_inset Quotes eld
28990 \end_inset
28991
28992 ?
28993 \begin_inset Quotes erd
28994 \end_inset
28995
28996  in the 
28997 \family sans
28998 Listings\InsetSpace ~
28999 settings
29000 \family default
29001  field.
29002 \end_layout
29003
29004 \begin_layout Standard
29005 For more information about the 
29006 \series bold
29007 listings
29008 \series default
29009  package, we refer to its documentation 
29010 \begin_inset LatexCommand cite
29011 key "listings"
29012
29013 \end_inset
29014
29015 .
29016 \end_layout
29017
29018 \begin_layout Standard
29019
29020 \newpage
29021
29022 \end_layout
29023
29024 \begin_layout Chapter
29025 \start_of_appendix
29026 Units available in LyX
29027 \begin_inset LatexCommand index
29028 name "Units"
29029
29030 \end_inset
29031
29032
29033 \begin_inset LatexCommand label
29034 name "cha:Units-available-in"
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \begin_layout Standard
29042 To understand the units described in this documentation, Table\InsetSpace ~
29043
29044 \begin_inset LatexCommand ref
29045 reference "tab:Units"
29046
29047 \end_inset
29048
29049  explains all units available in LyX.
29050 \end_layout
29051
29052 \begin_layout Standard
29053 \begin_inset Float table
29054 placement h
29055 wide false
29056 sideways false
29057 status open
29058
29059 \begin_layout Standard
29060 \begin_inset Caption
29061
29062 \begin_layout Standard
29063 \begin_inset LatexCommand label
29064 name "tab:Units"
29065
29066 \end_inset
29067
29068 Units
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \end_layout
29075
29076 \begin_layout Standard
29077 \begin_inset VSpace medskip
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \begin_layout Standard
29084 \align center
29085 \begin_inset Tabular
29086 <lyxtabular version="3" rows="20" columns="2">
29087 <features>
29088 <column alignment="center" valignment="top" leftline="true" width="0">
29089 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29090 <row topline="true" bottomline="true">
29091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29092 \begin_inset Text
29093
29094 \begin_layout Standard
29095 unit
29096 \end_layout
29097
29098 \end_inset
29099 </cell>
29100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29101 \begin_inset Text
29102
29103 \begin_layout Standard
29104 name/description
29105 \end_layout
29106
29107 \end_inset
29108 </cell>
29109 </row>
29110 <row topline="true">
29111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29112 \begin_inset Text
29113
29114 \begin_layout Standard
29115 mm
29116 \end_layout
29117
29118 \end_inset
29119 </cell>
29120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29121 \begin_inset Text
29122
29123 \begin_layout Standard
29124 millimeter
29125 \end_layout
29126
29127 \end_inset
29128 </cell>
29129 </row>
29130 <row topline="true">
29131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29132 \begin_inset Text
29133
29134 \begin_layout Standard
29135 cm
29136 \end_layout
29137
29138 \end_inset
29139 </cell>
29140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29141 \begin_inset Text
29142
29143 \begin_layout Standard
29144 centimeter
29145 \end_layout
29146
29147 \end_inset
29148 </cell>
29149 </row>
29150 <row topline="true">
29151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29152 \begin_inset Text
29153
29154 \begin_layout Standard
29155 in
29156 \end_layout
29157
29158 \end_inset
29159 </cell>
29160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29161 \begin_inset Text
29162
29163 \begin_layout Standard
29164 inch
29165 \end_layout
29166
29167 \end_inset
29168 </cell>
29169 </row>
29170 <row topline="true">
29171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29172 \begin_inset Text
29173
29174 \begin_layout Standard
29175 pt
29176 \end_layout
29177
29178 \end_inset
29179 </cell>
29180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29181 \begin_inset Text
29182
29183 \begin_layout Standard
29184 point (72.27\InsetSpace \thinspace{}
29185 pt = 1\InsetSpace \thinspace{}
29186 in)
29187 \end_layout
29188
29189 \end_inset
29190 </cell>
29191 </row>
29192 <row topline="true">
29193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29194 \begin_inset Text
29195
29196 \begin_layout Standard
29197 pc
29198 \end_layout
29199
29200 \end_inset
29201 </cell>
29202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29203 \begin_inset Text
29204
29205 \begin_layout Standard
29206 pica (1\InsetSpace \thinspace{}
29207 pc = 12\InsetSpace \thinspace{}
29208 pt)
29209 \end_layout
29210
29211 \end_inset
29212 </cell>
29213 </row>
29214 <row topline="true">
29215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29216 \begin_inset Text
29217
29218 \begin_layout Standard
29219 sp
29220 \end_layout
29221
29222 \end_inset
29223 </cell>
29224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29225 \begin_inset Text
29226
29227 \begin_layout Standard
29228 scaled point (65536\InsetSpace \thinspace{}
29229 sp = 1\InsetSpace \thinspace{}
29230 pt)
29231 \end_layout
29232
29233 \end_inset
29234 </cell>
29235 </row>
29236 <row topline="true">
29237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29238 \begin_inset Text
29239
29240 \begin_layout Standard
29241 bp
29242 \end_layout
29243
29244 \end_inset
29245 </cell>
29246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Standard
29250 big point (72\InsetSpace \thinspace{}
29251 bp = 1\InsetSpace \thinspace{}
29252 in)
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 </row>
29258 <row topline="true">
29259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29260 \begin_inset Text
29261
29262 \begin_layout Standard
29263 dd
29264 \end_layout
29265
29266 \end_inset
29267 </cell>
29268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29269 \begin_inset Text
29270
29271 \begin_layout Standard
29272 didot (1\InsetSpace \thinspace{}
29273 dd 
29274 \begin_inset Formula $\approx$
29275 \end_inset
29276
29277  0.376\InsetSpace \thinspace{}
29278 mm)
29279 \end_layout
29280
29281 \end_inset
29282 </cell>
29283 </row>
29284 <row topline="true">
29285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29286 \begin_inset Text
29287
29288 \begin_layout Standard
29289 cc
29290 \end_layout
29291
29292 \end_inset
29293 </cell>
29294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29295 \begin_inset Text
29296
29297 \begin_layout Standard
29298 cicero (1\InsetSpace \thinspace{}
29299 cc = 12\InsetSpace \thinspace{}
29300 dd)
29301 \end_layout
29302
29303 \end_inset
29304 </cell>
29305 </row>
29306 <row topline="true">
29307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Standard
29311 Scale%
29312 \end_layout
29313
29314 \end_inset
29315 </cell>
29316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29317 \begin_inset Text
29318
29319 \begin_layout Standard
29320 % of original image width
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 </row>
29326 <row topline="true">
29327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29328 \begin_inset Text
29329
29330 \begin_layout Standard
29331 text%
29332 \end_layout
29333
29334 \end_inset
29335 </cell>
29336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Standard
29340 % of text width
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 </row>
29346 <row topline="true">
29347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29348 \begin_inset Text
29349
29350 \begin_layout Standard
29351 col%
29352 \end_layout
29353
29354 \end_inset
29355 </cell>
29356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29357 \begin_inset Text
29358
29359 \begin_layout Standard
29360 % of column width
29361 \end_layout
29362
29363 \end_inset
29364 </cell>
29365 </row>
29366 <row topline="true">
29367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29368 \begin_inset Text
29369
29370 \begin_layout Standard
29371 page%
29372 \end_layout
29373
29374 \end_inset
29375 </cell>
29376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29377 \begin_inset Text
29378
29379 \begin_layout Standard
29380 % of paper width
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 </row>
29386 <row topline="true">
29387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29388 \begin_inset Text
29389
29390 \begin_layout Standard
29391 line%
29392 \end_layout
29393
29394 \end_inset
29395 </cell>
29396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29397 \begin_inset Text
29398
29399 \begin_layout Standard
29400 % of line width
29401 \end_layout
29402
29403 \end_inset
29404 </cell>
29405 </row>
29406 <row topline="true">
29407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Standard
29411 theight%
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Standard
29420 % of text height
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 </row>
29426 <row topline="true">
29427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29428 \begin_inset Text
29429
29430 \begin_layout Standard
29431 pheight%
29432 \end_layout
29433
29434 \end_inset
29435 </cell>
29436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29437 \begin_inset Text
29438
29439 \begin_layout Standard
29440 % of paper height
29441 \end_layout
29442
29443 \end_inset
29444 </cell>
29445 </row>
29446 <row topline="true">
29447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29448 \begin_inset Text
29449
29450 \begin_layout Standard
29451 ex
29452 \end_layout
29453
29454 \end_inset
29455 </cell>
29456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29457 \begin_inset Text
29458
29459 \begin_layout Standard
29460 height of letter 
29461 \emph on
29462 x
29463 \emph default
29464  in current font
29465 \end_layout
29466
29467 \end_inset
29468 </cell>
29469 </row>
29470 <row topline="true">
29471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29472 \begin_inset Text
29473
29474 \begin_layout Standard
29475 em
29476 \end_layout
29477
29478 \end_inset
29479 </cell>
29480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29481 \begin_inset Text
29482
29483 \begin_layout Standard
29484 width of letter 
29485 \emph on
29486 M
29487 \emph default
29488  in current font
29489 \end_layout
29490
29491 \end_inset
29492 </cell>
29493 </row>
29494 <row topline="true" bottomline="true">
29495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29496 \begin_inset Text
29497
29498 \begin_layout Standard
29499 mu
29500 \end_layout
29501
29502 \end_inset
29503 </cell>
29504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Standard
29508 math unit (1\InsetSpace \thinspace{}
29509 mu = 1/18\InsetSpace \thinspace{}
29510 em)
29511 \end_layout
29512
29513 \end_inset
29514 </cell>
29515 </row>
29516 </lyxtabular>
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Chapter
29529 Output File Formats with Graphics
29530 \begin_inset LatexCommand label
29531 name "cha:Output-File-Formats"
29532
29533 \end_inset
29534
29535
29536 \end_layout
29537
29538 \begin_layout Section
29539 DVI
29540 \begin_inset LatexCommand index
29541 name "File Formats ! DVI"
29542
29543 \end_inset
29544
29545
29546 \begin_inset LatexCommand index
29547 name "DVI|see{File Formats}"
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Standard
29555 This file type has the extension 
29556 \begin_inset Quotes eld
29557 \end_inset
29558
29559
29560 \family typewriter
29561 .dvi
29562 \family default
29563
29564 \begin_inset Quotes erd
29565 \end_inset
29566
29567 .
29568  It is called 
29569 \begin_inset Quotes eld
29570 \end_inset
29571
29572 device-independent
29573 \begin_inset Quotes erd
29574 \end_inset
29575
29576  (DVI), because it is completely portable; you can move them from one machine
29577  to another without needing to do any sort of conversion.
29578  At the time when this file-format was developed, this was no matter of
29579  course.
29580  DVIs are used for quick previews and as pre-stage for other output formats,
29581  like PostScript.
29582 \end_layout
29583
29584 \begin_layout Standard
29585 \begin_inset Note Greyedout
29586 status open
29587
29588 \begin_layout Standard
29589
29590 \series bold
29591 Note:
29592 \series default
29593  DVI-files doesn't contain images, they will only be a linked.
29594 \end_layout
29595
29596 \end_inset
29597
29598  So don't forget this, if you move your 
29599 \family typewriter
29600 .dvi
29601 \family default
29602  file to another computer.
29603  This property can also slow down your computer when you view the DVI.
29604  Because the DVI-viewer has to convert the image in the background to make
29605  it visible when you scroll in the DVI.
29606  So we recommend to use PDF for files with many images.
29607 \end_layout
29608
29609 \begin_layout Standard
29610 You can export your document to DVI by using the menu 
29611 \family sans
29612 File\SpecialChar \menuseparator
29613 Export\SpecialChar \menuseparator
29614 DVI
29615 \family default
29616 .
29617  You can view your document as DVI via the 
29618 \family sans
29619 View
29620 \family default
29621  menu or by using the toolbar button 
29622 \begin_inset Graphics
29623         filename ../images/buffer-view_dvi.png
29624         scale 85
29625         scaleBeforeRotation
29626
29627 \end_inset
29628
29629 .
29630 \end_layout
29631
29632 \begin_layout Section
29633 PostScript
29634 \begin_inset LatexCommand label
29635 name "sec:PostScript"
29636
29637 \end_inset
29638
29639
29640 \begin_inset LatexCommand index
29641 name "File Formats ! PostScript"
29642
29643 \end_inset
29644
29645
29646 \begin_inset LatexCommand index
29647 name "PostScript|see{File Formats}"
29648
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \begin_layout Standard
29655 This file type has the extension 
29656 \begin_inset Quotes eld
29657 \end_inset
29658
29659
29660 \family typewriter
29661 .ps
29662 \family default
29663
29664 \begin_inset Quotes erd
29665 \end_inset
29666
29667 .
29668  PostScript was developed by the company 
29669 \family typewriter
29670 Adobe
29671 \family default
29672  as printer language.
29673  The file contains therefore commands that the printer uses to print the
29674  file.
29675  PostScript can be seen as 
29676 \begin_inset Quotes eld
29677 \end_inset
29678
29679 programming language
29680 \begin_inset Quotes erd
29681 \end_inset
29682
29683 ; you can calculate with it and draw diagrams and images
29684 \begin_inset Foot
29685 status collapsed
29686
29687 \begin_layout Standard
29688 If you are interested to learn more about this, have a look at the LaTeX-package
29689  
29690 \series bold
29691 PSTricks
29692 \series default
29693  
29694 \begin_inset LatexCommand cite
29695 key "pstricks"
29696
29697 \end_inset
29698
29699 .
29700 \end_layout
29701
29702 \end_inset
29703
29704 .
29705  Due to this ability, the files are often bigger than PDFs.
29706 \end_layout
29707
29708 \begin_layout Standard
29709 PostScript can only contain images in the format 
29710 \begin_inset Quotes eld
29711 \end_inset
29712
29713 Encapsulated PostScript
29714 \begin_inset Quotes erd
29715 \end_inset
29716
29717  (EPS, file extension 
29718 \begin_inset Quotes eld
29719 \end_inset
29720
29721
29722 \family typewriter
29723 .eps
29724 \family default
29725
29726 \begin_inset Quotes erd
29727 \end_inset
29728
29729 ).
29730  As LyX allows you to use any known image format in your document, it has
29731  to convert images in the background to EPS.
29732  If you have e.g 50 images in your document, LyX has to do 50 conversions
29733  whenever you view or export your document.
29734  This will slow down your work flow with LyX drastically.
29735  So if you plan to use PostScript, you can insert your images directly as
29736  EPS to avoid this problem.
29737 \end_layout
29738
29739 \begin_layout Standard
29740 You can export your document to PostScript using the menu 
29741 \family sans
29742 File\SpecialChar \menuseparator
29743 Export\SpecialChar \menuseparator
29744 Postscript
29745 \family default
29746 .
29747  You can view your document as PostScript via the 
29748 \family sans
29749 View
29750 \family default
29751  menu or by using the toolbar button 
29752 \begin_inset Graphics
29753         filename ../images/buffer-view_ps.png
29754         scale 85
29755         scaleBeforeRotation
29756
29757 \end_inset
29758
29759 .
29760 \end_layout
29761
29762 \begin_layout Section
29763 PDF
29764 \begin_inset LatexCommand label
29765 name "sec:PDF"
29766
29767 \end_inset
29768
29769
29770 \begin_inset LatexCommand index
29771 name "File Formats ! PDF"
29772
29773 \end_inset
29774
29775
29776 \begin_inset LatexCommand index
29777 name "PDF"
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \begin_layout Standard
29785 This file type has the extension 
29786 \begin_inset Quotes eld
29787 \end_inset
29788
29789
29790 \family typewriter
29791 .pdf
29792 \family default
29793
29794 \begin_inset Quotes erd
29795 \end_inset
29796
29797 .
29798  The 
29799 \begin_inset Quotes eld
29800 \end_inset
29801
29802 Portable Document Format
29803 \begin_inset Quotes erd
29804 \end_inset
29805
29806  (PDF) is developed by 
29807 \family typewriter
29808 Adobe
29809 \family default
29810  as derivative from PostScript.
29811  It is more compressed and it uses much less commands than PostScript.
29812  As the name 
29813 \begin_inset Quotes eld
29814 \end_inset
29815
29816 portable
29817 \begin_inset Quotes erd
29818 \end_inset
29819
29820  implies, it can be processed at any computer system and the printed output
29821  looks exactly the same.
29822 \end_layout
29823
29824 \begin_layout Standard
29825 PDF can contain images in its own PDF format, in the format 
29826 \begin_inset Quotes eld
29827 \end_inset
29828
29829 Joint Photographic Experts Group
29830 \begin_inset Quotes erd
29831 \end_inset
29832
29833  (JPG, file extension 
29834 \begin_inset Quotes eld
29835 \end_inset
29836
29837
29838 \family typewriter
29839 .jpg
29840 \family default
29841
29842 \begin_inset Quotes erd
29843 \end_inset
29844
29845  or 
29846 \begin_inset Quotes eld
29847 \end_inset
29848
29849
29850 \family typewriter
29851 .jpeg
29852 \family default
29853
29854 \begin_inset Quotes erd
29855 \end_inset
29856
29857 ), and in the format 
29858 \begin_inset Quotes eld
29859 \end_inset
29860
29861 Portable Network Graphics
29862 \begin_inset Quotes erd
29863 \end_inset
29864
29865  (PNG, file extension 
29866 \begin_inset Quotes eld
29867 \end_inset
29868
29869
29870 \family typewriter
29871 .png
29872 \family default
29873
29874 \begin_inset Quotes erd
29875 \end_inset
29876
29877 ).
29878  Nevertheless you can use any other image format, because LyX converts them
29879  in the background to one of these formats.
29880  But as described in the section about PostScript, the image conversion
29881  will slow down your work flow.
29882  So it is recommended to use images in one of the three mentioned formats.
29883 \end_layout
29884
29885 \begin_layout Standard
29886 You can export your document to PDF via the menu 
29887 \family sans
29888 File\SpecialChar \menuseparator
29889 Export
29890 \family default
29891  in three different ways:
29892 \end_layout
29893
29894 \begin_layout Description
29895 PDF\InsetSpace ~
29896 (ps2pdf) This uses the program 
29897 \family typewriter
29898 ps2pdf
29899 \family default
29900  that creates a PDF from a PostScript-version of your file.
29901  The PostScript-version is produced by the program 
29902 \family typewriter
29903 dvips
29904 \family default
29905  which uses a DVI-version as intermediate step.
29906  So this export variant consist of three conversions.
29907 \end_layout
29908
29909 \begin_layout Description
29910 PDF\InsetSpace ~
29911 (dvipdfm) This uses the program 
29912 \family typewriter
29913 dvipdfm
29914 \family default
29915  that converts your file in the background to DVI and in a second step to
29916  PDF.
29917 \end_layout
29918
29919 \begin_layout Description
29920 PDF\InsetSpace ~
29921 (pdflatex) This uses the program 
29922 \family typewriter
29923 pdftex
29924 \family default
29925  that converts your file directly to PDF.
29926 \end_layout
29927
29928 \begin_layout Standard
29929 It is recommended to use 
29930 \family sans
29931 PDF\InsetSpace ~
29932 (pdflatex)
29933 \family default
29934  because 
29935 \family typewriter
29936 pdftex
29937 \family default
29938  supports all features of actual PDF-versions, is quick and works stable
29939  without problems.
29940  The program 
29941 \family typewriter
29942 dvipdfm
29943 \family default
29944  is not under development and therefore a bit outdated.
29945 \end_layout
29946
29947 \begin_layout Standard
29948 You can view your document as PDF via the 
29949 \family sans
29950 View
29951 \family default
29952  menu or by using the toolbar button 
29953 \begin_inset Graphics
29954         filename ../images/buffer-view_pdf2.png
29955         scale 85
29956         scaleBeforeRotation
29957
29958 \end_inset
29959
29960  
29961 \family sans
29962 (
29963 \family default
29964 that uses 
29965 \family sans
29966 PDF\InsetSpace ~
29967 (pdflatex)
29968 \family default
29969 ).
29970 \end_layout
29971
29972 \begin_layout Chapter
29973 Explanation of Equation\InsetSpace ~
29974
29975 \begin_inset LatexCommand eqref
29976 reference "eq:Wgn"
29977
29978 \end_inset
29979
29980
29981 \begin_inset LatexCommand label
29982 name "cha:Explanation-of-Equation"
29983
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Standard
29990 The total width of 
29991 \emph on
29992 n
29993 \emph default
29994  table cells 
29995 \begin_inset Formula $W_{\mathrm{tot\, n}}$
29996 \end_inset
29997
29998  can be calculated to
29999 \end_layout
30000
30001 \begin_layout Standard
30002 \begin_inset Formula \begin{equation}
30003 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
30004
30005 \end_inset
30006
30007
30008 \end_layout
30009
30010 \begin_layout Standard
30011 Where 
30012 \begin_inset Formula $W_{g\, n}$
30013 \end_inset
30014
30015  is the given width of all cells.
30016  
30017 \series bold
30018
30019 \backslash
30020 tabcolsep
30021 \series default
30022  is the LaTeX-length between the cell text and the cell border, its default
30023  value is 6\InsetSpace \thinspace{}
30024 pt.
30025  
30026 \series bold
30027
30028 \backslash
30029 arrayrulewidth
30030 \series default
30031  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
30032 pt.
30033 \end_layout
30034
30035 \begin_layout Standard
30036 Following equation\InsetSpace ~
30037
30038 \begin_inset LatexCommand eqref
30039 reference "eq:Wtot_n"
30040
30041 \end_inset
30042
30043 , the total width of a multicolumn 
30044 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
30045 \end_inset
30046
30047  is
30048 \end_layout
30049
30050 \begin_layout Standard
30051 \begin_inset Formula \begin{equation}
30052 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Standard
30060 By setting equation\InsetSpace ~
30061
30062 \begin_inset LatexCommand eqref
30063 reference "eq:Wtot_n"
30064
30065 \end_inset
30066
30067  and 
30068 \begin_inset LatexCommand eqref
30069 reference "eq:Wtot_mult"
30070
30071 \end_inset
30072
30073  equal we can calculate the needed given width 
30074 \begin_inset Formula $W_{g\, n}$
30075 \end_inset
30076
30077  when 
30078 \emph on
30079 n
30080 \emph default
30081  columns are spanned, so that each column has a total width of 
30082 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
30083 \end_inset
30084
30085 :
30086 \end_layout
30087
30088 \begin_layout Standard
30089 \begin_inset Formula \begin{equation}
30090 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
30091
30092 \end_inset
30093
30094
30095 \end_layout
30096
30097 \begin_layout Bibliography
30098 \begin_inset LatexCommand bibitem
30099 key "latexcompanion"
30100
30101 \end_inset
30102
30103 Frank Mittelbach and Michel Goossens: 
30104 \emph on
30105 The LaTeX Companion Second Edition.
30106
30107 \emph default
30108  Addison-Wesley, 2004
30109 \end_layout
30110
30111 \begin_layout Bibliography
30112 \begin_inset LatexCommand bibitem
30113 key "latexguide"
30114
30115 \end_inset
30116
30117 Helmut Kopka and Patrick W.
30118  Daly: 
30119 \emph on
30120 A Guide to LaTeX Fourth Edition.
30121
30122 \emph default
30123  Addison-Wesley, 2003
30124 \end_layout
30125
30126 \begin_layout Bibliography
30127 \begin_inset LatexCommand bibitem
30128 key "latexbook"
30129
30130 \end_inset
30131
30132 Leslie Lamport: 
30133 \emph on
30134 LaTeX: A Document Preparation System.
30135
30136 \emph default
30137  Addison-Wesley, second edition, 1994
30138 \end_layout
30139
30140 \begin_layout Bibliography
30141 \begin_inset LatexCommand bibitem
30142 key "booktabs"
30143
30144 \end_inset
30145
30146
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Standard
30151
30152
30153 \backslash
30154 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
30155 {
30156 \end_layout
30157
30158 \end_inset
30159
30160 Documentation
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Standard
30165
30166 }
30167 \end_layout
30168
30169 \end_inset
30170
30171  of the LaTeX-package 
30172 \series bold
30173 booktabs
30174 \series default
30175
30176 \begin_inset LatexCommand index
30177 name "LaTeX-packages ! booktabs"
30178
30179 \end_inset
30180
30181
30182 \end_layout
30183
30184 \begin_layout Bibliography
30185 \begin_inset LatexCommand bibitem
30186 key "caption"
30187
30188 \end_inset
30189
30190
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Standard
30195
30196
30197 \backslash
30198 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
30199 \end_layout
30200
30201 \end_inset
30202
30203 Documentation
30204 \begin_inset ERT
30205 status collapsed
30206
30207 \begin_layout Standard
30208
30209 }
30210 \end_layout
30211
30212 \end_inset
30213
30214  of the LaTeX-package 
30215 \series bold
30216 caption
30217 \series default
30218
30219 \begin_inset LatexCommand index
30220 name "LaTeX-packages ! caption"
30221
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \begin_layout Bibliography
30228 \begin_inset LatexCommand bibitem
30229 key "caption-de"
30230
30231 \end_inset
30232
30233 German 
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Standard
30238
30239
30240 \backslash
30241 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
30242 {
30243 \end_layout
30244
30245 \end_inset
30246
30247 documentation
30248 \begin_inset ERT
30249 status collapsed
30250
30251 \begin_layout Standard
30252
30253 }
30254 \end_layout
30255
30256 \end_inset
30257
30258  of the LaTeX-package 
30259 \series bold
30260 caption
30261 \end_layout
30262
30263 \begin_layout Bibliography
30264 \begin_inset LatexCommand bibitem
30265 key "endfloat"
30266
30267 \end_inset
30268
30269
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Standard
30274
30275
30276 \backslash
30277 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
30278 {
30279 \end_layout
30280
30281 \end_inset
30282
30283 Documentation
30284 \begin_inset ERT
30285 status collapsed
30286
30287 \begin_layout Standard
30288
30289 }
30290 \end_layout
30291
30292 \end_inset
30293
30294  of the LaTeX-package 
30295 \series bold
30296 endf\SpecialChar \textcompwordmark{}
30297 loat
30298 \series default
30299
30300 \begin_inset LatexCommand index
30301 name "LaTeX-packages ! endfloat"
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \begin_layout Bibliography
30309 \begin_inset LatexCommand bibitem
30310 key "floatflt"
30311
30312 \end_inset
30313
30314
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Standard
30319
30320
30321 \backslash
30322 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
30323 {
30324 \end_layout
30325
30326 \end_inset
30327
30328 Documentation
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Standard
30333
30334 }
30335 \end_layout
30336
30337 \end_inset
30338
30339  of the LaTeX-package 
30340 \series bold
30341 f\SpecialChar \textcompwordmark{}
30342 loatf\SpecialChar \textcompwordmark{}
30343 lt
30344 \series default
30345
30346 \begin_inset LatexCommand index
30347 name "LaTeX-packages ! floatflt"
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \begin_layout Bibliography
30355 \begin_inset LatexCommand bibitem
30356 key "footmisc"
30357
30358 \end_inset
30359
30360
30361 \begin_inset ERT
30362 status collapsed
30363
30364 \begin_layout Standard
30365
30366
30367 \backslash
30368 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
30369 {
30370 \end_layout
30371
30372 \end_inset
30373
30374 Documentation
30375 \begin_inset ERT
30376 status collapsed
30377
30378 \begin_layout Standard
30379
30380 }
30381 \end_layout
30382
30383 \end_inset
30384
30385  of the LaTeX-package 
30386 \series bold
30387 footmisc
30388 \series default
30389
30390 \begin_inset LatexCommand index
30391 name "LaTeX-packages ! footmisc"
30392
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Bibliography
30399 \begin_inset LatexCommand bibitem
30400 key "hypcap"
30401
30402 \end_inset
30403
30404
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Standard
30409
30410
30411 \backslash
30412 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
30413 \end_layout
30414
30415 \end_inset
30416
30417 Documentation
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Standard
30422
30423 }
30424 \end_layout
30425
30426 \end_inset
30427
30428  of the LaTeX-package 
30429 \series bold
30430 hypcap
30431 \series default
30432
30433 \begin_inset LatexCommand index
30434 name "LaTeX-packages ! hyperref"
30435
30436 \end_inset
30437
30438
30439 \end_layout
30440
30441 \begin_layout Bibliography
30442 \begin_inset LatexCommand bibitem
30443 key "hyperref"
30444
30445 \end_inset
30446
30447
30448 \begin_inset ERT
30449 status collapsed
30450
30451 \begin_layout Standard
30452
30453
30454 \backslash
30455 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
30456 {
30457 \end_layout
30458
30459 \end_inset
30460
30461 Documentation
30462 \begin_inset ERT
30463 status collapsed
30464
30465 \begin_layout Standard
30466
30467 }
30468 \end_layout
30469
30470 \end_inset
30471
30472  of the LaTeX-package 
30473 \series bold
30474 hyperref
30475 \series default
30476
30477 \begin_inset LatexCommand index
30478 name "LaTeX-packages ! hyperref"
30479
30480 \end_inset
30481
30482
30483 \end_layout
30484
30485 \begin_layout Bibliography
30486 \begin_inset LatexCommand bibitem
30487 key "koma-script"
30488
30489 \end_inset
30490
30491
30492 \begin_inset ERT
30493 status collapsed
30494
30495 \begin_layout Standard
30496
30497
30498 \backslash
30499 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
30500 df}{
30501 \end_layout
30502
30503 \end_inset
30504
30505 Documentation
30506 \begin_inset ERT
30507 status collapsed
30508
30509 \begin_layout Standard
30510
30511 }
30512 \end_layout
30513
30514 \end_inset
30515
30516  of the LaTeX-package 
30517 \series bold
30518 koma-script
30519 \series default
30520
30521 \begin_inset LatexCommand index
30522 name "LaTeX-packages ! koma-script"
30523
30524 \end_inset
30525
30526
30527 \end_layout
30528
30529 \begin_layout Bibliography
30530 \begin_inset LatexCommand bibitem
30531 key "koma-script-de"
30532
30533 \end_inset
30534
30535 German 
30536 \begin_inset ERT
30537 status collapsed
30538
30539 \begin_layout Standard
30540
30541
30542 \backslash
30543 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
30544 df}{
30545 \end_layout
30546
30547 \end_inset
30548
30549 documentation
30550 \begin_inset ERT
30551 status collapsed
30552
30553 \begin_layout Standard
30554
30555 }
30556 \end_layout
30557
30558 \end_inset
30559
30560  of the LaTeX-package 
30561 \series bold
30562 koma-script
30563 \series default
30564
30565 \begin_inset LatexCommand index
30566 name "LaTeX-packages ! koma-script"
30567
30568 \end_inset
30569
30570
30571 \end_layout
30572
30573 \begin_layout Bibliography
30574 \begin_inset LatexCommand bibitem
30575 key "listings"
30576
30577 \end_inset
30578
30579
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Standard
30584
30585
30586 \backslash
30587 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
30588 {
30589 \end_layout
30590
30591 \end_inset
30592
30593 Documentation
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Standard
30598
30599 }
30600 \end_layout
30601
30602 \end_inset
30603
30604  of the LaTeX-package 
30605 \series bold
30606 listings
30607 \series default
30608
30609 \begin_inset LatexCommand index
30610 name "LaTeX-packages ! listings"
30611
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \begin_layout Bibliography
30618 \begin_inset LatexCommand bibitem
30619 key "marginnote"
30620
30621 \end_inset
30622
30623
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Standard
30628
30629
30630 \backslash
30631 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
30632 pdf}{
30633 \end_layout
30634
30635 \end_inset
30636
30637 Documentation
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Standard
30642
30643 }
30644 \end_layout
30645
30646 \end_inset
30647
30648  of the LaTeX-package 
30649 \series bold
30650 marginnote
30651 \series default
30652
30653 \begin_inset LatexCommand index
30654 name "LaTeX-packages ! marginnote"
30655
30656 \end_inset
30657
30658
30659 \end_layout
30660
30661 \begin_layout Bibliography
30662 \begin_inset LatexCommand bibitem
30663 key "pstricks"
30664
30665 \end_inset
30666
30667
30668 \begin_inset ERT
30669 status collapsed
30670
30671 \begin_layout Standard
30672
30673
30674 \backslash
30675 href{http://tug.org/PSTricks/main.cgi/}{
30676 \end_layout
30677
30678 \end_inset
30679
30680 Web page
30681 \begin_inset ERT
30682 status collapsed
30683
30684 \begin_layout Standard
30685
30686 }
30687 \end_layout
30688
30689 \end_inset
30690
30691  of the LaTeX-package 
30692 \series bold
30693 PSTricks
30694 \series default
30695
30696 \begin_inset LatexCommand index
30697 name "LaTeX-packages ! PSTricks"
30698
30699 \end_inset
30700
30701
30702 \end_layout
30703
30704 \begin_layout Bibliography
30705 \begin_inset LatexCommand bibitem
30706 key "sidecap"
30707
30708 \end_inset
30709
30710
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Standard
30715
30716
30717 \backslash
30718 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
30719 \end_layout
30720
30721 \end_inset
30722
30723 Documentation
30724 \begin_inset ERT
30725 status collapsed
30726
30727 \begin_layout Standard
30728
30729 }
30730 \end_layout
30731
30732 \end_inset
30733
30734  of the LaTeX-package 
30735 \series bold
30736 sidecap
30737 \series default
30738
30739 \begin_inset LatexCommand index
30740 name "LaTeX-packages ! sidecap"
30741
30742 \end_inset
30743
30744
30745 \end_layout
30746
30747 \begin_layout Bibliography
30748 \begin_inset LatexCommand bibitem
30749 key "NewInLyX15"
30750
30751 \end_inset
30752
30753
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Standard
30758
30759
30760 \backslash
30761 href{http://wiki.lyx.org/LyX/NewInLyX15}{
30762 \end_layout
30763
30764 \end_inset
30765
30766 Wiki page
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Standard
30771
30772 }
30773 \end_layout
30774
30775 \end_inset
30776
30777  about new features in 
30778 \family sans
30779 LyX 1.5.0
30780 \family default
30781 .
30782 \end_layout
30783
30784 \begin_layout Standard
30785 \begin_inset LatexCommand printindex
30786
30787 \end_inset
30788
30789
30790 \end_layout
30791
30792 \begin_layout Standard
30793 \begin_inset FloatList figure
30794
30795 \end_inset
30796
30797
30798 \end_layout
30799
30800 \begin_layout Standard
30801 \begin_inset FloatList table
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Standard
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Standard
30813
30814
30815 \backslash
30816 listof{Xalgorithm}{List of Algorithms}
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \begin_inset Note Note
30823 status collapsed
30824
30825 \begin_layout Standard
30826 see section\InsetSpace ~
30827
30828 \begin_inset LatexCommand ref
30829 reference "sub:Algorithm-Floats"
30830
30831 \end_inset
30832
30833  for a description
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \end_body
30842 \end_document