]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
e95461f77efbe68efa0dbda8e4aee20b64ccb82c
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0rc5 created this file. For more info see http://www.lyx.org/
2 \lyxformat 344
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}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \use_default_options false
166 \language english
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "LyX Team, Uwe Stöhr"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
223  manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 1.6svn
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
286  
287 \series bold
288 arydshln
289 \series default
290
291 \series bold
292 colortbl
293 \series default
294
295 \series bold
296 marginnote
297 \series default
298 , and 
299 \series bold
300 sidecap
301 \series default
302  must be installed.
303  If they are not installed you can export the document anyway but the sections
304  where the packages are required won't appear in the output.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Chapter
323 Figures
324 \begin_inset Index
325 status collapsed
326
327 \begin_layout Plain Layout
328 Figures
329 \end_layout
330
331 \end_inset
332
333
334 \begin_inset Index
335 status collapsed
336
337 \begin_layout Plain Layout
338 Graphics|see
339 \begin_inset ERT
340 status collapsed
341
342 \begin_layout Plain Layout
343
344 {
345 \end_layout
346
347 \end_inset
348
349 Figures
350 \begin_inset ERT
351 status collapsed
352
353 \begin_layout Plain Layout
354
355 }
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \end_inset
364
365
366 \end_layout
367
368 \begin_layout Section
369 Graphics Dialog
370 \begin_inset Index
371 status collapsed
372
373 \begin_layout Plain Layout
374 Figures ! Graphics Dialog
375 \end_layout
376
377 \end_inset
378
379
380 \begin_inset CommandInset label
381 LatexCommand label
382 name "sec:Graphics-Dialog"
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Standard
390 To insert an image into your document, place the cursor at the text position
391  you want and click on the toolbar icon 
392 \begin_inset Graphics
393         filename ../images/dialog-show-new-inset_graphics.png
394         scale 85
395         scaleBeforeRotation
396
397 \end_inset
398
399  or use the menu 
400 \family sans
401 Insert\SpecialChar \menuseparator
402 Graphics
403 \family default
404 .
405  Then a dialog will appear to choose the file to load.
406  The image will appear in the output exactly at the position where it is
407  in the text.
408 \end_layout
409
410 \begin_layout Standard
411 The graphics dialog can be called at any time by clicking on an image.
412  This dialog has three tabs:
413 \end_layout
414
415 \begin_layout Description
416
417 \family sans
418 Graphics
419 \family default
420  Here you can choose an image file and adjust its appearance in the output.
421  The available units for the image size are explained in appendix
422 \begin_inset space ~
423 \end_inset
424
425
426 \begin_inset CommandInset ref
427 LatexCommand ref
428 reference "cha:Units-available-in"
429
430 \end_inset
431
432 .
433 \begin_inset Newline newline
434 \end_inset
435
436
437 \begin_inset Index
438 status collapsed
439
440 \begin_layout Plain Layout
441 Figures ! rotated
442 \end_layout
443
444 \end_inset
445
446 You can rotate images counter-clockwise by setting a rotation angle and
447  a rotation origin.
448  The image will also be rotated inside LyX.
449 \begin_inset Newline newline
450 \end_inset
451
452
453 \begin_inset Index
454 status collapsed
455
456 \begin_layout Plain Layout
457 Figures ! scaled
458 \end_layout
459
460 \end_inset
461
462 Images can be scaled by using a percentage value or by setting the width
463  and height explicitly.
464  If you set only the width or only the height, the other size will be determined
465  automatically.
466  If you set both, then the image will be transformed to the given size,
467  possibly distorting it.
468  To prevent the image from distortion, use the option 
469 \family sans
470 Maintain aspect ratio
471 \family default
472 .
473  The image will then be scaled so that its width and height don't exceed
474  the specified dimensions.
475 \begin_inset Newline newline
476 \end_inset
477
478 Images can be opened in a program of your choice when pressing the 
479 \family sans
480 Edit
481 \family default
482  button.
483  The program can be set for every image format in the file format settings
484  in LyX's preferences.
485 \end_layout
486
487 \begin_layout Description
488
489 \family sans
490 Clipping
491 \family default
492  Alternatively to the usage of scaling units it is possible to set image
493  coordinates to adjust the height and width of the image in the output.
494  The coordinates can also be calculated automatically by pressing the button
495  
496 \family sans
497 Get
498 \begin_inset space ~
499 \end_inset
500
501 from
502 \begin_inset space ~
503 \end_inset
504
505 File
506 \family default
507 .
508  The option 
509 \family sans
510 Clip
511 \begin_inset space ~
512 \end_inset
513
514 to
515 \begin_inset space ~
516 \end_inset
517
518 bounding
519 \begin_inset space ~
520 \end_inset
521
522 box
523 \family default
524  will only print the image region within the given coordinates.
525  Normally you don't need to take care about image coordinates and can ignore
526  this tab.
527 \end_layout
528
529 \begin_layout Description
530
531 \family sans
532 LaTeX
533 \begin_inset space ~
534 \end_inset
535
536 and
537 \begin_inset space ~
538 \end_inset
539
540 LyX
541 \begin_inset space ~
542 \end_inset
543
544 options
545 \family default
546  In this tab you can modify the appearance of the image within LyX and LaTeX
547  experts can specify additional LaTeX options.
548 \begin_inset Newline newline
549 \end_inset
550
551 The option 
552 \family sans
553 Draft
554 \begin_inset space ~
555 \end_inset
556
557 mode
558 \family default
559  makes the image appear in the output only as a frame with the size of the
560  image.
561 \begin_inset Newline newline
562 \end_inset
563
564 The 
565 \family sans
566 Don't
567 \begin_inset space ~
568 \end_inset
569
570 unzip
571 \begin_inset space ~
572 \end_inset
573
574 on
575 \begin_inset space ~
576 \end_inset
577
578 export
579 \family default
580  option only affects zipped EPS-graphics, e.
581 \begin_inset space \thinspace{}
582 \end_inset
583
584 g.
585 \begin_inset space \space{}
586 \end_inset
587
588
589 \emph on
590 x.eps.gz
591 \emph default
592 .
593  When the option is used the images will not be unzipped on export, since
594  LaTeX can handle them as they are.
595 \begin_inset Newline newline
596 \end_inset
597
598 Zipped EPS-graphics are useful to save disk space when you choose PostScript
599  as output format, see appendix
600 \begin_inset space ~
601 \end_inset
602
603
604 \begin_inset CommandInset ref
605 LatexCommand ref
606 reference "sec:PostScript"
607
608 \end_inset
609
610 .
611  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
612  console:
613 \begin_inset Newline newline
614 \end_inset
615
616
617 \series bold
618 gzip x.eps
619 \series default
620
621 \begin_inset Newline newline
622 \end_inset
623
624
625 \series bold
626 zgrep %%Bounding x.eps.gz > x.eps.bb
627 \series default
628
629 \begin_inset Newline newline
630 \end_inset
631
632 The second command creates the bounding box file 
633 \begin_inset Quotes eld
634 \end_inset
635
636 x.eps.bb
637 \begin_inset Quotes erd
638 \end_inset
639
640  that is needed by LaTeX for zipped graphics.
641 \begin_inset Newline newline
642 \end_inset
643
644 The field 
645 \family sans
646 Initialize
647 \begin_inset space ~
648 \end_inset
649
650 Group
651 \begin_inset space ~
652 \end_inset
653
654 Name
655 \family default
656  allows you define or join an image settings group.
657 \begin_inset Index
658 status collapsed
659
660 \begin_layout Plain Layout
661 Figures ! Settings grouping
662 \end_layout
663
664 \end_inset
665
666  Images within such a group share their settings, so adjusting one image
667  of the group automatically also adjusts all other images of the group in
668  the same way.
669  So you can for example change the size for a bunch of images without the
670  need to manually change each of them.
671  Joining an existing group can also be done using the context menu of the
672  image by checking the name of the desired group.
673 \end_layout
674
675 \begin_layout Standard
676 \begin_inset VSpace bigskip
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Standard
683 This is an example image in EPS format
684 \begin_inset Foot
685 status collapsed
686
687 \begin_layout Plain Layout
688 Image formats are explained in section
689 \begin_inset space ~
690 \end_inset
691
692
693 \begin_inset CommandInset ref
694 LatexCommand ref
695 reference "sec:Image-Formats"
696
697 \end_inset
698
699 .
700 \end_layout
701
702 \end_inset
703
704  within a separate, horizontally centered paragraph:
705 \end_layout
706
707 \begin_layout Standard
708 \align center
709 \begin_inset Graphics
710         filename clipart/mobius.eps
711         scale 70
712         scaleBeforeRotation
713         rotateOrigin center
714
715 \end_inset
716
717
718 \end_layout
719
720 \begin_layout Standard
721 This is the same image like the one above but in draft mode:
722 \end_layout
723
724 \begin_layout Standard
725 \align center
726 \begin_inset Graphics
727         filename clipart/mobius.eps
728         scale 70
729         draft
730         scaleBeforeRotation
731         rotateOrigin center
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Standard
739 \begin_inset Newpage newpage
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Section
746 Figure Floats
747 \begin_inset CommandInset label
748 LatexCommand label
749 name "sec:Figure-Floats"
750
751 \end_inset
752
753
754 \begin_inset Index
755 status collapsed
756
757 \begin_layout Plain Layout
758 Floats ! Figures
759 \end_layout
760
761 \end_inset
762
763
764 \begin_inset Index
765 status collapsed
766
767 \begin_layout Plain Layout
768 Figures ! Floats
769 \end_layout
770
771 \end_inset
772
773
774 \end_layout
775
776 \begin_layout Standard
777 For general explanations about floats, have a look at section
778 \begin_inset space ~
779 \end_inset
780
781
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "sec:FloatIntroduction"
785
786 \end_inset
787
788 .
789 \end_layout
790
791 \begin_layout Standard
792 The toolbar button 
793 \begin_inset Graphics
794         filename ../images/float-insert_figure.png
795         scale 85
796         scaleBeforeRotation
797
798 \end_inset
799
800  and the menu 
801 \family sans
802 Insert\SpecialChar \menuseparator
803 Float\SpecialChar \menuseparator
804 Figure
805 \family default
806  inserts a float with a caption that has the label 
807 \begin_inset Quotes eld
808 \end_inset
809
810 Figure
811 \begin_inset space ~
812 \end_inset
813
814 #:
815 \begin_inset Quotes erd
816 \end_inset
817
818  (# is the actual number).
819  You can insert the image above the caption, like in Figure
820 \begin_inset space ~
821 \end_inset
822
823
824 \begin_inset CommandInset ref
825 LatexCommand ref
826 reference "fig:kill-plat"
827
828 \end_inset
829
830  or below the caption, like in Figure
831 \begin_inset space ~
832 \end_inset
833
834
835 \begin_inset CommandInset ref
836 LatexCommand ref
837 reference "fig:escher"
838
839 \end_inset
840
841 .
842  More about the caption placement is described in section
843 \begin_inset space ~
844 \end_inset
845
846
847 \begin_inset CommandInset ref
848 LatexCommand ref
849 reference "sec:Caption-Placement"
850
851 \end_inset
852
853 .
854 \end_layout
855
856 \begin_layout Standard
857 \begin_inset Float figure
858 wide false
859 sideways false
860 status open
861
862 \begin_layout Plain Layout
863 \align center
864 \begin_inset Graphics
865         filename clipart/platypus.eps
866         width 50col%
867         scaleBeforeRotation
868         rotateOrigin center
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Plain Layout
876 \begin_inset Caption
877
878 \begin_layout Plain Layout
879 \begin_inset CommandInset label
880 LatexCommand label
881 name "fig:kill-plat"
882
883 \end_inset
884
885 A severely distorted platypus in a float.
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Float figure
900 wide false
901 sideways false
902 status open
903
904 \begin_layout Plain Layout
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "fig:escher"
911
912 \end_inset
913
914 M.C.
915  Escher on acid.
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Plain Layout
924 \align center
925 \begin_inset Graphics
926         filename clipart/escher-lsd.eps
927         scale 80
928         scaleBeforeRotation
929         rotateOrigin center
930
931 \end_inset
932
933
934 \end_layout
935
936 \end_inset
937
938
939 \end_layout
940
941 \begin_layout Standard
942 \begin_inset Index
943 status collapsed
944
945 \begin_layout Plain Layout
946 References ! to Figures
947 \end_layout
948
949 \end_inset
950
951 Figure
952 \begin_inset space ~
953 \end_inset
954
955
956 \begin_inset CommandInset ref
957 LatexCommand ref
958 reference "fig:kill-plat"
959
960 \end_inset
961
962  and 
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:escher"
966
967 \end_inset
968
969  are examples of referenced figures.
970  Figures can be referenced in the text by referencing their label.
971  To do this insert a label in the caption using the menu 
972 \family sans
973 Insert\SpecialChar \menuseparator
974 Label
975 \family default
976  or the toolbar button 
977 \begin_inset Graphics
978         filename ../images/label-insert.png
979         scale 85
980         scaleBeforeRotation
981
982 \end_inset
983
984 .
985  You can now refer to the label using the menu 
986 \family sans
987 Insert\SpecialChar \menuseparator
988 Cross
989 \begin_inset space ~
990 \end_inset
991
992 reference
993 \family default
994  or the toolbar button 
995 \begin_inset Graphics
996         filename ../images/dialog-show-new-inset_ref.png
997         scale 85
998         scaleBeforeRotation
999
1000 \end_inset
1001
1002 .
1003  It is important to use references to floats, rather than using vague references
1004  like 
1005 \begin_inset Quotes eld
1006 \end_inset
1007
1008 the figure above
1009 \begin_inset Quotes erd
1010 \end_inset
1011
1012 , because as LaTeX will reposition the floats in the final document, it
1013  might not be 
1014 \begin_inset Quotes eld
1015 \end_inset
1016
1017 above
1018 \begin_inset Quotes erd
1019 \end_inset
1020
1021  at all.
1022 \begin_inset Newline newline
1023 \end_inset
1024
1025 Referencing is explained in detail in section
1026 \begin_inset space ~
1027 \end_inset
1028
1029
1030 \begin_inset CommandInset ref
1031 LatexCommand ref
1032 reference "sec:Referencing-Floats"
1033
1034 \end_inset
1035
1036 .
1037 \end_layout
1038
1039 \begin_layout Standard
1040 Normally only one image is inserted to a figure float, but sometimes you
1041  might want to use two images with separate subcaptions.
1042  This can be done by inserting image floats into existing image floats.
1043  Note that only the main caption of the float is added to the List of Figures.
1044  Figure
1045 \begin_inset space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:Two-distorted-images"
1052
1053 \end_inset
1054
1055  is an example of a figure float with two images set side by side.
1056  You can also set the images one below the other.
1057  Figure
1058 \begin_inset space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "fig:Undefinable-structure"
1065
1066 \end_inset
1067
1068  and 
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "fig:A-Platypus"
1072
1073 \end_inset
1074
1075  are the subfigures.
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Undefinable-structure"
1101
1102 \end_inset
1103
1104 Undefinable structure.
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename clipart/escher-lsd.eps
1115         width 45col%
1116         scaleBeforeRotation
1117         groupId distorted
1118
1119 \end_inset
1120
1121
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \begin_inset space \hfill{}
1128 \end_inset
1129
1130
1131 \begin_inset Float figure
1132 wide false
1133 sideways false
1134 status collapsed
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Caption
1138
1139 \begin_layout Plain Layout
1140 \begin_inset CommandInset label
1141 LatexCommand label
1142 name "fig:A-Platypus"
1143
1144 \end_inset
1145
1146 A Platypus.
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Graphics
1156         filename clipart/platypus.eps
1157         width 45col%
1158         scaleBeforeRotation
1159         groupId distorted
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \begin_inset space \hfill{}
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \begin_layout Plain Layout
1176 \begin_inset Caption
1177
1178 \begin_layout Plain Layout
1179 \begin_inset CommandInset label
1180 LatexCommand label
1181 name "fig:Two-distorted-images"
1182
1183 \end_inset
1184
1185 Two distorted images.
1186  Both images are in the image settings group named 
1187 \begin_inset Quotes eld
1188 \end_inset
1189
1190 distorted
1191 \begin_inset Quotes erd
1192 \end_inset
1193
1194 .
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Standard
1208 \begin_inset Newpage newpage
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \begin_layout Section
1215 Image Formats
1216 \begin_inset CommandInset label
1217 LatexCommand label
1218 name "sec:Image-Formats"
1219
1220 \end_inset
1221
1222
1223 \begin_inset Index
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227 Image Formats
1228 \end_layout
1229
1230 \end_inset
1231
1232
1233 \begin_inset Index
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237 Figures ! Image Formats
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Standard
1246 You can insert images in any known file format.
1247  But as explained in appendix
1248 \begin_inset space ~
1249 \end_inset
1250
1251
1252 \begin_inset CommandInset ref
1253 LatexCommand ref
1254 reference "cha:Output-File-Formats"
1255
1256 \end_inset
1257
1258 , every output document format allows only a few image formats.
1259  LyX uses therefore the program 
1260 \family typewriter
1261 Imagemagick
1262 \family default
1263  in the background to convert the images to the right format.
1264  To increase your work flow by avoiding these conversions in the background,
1265  you can use only the image formats that can directly be embedded in the
1266  output file format.
1267  The output file formats are explained in appendix
1268 \begin_inset space ~
1269 \end_inset
1270
1271
1272 \begin_inset CommandInset ref
1273 LatexCommand ref
1274 reference "cha:Output-File-Formats"
1275
1276 \end_inset
1277
1278 .
1279 \end_layout
1280
1281 \begin_layout Standard
1282 Similar to fonts there are two types of image formats:
1283 \end_layout
1284
1285 \begin_layout Description
1286 Bitmap
1287 \begin_inset space ~
1288 \end_inset
1289
1290 images consist of pixel values, often in a compressed form.
1291  They are therefore not fully scalable and look pixeled in large zooms.
1292  Well-known bitmap image formats are 
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 Graphics Interchange Format
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  (GIF, file extension 
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .gif
1307 \family default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 GIF|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Image formats
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 Portable Network Graphics
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  (PNG, file extension 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .png
1359 \family default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364 )
1365 \begin_inset Index
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 PNG|see
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 {
1376 \end_layout
1377
1378 \end_inset
1379
1380 Image formats
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 }
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \end_inset
1395
1396 , and 
1397 \begin_inset Quotes eld
1398 \end_inset
1399
1400 Joint Photographic Experts Group
1401 \begin_inset Quotes erd
1402 \end_inset
1403
1404  (JPG, file extension 
1405 \begin_inset Quotes eld
1406 \end_inset
1407
1408
1409 \family typewriter
1410 .jpg
1411 \family default
1412
1413 \begin_inset Quotes erd
1414 \end_inset
1415
1416  or 
1417 \begin_inset Quotes eld
1418 \end_inset
1419
1420
1421 \family typewriter
1422 .jpeg
1423 \family default
1424
1425 \begin_inset Quotes erd
1426 \end_inset
1427
1428 )
1429 \begin_inset Index
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 JPG|see
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 {
1440 \end_layout
1441
1442 \end_inset
1443
1444 Image formats
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 }
1451 \end_layout
1452
1453 \end_inset
1454
1455
1456 \end_layout
1457
1458 \end_inset
1459
1460 .
1461 \end_layout
1462
1463 \begin_layout Description
1464 Vector
1465 \begin_inset space ~
1466 \end_inset
1467
1468 images consist of vectors and can therefore be scaled to any size without
1469  data loss.
1470  The scaling ability is necessary if you want to create presentations, because
1471  presentations are always scaled by the video projector.
1472  Scaling is also useful for online documents to let the user zoom into diagrams.
1473 \begin_inset Newline newline
1474 \end_inset
1475
1476 Well-known scalable image formats are 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Scalable Vector Graphics
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  (SVG, file extension 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .svg
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 SVG|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Image formats
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Encapsulated PostScript
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536  (EPS, file extension 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .eps
1543 \family default
1544
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 EPS|see
1554 \begin_inset ERT
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558
1559 {
1560 \end_layout
1561
1562 \end_inset
1563
1564 Image formats
1565 \begin_inset ERT
1566 status collapsed
1567
1568 \begin_layout Plain Layout
1569
1570 }
1571 \end_layout
1572
1573 \end_inset
1574
1575
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \begin_inset Quotes eld
1582 \end_inset
1583
1584 Portable Document Format
1585 \begin_inset Quotes erd
1586 \end_inset
1587
1588  (PDF, file extension 
1589 \begin_inset Quotes eld
1590 \end_inset
1591
1592
1593 \family typewriter
1594 .pdf
1595 \family default
1596
1597 \begin_inset Quotes erd
1598 \end_inset
1599
1600 )
1601 \begin_inset Index
1602 status collapsed
1603
1604 \begin_layout Plain Layout
1605 PDF
1606 \end_layout
1607
1608 \end_inset
1609
1610 , and 
1611 \begin_inset Quotes eld
1612 \end_inset
1613
1614 Windows Metafile
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618  (WMF, file extension 
1619 \begin_inset Quotes eld
1620 \end_inset
1621
1622
1623 \family typewriter
1624 .wmf
1625 \family default
1626
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630 )
1631 \begin_inset Index
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635 SVG|see
1636 \begin_inset ERT
1637 status collapsed
1638
1639 \begin_layout Plain Layout
1640
1641 {
1642 \end_layout
1643
1644 \end_inset
1645
1646 Image formats
1647 \begin_inset ERT
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651
1652 }
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \end_inset
1661
1662 .
1663  We wrote 
1664 \begin_inset Quotes eld
1665 \end_inset
1666
1667 can be
1668 \begin_inset Quotes erd
1669 \end_inset
1670
1671 , because you can convert any bitmap image to a PDF or EPS-image and the
1672  result will still be a bitmap image.
1673  In this cases only a header with the image properties is added to the original
1674  image
1675 \begin_inset Foot
1676 status open
1677
1678 \begin_layout Plain Layout
1679 In the case of PDF, the original image is additionally compressed.
1680 \end_layout
1681
1682 \end_inset
1683
1684 .
1685  The PDF-files generated by 
1686 \family typewriter
1687 Adobe Photoshop
1688 \family default
1689  are for example bitmap images.
1690 \end_layout
1691
1692 \begin_layout Standard
1693 Normally it is not possible to convert a bitmap image into a scalable one,
1694  only vice versa.
1695  Only the image formats PDF and EPS can directly be embedded to PDF and
1696  PostScript output files, respectively.
1697  SVG and WMF-images are recalculated to bitmaps when the output file is
1698  generated because there is currently no adequate WMF/SVG
1699 \begin_inset Formula $\to$
1700 \end_inset
1701
1702 PDF/EPS converter available.
1703 \end_layout
1704
1705 \begin_layout Chapter
1706 Tables
1707 \begin_inset Index
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Table
1712 \end_layout
1713
1714 \end_inset
1715
1716
1717 \end_layout
1718
1719 \begin_layout Section
1720 Introduction
1721 \begin_inset Index
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Table ! Introduction
1726 \end_layout
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Standard
1734 You can insert a table using either the toolbar button 
1735 \begin_inset Graphics
1736         filename ../images/tabular-insert.png
1737         scale 85
1738         scaleBeforeRotation
1739
1740 \end_inset
1741
1742  or the menu 
1743 \family sans
1744 Insert\SpecialChar \menuseparator
1745 Table
1746 \family default
1747 .
1748  The toolbar button offers you a graphical selection: Move the mouse to
1749  set the column/row number of the table that should be created and then
1750  press a mouse button.
1751  When you use the menu to create a table, a dialog will appear, asking you
1752  for the number of rows and columns.
1753 \begin_inset Newline newline
1754 \end_inset
1755
1756  The default table has lines around any cell and the first row appears separated
1757  from the rest of the table.
1758  This separation occurs due to a double line: The cells of the first row
1759  have a line below them and the cells of the second row have a line above
1760  them.
1761  Here is an example table:
1762 \end_layout
1763
1764 \begin_layout Standard
1765 \align center
1766 \begin_inset Tabular
1767 <lyxtabular version="3" rows="4" columns="4">
1768 <features>
1769 <column alignment="center" valignment="top" width="0">
1770 <column alignment="center" valignment="top" width="0">
1771 <column alignment="center" valignment="top" width="0">
1772 <column alignment="center" valignment="top" width="0">
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \family roman
1789 \series medium
1790 \shape up
1791 \size normal
1792 \emph off
1793 \bar no
1794 \noun off
1795 \color none
1796 1
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805 2
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814 3
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \family roman
1827 \series medium
1828 \shape up
1829 \size normal
1830 \emph off
1831 \bar no
1832 \noun off
1833 \color none
1834 A
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 </row>
1867 <row>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \family roman
1874 \series medium
1875 \shape up
1876 \size normal
1877 \emph off
1878 \bar no
1879 \noun off
1880 \color none
1881 B
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \family roman
1921 \series medium
1922 \shape up
1923 \size normal
1924 \emph off
1925 \bar no
1926 \noun off
1927 \color none
1928 C
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \end_layout
1948
1949 \end_inset
1950 </cell>
1951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1952 \begin_inset Text
1953
1954 \begin_layout Plain Layout
1955
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 </row>
1961 </lyxtabular>
1962
1963 \end_inset
1964
1965
1966 \end_layout
1967
1968 \begin_layout Section
1969 Table Dialog
1970 \begin_inset Index
1971 status collapsed
1972
1973 \begin_layout Plain Layout
1974 Table ! Dialog
1975 \end_layout
1976
1977 \end_inset
1978
1979
1980 \end_layout
1981
1982 \begin_layout Standard
1983 You can alter a table by clicking on it with the right mouse button, which
1984  brings up the table dialog.
1985  Here you can adjust the settings of that cell and row/column respectively
1986  where the cursor is currently placed.
1987  Most of the dialog options also work on selections.
1988  This means if you select more cells, columns or rows, the action is done
1989  for the whole selection.
1990  Note that there is a difference between selecting the 
1991 \emph on
1992 contents
1993 \emph default
1994  of the cell, and the cell itself.
1995  You can alter tables with the following tabs of the table dialog:
1996 \end_layout
1997
1998 \begin_layout Description
1999
2000 \family sans
2001 Table
2002 \begin_inset space ~
2003 \end_inset
2004
2005 Settings
2006 \family default
2007  Here you can set the horizontal alignment and the width of the current
2008  column.
2009  When you have set a width you can also adjust the vertical alignment of
2010  the current row.
2011  A given width will allow the cell to have line breaks and multiple paragraphs
2012  of text, see section
2013 \begin_inset space ~
2014 \end_inset
2015
2016
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "sub:Multiple-Lines-in"
2020
2021 \end_inset
2022
2023 .
2024  If you set no width, the column is as wide as their widest cell content
2025  is.
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2030  cell, see section
2031 \begin_inset space ~
2032 \end_inset
2033
2034
2035 \begin_inset CommandInset ref
2036 LatexCommand ref
2037 reference "sub:Multicolumns"
2038
2039 \end_inset
2040
2041 .
2042 \begin_inset Newline newline
2043 \end_inset
2044
2045 The rotate check boxes rotates the current cell, a selection, or the whole
2046  table counter-clockwise by 90°.
2047  The rotation is not shown within LyX, only in the output.
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051
2052 \begin_inset Note Greyedout
2053 status open
2054
2055 \begin_layout Plain Layout
2056
2057 \series bold
2058 Note:
2059 \series default
2060  Not all DVI-viewers are able to display rotations.
2061 \end_layout
2062
2063 \end_inset
2064
2065
2066 \begin_inset Newline newline
2067 \end_inset
2068
2069 It is also possible to enter a LaTeX-argument which is needed for special
2070  table formattings, see section
2071 \begin_inset space ~
2072 \end_inset
2073
2074
2075 \begin_inset CommandInset ref
2076 LatexCommand ref
2077 reference "sub:Multicolumn-Calculations"
2078
2079 \end_inset
2080
2081  and 
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "sec:Colored-Tables"
2085
2086 \end_inset
2087
2088 .
2089 \end_layout
2090
2091 \begin_layout Description
2092
2093 \family sans
2094 Borders
2095 \family default
2096  In this tab you can add and delete border lines for the current row/column.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 Using the style option 
2101 \family sans
2102 Formal
2103 \family default
2104  will convert the table to a formal table as described in section
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "sec:Formal-Tables"
2112
2113 \end_inset
2114
2115 .
2116 \begin_inset Newline newline
2117 \end_inset
2118
2119 You can also add here space to table rows as decribed in section
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "sub:Row-Spacing"
2127
2128 \end_inset
2129
2130 .
2131 \end_layout
2132
2133 \begin_layout Description
2134
2135 \family sans
2136 Longtable
2137 \family default
2138  This tab is to make a table a so called 
2139 \begin_inset Quotes eld
2140 \end_inset
2141
2142
2143 \emph on
2144 longtable
2145 \emph default
2146
2147 \begin_inset Quotes erd
2148 \end_inset
2149
2150  that can run over several pages.
2151  Section
2152 \begin_inset space ~
2153 \end_inset
2154
2155
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "sec:Longtables"
2159
2160 \end_inset
2161
2162  and 
2163 \begin_inset CommandInset ref
2164 LatexCommand ref
2165 reference "sec:Special-Longtable-Issues"
2166
2167 \end_inset
2168
2169  describe the longtable features in detail.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 When the table toolbar is opened, you can move the cursor with the arrow
2174  keys from cell to cell and the property of the current cell will immediately
2175  be displayed in the dialog.
2176 \end_layout
2177
2178 \begin_layout Section
2179 Table Toolbar
2180 \begin_inset Index
2181 status collapsed
2182
2183 \begin_layout Plain Layout
2184 Table ! Toolbar
2185 \end_layout
2186
2187 \end_inset
2188
2189
2190 \end_layout
2191
2192 \begin_layout Standard
2193 The table toolbar is an alternative to the table dialog to be able to alter
2194  tables faster.
2195  It should normally appear at the bottom of LyX's main window when the cursor
2196  is inside a table.
2197  You can alternatively switch it on to appear always, by right-clicking
2198  in LyX's main menu bar.
2199 \end_layout
2200
2201 \begin_layout Standard
2202 The toolbar has the following icons:
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../images/tabular-feature_append-row.png
2209         scaleBeforeRotation
2210
2211 \end_inset
2212
2213  adds a row below the current cell or selection
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../images/tabular-feature_append-column.png
2220         scaleBeforeRotation
2221
2222 \end_inset
2223
2224  adds a column right beside the current cell or selection
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../images/tabular-feature_delete-row.png
2231         scaleBeforeRotation
2232
2233 \end_inset
2234
2235  deletes the current row or selection
2236 \end_layout
2237
2238 \begin_layout Labeling
2239 \labelwidthstring 00.00.0000
2240 \begin_inset Graphics
2241         filename ../images/tabular-feature_delete-column.png
2242         scaleBeforeRotation
2243
2244 \end_inset
2245
2246  deletes the current column or selection
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../images/tabular-feature_toggle-line-top.png
2253         scaleBeforeRotation
2254
2255 \end_inset
2256
2257  adds a line at the top of the current cell / row or of a selection
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../images/tabular-feature_toggle-line-bottom.png
2264         scaleBeforeRotation
2265
2266 \end_inset
2267
2268  adds a line at the bottom of the current cell / row or of a selection
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273 \begin_inset Graphics
2274         filename ../images/tabular-feature_toggle-line-left.png
2275         scaleBeforeRotation
2276
2277 \end_inset
2278
2279  adds a line at the left side of the current cell / row or of a selection
2280 \end_layout
2281
2282 \begin_layout Labeling
2283 \labelwidthstring 00.00.0000
2284 \begin_inset Graphics
2285         filename ../images/tabular-feature_toggle-line-right.png
2286         scaleBeforeRotation
2287
2288 \end_inset
2289
2290  adds a line at the right side of the current cell / row or of a selection
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295 \begin_inset Graphics
2296         filename ../images/tabular-feature_set-all-lines.png
2297         scaleBeforeRotation
2298
2299 \end_inset
2300
2301  adds lines around the current or selected cells - if the current cell no
2302  multicolumn this also affects the current row and column
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Graphics
2308         filename ../images/tabular-feature_unset-all-lines.png
2309         scaleBeforeRotation
2310
2311 \end_inset
2312
2313  deletes all lines of the current or selected cells - if the current cell
2314  no multicolumn this also affects the current row and column
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../images/tabular-feature_align-left.png
2321         scaleBeforeRotation
2322
2323 \end_inset
2324
2325  left-aligns the content of the current cell / column
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../images/tabular-feature_align-center.png
2332         scaleBeforeRotation
2333
2334 \end_inset
2335
2336  centers the content of the current cell / column horizontally
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Graphics
2342         filename ../images/tabular-feature_align-right.png
2343         scaleBeforeRotation
2344
2345 \end_inset
2346
2347  right-aligns the content of the current cell / column
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../images/tabular-feature_valign-top.png
2354         scaleBeforeRotation
2355
2356 \end_inset
2357
2358  aligns the content of the current cell vertically to the top
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../images/tabular-feature_valign-middle.png
2365         scaleBeforeRotation
2366
2367 \end_inset
2368
2369  centers the content of the current cell vertically
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../images/tabular-feature_valign-bottom.png
2376         scaleBeforeRotation
2377
2378 \end_inset
2379
2380  aligns the content of the current cell vertically to the bottom
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../images/tabular-feature_set-rotate-cell.png
2387         scaleBeforeRotation
2388
2389 \end_inset
2390
2391  rotates the current cell or selection counter-clockwise by 90°
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Graphics
2397         filename ../images/tabular-feature_set-rotate-tabular.png
2398         scaleBeforeRotation
2399
2400 \end_inset
2401
2402  rotates the whole table counter-clockwise by 90°
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407 \begin_inset Graphics
2408         filename ../images/tabular-feature_multicolumn.png
2409         scaleBeforeRotation
2410
2411 \end_inset
2412
2413  sets the current cell or selection as a multicolumn
2414 \end_layout
2415
2416 \begin_layout Standard
2417 \begin_inset Note Greyedout
2418 status open
2419
2420 \begin_layout Plain Layout
2421
2422 \series bold
2423 Note:
2424 \series default
2425  For the output the vertical alignment of the first cell in a row is used
2426  for all following cells in the row.
2427 \end_layout
2428
2429 \end_inset
2430
2431
2432 \end_layout
2433
2434 \begin_layout Section
2435 Edit Table Menu
2436 \begin_inset Index
2437 status collapsed
2438
2439 \begin_layout Plain Layout
2440 Table ! Edit Menu
2441 \end_layout
2442
2443 \end_inset
2444
2445
2446 \end_layout
2447
2448 \begin_layout Standard
2449 Additionally to the table dialog and toolbar, the menu 
2450 \family sans
2451 Edit\SpecialChar \menuseparator
2452 Table
2453 \family default
2454  allows you to add and delete border lines for the current row/column and
2455  to set the current selection as multicolumn.
2456  The menu is only available when the cursor is inside a table.
2457 \end_layout
2458
2459 \begin_layout Section
2460 Table Floats
2461 \begin_inset CommandInset label
2462 LatexCommand label
2463 name "sec:Table-Floats"
2464
2465 \end_inset
2466
2467
2468 \begin_inset Index
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472 Floats ! Tables
2473 \end_layout
2474
2475 \end_inset
2476
2477
2478 \begin_inset Index
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482 Table ! Floats
2483 \end_layout
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 For general explanations about floats, have a look at section
2492 \begin_inset space ~
2493 \end_inset
2494
2495
2496 \begin_inset CommandInset ref
2497 LatexCommand ref
2498 reference "sec:FloatIntroduction"
2499
2500 \end_inset
2501
2502 .
2503 \end_layout
2504
2505 \begin_layout Standard
2506 \begin_inset Float table
2507 placement h
2508 wide false
2509 sideways false
2510 status open
2511
2512 \begin_layout Plain Layout
2513 \begin_inset Caption
2514
2515 \begin_layout Plain Layout
2516 \begin_inset CommandInset label
2517 LatexCommand label
2518 name "tab:a table float"
2519
2520 \end_inset
2521
2522 A table float.
2523 \end_layout
2524
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \begin_layout Plain Layout
2531 \align center
2532 \begin_inset Tabular
2533 <lyxtabular version="3" rows="3" columns="3">
2534 <features>
2535 <column alignment="center" valignment="top" width="0pt">
2536 <column alignment="center" valignment="top" width="0pt">
2537 <column alignment="center" valignment="top" width="0pt">
2538 <row>
2539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2540 \begin_inset Text
2541
2542 \begin_layout Plain Layout
2543
2544 \family roman
2545 \series medium
2546 \shape up
2547 \size normal
2548 \emph off
2549 \bar no
2550 \noun off
2551 \color none
2552 1
2553 \end_layout
2554
2555 \end_inset
2556 </cell>
2557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2558 \begin_inset Text
2559
2560 \begin_layout Plain Layout
2561
2562 \family roman
2563 \series medium
2564 \shape up
2565 \size normal
2566 \emph off
2567 \bar no
2568 \noun off
2569 \color none
2570 2
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Plain Layout
2579
2580 \family roman
2581 \series medium
2582 \shape up
2583 \size normal
2584 \emph off
2585 \bar no
2586 \noun off
2587 \color none
2588 3
2589 \end_layout
2590
2591 \end_inset
2592 </cell>
2593 </row>
2594 <row>
2595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2596 \begin_inset Text
2597
2598 \begin_layout Plain Layout
2599
2600 \family roman
2601 \series medium
2602 \shape up
2603 \size normal
2604 \emph off
2605 \bar no
2606 \noun off
2607 \color none
2608 Joe
2609 \end_layout
2610
2611 \end_inset
2612 </cell>
2613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2614 \begin_inset Text
2615
2616 \begin_layout Plain Layout
2617
2618 \family roman
2619 \series medium
2620 \shape up
2621 \size normal
2622 \emph off
2623 \bar no
2624 \noun off
2625 \color none
2626 Mary
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Plain Layout
2635
2636 \family roman
2637 \series medium
2638 \shape up
2639 \size normal
2640 \emph off
2641 \bar no
2642 \noun off
2643 \color none
2644 Ted
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 </row>
2650 <row>
2651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2652 \begin_inset Text
2653
2654 \begin_layout Plain Layout
2655
2656 \family roman
2657 \series medium
2658 \shape up
2659 \size normal
2660 \emph off
2661 \bar no
2662 \noun off
2663 \color none
2664 \begin_inset Formula $\int x^{2}dx$
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \end_inset
2671 </cell>
2672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676
2677 \family roman
2678 \series medium
2679 \shape up
2680 \size normal
2681 \emph off
2682 \bar no
2683 \noun off
2684 \color none
2685 \begin_inset Formula $\left[\begin{array}{cc}
2686 a & b\\
2687 c & d\end{array}\right]$
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \family roman
2701 \series medium
2702 \shape up
2703 \size normal
2704 \emph off
2705 \bar no
2706 \noun off
2707 \color none
2708 \begin_inset Formula $1+1=2$
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 </row>
2717 </lyxtabular>
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Standard
2730 Table floats can be inserted using the menu 
2731 \family sans
2732 Insert\SpecialChar \menuseparator
2733 Float\SpecialChar \menuseparator
2734 Table
2735 \family default
2736  or the toolbar button 
2737 \begin_inset Graphics
2738         filename ../images/float-insert_table.png
2739         scale 85
2740         scaleBeforeRotation
2741
2742 \end_inset
2743
2744 .
2745 \end_layout
2746
2747 \begin_layout Standard
2748 The float appears as a collapsible box with a caption that has the label
2749  
2750 \begin_inset Quotes eld
2751 \end_inset
2752
2753 Table
2754 \begin_inset space ~
2755 \end_inset
2756
2757 #:
2758 \begin_inset Quotes erd
2759 \end_inset
2760
2761  (# is the actual table number).
2762  You can insert tables to the float above or below the caption.
2763 \end_layout
2764
2765 \begin_layout Standard
2766 Table
2767 \begin_inset space ~
2768 \end_inset
2769
2770
2771 \begin_inset CommandInset ref
2772 LatexCommand ref
2773 reference "tab:a table float"
2774
2775 \end_inset
2776
2777  is an example table within a table float.
2778 \end_layout
2779
2780 \begin_layout Standard
2781 Having the caption above the table is the common rule that is unfortunately
2782  not supported in LaTeX's standard classes.
2783  That means if you are using the document classes 
2784 \family sans
2785 article
2786 \family default
2787
2788 \family sans
2789 book
2790 \family default
2791
2792 \family sans
2793 letter
2794 \family default
2795 , or 
2796 \family sans
2797 report
2798 \family default
2799  there will be no space between the caption and the table.
2800  To insert the needed space, add the following option to the load command
2801  of the LaTeX-package 
2802 \series bold
2803 caption
2804 \series default
2805
2806 \begin_inset Index
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 LaTeX-packages ! caption
2811 \end_layout
2812
2813 \end_inset
2814
2815  in your document preamble
2816 \begin_inset Foot
2817 status collapsed
2818
2819 \begin_layout Plain Layout
2820 For more information have a look at section
2821 \begin_inset space ~
2822 \end_inset
2823
2824
2825 \begin_inset CommandInset ref
2826 LatexCommand ref
2827 reference "sec:Caption-Placement"
2828
2829 \end_inset
2830
2831 .
2832 \end_layout
2833
2834 \end_inset
2835
2836 :
2837 \end_layout
2838
2839 \begin_layout Standard
2840
2841 \series bold
2842 tableposition=top
2843 \end_layout
2844
2845 \begin_layout Standard
2846 The package 
2847 \series bold
2848 caption
2849 \series default
2850 , which is described in section
2851 \begin_inset space ~
2852 \end_inset
2853
2854
2855 \begin_inset CommandInset ref
2856 LatexCommand ref
2857 reference "sec:Caption-Formatting"
2858
2859 \end_inset
2860
2861 , is used to adjust the caption format.
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \begin_inset Index
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869 References ! to Tables
2870 \end_layout
2871
2872 \end_inset
2873
2874 Tables can be cross-referenced in the text by referencing their label.
2875  To do this insert a label in the caption using the menu 
2876 \family sans
2877 Insert\SpecialChar \menuseparator
2878 Label
2879 \family default
2880  or the toolbar button 
2881 \begin_inset Graphics
2882         filename ../images/label-insert.png
2883         scale 85
2884         scaleBeforeRotation
2885
2886 \end_inset
2887
2888 .
2889  You can now refer to the label using the menu 
2890 \family sans
2891 Insert\SpecialChar \menuseparator
2892 Cross
2893 \begin_inset space ~
2894 \end_inset
2895
2896 reference
2897 \family default
2898  or the toolbar button 
2899 \begin_inset Graphics
2900         filename ../images/dialog-show-new-inset_ref.png
2901         scale 85
2902         scaleBeforeRotation
2903
2904 \end_inset
2905
2906 .
2907 \begin_inset Newline newline
2908 \end_inset
2909
2910 Referencing is explained in detail in section
2911 \begin_inset space ~
2912 \end_inset
2913
2914
2915 \begin_inset CommandInset ref
2916 LatexCommand ref
2917 reference "sec:Referencing-Floats"
2918
2919 \end_inset
2920
2921 .
2922 \end_layout
2923
2924 \begin_layout Section
2925 Longtables
2926 \begin_inset CommandInset label
2927 LatexCommand label
2928 name "sec:Longtables"
2929
2930 \end_inset
2931
2932
2933 \begin_inset Index
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937 Longtables
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \begin_inset Index
2944 status collapsed
2945
2946 \begin_layout Plain Layout
2947 Table ! Longtables
2948 \end_layout
2949
2950 \end_inset
2951
2952
2953 \end_layout
2954
2955 \begin_layout Standard
2956 If the table is too long to fit on one page, you can use the option 
2957 \family sans
2958 Use
2959 \begin_inset space ~
2960 \end_inset
2961
2962 long
2963 \begin_inset space ~
2964 \end_inset
2965
2966 table
2967 \family default
2968  in the tab 
2969 \family sans
2970 Longtable
2971 \family default
2972  of the table dialog to split the table automatically over more pages.
2973  Doing this enables the following options:
2974 \end_layout
2975
2976 \begin_layout Description
2977
2978 \family sans
2979 Header
2980 \family default
2981 : The current row and all rows above, that don't have any special options
2982  defined, are defined to be the header rows of all pages of the longtable;
2983  except for the first page, if 
2984 \family sans
2985 First
2986 \begin_inset space ~
2987 \end_inset
2988
2989 header
2990 \family default
2991  is defined.
2992  This therefore called the main header.
2993 \end_layout
2994
2995 \begin_layout Description
2996
2997 \family sans
2998 First
2999 \begin_inset space ~
3000 \end_inset
3001
3002 header
3003 \family default
3004 : The current row and all rows above, that don't have any special options
3005  defined, are defined to be the header rows of the first page of the longtable.
3006 \end_layout
3007
3008 \begin_layout Description
3009
3010 \family sans
3011 Footer
3012 \family default
3013 : The current row and all rows below, that don't have any special options
3014  defined, are defined to be the footer rows of all pages of the longtable;
3015  except for the last page, if 
3016 \family sans
3017 Last
3018 \begin_inset space ~
3019 \end_inset
3020
3021 footer
3022 \family default
3023  is defined.
3024 \end_layout
3025
3026 \begin_layout Description
3027
3028 \family sans
3029 Last
3030 \begin_inset space ~
3031 \end_inset
3032
3033 footer
3034 \family default
3035 : The current row and all rows below, that don't have any special options
3036  defined, are defined to be the footer rows of the last page of the longtable.
3037 \end_layout
3038
3039 \begin_layout Description
3040 Caption: The first row is reset as single column.
3041  You can now insert there the table caption via the menu 
3042 \family sans
3043 Insert\SpecialChar \menuseparator
3044 Caption
3045 \family default
3046 .
3047  More about longtable captions is explained in sec.
3048 \begin_inset space \thinspace{}
3049 \end_inset
3050
3051
3052 \begin_inset CommandInset ref
3053 LatexCommand ref
3054 reference "sub:Longtable-Captions"
3055
3056 \end_inset
3057
3058 .
3059 \end_layout
3060
3061 \begin_layout Standard
3062 You can also specify a row where the table is splitted.
3063  If you set more than one option in the same table row, you should be aware
3064  of the fact that only the first one is used in the given table row.
3065  The others will then be defined as 
3066 \emph on
3067 empty
3068 \emph default
3069 .
3070  In this context, first means first in this order: 
3071 \family sans
3072 Header,
3073 \family default
3074  
3075 \family sans
3076 First
3077 \begin_inset space ~
3078 \end_inset
3079
3080 header, Footer, Last
3081 \begin_inset space ~
3082 \end_inset
3083
3084 footer.
3085
3086 \family default
3087  See the following longtable to see how it works:
3088 \end_layout
3089
3090 \begin_layout Standard
3091 \align center
3092 \begin_inset Tabular
3093 <lyxtabular version="3" rows="69" columns="3">
3094 <features islongtable="true">
3095 <column alignment="left" valignment="top" width="0cm">
3096 <column alignment="left" valignment="top" width="0pt">
3097 <column alignment="center" valignment="top" width="0pt">
3098 <row endfirsthead="true">
3099 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \series bold
3105 Example Phone List (ignore the names)
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row endfirsthead="true">
3130 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \series bold
3136 NAME
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 TEL.
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 </row>
3162 <row endhead="true">
3163 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \series bold
3169 Example Phone List
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row endhead="true">
3194 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \series bold
3200 NAME
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 TEL.
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row endfoot="true">
3227 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231  continued on next page
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 <row>
3256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260
3261 \series bold
3262 Annovi
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 Silvia
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 111
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row>
3287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \series bold
3293 Bertoli
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302 Stefano
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 111
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row>
3318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322
3323 \series bold
3324 Bozzi
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Walter
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 111
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \series bold
3355 Cachia
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 Maria
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 111
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 </row>
3379 <row>
3380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \series bold
3386 Cachia
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 Maurizio
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 111
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 <row>
3411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \series bold
3417 Cinquemani
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="center" valignment="top" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 Giusi
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 111
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 <row>
3442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 Colin
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 Bernard
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 111
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 </row>
3472 <row>
3473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 Concli
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 Gianfranco
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 111
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 </row>
3503 <row>
3504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \series bold
3510 Dal Bosco
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Carolina
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 111
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539
3540 \series bold
3541 Dalpiaz
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Annamaria
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 111
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 </row>
3565 <row>
3566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570
3571 \series bold
3572 Feliciello
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 Domenico
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 111
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row>
3597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603 Focarelli
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 Paola
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 111
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row>
3628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634 Galletti
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 Oreste
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 111
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 <row>
3659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \series bold
3665 Gasparini
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 Franca
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 111
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \series bold
3696 Rizzardi
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Paola
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 111
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727 Lassini
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 Giancarlo
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 111
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756
3757 \series bold
3758 Malfatti
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 Luciano
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 111
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 Malfatti
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 Valeriano
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 111
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row>
3814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Meneguzzo
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Roberto
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 111
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row>
3845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 Mezzadra
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Roberto
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 111
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \series bold
3882 Pirpamer
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 Erich
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 111
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Pochiesa
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Paolo
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111, 222
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Radina
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Claudio
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Stuffer
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Oskar
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Tacchelli
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Ugo
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Tezzele
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Margit
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Unterkalmsteiner
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Frieda
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Vieider
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Hilde
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Vigna
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Jürgen
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Weber
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Maurizio
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Winkler
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Franz
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221  
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Annovi
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Silvia
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 555
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Bertoli
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Stefano
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 555
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \series bold
4314 Bozzi
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 Walter
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 555
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 <row>
4339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343
4344 \series bold
4345 Cachia
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 Maria
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 555
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 </row>
4369 <row>
4370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \series bold
4376 Cachia
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 Maurizio
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 555
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405
4406 \series bold
4407 Cinquemani
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 Giusi
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 555
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \series bold
4438 Colin
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Bernard
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 555
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \series bold
4469 Concli
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 Gianfranco
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 555
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Dal Bosco
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Carolina
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 555
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Dalpiaz
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Annamaria
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 555
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560
4561 \series bold
4562 Feliciello
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Domenico
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 555
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Focarelli
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Paola
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 555
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622
4623 \series bold
4624 Galletti
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 Oreste
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 555
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \series bold
4655 Gasparini
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 Franca
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 555
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684
4685 \series bold
4686 Rizzardi
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 Paola
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 555
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \series bold
4717 Lassini
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 Giancarlo
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 555
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746
4747 \series bold
4748 Malfatti
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 Luciano
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 555
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 </row>
4772 <row>
4773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777
4778 \series bold
4779 Malfatti
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 Valeriano
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 555
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \series bold
4810 Meneguzzo
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 Roberto
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 555
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 </row>
4834 <row>
4835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839
4840 \series bold
4841 Mezzadra
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 Roberto
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 555
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \series bold
4872 Pirpamer
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 Erich
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 555
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Pochiesa
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Paolo
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555, 222
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Radina
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Claudio
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Stuffer
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Oskar
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Tacchelli
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Ugo
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Tezzele
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Margit
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Unterkalmsteiner
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Frieda
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Vieider
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Hilde
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 555
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Vigna
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Jürgen
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 999
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Weber
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Maurizio
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row>
5176 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \series bold
5182 Winkler
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Franz
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 555
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row endlastfoot="true">
5207 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 end
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 </lyxtabular>
5236
5237 \end_inset
5238
5239
5240 \begin_inset ERT
5241 status collapsed
5242
5243 \begin_layout Plain Layout
5244
5245
5246 \backslash
5247 addtocounter{table}{-1}
5248 \end_layout
5249
5250 \end_inset
5251
5252
5253 \begin_inset Note Note
5254 status collapsed
5255
5256 \begin_layout Plain Layout
5257 See greyed-out note in section
5258 \begin_inset space ~
5259 \end_inset
5260
5261
5262 \begin_inset CommandInset ref
5263 LatexCommand ref
5264 reference "sub:Longtable-Captions"
5265
5266 \end_inset
5267
5268  for an explanation of this command.
5269 \end_layout
5270
5271 \end_inset
5272
5273
5274 \end_layout
5275
5276 \begin_layout Subsection
5277 Footnotes in Longtables
5278 \begin_inset CommandInset label
5279 LatexCommand label
5280 name "sub:Footnotes-in-Longtables"
5281
5282 \end_inset
5283
5284
5285 \begin_inset Index
5286 status collapsed
5287
5288 \begin_layout Plain Layout
5289 Longtables ! Footnotes
5290 \end_layout
5291
5292 \end_inset
5293
5294
5295 \end_layout
5296
5297 \begin_layout Standard
5298 Footnotes can be inserted to every longtable cell.
5299  They appear at the bottom of the page where the table cell with the footnote
5300  appears.
5301  Table
5302 \begin_inset space ~
5303 \end_inset
5304
5305
5306 \begin_inset CommandInset ref
5307 LatexCommand ref
5308 reference "tab:DiffCaptions"
5309
5310 \end_inset
5311
5312  has for example a footnote.
5313 \end_layout
5314
5315 \begin_layout Subsection
5316 Longtable Alignment
5317 \begin_inset Index
5318 status collapsed
5319
5320 \begin_layout Plain Layout
5321 Longtables ! Alignment
5322 \end_layout
5323
5324 \end_inset
5325
5326
5327 \end_layout
5328
5329 \begin_layout Standard
5330 Longtables are by default centered.
5331  In contrary to the alignment of the table columns and row, the table alignment
5332  can currently not be changed in the table dialog.
5333  To change the alignment of longtables you have to change the value of the
5334  lengths 
5335 \series bold
5336
5337 \backslash
5338 LTleft 
5339 \series default
5340 and 
5341 \series bold
5342
5343 \backslash
5344 LTright
5345 \series default
5346  by inserting this line as TeX-Code before the corresponding longtable:
5347 \end_layout
5348
5349 \begin_layout Standard
5350
5351 \series bold
5352
5353 \backslash
5354 setlength{
5355 \backslash
5356 LTleft}{value}
5357 \end_layout
5358
5359 \begin_layout Standard
5360 Where the value can have any of the units listed in Table
5361 \begin_inset space ~
5362 \end_inset
5363
5364
5365 \begin_inset CommandInset ref
5366 LatexCommand ref
5367 reference "tab:Units"
5368
5369 \end_inset
5370
5371 .
5372  
5373 \series bold
5374
5375 \backslash
5376 LTleft
5377 \series default
5378  controls the horizontal distance from the left page border to the longtable,
5379  
5380 \series bold
5381
5382 \backslash
5383 LTright
5384 \series default
5385  the distance from the right side.
5386  The default value for both lengths is 
5387 \series bold
5388
5389 \backslash
5390 fill
5391 \series default
5392 , which is in this case the same as an horizontal fill in LyX.
5393 \end_layout
5394
5395 \begin_layout Standard
5396 The following longtable was left-aligned by setting 
5397 \series bold
5398
5399 \backslash
5400 LTleft
5401 \series default
5402  to 0
5403 \begin_inset space \thinspace{}
5404 \end_inset
5405
5406 pt.
5407 \begin_inset ERT
5408 status collapsed
5409
5410 \begin_layout Plain Layout
5411
5412
5413 \backslash
5414 setlength{
5415 \backslash
5416 LTleft}{0pt}
5417 \end_layout
5418
5419 \end_inset
5420
5421
5422 \end_layout
5423
5424 \begin_layout Standard
5425 \begin_inset Tabular
5426 <lyxtabular version="3" rows="5" columns="5">
5427 <features islongtable="true">
5428 <column alignment="center" valignment="top" width="0">
5429 <column alignment="center" valignment="top" width="0">
5430 <column alignment="center" valignment="top" width="0">
5431 <column alignment="center" valignment="top" width="0">
5432 <column alignment="center" valignment="top" width="0">
5433 <row>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 1
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 2
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 3
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 4
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 5
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 asd
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 s
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 s
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 s
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 asd
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 asd
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 s
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 s
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 s
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 asd
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 <row>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 asd
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 s
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 s
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 s
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 asd
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 asd
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 asd
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 asd
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 asd
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 asd
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 </lyxtabular>
5669
5670 \end_inset
5671
5672
5673 \begin_inset ERT
5674 status collapsed
5675
5676 \begin_layout Plain Layout
5677
5678
5679 \backslash
5680 setlength{
5681 \backslash
5682 LTleft}{
5683 \backslash
5684 fill}
5685 \end_layout
5686
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \begin_layout Subsection
5693 Longtable Captions
5694 \begin_inset Index
5695 status collapsed
5696
5697 \begin_layout Plain Layout
5698 Longtables ! Captions
5699 \end_layout
5700
5701 \end_inset
5702
5703
5704 \begin_inset CommandInset label
5705 LatexCommand label
5706 name "sub:Longtable-Captions"
5707
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \begin_layout Standard
5714 A longtable cannot be put into a table float because floats can only be
5715  on one page but the caption environment of floats can also be used for
5716  longtables.
5717  Therefore the caption is inserted as first row of the table, as explained
5718  in sec.
5719 \begin_inset space \thinspace{}
5720 \end_inset
5721
5722
5723 \begin_inset CommandInset ref
5724 LatexCommand ref
5725 reference "sec:Longtables"
5726
5727 \end_inset
5728
5729 .
5730  The first table row is then only a dummy row for the caption, the actual
5731  table starts with the second row.
5732 \end_layout
5733
5734 \begin_layout Standard
5735 Here is a short longtable to see how it works:
5736 \end_layout
5737
5738 \begin_layout Standard
5739 \begin_inset Tabular
5740 <lyxtabular version="3" rows="6" columns="5">
5741 <features islongtable="true">
5742 <column alignment="center" valignment="top" width="0">
5743 <column alignment="center" valignment="top" width="0">
5744 <column alignment="center" valignment="top" width="0">
5745 <column alignment="center" valignment="top" width="0">
5746 <column alignment="center" valignment="top" width="0">
5747 <row caption="true">
5748 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Caption
5753
5754 \begin_layout Plain Layout
5755 Longtable with caption
5756 \begin_inset OptArg
5757 status open
5758
5759 \begin_layout Plain Layout
5760 Longtable
5761 \end_layout
5762
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 </row>
5812 <row>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 1
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 2
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 3
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 4
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 5
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 </row>
5859 <row>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 asd
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 s
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 asd
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 asd
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 s
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 asd
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 </row>
5953 <row>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 asd
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 s
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 s
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 s
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 <row>
6001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 asd
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 asd
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 asd
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 </row>
6047 </lyxtabular>
6048
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \begin_layout Standard
6055 \begin_inset VSpace medskip
6056 \end_inset
6057
6058
6059 \begin_inset Note Greyedout
6060 status open
6061
6062 \begin_layout Plain Layout
6063
6064 \series bold
6065 Note:
6066 \series default
6067  The table number is increased for every longtable, also if you didn't set
6068  a caption for it.
6069  For this reason you could have the case that e.
6070 \begin_inset space \thinspace{}
6071 \end_inset
6072
6073 g.
6074 \begin_inset space \space{}
6075 \end_inset
6076
6077 Table
6078 \begin_inset space ~
6079 \end_inset
6080
6081 2.4 follows on Table
6082 \begin_inset space ~
6083 \end_inset
6084
6085 2.1 in the list of tables if there are two longtables without captions.
6086  To avoid this you can add the following command in TeX-Code behind every
6087  longtable without a caption:
6088 \end_layout
6089
6090 \begin_layout Plain Layout
6091
6092 \series bold
6093
6094 \backslash
6095 addtocounter{table}{-1}
6096 \end_layout
6097
6098 \end_inset
6099
6100
6101 \end_layout
6102
6103 \begin_layout Standard
6104 \begin_inset Note Greyedout
6105 status open
6106
6107 \begin_layout Plain Layout
6108
6109 \series bold
6110 Note:
6111 \series default
6112  If you are using
6113 \series bold
6114  hyperref
6115 \series default
6116
6117 \begin_inset Index
6118 status collapsed
6119
6120 \begin_layout Plain Layout
6121 LaTeX-packages ! hyperref
6122 \end_layout
6123
6124 \end_inset
6125
6126  in the 
6127 \family sans
6128 PDF Properties
6129 \family default
6130  of the 
6131 \family sans
6132 Document Settings
6133 \family default
6134  dialog to link cross-references, the link to a longtable caption will always
6135  point to the beginning of the document.
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \begin_layout Standard
6144 \begin_inset Newpage newpage
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \begin_layout Subsubsection
6151 References to Longtables
6152 \begin_inset Index
6153 status collapsed
6154
6155 \begin_layout Plain Layout
6156 Longtables ! References
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \begin_layout Standard
6165 \begin_inset Tabular
6166 <lyxtabular version="3" rows="6" columns="5">
6167 <features islongtable="true">
6168 <column alignment="center" valignment="top" width="0">
6169 <column alignment="center" valignment="top" width="0">
6170 <column alignment="center" valignment="top" width="0">
6171 <column alignment="center" valignment="top" width="0">
6172 <column alignment="center" valignment="top" width="0">
6173 <row caption="true">
6174 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 \begin_inset Caption
6179
6180 \begin_layout Plain Layout
6181 Referenced longtable
6182 \begin_inset CommandInset label
6183 LatexCommand label
6184 name "tab:RefExample"
6185
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 </row>
6235 <row>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 1
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 2
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 3
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 4
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 5
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 </row>
6282 <row>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 asd
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 s
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 s
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 s
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 asd
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 </row>
6329 <row>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 asd
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 s
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 s
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 s
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 asd
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 </row>
6376 <row>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 asd
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 s
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 Plain Layout
6399 s
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 Plain Layout
6408 s
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 asd
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row>
6424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 sad
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 asd
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 asd
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 asd
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 </lyxtabular>
6471
6472 \end_inset
6473
6474
6475 \end_layout
6476
6477 \begin_layout Standard
6478 To reference a longtable, insert a label into the caption.
6479 \end_layout
6480
6481 \begin_layout Standard
6482 This is a reference to Table
6483 \begin_inset space ~
6484 \end_inset
6485
6486
6487 \begin_inset CommandInset ref
6488 LatexCommand ref
6489 reference "tab:RefExample"
6490
6491 \end_inset
6492
6493 .
6494 \end_layout
6495
6496 \begin_layout Standard
6497 The caption layout can be set together with all other captions of your document
6498  using the LaTeX-package 
6499 \series bold
6500 caption
6501 \series default
6502
6503 \begin_inset Index
6504 status collapsed
6505
6506 \begin_layout Plain Layout
6507 LaTeX-packages ! caption
6508 \end_layout
6509
6510 \end_inset
6511
6512 , see section
6513 \begin_inset space ~
6514 \end_inset
6515
6516
6517 \begin_inset CommandInset ref
6518 LatexCommand ref
6519 reference "sec:Caption-Formatting"
6520
6521 \end_inset
6522
6523 .
6524 \end_layout
6525
6526 \begin_layout Subsubsection
6527 Caption Width
6528 \begin_inset Index
6529 status collapsed
6530
6531 \begin_layout Plain Layout
6532 Longtables ! Caption Width
6533 \end_layout
6534
6535 \end_inset
6536
6537
6538 \end_layout
6539
6540 \begin_layout Standard
6541 The maximal width of of caption lines is defined by the length 
6542 \series bold
6543
6544 \backslash
6545 LTcapwidth
6546 \series default
6547 .
6548  Its default value is 4
6549 \begin_inset space \thinspace{}
6550 \end_inset
6551
6552 in.
6553  To change it add the following command to your document preamble or as
6554  TeX-Code into your document before the longtable that should be affected
6555 \end_layout
6556
6557 \begin_layout Standard
6558
6559 \series bold
6560
6561 \backslash
6562 setlength{
6563 \backslash
6564 LTcapwidth}{width}
6565 \end_layout
6566
6567 \begin_layout Standard
6568 where the width could have one of the units listed in appendix
6569 \begin_inset space ~
6570 \end_inset
6571
6572
6573 \begin_inset CommandInset ref
6574 LatexCommand ref
6575 reference "cha:Units-available-in"
6576
6577 \end_inset
6578
6579 .
6580 \end_layout
6581
6582 \begin_layout Standard
6583 The following tables show the difference:
6584 \end_layout
6585
6586 \begin_layout Standard
6587 \begin_inset Tabular
6588 <lyxtabular version="3" rows="6" columns="5">
6589 <features islongtable="true">
6590 <column alignment="center" valignment="top" width="0">
6591 <column alignment="center" valignment="top" width="0">
6592 <column alignment="center" valignment="top" width="0">
6593 <column alignment="center" valignment="top" width="0">
6594 <column alignment="center" valignment="top" width="0">
6595 <row caption="true">
6596 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 \begin_inset Caption
6601
6602 \begin_layout Plain Layout
6603 long full title with default width long full title with default width long
6604  full title with default width
6605 \begin_inset OptArg
6606 status collapsed
6607
6608 \begin_layout Plain Layout
6609 caption with default width
6610 \end_layout
6611
6612 \end_inset
6613
6614
6615 \end_layout
6616
6617 \end_inset
6618
6619
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 </row>
6661 <row>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 1
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 2
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 3
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 4
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 5
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 </row>
6708 <row>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 asd
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 s
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 s
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 asd
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 </row>
6755 <row>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 asd
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 s
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 s
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 s
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 asd
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 </row>
6802 <row>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 asd
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 s
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 s
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 s
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 asd
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 </row>
6849 <row>
6850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 asd
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 sad
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 asd
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 </row>
6896 </lyxtabular>
6897
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \begin_layout Standard
6904 \begin_inset ERT
6905 status collapsed
6906
6907 \begin_layout Plain Layout
6908
6909
6910 \backslash
6911 setlength{
6912 \backslash
6913 LTcapwidth}{5cm}
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \begin_inset Tabular
6920 <lyxtabular version="3" rows="6" columns="5">
6921 <features islongtable="true">
6922 <column alignment="center" valignment="top" width="0">
6923 <column alignment="center" valignment="top" width="0">
6924 <column alignment="center" valignment="top" width="0">
6925 <column alignment="center" valignment="top" width="0">
6926 <column alignment="center" valignment="top" width="0">
6927 <row caption="true">
6928 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 \begin_inset Caption
6933
6934 \begin_layout Plain Layout
6935 long full title with width set to 5
6936 \begin_inset space \thinspace{}
6937 \end_inset
6938
6939 cm long full title with width set to 5
6940 \begin_inset space \thinspace{}
6941 \end_inset
6942
6943 cm long full title with width set to 5
6944 \begin_inset space \thinspace{}
6945 \end_inset
6946
6947 cm
6948 \begin_inset OptArg
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952 caption with width
6953 \begin_inset space \thinspace{}
6954 \end_inset
6955
6956 =
6957 \begin_inset space \thinspace{}
6958 \end_inset
6959
6960 5
6961 \begin_inset space \thinspace{}
6962 \end_inset
6963
6964 cm
6965 \end_layout
6966
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 1
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 2
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 3
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 4
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 5
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 Plain Layout
7068 asd
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 s
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 s
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 s
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 asd
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 </row>
7110 <row>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 asd
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 s
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 s
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 s
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 s
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 s
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 s
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 <row>
7205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 sad
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 asd
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 asd
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 asd
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 </row>
7251 </lyxtabular>
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \begin_layout Standard
7259 \begin_inset ERT
7260 status collapsed
7261
7262 \begin_layout Plain Layout
7263
7264
7265 \backslash
7266 setlength{
7267 \backslash
7268 LTcapwidth}{4in}
7269 \end_layout
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \begin_layout Standard
7277 \begin_inset Note Greyedout
7278 status open
7279
7280 \begin_layout Plain Layout
7281
7282 \series bold
7283 Note:
7284 \series default
7285  When the LaTeX-package 
7286 \series bold
7287 caption
7288 \series default
7289
7290 \begin_inset Index
7291 status collapsed
7292
7293 \begin_layout Plain Layout
7294 LaTeX-packages ! caption
7295 \end_layout
7296
7297 \end_inset
7298
7299  is used, as in this document, the full page width is used for the caption
7300  when you use the default value of 4
7301 \begin_inset space \thinspace{}
7302 \end_inset
7303
7304 in for 
7305 \series bold
7306
7307 \backslash
7308 LTcapwidth
7309 \series default
7310 .
7311  To get in this case exactly a 4
7312 \begin_inset space \thinspace{}
7313 \end_inset
7314
7315 in wide caption, you can either use a value slightly different from 4.0
7316 \begin_inset space \thinspace{}
7317 \end_inset
7318
7319 in, e.
7320 \begin_inset space \thinspace{}
7321 \end_inset
7322
7323 g.
7324 \begin_inset space \space{}
7325 \end_inset
7326
7327 3.99
7328 \begin_inset space \thinspace{}
7329 \end_inset
7330
7331 in, or the LaTeX-command 
7332 \series bold
7333
7334 \backslash
7335 captionsetup{width=value}
7336 \series default
7337  that is provided by the 
7338 \series bold
7339 caption
7340 \series default
7341 -package.
7342 \end_layout
7343
7344 \end_inset
7345
7346
7347 \end_layout
7348
7349 \begin_layout Subsubsection
7350 Different Captions for Table Pages
7351 \begin_inset Index
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355 Longtables ! Different Captions for Pages
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \begin_layout Standard
7364 When the other captions should differ from the one of the first table page,
7365  insert a caption with a non-empty short title in a dummy caption row marked
7366  as first header.
7367  The caption used for the other table pages is inserted as caption without
7368  a short title in a dummy caption row that is marked as main header.
7369  When this caption shouldn't include the table number, use the command
7370 \end_layout
7371
7372 \begin_layout Standard
7373
7374 \series bold
7375
7376 \backslash
7377 caption*{caption text}
7378 \end_layout
7379
7380 \begin_layout Standard
7381 instead of LyX's caption box.
7382  The label to reference the table is inserted into the caption of the first
7383  header.
7384  Table
7385 \begin_inset space ~
7386 \end_inset
7387
7388
7389 \begin_inset CommandInset ref
7390 LatexCommand ref
7391 reference "tab:DiffCaptions"
7392
7393 \end_inset
7394
7395  is an example for a longtable with different heading where the second caption
7396  doesn't include the table number.
7397 \end_layout
7398
7399 \begin_layout Standard
7400 \align center
7401 \begin_inset Tabular
7402 <lyxtabular version="3" rows="60" columns="3">
7403 <features islongtable="true">
7404 <column alignment="left" valignment="top" width="0cm">
7405 <column alignment="left" valignment="top" width="0pt">
7406 <column alignment="center" valignment="top" width="0pt">
7407 <row endfirsthead="true" caption="true">
7408 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 \begin_inset Caption
7413
7414 \begin_layout Plain Layout
7415 Example Phone List
7416 \begin_inset CommandInset label
7417 LatexCommand label
7418 name "tab:DiffCaptions"
7419
7420 \end_inset
7421
7422
7423 \begin_inset OptArg
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 Example Phone List
7428 \end_layout
7429
7430 \end_inset
7431
7432
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row endfirsthead="true">
7462 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \series bold
7468 Example Phone List (ignore the names)
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 </row>
7492 <row endfirsthead="true">
7493 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \series bold
7499 NAME
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517
7518 \series bold
7519 TEL.
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 </row>
7525 <row endhead="true" caption="true">
7526 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 \begin_inset ERT
7531 status open
7532
7533 \begin_layout Plain Layout
7534
7535
7536 \backslash
7537 caption*{Continued Example Phone List}
7538 \backslash
7539
7540 \backslash
7541 %
7542 \end_layout
7543
7544 \end_inset
7545
7546
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row endhead="true">
7571 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \series bold
7577 Example Phone List
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 </row>
7601 <row endhead="true">
7602 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \series bold
7608 NAME
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 TEL.
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row endfoot="true">
7635 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 continued on next page
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 </row>
7663 <row>
7664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \series bold
7670 Annovi
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 Silvia
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 111
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 </row>
7694 <row>
7695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \series bold
7701 Bertoli
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 Stefano
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719 111
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 </row>
7725 <row>
7726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \series bold
7732 Bozzi
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 Walter
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 111
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 </row>
7756 <row>
7757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \series bold
7763 Cachia
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772 Maria
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781 111
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row>
7788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794 Cachia
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 Maurizio
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812 111
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row>
7819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \series bold
7825 Cinquemani
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 Giusi
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 111
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 </row>
7849 <row>
7850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \series bold
7856 Colin
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 Bernard
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 111
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row>
7881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \series bold
7887 Concli
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 Gianfranco
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 111
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row>
7912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 Dal Bosco
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 Carolina
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 111
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \series bold
7949 Dalpiaz
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 Annamaria
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 111
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \series bold
7980 Feliciello
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 Domenico
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 111
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \series bold
8011 Focarelli
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 Paola
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 111
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \series bold
8042 Galletti
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 Oreste
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 111
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \series bold
8073 Gasparini
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 Franca
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 111
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \series bold
8104 Rizzardi
8105 \series default
8106
8107 \begin_inset Foot
8108 status open
8109
8110 \begin_layout Plain Layout
8111 Example footnote
8112 \end_layout
8113
8114 \end_inset
8115
8116
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Paola
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 111
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \series bold
8147 Lassini
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Giancarlo
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 111
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \series bold
8178 Malfatti
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 Luciano
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 111
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \series bold
8209 Malfatti
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 Valeriano
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 111
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \series bold
8240 Meneguzzo
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 Roberto
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 111
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \series bold
8271 Mezzadra
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 Roberto
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 111
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \series bold
8302 Pirpamer
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 Erich
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 111
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \series bold
8333 Pochiesa
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 Paolo
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 111, 222
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \series bold
8364 Radina
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 Claudio
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 111
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \series bold
8395 Stuffer
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 Oskar
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 111
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 <row>
8420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424
8425 \series bold
8426 Tacchelli
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 Ugo
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 111
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \series bold
8457 Tezzele
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 Margit
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 111
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \series bold
8488 Unterkalmsteiner
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 Frieda
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 111
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \series bold
8519 Vieider
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 Hilde
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 111
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row>
8544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \series bold
8550 Vigna
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 Jürgen
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 111
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Weber
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Maurizio
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 111
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Winkler
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Franz
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 111
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641  
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Annovi
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Silvia
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 555
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Bertoli
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Stefano
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 555
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Bozzi
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Walter
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 555
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Cachia
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Maria
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 555
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Cachia
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Maurizio
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 555
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Cinquemani
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Giusi
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 555
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Colin
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Bernard
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 555
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Concli
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Gianfranco
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 555
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \series bold
8920 Dal Bosco
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 Carolina
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 555
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \series bold
8951 Dalpiaz
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 Annamaria
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 555
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \series bold
8982 Feliciello
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Domenico
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 555
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \series bold
9013 Focarelli
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 Paola
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 555
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \series bold
9044 Galletti
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 Oreste
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 555
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 <row>
9069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \series bold
9075 Gasparini
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 Franca
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 555
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \series bold
9106 Rizzardi
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 Paola
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 555
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 <row>
9131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135
9136 \series bold
9137 Lassini
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 Giancarlo
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 555
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166
9167 \series bold
9168 Malfatti
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Luciano
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 555
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \series bold
9199 Malfatti
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 Valeriano
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 555
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \series bold
9230 Meneguzzo
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 Roberto
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 555
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \series bold
9261 Mezzadra
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Roberto
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 555
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row endlastfoot="true">
9286 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 </lyxtabular>
9315
9316 \end_inset
9317
9318
9319 \end_layout
9320
9321 \begin_layout Section
9322 Special Longtable Issues
9323 \begin_inset CommandInset label
9324 LatexCommand label
9325 name "sec:Special-Longtable-Issues"
9326
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \begin_layout Subsection
9333 Longtable Calculation
9334 \begin_inset Index
9335 status collapsed
9336
9337 \begin_layout Plain Layout
9338 Longtables ! Calculation
9339 \end_layout
9340
9341 \end_inset
9342
9343
9344 \end_layout
9345
9346 \begin_layout Standard
9347 LaTeX calculates the height of table pages and their page breaks using so
9348  called chunks.
9349  Chunks are pieces of the tables that are at once in LaTeX's memory.
9350  The default value is historically set to only 20 table rows.
9351  If you are using longtables with many pages this may slow down the creation
9352  of your document.
9353  You can safely increase the chunk size to values of 100-1000 by adding
9354  this command line to your document preamble:
9355 \end_layout
9356
9357 \begin_layout Standard
9358
9359 \series bold
9360
9361 \backslash
9362 setcounter{LTchunksize}{100}
9363 \end_layout
9364
9365 \begin_layout Subsection
9366 Floats and Longtables
9367 \begin_inset Index
9368 status collapsed
9369
9370 \begin_layout Plain Layout
9371 Longtables ! Floats
9372 \end_layout
9373
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \begin_layout Standard
9380 There might be problems when a float appears on the same page where a longtable
9381  starts.
9382  To avoid such situation, add the command 
9383 \series bold
9384
9385 \backslash
9386 clearpage
9387 \series default
9388  as TeX-Code before your longtable.
9389 \end_layout
9390
9391 \begin_layout Subsection
9392 Forced Page Breaks
9393 \begin_inset Index
9394 status collapsed
9395
9396 \begin_layout Plain Layout
9397 Longtables ! Forced Page Breaks
9398 \end_layout
9399
9400 \end_inset
9401
9402
9403 \end_layout
9404
9405 \begin_layout Standard
9406 By default tables are only broken between rows.
9407  If you have a cell with multiples lines and want to have a page break within
9408  the cell, insert the new line command 
9409 \begin_inset Quotes eld
9410 \end_inset
9411
9412
9413 \series bold
9414
9415 \backslash
9416
9417 \backslash
9418
9419 \series default
9420
9421 \begin_inset Quotes erd
9422 \end_inset
9423
9424  as TeX-Code at this point of the cell where it should be broken.
9425  Before the 
9426 \series bold
9427
9428 \backslash
9429
9430 \backslash
9431
9432 \series default
9433  command you have to insert in TeX-Code so many 
9434 \begin_inset Quotes eld
9435 \end_inset
9436
9437
9438 \series bold
9439 &
9440 \series default
9441
9442 \begin_inset Quotes erd
9443 \end_inset
9444
9445  characters like the number of the following table columns.
9446  The 
9447 \series bold
9448 &
9449 \series default
9450  is the character to separate table cells.
9451  Write in TeX-Code after each 
9452 \series bold
9453 &
9454 \series default
9455  the content of the corresponding following cell and delete the content
9456  of these cells.
9457 \begin_inset Newline newline
9458 \end_inset
9459
9460 Behind the the 
9461 \series bold
9462
9463 \backslash
9464
9465 \backslash
9466
9467 \series default
9468  command, insert so many 
9469 \series bold
9470 &
9471 \series default
9472  characters like the number of table columns before the current column.
9473  In Table
9474 \begin_inset space ~
9475 \end_inset
9476
9477
9478 \begin_inset CommandInset ref
9479 LatexCommand ref
9480 reference "tab:ForcedPagebreak"
9481
9482 \end_inset
9483
9484  the cell that should be broken is in the second column followed by another
9485  column.
9486  Therefore the following command was inserted in the cell as TeX-Code behind
9487  
9488 \begin_inset Quotes eld
9489 \end_inset
9490
9491
9492 \emph on
9493 Castelchiodato,
9494 \emph default
9495
9496 \begin_inset Quotes erd
9497 \end_inset
9498
9499 :
9500 \end_layout
9501
9502 \begin_layout Standard
9503
9504 \series bold
9505 & 111
9506 \backslash
9507
9508 \backslash
9509
9510 \begin_inset Newline newline
9511 \end_inset
9512
9513 &
9514 \end_layout
9515
9516 \begin_layout Standard
9517 The 
9518 \begin_inset Quotes eld
9519 \end_inset
9520
9521 111
9522 \begin_inset Quotes erd
9523 \end_inset
9524
9525  in the third columns of the row was deleted.
9526  If your footer row of the longtable has for a certain reason no upper line
9527  but you would have a horizontal line where the cell is broken, use this
9528  command instead:
9529 \end_layout
9530
9531 \begin_layout Standard
9532
9533 \series bold
9534 & 111
9535 \backslash
9536
9537 \backslash
9538
9539 \begin_inset Newline newline
9540 \end_inset
9541
9542
9543 \backslash
9544 hline &
9545 \end_layout
9546
9547 \begin_layout Standard
9548 When the cell to be broken is in the last column, the command
9549 \end_layout
9550
9551 \begin_layout Standard
9552
9553 \series bold
9554
9555 \backslash
9556 setlength{
9557 \backslash
9558 parfillskip}{0pt}
9559 \end_layout
9560
9561 \begin_layout Standard
9562 must be inserted as TeX-Code at the beginning of the cell.
9563  This assures that the part of the cell that will be displayed on the new
9564  page appears with the full width.
9565 \end_layout
9566
9567 \begin_layout Standard
9568 \align center
9569 \begin_inset Tabular
9570 <lyxtabular version="3" rows="39" columns="3">
9571 <features islongtable="true">
9572 <column alignment="left" valignment="top" width="0cm">
9573 <column alignment="left" valignment="top" width="3cm">
9574 <column alignment="center" valignment="top" width="0pt">
9575 <row endfirsthead="true" caption="true">
9576 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 \begin_inset Caption
9581
9582 \begin_layout Plain Layout
9583 Table with forced page break in table cell
9584 \begin_inset CommandInset label
9585 LatexCommand label
9586 name "tab:ForcedPagebreak"
9587
9588 \end_inset
9589
9590
9591 \begin_inset OptArg
9592 status collapsed
9593
9594 \begin_layout Plain Layout
9595 Table with forced page break in table cell
9596 \end_layout
9597
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row endfirsthead="true">
9630 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \series bold
9636 Example Phone List (ignore the names)
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row endfirsthead="true">
9661 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \series bold
9667 NAME
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \series bold
9687 TEL.
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row endhead="true" caption="true">
9694 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 \begin_inset ERT
9699 status collapsed
9700
9701 \begin_layout Plain Layout
9702
9703
9704 \backslash
9705 caption*{Continued table with forced page break in table cell}
9706 \backslash
9707
9708 \backslash
9709 %
9710 \end_layout
9711
9712 \end_inset
9713
9714
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row endhead="true">
9739 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743  
9744 \series bold
9745 Example Phone List
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 </row>
9769 <row endhead="true">
9770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774
9775 \series bold
9776 NAME
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \series bold
9796 TEL.
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row endfoot="true">
9803 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 continued on next page
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 </row>
9831 <row>
9832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \series bold
9838 Annovi
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 Silvia
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 111
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 </row>
9862 <row>
9863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \series bold
9869 Bertoli
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 Stefano
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 111
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 </row>
9893 <row>
9894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \series bold
9900 Bozzi
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 Walter
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 111
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \series bold
9931 Cachia
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 Maria
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 111
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row>
9956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \series bold
9962 Cachia
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 Maurizio
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 111
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 </row>
9986 <row>
9987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \series bold
9993 Cinquemani
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 Giusi
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 111
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row>
10018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \series bold
10024 Colin
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 Bernard
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 111
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row>
10049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \series bold
10055 Concli
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 Gianfranco
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 111
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 </row>
10079 <row>
10080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 Dal Bosco
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 Carolina
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 111
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \series bold
10117 Dalpiaz
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 Annamaria
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 111
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row>
10142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \series bold
10148 Feliciello
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 Domenico
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 111
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \series bold
10179 Focarelli
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 Paola
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 111
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row>
10204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 Galletti
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 Oreste
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 111
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \series bold
10241 Gasparini
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Franca
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 111
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272 Lassini
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 Giancarlo
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 111
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Malfatti
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Luciano
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Malfatti
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Valeriano
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Meneguzzo
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Roberto
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Mezzadra
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Roberto
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Pirpamer
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Erich
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Pochiesa
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Paolo
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111, 222
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Radina
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Claudio
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Rizzardi
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Paolo, 11.
10530  Fürst von Montecompatri, 11.
10531  Fürst von Sulmona und Vivaro, 10.
10532  Fürst von Rossano, 5.
10533  Herzog von Canemorte, 11.
10534  Herzog von Palombara, 5.
10535  Herzog von Castelchiodato,
10536 \begin_inset ERT
10537 status open
10538
10539 \begin_layout Plain Layout
10540
10541 & 111
10542 \backslash
10543
10544 \backslash
10545
10546 \end_layout
10547
10548 \begin_layout Plain Layout
10549
10550 &
10551 \end_layout
10552
10553 \end_inset
10554
10555  11.
10556  Herzog von Poggionativo, 11.
10557  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10558  Graf von Valinfreda, 11.
10559  Baron von Cropalati, 11.
10560  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Stuffer
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Oskar
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Tacchelli
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Ugo
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Tezzele
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Margit
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Unterkalmsteiner
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Frieda
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Vieider
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Hilde
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Vigna
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Jürgen
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Weber
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Maurizio
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Winkler
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Franz
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row endlastfoot="true">
10824 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 </row>
10852 </lyxtabular>
10853
10854 \end_inset
10855
10856
10857 \end_layout
10858
10859 \begin_layout Standard
10860 \begin_inset Newpage newpage
10861 \end_inset
10862
10863
10864 \end_layout
10865
10866 \begin_layout Section
10867 Multiple Lines Columns and Rows
10868 \end_layout
10869
10870 \begin_layout Subsection
10871 Multiple Lines in Table Cells
10872 \begin_inset CommandInset label
10873 LatexCommand label
10874 name "sub:Multiple-Lines-in"
10875
10876 \end_inset
10877
10878
10879 \begin_inset Index
10880 status collapsed
10881
10882 \begin_layout Plain Layout
10883 Multiple Lines in Table Cells
10884 \end_layout
10885
10886 \end_inset
10887
10888
10889 \begin_inset Index
10890 status collapsed
10891
10892 \begin_layout Plain Layout
10893 Table ! Linebreaks
10894 \end_layout
10895
10896 \end_inset
10897
10898
10899 \end_layout
10900
10901 \begin_layout Standard
10902 \noindent
10903 \begin_inset Float table
10904 placement H
10905 wide false
10906 sideways false
10907 status open
10908
10909 \begin_layout Plain Layout
10910 \begin_inset Caption
10911
10912 \begin_layout Plain Layout
10913 \begin_inset CommandInset label
10914 LatexCommand label
10915 name "tab:Table-with-multiple"
10916
10917 \end_inset
10918
10919 Table with multiple lines in cells
10920 \end_layout
10921
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \begin_layout Plain Layout
10928 \align center
10929 \begin_inset Tabular
10930 <lyxtabular version="3" rows="3" columns="3">
10931 <features>
10932 <column alignment="center" valignment="middle" width="2.5cm">
10933 <column alignment="center" valignment="middle" width="0">
10934 <column alignment="center" valignment="middle" width="0">
10935 <row>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 multiple
10941 \begin_inset Newline linebreak
10942 \end_inset
10943
10944 lines
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 b
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 c
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 <row>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 d
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 e
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 f
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 </row>
10997 <row>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 g
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 h
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 i
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 </lyxtabular>
11027
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \end_inset
11034
11035
11036 \end_layout
11037
11038 \begin_layout Standard
11039 Adjusting a fixed width for a column, enables to enter text as a paragraph
11040  with multiple lines and hyphenations.
11041 \end_layout
11042
11043 \begin_layout Standard
11044 To produce Table
11045 \begin_inset space ~
11046 \end_inset
11047
11048
11049 \begin_inset CommandInset ref
11050 LatexCommand ref
11051 reference "tab:Table-with-multiple"
11052
11053 \end_inset
11054
11055 , create a 3×3 table, mark the first cell and right-click on it.
11056  In the appearing table dialog we set a cell width of 2.5
11057 \begin_inset space \thinspace{}
11058 \end_inset
11059
11060 cm and choose centered for the vertical and horizontal alignment.
11061  The vertical alignment is used for all cells of the row.
11062  As our text is smaller than than 2.5
11063 \begin_inset space \thinspace{}
11064 \end_inset
11065
11066 cm, only one line will appear.
11067  To get two lines, a justified line break (shortcut 
11068 \begin_inset Info
11069 type  "shortcut"
11070 arg   "newline-insert linebreak"
11071 \end_inset
11072
11073 ) was added.
11074  If the text is wider than the set cell width, it will automatically be
11075  broken to several lines.
11076 \end_layout
11077
11078 \begin_layout Standard
11079 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11080  by LaTeX if it is the first entry.
11081  Therefore you need to insert something, to make the word not being the
11082  first entry.
11083  So add a horizontal space of 0
11084 \begin_inset space \thinspace{}
11085 \end_inset
11086
11087 pt before the word.
11088  As the space is zero, it doesn't change the output.
11089  Table
11090 \begin_inset space ~
11091 \end_inset
11092
11093
11094 \begin_inset CommandInset ref
11095 LatexCommand ref
11096 reference "tab:Table-with-and"
11097
11098 \end_inset
11099
11100  shows the effect.
11101 \end_layout
11102
11103 \begin_layout Standard
11104 \begin_inset Float table
11105 placement h
11106 wide false
11107 sideways false
11108 status open
11109
11110 \begin_layout Plain Layout
11111 \begin_inset Caption
11112
11113 \begin_layout Plain Layout
11114 \begin_inset CommandInset label
11115 LatexCommand label
11116 name "tab:Table-with-and"
11117
11118 \end_inset
11119
11120 Table with and without hyphenation
11121 \end_layout
11122
11123 \end_inset
11124
11125
11126 \end_layout
11127
11128 \begin_layout Plain Layout
11129 \begin_inset space \hfill{}
11130 \end_inset
11131
11132
11133 \begin_inset Tabular
11134 <lyxtabular version="3" rows="3" columns="3">
11135 <features>
11136 <column alignment="center" valignment="middle" width="2.5cm">
11137 <column alignment="center" valignment="middle" width="0">
11138 <column alignment="center" valignment="middle" width="0">
11139 <row>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 verylongtablecellword
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 b
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 c
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 <row>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 d
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 e
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 f
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 </row>
11197 <row>
11198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 g
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 h
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 i
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 </lyxtabular>
11227
11228 \end_inset
11229
11230
11231 \begin_inset space \hfill{}
11232 \end_inset
11233
11234
11235 \begin_inset Tabular
11236 <lyxtabular version="3" rows="3" columns="3">
11237 <features>
11238 <column alignment="center" valignment="middle" width="2.5cm">
11239 <column alignment="center" valignment="middle" width="0">
11240 <column alignment="center" valignment="middle" width="0">
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 \begin_inset space \hspace{}
11247 \length 0pt
11248 \end_inset
11249
11250 verylongtablecellword
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 b
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 c
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 </row>
11274 <row>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 d
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 e
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 f
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 <row>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 g
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 h
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 i
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 </row>
11332 </lyxtabular>
11333
11334 \end_inset
11335
11336
11337 \begin_inset space \hfill{}
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \begin_layout Subsection
11349 Multicolumns
11350 \begin_inset CommandInset label
11351 LatexCommand label
11352 name "sub:Multicolumns"
11353
11354 \end_inset
11355
11356
11357 \begin_inset Index
11358 status collapsed
11359
11360 \begin_layout Plain Layout
11361 Multicolumns
11362 \end_layout
11363
11364 \end_inset
11365
11366
11367 \begin_inset Index
11368 status collapsed
11369
11370 \begin_layout Plain Layout
11371 Table ! Multicolumns
11372 \end_layout
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \begin_layout Subsubsection
11380 Multicolumn Basics
11381 \end_layout
11382
11383 \begin_layout Standard
11384 To span a cell over multiple columns, mark as much cells within a line that
11385  should be one spanned cell and use either the table-toolbar button 
11386 \begin_inset Graphics
11387         filename ../images/tabular-feature_multicolumn.png
11388         scale 85
11389         scaleBeforeRotation
11390
11391 \end_inset
11392
11393 , or the menu 
11394 \family sans
11395 Edit\SpecialChar \menuseparator
11396 Table\SpecialChar \menuseparator
11397 Multicolumn
11398 \family default
11399 , or right click on the marked cells and choose multicolumn in the appearing
11400  table dialog under the tab 
11401 \family sans
11402 Table Settings
11403 \family default
11404 .
11405 \end_layout
11406
11407 \begin_layout Standard
11408 Multicolumns have there own cell settings.
11409  That means changing cell borders, cell alignment, and the width only affects
11410  the multicolumn.
11411  Here is an example table with a multicolumn cell in the first row and one
11412  in the last row without the upper border:
11413 \end_layout
11414
11415 \begin_layout Standard
11416 \align center
11417 \begin_inset Tabular
11418 <lyxtabular version="3" rows="3" columns="4">
11419 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11420 <column alignment="center" valignment="top" width="0pt">
11421 <column alignment="center" valignment="middle" width="0">
11422 <column alignment="center" valignment="top" width="0in">
11423 <column alignment="center" valignment="top" width="0pt">
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 abc
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 def ghi
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 jkl
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467
11468 \family roman
11469 \series medium
11470 \shape up
11471 \size normal
11472 \emph off
11473 \bar no
11474 \noun off
11475 \color none
11476 A
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 B
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 C
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 D
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 <row>
11510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 1
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 2
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 3
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 4
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 </row>
11547 </lyxtabular>
11548
11549 \end_inset
11550
11551
11552 \end_layout
11553
11554 \begin_layout Subsubsection
11555 Multicolumn Calculations
11556 \begin_inset CommandInset label
11557 LatexCommand label
11558 name "sub:Multicolumn-Calculations"
11559
11560 \end_inset
11561
11562
11563 \begin_inset Index
11564 status collapsed
11565
11566 \begin_layout Plain Layout
11567 Multicolumns ! Calculations
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 LyX supports multicolumns directly, but we have to take notice of the cell
11577  width of the columns spanned by the multicolumn cell.
11578 \end_layout
11579
11580 \begin_layout Standard
11581 \begin_inset Float table
11582 placement h
11583 wide false
11584 sideways false
11585 status open
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Caption
11589
11590 \begin_layout Plain Layout
11591 \begin_inset CommandInset label
11592 LatexCommand label
11593 name "tab:Table-with-centered"
11594
11595 \end_inset
11596
11597 Table with centered multicolumn text above two columns that have exactly
11598  half the width of the multicolumn cell
11599 \begin_inset OptArg
11600 status collapsed
11601
11602 \begin_layout Plain Layout
11603 Perfect multicolumn table
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \end_inset
11612
11613
11614 \end_layout
11615
11616 \begin_layout Plain Layout
11617 \align center
11618 \begin_inset Tabular
11619 <lyxtabular version="3" rows="3" columns="3">
11620 <features>
11621 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11622 <column alignment="center" valignment="middle" width="0">
11623 <column alignment="center" valignment="top" width="0">
11624 <row>
11625 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 multiple lines multicolumn
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 c
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 <row>
11654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 d
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 e
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 f
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 <row>
11683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 g
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 h
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 i
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 </lyxtabular>
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \begin_layout Standard
11724 To create for example Table
11725 \begin_inset space ~
11726 \end_inset
11727
11728
11729 \begin_inset CommandInset ref
11730 LatexCommand ref
11731 reference "tab:Table-with-centered"
11732
11733 \end_inset
11734
11735 , mark the first two cells in the first row of a 3×3 table and right-click
11736  on them.
11737  Now choose for this cell 
11738 \emph on
11739 multicolumn
11740 \emph default
11741
11742 \emph on
11743 centered alignment
11744 \emph default
11745  and a width of 2.5
11746 \begin_inset space \thinspace{}
11747 \end_inset
11748
11749 cm in the table dialog.
11750  The spanned columns should have exactly half the width of the multicolumn
11751  cell, so that you would adjust a width of 1.25
11752 \begin_inset space \thinspace{}
11753 \end_inset
11754
11755 cm for the first column.
11756  The second column has then automatically a width of 1.25
11757 \begin_inset space \thinspace{}
11758 \end_inset
11759
11760 cm (multicolumn width - width of first column).
11761  This was done for Table
11762 \begin_inset space ~
11763 \end_inset
11764
11765
11766 \begin_inset CommandInset ref
11767 LatexCommand ref
11768 reference "tab:Table-without-half"
11769
11770 \end_inset
11771
11772 .
11773 \end_layout
11774
11775 \begin_layout Standard
11776 \begin_inset Float table
11777 wide false
11778 sideways false
11779 status open
11780
11781 \begin_layout Plain Layout
11782 \begin_inset Caption
11783
11784 \begin_layout Plain Layout
11785 \begin_inset CommandInset label
11786 LatexCommand label
11787 name "tab:Table-without-half"
11788
11789 \end_inset
11790
11791 Table where the spanned table columns have not exactly half the width of
11792  the multicolumn cell
11793 \begin_inset OptArg
11794 status collapsed
11795
11796 \begin_layout Plain Layout
11797 Imperfect multicolumn table
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \begin_layout Plain Layout
11811 \align center
11812 \begin_inset Tabular
11813 <lyxtabular version="3" rows="3" columns="3">
11814 <features>
11815 <column alignment="center" valignment="top" width="1.25cm">
11816 <column alignment="center" valignment="top" width="0">
11817 <column alignment="center" valignment="top" width="0">
11818 <row>
11819 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 multiple lines multicolumn
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 c
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 </row>
11847 <row>
11848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 d
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 e
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 f
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 </row>
11876 <row>
11877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 g
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 h
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 i
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 </lyxtabular>
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \begin_layout Standard
11918 You can see that the first column has not the half width of the multicolumn
11919  cell, it is a bit bigger.
11920  The reason is that the given width of a cell 
11921 \begin_inset Formula $W_{g}$
11922 \end_inset
11923
11924  is not its total width 
11925 \begin_inset Formula $W_{\mathrm{tot}}$
11926 \end_inset
11927
11928  because a cell is always a bit larger than its given width.
11929  Appendix
11930 \begin_inset space ~
11931 \end_inset
11932
11933
11934 \begin_inset CommandInset ref
11935 LatexCommand eqref
11936 reference "cha:Explanation-of-Equation"
11937
11938 \end_inset
11939
11940  explains it in detail.
11941 \end_layout
11942
11943 \begin_layout Standard
11944 The needed given width 
11945 \begin_inset Formula $W_{g\, n}$
11946 \end_inset
11947
11948  when 
11949 \emph on
11950 n
11951 \emph default
11952  columns are spanned can be calculated, so that each column has a total
11953  width of 
11954 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11955 \end_inset
11956
11957 :
11958 \begin_inset Formula \begin{equation}
11959 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11960
11961 \end_inset
11962
11963
11964 \end_layout
11965
11966 \begin_layout Standard
11967 In our case we have 
11968 \begin_inset Formula $n=2$
11969 \end_inset
11970
11971
11972 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11973 \end_inset
11974
11975 cm and the default values for the lengths, so that equation 
11976 \begin_inset CommandInset ref
11977 LatexCommand ref
11978 reference "eq:Wgn"
11979
11980 \end_inset
11981
11982  becomes
11983 \begin_inset Formula \begin{equation}
11984 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \begin_layout Standard
11992 To enable calculations in LaTeX, the LaTeX-package 
11993 \series bold
11994 calc
11995 \series default
11996  must be loaded with the document preamble line
11997 \begin_inset Index
11998 status collapsed
11999
12000 \begin_layout Plain Layout
12001 LaTeX-packages ! calc
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \begin_layout Standard
12010
12011 \series bold
12012
12013 \backslash
12014 usepackage{calc}
12015 \end_layout
12016
12017 \begin_layout Standard
12018 LyX does not allow to calculate lengths in the width-field of the table
12019  dialog.
12020  Therefore you have to format the column by inserting a LaTeX-argument in
12021  the dialog.
12022  Here is an overview about the arguments:
12023 \end_layout
12024
12025 \begin_layout Itemize
12026
12027 \series bold
12028 p{width}
12029 \series default
12030  creates cell with a fixed width, its text is vertically top-aligned
12031 \end_layout
12032
12033 \begin_layout Itemize
12034
12035 \series bold
12036 m{width}
12037 \series default
12038  creates cell with a fixed width, its text is vertically centered
12039 \end_layout
12040
12041 \begin_layout Itemize
12042
12043 \series bold
12044 b{width}
12045 \series default
12046  creates cell with a fixed width, its text is vertically bottom-aligned
12047 \end_layout
12048
12049 \begin_layout Standard
12050 By entering a LaTeX-argument, all cell settings set in the table dialog
12051  are overwritten.
12052 \end_layout
12053
12054 \begin_layout Standard
12055 \begin_inset Note Greyedout
12056 status open
12057
12058 \begin_layout Plain Layout
12059
12060 \series bold
12061 Note:
12062 \series default
12063  Due to a bug, LyX shows the overwritten settings anyway.
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \begin_layout Standard
12072 As the text should be horizontally centered, the command 
12073 \series bold
12074
12075 \backslash
12076 centering
12077 \series default
12078  is added.
12079  You can now enter the following LaTeX-argument for the first spanned column:
12080 \end_layout
12081
12082 \begin_layout Standard
12083
12084 \series bold
12085 >{
12086 \backslash
12087 centering}m{1.25cm-6.2pt}
12088 \end_layout
12089
12090 \begin_layout Standard
12091 The command 
12092 \series bold
12093 >{ }
12094 \series default
12095  means, that the commands inside the braces are applied before the cell
12096  is created.
12097 \end_layout
12098
12099 \begin_layout Standard
12100 Although we have chosen centered alignment for the text of the multicolumn
12101  cell, it is still left aligned.
12102  This is because LyX only applies the alignment to single columns.
12103  So we have to use for the multicolumn the LaTeX-argument
12104 \end_layout
12105
12106 \begin_layout Standard
12107
12108 \series bold
12109 >{
12110 \backslash
12111 centering}m{2.5cm}
12112 \end_layout
12113
12114 \begin_layout Subsection
12115 Multirows
12116 \begin_inset Index
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120 Multirows
12121 \end_layout
12122
12123 \end_inset
12124
12125
12126 \begin_inset Index
12127 status collapsed
12128
12129 \begin_layout Plain Layout
12130 Table ! Multirows
12131 \end_layout
12132
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \begin_layout Standard
12139 In contrary to multicolumns multirows are not yet supported by LyX so a
12140  bit of TeX-Code needs to be used.
12141  To use multirows load the LaTeX-package 
12142 \series bold
12143 multirow
12144 \series default
12145
12146 \begin_inset Index
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150 LaTeX-packages ! multirow
12151 \end_layout
12152
12153 \end_inset
12154
12155  in your document preamble with the command
12156 \end_layout
12157
12158 \begin_layout Standard
12159
12160 \series bold
12161
12162 \backslash
12163 usepackage{multirow}
12164 \end_layout
12165
12166 \begin_layout Standard
12167 Multirows are created with the command
12168 \end_layout
12169
12170 \begin_layout Standard
12171
12172 \series bold
12173
12174 \backslash
12175 multirow{number of rows}{cell width}{cell entry}
12176 \end_layout
12177
12178 \begin_layout Standard
12179 To create the following table:
12180 \end_layout
12181
12182 \begin_layout Standard
12183 \align center
12184 \begin_inset ERT
12185 status collapsed
12186
12187 \begin_layout Plain Layout
12188
12189
12190 \backslash
12191 renewcommand{
12192 \backslash
12193 multirowsetup}{
12194 \backslash
12195 centering}
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \begin_inset Tabular
12202 <lyxtabular version="3" rows="3" columns="3">
12203 <features>
12204 <column alignment="center" valignment="top" width="0">
12205 <column alignment="center" valignment="top" width="0">
12206 <column alignment="center" valignment="top" width="0">
12207 <row>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 a
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221 b
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Plain Layout
12230 c
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 </row>
12236 <row>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 \begin_inset ERT
12242 status collapsed
12243
12244 \begin_layout Plain Layout
12245
12246
12247 \backslash
12248 multirow{2}{2.5cm}{
12249 \end_layout
12250
12251 \end_inset
12252
12253 multirow entry
12254 \begin_inset ERT
12255 status collapsed
12256
12257 \begin_layout Plain Layout
12258
12259 }
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 e
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Plain Layout
12282 f
12283 \end_layout
12284
12285 \end_inset
12286 </cell>
12287 </row>
12288 <row>
12289 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12290 \begin_inset Text
12291
12292 \begin_layout Plain Layout
12293
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 h
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 i
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 </row>
12317 </lyxtabular>
12318
12319 \end_inset
12320
12321
12322 \begin_inset ERT
12323 status collapsed
12324
12325 \begin_layout Plain Layout
12326
12327
12328 \backslash
12329 renewcommand{
12330 \backslash
12331 multirowsetup}{
12332 \backslash
12333 raggedright}
12334 \end_layout
12335
12336 \end_inset
12337
12338
12339 \end_layout
12340
12341 \begin_layout Standard
12342 create a 3×3 table.
12343  To get rid of the line above the last cell in the first column, the cell
12344  is marked as multicolumn and the upper border is unset.
12345  The multirow is now created in the second row of the first column by inserting
12346  there the command
12347 \end_layout
12348
12349 \begin_layout Standard
12350
12351 \series bold
12352
12353 \backslash
12354 multirow{2}{2.5cm}{
12355 \end_layout
12356
12357 \begin_layout Standard
12358 as TeX-Code.
12359  According to the command parameters the multirow spans now two rows and
12360  has a width of 2.5
12361 \begin_inset space \thinspace{}
12362 \end_inset
12363
12364 cm.
12365  The content of the multirow cell follows outside the TeX-Code box and the
12366  command is finished with a right brace 
12367 \series bold
12368 }
12369 \series default
12370  in another TeX-Code-box behind the text.
12371 \end_layout
12372
12373 \begin_layout Standard
12374
12375 \series bold
12376
12377 \backslash
12378 multirow
12379 \series default
12380  left-aligns its content by default.
12381  To override the default, renew the command 
12382 \series bold
12383
12384 \backslash
12385 multirowsetup
12386 \series default
12387  with the command
12388 \end_layout
12389
12390 \begin_layout Standard
12391
12392 \series bold
12393
12394 \backslash
12395 renewcommand{
12396 \backslash
12397 multirowsetup}{
12398 \backslash
12399 centering}
12400 \end_layout
12401
12402 \begin_layout Standard
12403 in TeX-Code in the document preamble.
12404  Then all entries of multirow cells in the document are centered.
12405  If centering is only needed for several tables, you can renew the command
12406  in an TeX-Code box just before the table instead of the preamble.
12407  If the text should be right-aligned, replace 
12408 \series bold
12409
12410 \backslash
12411 centering
12412 \series default
12413  by 
12414 \series bold
12415
12416 \backslash
12417 raggedleft
12418 \series default
12419 .
12420  To return to left-alignment 
12421 \series bold
12422
12423 \backslash
12424 raggedright
12425 \series default
12426  is used.
12427 \end_layout
12428
12429 \begin_layout Section
12430 Formal Tables
12431 \begin_inset CommandInset label
12432 LatexCommand label
12433 name "sec:Formal-Tables"
12434
12435 \end_inset
12436
12437
12438 \begin_inset Index
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442 Table ! Formal
12443 \end_layout
12444
12445 \end_inset
12446
12447
12448 \end_layout
12449
12450 \begin_layout Standard
12451 Tables are often typeset in books similar to Table
12452 \begin_inset space ~
12453 \end_inset
12454
12455
12456 \begin_inset CommandInset ref
12457 LatexCommand ref
12458 reference "tab:Example-booktabs-table"
12459
12460 \end_inset
12461
12462 .
12463  This kind of tables is called 
12464 \begin_inset Quotes eld
12465 \end_inset
12466
12467
12468 \emph on
12469 formal
12470 \emph default
12471
12472 \begin_inset Quotes erd
12473 \end_inset
12474
12475 .
12476  To make a table a formal table use the option 
12477 \family sans
12478 Formal
12479 \family default
12480  in the 
12481 \family sans
12482 Borders
12483 \family default
12484  tab of the table dialog.
12485 \end_layout
12486
12487 \begin_layout Standard
12488 \begin_inset Float table
12489 placement h
12490 wide false
12491 sideways false
12492 status open
12493
12494 \begin_layout Plain Layout
12495 \begin_inset Caption
12496
12497 \begin_layout Plain Layout
12498 \begin_inset CommandInset label
12499 LatexCommand label
12500 name "tab:Example-booktabs-table"
12501
12502 \end_inset
12503
12504 Example booktabs-table
12505 \end_layout
12506
12507 \end_inset
12508
12509
12510 \end_layout
12511
12512 \begin_layout Plain Layout
12513 \align center
12514 \begin_inset Tabular
12515 <lyxtabular version="3" rows="8" columns="4">
12516 <features booktabs="true">
12517 <column alignment="center" valignment="top" width="0">
12518 <column alignment="center" valignment="top" width="0">
12519 <column alignment="center" valignment="top" width="0">
12520 <column alignment="center" valignment="top" width="0">
12521 <row>
12522 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 System
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 Medipix
12536 \begin_inset space \thinspace{}
12537 \end_inset
12538
12539 1
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 Medipix
12549 \begin_inset space \thinspace{}
12550 \end_inset
12551
12552 2
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 </row>
12567 <row>
12568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 \begin_inset ERT
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576
12577
12578 \backslash
12579 cmidrule(r){2-2}
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \begin_inset ERT
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589
12590
12591 \backslash
12592 cmidrule(l){3-4}
12593 \end_layout
12594
12595 \end_inset
12596
12597 Detector thickness [µm]
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 300
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 300
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 700
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 </row>
12630 <row>
12631 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 Edge angle [°]
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 3.55
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 2.71
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 7.99
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row topspace="default">
12669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 Spatial resolution [µm]
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 4.26
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 10.17
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 10.56
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 <row topspace="default">
12707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 MTF at 
12712 \begin_inset Formula $f_{\mathrm{max}}$
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 0.53
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 <cell alignment="center" valignment="top" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 0.37
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 <cell alignment="center" valignment="top" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742 0.39
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 </row>
12748 <row topspace="default">
12749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 \begin_inset ERT
12754 status collapsed
12755
12756 \begin_layout Plain Layout
12757
12758
12759 \backslash
12760 cmidrule(l{10pt}){1-1}
12761 \end_layout
12762
12763 \end_inset
12764
12765 LSF-spatial resolution
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 </row>
12798 <row>
12799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 in µm
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 129.7
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 <cell alignment="center" valignment="top" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 52.75
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 50.78
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row>
12837 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 in % of pixel size
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 76.3
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 95.9
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 92.3
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 </lyxtabular>
12875
12876 \end_inset
12877
12878
12879 \end_layout
12880
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \begin_layout Standard
12887 Spaces to table rows can be added using the 
12888 \family sans
12889 Borders
12890 \family default
12891  tab of the table dialog as described in section
12892 \begin_inset space ~
12893 \end_inset
12894
12895
12896 \begin_inset CommandInset ref
12897 LatexCommand ref
12898 reference "sub:Row-Spacing"
12899
12900 \end_inset
12901
12902 .
12903 \end_layout
12904
12905 \begin_layout Standard
12906 In contrary to normal tables, formal tables have no vertical table lines.
12907  The horizontal table lines can be set like for normal tables but they appear
12908  with different width in the output:
12909 \begin_inset Newline newline
12910 \end_inset
12911
12912 The first and the last table line have a default width of 0.08
12913 \begin_inset space \thinspace{}
12914 \end_inset
12915
12916 em while the other lines have a default width of 0.05
12917 \begin_inset space \thinspace{}
12918 \end_inset
12919
12920 em.
12921 \end_layout
12922
12923 \begin_layout Standard
12924 The default widths can be changed with the following preamble lines
12925 \end_layout
12926
12927 \begin_layout Standard
12928
12929 \series bold
12930
12931 \backslash
12932 let
12933 \backslash
12934 mytoprule
12935 \backslash
12936 toprule
12937 \begin_inset Newline newline
12938 \end_inset
12939
12940
12941 \backslash
12942 renewcommand{
12943 \backslash
12944 toprule}{
12945 \backslash
12946 mytoprule[width]}
12947 \end_layout
12948
12949 \begin_layout Standard
12950 This example is for the first line, the so called 
12951 \series bold
12952 toprule
12953 \series default
12954 .
12955  If you want to change the width for the last line, replace 
12956 \series bold
12957 toprule
12958 \series default
12959  by 
12960 \series bold
12961 bottomrule
12962 \series default
12963 .
12964  To change the width for the other lines replace 
12965 \series bold
12966 toprule
12967 \series default
12968  by 
12969 \series bold
12970 midrule
12971 \series default
12972 .
12973  You can use all units listed in appendix
12974 \begin_inset space ~
12975 \end_inset
12976
12977
12978 \begin_inset CommandInset ref
12979 LatexCommand ref
12980 reference "cha:Units-available-in"
12981
12982 \end_inset
12983
12984  to set the width.
12985 \end_layout
12986
12987 \begin_layout Standard
12988 Lines that don't span over all table columns can be created by setting a
12989  table line for multicolumn cells.
12990  LyX will then internally use the command 
12991 \series bold
12992
12993 \backslash
12994 cmidrule
12995 \series default
12996  to create this line.
12997  Its full scheme is
12998 \end_layout
12999
13000 \begin_layout Standard
13001
13002 \series bold
13003
13004 \backslash
13005 cmidrule[width](trim){startcol-endcol}
13006 \end_layout
13007
13008 \begin_layout Standard
13009 The options of 
13010 \series bold
13011
13012 \backslash
13013 cmidrule
13014 \series default
13015  are are currently not supported by LyX so you have to use TeX-Code to be
13016  able to use them.
13017  
13018 \series bold
13019
13020 \backslash
13021 cmidrule
13022 \series default
13023 s can manually be created by inserting the command as TeX-Code as first
13024  cell entry of the first cell of a row.
13025  The line is then drawn in the output above the current row.
13026 \end_layout
13027
13028 \begin_layout Standard
13029 The default for the width is 0.03
13030 \begin_inset space \thinspace{}
13031 \end_inset
13032
13033 em.
13034  Startcol is the number of the column where the line starts and endcol the
13035  column number where the line ends.
13036  The endcol always needs to be specified, also when the line should span
13037  only one column.
13038  The optional parameter trim could be either 
13039 \emph on
13040 l{trimwidth}
13041 \emph default
13042 , or 
13043 \emph on
13044 r{trimwidth}
13045 \emph default
13046  where the trimwidth is also optional.
13047  Using for example the parameter 
13048 \emph on
13049 l{2pt}
13050 \emph default
13051  means that the line is trimmed from its left end by 2
13052 \begin_inset space \thinspace{}
13053 \end_inset
13054
13055 pt.
13056  If you don't specify the trimwidth the lines are trimmed by the default
13057  of 0.5
13058 \begin_inset space \thinspace{}
13059 \end_inset
13060
13061 em.
13062 \end_layout
13063
13064 \begin_layout Standard
13065 \begin_inset VSpace bigskip
13066 \end_inset
13067
13068 Table
13069 \begin_inset space ~
13070 \end_inset
13071
13072
13073 \begin_inset CommandInset ref
13074 LatexCommand ref
13075 reference "tab:Example-booktabs-table"
13076
13077 \end_inset
13078
13079  was created using the commands
13080 \end_layout
13081
13082 \begin_layout Standard
13083
13084 \series bold
13085
13086 \backslash
13087 cmidrule(r){2-2}
13088 \backslash
13089 cmidrule(l){3-4}
13090 \end_layout
13091
13092 \begin_layout Standard
13093 at the beginning of the in the second row and
13094 \end_layout
13095
13096 \begin_layout Standard
13097
13098 \series bold
13099
13100 \backslash
13101 cmidrule(l{10pt}){1-1}
13102 \end_layout
13103
13104 \begin_layout Standard
13105 in the sixth row.
13106 \end_layout
13107
13108 \begin_layout Standard
13109 \begin_inset VSpace bigskip
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \begin_layout Standard
13116 You might want to have overlapping 
13117 \series bold
13118
13119 \backslash
13120 cmidrule
13121 \series default
13122 s like in Table
13123 \begin_inset space ~
13124 \end_inset
13125
13126
13127 \begin_inset CommandInset ref
13128 LatexCommand ref
13129 reference "tab:Special-booktabs-table"
13130
13131 \end_inset
13132
13133 .
13134  This can be achieved with the TeX-Code command
13135 \end_layout
13136
13137 \begin_layout Standard
13138
13139 \series bold
13140
13141 \backslash
13142 morecmidrules
13143 \end_layout
13144
13145 \begin_layout Standard
13146 The command that was used for the second row of Table
13147 \begin_inset space ~
13148 \end_inset
13149
13150
13151 \begin_inset CommandInset ref
13152 LatexCommand ref
13153 reference "tab:Special-booktabs-table"
13154
13155 \end_inset
13156
13157  is
13158 \end_layout
13159
13160 \begin_layout Standard
13161
13162 \series bold
13163
13164 \backslash
13165 cmidrule(r){2-2}
13166 \backslash
13167 cmidrule(l){3-4}
13168 \backslash
13169 morecmidrules
13170 \backslash
13171 cmidrule{2-4}
13172 \end_layout
13173
13174 \begin_layout Standard
13175 The command for the sixth row is
13176 \end_layout
13177
13178 \begin_layout Standard
13179
13180 \series bold
13181
13182 \backslash
13183 midrule
13184 \backslash
13185 morecmidrules
13186 \backslash
13187 cmidrule{3-4}
13188 \end_layout
13189
13190 \begin_layout Standard
13191 \begin_inset VSpace bigskip
13192 \end_inset
13193
13194
13195 \end_layout
13196
13197 \begin_layout Standard
13198 If you are anyway not satisfied with the border line spacing, you can use
13199  the following command to produce lines that span over all table columns
13200 \series bold
13201 :
13202 \end_layout
13203
13204 \begin_layout Standard
13205
13206 \series bold
13207
13208 \backslash
13209 specialrule{width}{space above}{space below}
13210 \end_layout
13211
13212 \begin_layout Standard
13213 For more informations about these specialties, we refer to the manual of
13214  the LaTeX-package 
13215 \series bold
13216 booktabs
13217 \series default
13218  
13219 \begin_inset CommandInset citation
13220 LatexCommand cite
13221 key "booktabs"
13222
13223 \end_inset
13224
13225 .
13226 \begin_inset Index
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230 LaTeX-packages ! booktabs
13231 \end_layout
13232
13233 \end_inset
13234
13235
13236 \end_layout
13237
13238 \begin_layout Standard
13239 \begin_inset Float table
13240 placement h
13241 wide false
13242 sideways false
13243 status open
13244
13245 \begin_layout Plain Layout
13246 \begin_inset Caption
13247
13248 \begin_layout Plain Layout
13249 \begin_inset CommandInset label
13250 LatexCommand label
13251 name "tab:Special-booktabs-table"
13252
13253 \end_inset
13254
13255 Special booktabs-table
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \begin_layout Plain Layout
13264 \align center
13265 \begin_inset Tabular
13266 <lyxtabular version="3" rows="8" columns="4">
13267 <features booktabs="true">
13268 <column alignment="center" valignment="top" width="0">
13269 <column alignment="center" valignment="top" width="0">
13270 <column alignment="center" valignment="top" width="0">
13271 <column alignment="center" valignment="top" width="0">
13272 <row>
13273 <cell alignment="center" valignment="top" topline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 System
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 Medipix
13287 \begin_inset space \thinspace{}
13288 \end_inset
13289
13290 1
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 Medipix
13300 \begin_inset space \thinspace{}
13301 \end_inset
13302
13303 2
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 </row>
13318 <row>
13319 <cell alignment="center" valignment="top" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 \begin_inset ERT
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327
13328
13329 \backslash
13330 cmidrule(r){2-2}
13331 \end_layout
13332
13333 \end_inset
13334
13335
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341
13342 \backslash
13343 cmidrule(l){3-4}
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \begin_inset ERT
13350 status collapsed
13351
13352 \begin_layout Plain Layout
13353
13354
13355 \backslash
13356 morecmidrules 
13357 \end_layout
13358
13359 \end_inset
13360
13361
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 cmidrule{2-4}
13370 \end_layout
13371
13372 \end_inset
13373
13374 Detector thickness [µm]
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 300
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 300
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 700
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 </row>
13407 <row>
13408 <cell alignment="center" valignment="top" topline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 Edge angle [°]
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 3.55
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 2.71
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 7.99
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row topspace="default">
13446 <cell alignment="center" valignment="top" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 Spatial resolution [µm]
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 4.26
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 10.17
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 10.56
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row topspace="default">
13484 <cell alignment="center" valignment="top" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 MTF at 
13489 \begin_inset Formula $f_{\mathrm{max}}$
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 0.53
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 0.37
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 0.39
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 </row>
13525 <row>
13526 <cell alignment="center" valignment="top" topline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 \begin_inset ERT
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534
13535
13536 \backslash
13537 morecmidrules 
13538 \end_layout
13539
13540 \end_inset
13541
13542
13543 \begin_inset ERT
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547
13548
13549 \backslash
13550 cmidrule{3-4}
13551 \end_layout
13552
13553 \end_inset
13554
13555 LSF-spatial resolution
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 <cell alignment="center" valignment="top" topline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 <cell alignment="center" valignment="top" topline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Plain Layout
13573
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 </row>
13588 <row>
13589 <cell alignment="center" valignment="top" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 in µm
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 <cell alignment="center" valignment="top" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 129.7
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 52.75
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 50.78
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 <row>
13627 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 in % of pixel size
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 76.3
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 95.9
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 92.3
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 </row>
13664 </lyxtabular>
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \end_inset
13672
13673
13674 \end_layout
13675
13676 \begin_layout Section
13677 Vertical Table Alignment
13678 \begin_inset Index
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682 Table ! Alignment
13683 \end_layout
13684
13685 \end_inset
13686
13687
13688 \end_layout
13689
13690 \begin_layout Standard
13691 To align tables vertically in a text line the table must be inside a box.
13692  The box can then be vertically aligned as described in section
13693 \begin_inset space ~
13694 \end_inset
13695
13696
13697 \begin_inset CommandInset ref
13698 LatexCommand ref
13699 reference "sec:Box-Dialog"
13700
13701 \end_inset
13702
13703 .
13704 \end_layout
13705
13706 \begin_layout Standard
13707 In the following example the tables are inside a minipage
13708 \begin_inset Foot
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712 Minipages are described in section
13713 \begin_inset space ~
13714 \end_inset
13715
13716
13717 \begin_inset CommandInset ref
13718 LatexCommand ref
13719 reference "sec:Minipages"
13720
13721 \end_inset
13722
13723 .
13724 \end_layout
13725
13726 \end_inset
13727
13728  box that has a width of 15
13729 \begin_inset space \thinspace{}
13730 \end_inset
13731
13732 col%:
13733 \end_layout
13734
13735 \begin_layout Itemize
13736 test 
13737 \begin_inset Box Frameless
13738 position "t"
13739 hor_pos "c"
13740 has_inner_box 1
13741 inner_pos "c"
13742 use_parbox 0
13743 width "15col%"
13744 special "none"
13745 height "1in"
13746 height_special "totalheight"
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750 \begin_inset Tabular
13751 <lyxtabular version="3" rows="3" columns="3">
13752 <features>
13753 <column alignment="center" valignment="top" width="0">
13754 <column alignment="center" valignment="top" width="0">
13755 <column alignment="center" valignment="top" width="0">
13756 <row>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 a
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 d
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 g
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 </row>
13785 <row>
13786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 b
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 e
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 h
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 </row>
13814 <row>
13815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 c
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 f
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 i
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 </row>
13843 </lyxtabular>
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851
13852  test 
13853 \begin_inset ERT
13854 status collapsed
13855
13856 \begin_layout Plain Layout
13857
13858
13859 \backslash
13860 raisebox{0.85
13861 \backslash
13862 baselineskip}{
13863 \end_layout
13864
13865 \end_inset
13866
13867
13868 \begin_inset Box Frameless
13869 position "t"
13870 hor_pos "c"
13871 has_inner_box 1
13872 inner_pos "c"
13873 use_parbox 0
13874 width "15col%"
13875 special "none"
13876 height "1in"
13877 height_special "totalheight"
13878 status collapsed
13879
13880 \begin_layout Plain Layout
13881 \begin_inset Tabular
13882 <lyxtabular version="3" rows="3" columns="3">
13883 <features>
13884 <column alignment="center" valignment="top" width="0">
13885 <column alignment="center" valignment="top" width="0">
13886 <column alignment="center" valignment="top" width="0">
13887 <row>
13888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 a
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 d
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910 g
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 </row>
13916 <row>
13917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 b
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 e
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 h
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 </row>
13945 <row>
13946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 c
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959 f
13960 \end_layout
13961
13962 \end_inset
13963 </cell>
13964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13965 \begin_inset Text
13966
13967 \begin_layout Plain Layout
13968 i
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 </row>
13974 </lyxtabular>
13975
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \end_inset
13982
13983
13984 \begin_inset ERT
13985 status collapsed
13986
13987 \begin_layout Plain Layout
13988
13989 }
13990 \end_layout
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \begin_layout Itemize
13998 test 
13999 \begin_inset Box Frameless
14000 position "c"
14001 hor_pos "c"
14002 has_inner_box 1
14003 inner_pos "c"
14004 use_parbox 0
14005 width "15col%"
14006 special "none"
14007 height "1in"
14008 height_special "totalheight"
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012 \begin_inset Tabular
14013 <lyxtabular version="3" rows="3" columns="3">
14014 <features>
14015 <column alignment="center" valignment="top" width="0">
14016 <column alignment="center" valignment="top" width="0">
14017 <column alignment="center" valignment="top" width="0">
14018 <row>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 a
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 d
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 g
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 </row>
14047 <row>
14048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 b
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 e
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 h
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 </row>
14076 <row>
14077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 c
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 f
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 i
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 </row>
14105 </lyxtabular>
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \begin_layout Itemize
14118 test 
14119 \begin_inset Box Frameless
14120 position "b"
14121 hor_pos "c"
14122 has_inner_box 1
14123 inner_pos "c"
14124 use_parbox 0
14125 width "15col%"
14126 special "none"
14127 height "1in"
14128 height_special "totalheight"
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132 \begin_inset Tabular
14133 <lyxtabular version="3" rows="3" columns="3">
14134 <features>
14135 <column alignment="center" valignment="top" width="0">
14136 <column alignment="center" valignment="top" width="0">
14137 <column alignment="center" valignment="top" width="0">
14138 <row>
14139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 a
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14149 \begin_inset Text
14150
14151 \begin_layout Plain Layout
14152 d
14153 \end_layout
14154
14155 \end_inset
14156 </cell>
14157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 g
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 </row>
14167 <row>
14168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 b
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14178 \begin_inset Text
14179
14180 \begin_layout Plain Layout
14181 e
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 h
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 </row>
14196 <row>
14197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 c
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 f
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 i
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 </row>
14225 </lyxtabular>
14226
14227 \end_inset
14228
14229
14230 \end_layout
14231
14232 \end_inset
14233
14234  test 
14235 \begin_inset ERT
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239
14240
14241 \backslash
14242 raisebox{-0.32
14243 \backslash
14244 baselineskip}{
14245 \end_layout
14246
14247 \end_inset
14248
14249
14250 \begin_inset Box Frameless
14251 position "b"
14252 hor_pos "c"
14253 has_inner_box 1
14254 inner_pos "c"
14255 use_parbox 0
14256 width "15col%"
14257 special "none"
14258 height "1in"
14259 height_special "totalheight"
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263 \begin_inset Tabular
14264 <lyxtabular version="3" rows="3" columns="3">
14265 <features>
14266 <column alignment="center" valignment="top" width="0">
14267 <column alignment="center" valignment="top" width="0">
14268 <column alignment="center" valignment="top" width="0">
14269 <row>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 a
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283 d
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 g
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 </row>
14298 <row>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 b
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 e
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321 h
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 </row>
14327 <row>
14328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 c
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 f
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 i
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 </lyxtabular>
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Standard
14380 As you can see, the content of the first and last table row is not correctly
14381  aligned with the text line where the table is in.
14382  To get this alignment, the minipage box must be set into a raisebox
14383 \begin_inset Foot
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387 Raiseboxes are described in section
14388 \begin_inset space ~
14389 \end_inset
14390
14391
14392 \begin_inset CommandInset ref
14393 LatexCommand ref
14394 reference "sub:Vertical-Alignment"
14395
14396 \end_inset
14397
14398 .
14399 \end_layout
14400
14401 \end_inset
14402
14403 .
14404  In the example above the second table in the first item is aligned using
14405  the TeX-Code-command
14406 \end_layout
14407
14408 \begin_layout Standard
14409
14410 \series bold
14411
14412 \backslash
14413 raisebox{0.85
14414 \backslash
14415 baselineskip}{
14416 \end_layout
14417
14418 \begin_layout Standard
14419 before the box.
14420  Behind the box the closing brace 
14421 \series bold
14422 }
14423 \series default
14424  is inserted as TeX-Code.
14425  For the second table in the last item the command
14426 \end_layout
14427
14428 \begin_layout Standard
14429
14430 \series bold
14431
14432 \backslash
14433 raisebox{-0.32
14434 \backslash
14435 baselineskip}{
14436 \end_layout
14437
14438 \begin_layout Standard
14439 is used.
14440 \end_layout
14441
14442 \begin_layout Standard
14443 \begin_inset Note Greyedout
14444 status open
14445
14446 \begin_layout Plain Layout
14447
14448 \series bold
14449 Note:
14450 \series default
14451  The alignment of the table row content to the surrounding text line is
14452  not exact.
14453  The needed factor of the 
14454 \series bold
14455
14456 \backslash
14457 raisebox
14458 \series default
14459  command for this alignment depends on the document font, the font size,
14460  and the table line thickness.
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Section
14469 Colored Tables
14470 \begin_inset CommandInset label
14471 LatexCommand label
14472 name "sec:Colored-Tables"
14473
14474 \end_inset
14475
14476
14477 \begin_inset Index
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481 Table ! Color
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \begin_layout Subsection
14490 Colored Cells
14491 \begin_inset Index
14492 status collapsed
14493
14494 \begin_layout Plain Layout
14495 Table Color ! for Cells
14496 \end_layout
14497
14498 \end_inset
14499
14500
14501 \begin_inset Index
14502 status collapsed
14503
14504 \begin_layout Plain Layout
14505 Color ! for Table Cells
14506 \end_layout
14507
14508 \end_inset
14509
14510
14511 \end_layout
14512
14513 \begin_layout Standard
14514 \begin_inset Float table
14515 placement h
14516 wide false
14517 sideways false
14518 status open
14519
14520 \begin_layout Plain Layout
14521 \begin_inset Caption
14522
14523 \begin_layout Plain Layout
14524 \begin_inset CommandInset label
14525 LatexCommand label
14526 name "tab:Table-colored-without"
14527
14528 \end_inset
14529
14530 Table colored without using the package 
14531 \series bold
14532 colortbl
14533 \series default
14534
14535 \begin_inset OptArg
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 Table without colortbl
14540 \end_layout
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \end_layout
14551
14552 \begin_layout Plain Layout
14553 \align center
14554 \begin_inset Tabular
14555 <lyxtabular version="3" rows="3" columns="3">
14556 <features>
14557 <column alignment="center" valignment="top" width="0">
14558 <column alignment="center" valignment="top" width="0">
14559 <column alignment="center" valignment="top" width="0">
14560 <row>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \color green
14567 a
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576
14577 \color red
14578 b
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587
14588 \color red
14589 c
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600
14601 \color green
14602 d
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \color blue
14613 e
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622
14623 \color blue
14624 f
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 <row>
14631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635
14636 \color green
14637 g
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646
14647 \color blue
14648 h
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657
14658 \color blue
14659 i
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 </lyxtabular>
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 If you only need colored text, mark the cells and choose a color in the
14679  menu 
14680 \family sans
14681 Edit\SpecialChar \menuseparator
14682 Text
14683 \begin_inset space ~
14684 \end_inset
14685
14686 Style
14687 \family default
14688 .
14689  This was used to create Table
14690 \begin_inset space ~
14691 \end_inset
14692
14693
14694 \begin_inset CommandInset ref
14695 LatexCommand ref
14696 reference "tab:Table-colored-without"
14697
14698 \end_inset
14699
14700 .
14701  In any other case you have to use the LaTeX-package 
14702 \series bold
14703 colortbl
14704 \series default
14705 .
14706 \begin_inset Index
14707 status collapsed
14708
14709 \begin_layout Plain Layout
14710 LaTeX-packages ! colortbl
14711 \end_layout
14712
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \begin_layout Standard
14719 \begin_inset ERT
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723
14724
14725 \backslash
14726 ifcolortbl
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \begin_inset Note Note
14733 status open
14734
14735 \begin_layout Plain Layout
14736 The following section part will only be displayed when the LaTeX-package
14737  
14738 \series bold
14739 colortbl
14740 \series default
14741  is installed.
14742 \end_layout
14743
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 To create colored tables, 
14751 \series bold
14752 colortbl
14753 \series default
14754  must be loaded in the preamble with the line
14755 \end_layout
14756
14757 \begin_layout Standard
14758
14759 \series bold
14760
14761 \backslash
14762 usepackage{colortbl}
14763 \end_layout
14764
14765 \begin_layout Standard
14766 The color of a column is adjusted with the command
14767 \end_layout
14768
14769 \begin_layout Standard
14770
14771 \series bold
14772
14773 \backslash
14774 columncolor{name of color}
14775 \end_layout
14776
14777 \begin_layout Standard
14778 inside the command 
14779 \series bold
14780 >{ }
14781 \series default
14782 .
14783  More about the command 
14784 \series bold
14785 >{}
14786 \series default
14787  is described in section
14788 \begin_inset space ~
14789 \end_inset
14790
14791
14792 \begin_inset CommandInset ref
14793 LatexCommand ref
14794 reference "sub:Multicolumn-Calculations"
14795
14796 \end_inset
14797
14798 .
14799 \end_layout
14800
14801 \begin_layout Standard
14802 The following color names are predefined:
14803 \end_layout
14804
14805 \begin_layout Standard
14806
14807 \family sans
14808 red
14809 \family default
14810
14811 \family sans
14812 green
14813 \family default
14814
14815 \family sans
14816 yellow
14817 \family default
14818
14819 \family sans
14820 blue
14821 \family default
14822
14823 \family sans
14824 cyan
14825 \family default
14826
14827 \family sans
14828 magenta
14829 \family default
14830
14831 \family sans
14832 black
14833 \family default
14834  and 
14835 \family sans
14836 white
14837 \end_layout
14838
14839 \begin_layout Standard
14840 \begin_inset VSpace medskip
14841 \end_inset
14842
14843
14844 \end_layout
14845
14846 \begin_layout Standard
14847 You can also define your own color with the command
14848 \end_layout
14849
14850 \begin_layout Standard
14851
14852 \series bold
14853
14854 \backslash
14855 definecolor{color name}{color model}{color values}
14856 \end_layout
14857
14858 \begin_layout Standard
14859 The color model can be
14860 \end_layout
14861
14862 \begin_layout Labeling
14863 \labelwidthstring 00.00.0000
14864 cmyk: cyan, magenta, yellow, black
14865 \end_layout
14866
14867 \begin_layout Labeling
14868 \labelwidthstring 00.00.0000
14869 rgb: red, green blue
14870 \end_layout
14871
14872 \begin_layout Labeling
14873 \labelwidthstring 00.00.0000
14874 gray gray
14875 \end_layout
14876
14877 \begin_layout Standard
14878 and the color values are comma separated numbers between 0 and 1 describing
14879  the factor for the corresponding color of the color model.
14880 \end_layout
14881
14882 \begin_layout Standard
14883 You can e.
14884 \begin_inset space \thinspace{}
14885 \end_inset
14886
14887 g.
14888 \begin_inset space \space{}
14889 \end_inset
14890
14891 define the color "
14892 \emph on
14893 darkgreen
14894 \emph default
14895 " in the preamble with
14896 \end_layout
14897
14898 \begin_layout Standard
14899
14900 \series bold
14901
14902 \backslash
14903 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14904 \end_layout
14905
14906 \begin_layout Standard
14907 and the color "
14908 \emph on
14909 lightgray
14910 \emph default
14911 " with
14912 \end_layout
14913
14914 \begin_layout Standard
14915
14916 \series bold
14917
14918 \backslash
14919 definecolor{lightgray}{gray}{0.8}
14920 \end_layout
14921
14922 \begin_layout Standard
14923 \begin_inset VSpace medskip
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Standard
14930 Lines are colored with the command
14931 \end_layout
14932
14933 \begin_layout Standard
14934
14935 \series bold
14936
14937 \backslash
14938 rowcolor{name of color}
14939 \end_layout
14940
14941 \begin_layout Standard
14942 and cells are colored with the command
14943 \end_layout
14944
14945 \begin_layout Standard
14946
14947 \series bold
14948
14949 \backslash
14950 cellcolor{name of color}
14951 \end_layout
14952
14953 \begin_layout Standard
14954 Both commands are inserted at the beginning of a cell as TeX-Code.
14955 \end_layout
14956
14957 \begin_layout Standard
14958 To color characters in the table, mark the cells and use the LyX menu 
14959 \family sans
14960 Edit\SpecialChar \menuseparator
14961 Text
14962 \begin_inset space ~
14963 \end_inset
14964
14965 Style
14966 \family default
14967 .
14968  If a cell contains TeX-Code mark only the characters, otherwise the colored
14969  TeX-Code will cause LaTeX-errors.
14970 \end_layout
14971
14972 \begin_layout Standard
14973 \begin_inset Note Greyedout
14974 status open
14975
14976 \begin_layout Plain Layout
14977
14978 \series bold
14979 Note:
14980 \series default
14981  Not all DVI-viewers are able to display self-defined colors.
14982 \end_layout
14983
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \begin_layout Standard
14990 \begin_inset VSpace bigskip
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 To create Table
14998 \begin_inset space ~
14999 \end_inset
15000
15001
15002 \begin_inset CommandInset ref
15003 LatexCommand ref
15004 reference "tab:Table-colored-using"
15005
15006 \end_inset
15007
15008  do the following: The color of the first column should be 
15009 \emph on
15010 darkgreen
15011 \emph default
15012 .
15013  So insert
15014 \end_layout
15015
15016 \begin_layout Standard
15017
15018 \series bold
15019 >{
15020 \backslash
15021 columncolor{darkgreen}
15022 \backslash
15023 centering}c
15024 \end_layout
15025
15026 \begin_layout Standard
15027 as LaTeX-argument for this column.
15028  The first row should be blue, therefore the TeX-Code command
15029 \end_layout
15030
15031 \begin_layout Standard
15032
15033 \series bold
15034
15035 \backslash
15036 rowcolow{cyan}
15037 \end_layout
15038
15039 \begin_layout Standard
15040 is inserted to the first cell of this row.
15041  Note that this overwrites the column color for the first cell.
15042  The last cell of the last row is colored magenta by inserting the TeX-Code
15043  command
15044 \end_layout
15045
15046 \begin_layout Standard
15047
15048 \series bold
15049
15050 \backslash
15051 cellcolor{magenta}
15052 \end_layout
15053
15054 \begin_layout Standard
15055 The characters could now be colored using the menu 
15056 \family sans
15057 Edit\SpecialChar \menuseparator
15058 Text
15059 \begin_inset space ~
15060 \end_inset
15061
15062 Style
15063 \family default
15064 .
15065 \end_layout
15066
15067 \begin_layout Standard
15068 \begin_inset Float table
15069 placement h
15070 wide false
15071 sideways false
15072 status open
15073
15074 \begin_layout Plain Layout
15075 \begin_inset Caption
15076
15077 \begin_layout Plain Layout
15078 \begin_inset CommandInset label
15079 LatexCommand label
15080 name "tab:Table-colored-using"
15081
15082 \end_inset
15083
15084 Table colored using the package 
15085 \series bold
15086 colortbl
15087 \series default
15088
15089 \begin_inset OptArg
15090 status collapsed
15091
15092 \begin_layout Plain Layout
15093 Table with colortbl
15094 \end_layout
15095
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \begin_layout Plain Layout
15107 \align center
15108 \begin_inset Tabular
15109 <lyxtabular version="3" rows="3" columns="3">
15110 <features>
15111 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15112 <column alignment="center" valignment="top" width="0">
15113 <column alignment="center" valignment="top" width="0">
15114 <row>
15115 <cell alignment="center" valignment="top" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset ERT
15120 status collapsed
15121
15122 \begin_layout Plain Layout
15123
15124
15125 \backslash
15126 rowcolor{cyan}
15127 \end_layout
15128
15129 \end_inset
15130
15131
15132 \color magenta
15133 a
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142
15143 \color red
15144 b
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \color red
15155 c
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row>
15162 <cell alignment="center" valignment="top" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166
15167 \color yellow
15168 d
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \color blue
15179 e
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \color blue
15190 f
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 <row>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201
15202 \color yellow
15203 g
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \color blue
15214 h
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 \begin_inset ERT
15224 status collapsed
15225
15226 \begin_layout Plain Layout
15227
15228
15229 \backslash
15230 cellcolor{magenta}
15231 \end_layout
15232
15233 \end_inset
15234
15235
15236 \color green
15237 i
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 </lyxtabular>
15244
15245 \end_inset
15246
15247
15248 \end_layout
15249
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \begin_layout Standard
15256 \begin_inset ERT
15257 status collapsed
15258
15259 \begin_layout Plain Layout
15260
15261
15262 \backslash
15263 else
15264 \end_layout
15265
15266 \end_inset
15267
15268
15269 \begin_inset Note Note
15270 status open
15271
15272 \begin_layout Plain Layout
15273 The following will be displayed when the LaTeX-package 
15274 \series bold
15275 colortbl
15276 \series default
15277  is not installed:
15278 \end_layout
15279
15280 \end_inset
15281
15282
15283 \end_layout
15284
15285 \begin_layout Standard
15286 You need to install the package 
15287 \series bold
15288 colortbl
15289 \series default
15290  to see the content of this section in the output.
15291 \end_layout
15292
15293 \begin_layout Standard
15294 \begin_inset ERT
15295 status collapsed
15296
15297 \begin_layout Plain Layout
15298
15299
15300 \backslash
15301 fi
15302 \end_layout
15303
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \begin_layout Subsection
15310 Colored Lines
15311 \begin_inset Index
15312 status collapsed
15313
15314 \begin_layout Plain Layout
15315 Table Color ! for Lines
15316 \end_layout
15317
15318 \end_inset
15319
15320
15321 \begin_inset Index
15322 status collapsed
15323
15324 \begin_layout Plain Layout
15325 Color ! for Table Lines
15326 \end_layout
15327
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \begin_layout Standard
15334 As described in section
15335 \begin_inset space ~
15336 \end_inset
15337
15338
15339 \begin_inset CommandInset ref
15340 LatexCommand ref
15341 reference "sub:Line-Thickness"
15342
15343 \end_inset
15344
15345 , the line thickness for all lines in a table can be adjusted with the length
15346  
15347 \series bold
15348
15349 \backslash
15350 arrayrulewidth
15351 \series default
15352 .
15353  It is set to 1.5
15354 \begin_inset space \thinspace{}
15355 \end_inset
15356
15357 pt for all tables of this section.
15358 \begin_inset ERT
15359 status collapsed
15360
15361 \begin_layout Plain Layout
15362
15363
15364 \backslash
15365 setlength{
15366 \backslash
15367 arrayrulewidth}{1.5pt}
15368 \end_layout
15369
15370 \end_inset
15371
15372
15373 \end_layout
15374
15375 \begin_layout Standard
15376 To color vertical lines for example with green, create the following column
15377  format in the document preamble, according to the description in section
15378 \begin_inset space ~
15379 \end_inset
15380
15381
15382 \begin_inset CommandInset ref
15383 LatexCommand ref
15384 reference "sub:Customized-Format"
15385
15386 \end_inset
15387
15388 :
15389 \end_layout
15390
15391 \begin_layout Standard
15392
15393 \series bold
15394
15395 \backslash
15396 newcolumntype{W}{!{
15397 \backslash
15398 color{green}
15399 \backslash
15400 vline}}
15401 \end_layout
15402
15403 \begin_layout Standard
15404 For Table
15405 \begin_inset space ~
15406 \end_inset
15407
15408
15409 \begin_inset CommandInset ref
15410 LatexCommand ref
15411 reference "tab:Table-with-vertical-colored"
15412
15413 \end_inset
15414
15415  the LaTeX-argument
15416 \series bold
15417  WcW
15418 \series default
15419  was used for the last column and
15420 \series bold
15421  Wc
15422 \series default
15423  for the other columns.
15424 \end_layout
15425
15426 \begin_layout Standard
15427 If you want to have several colors, define more column formats.
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset Float table
15432 placement h
15433 wide false
15434 sideways false
15435 status open
15436
15437 \begin_layout Plain Layout
15438 \begin_inset Caption
15439
15440 \begin_layout Plain Layout
15441 \begin_inset CommandInset label
15442 LatexCommand label
15443 name "tab:Table-with-vertical-colored"
15444
15445 \end_inset
15446
15447 Table with colored vertical lines
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \begin_layout Plain Layout
15456 \align center
15457 \begin_inset Tabular
15458 <lyxtabular version="3" rows="3" columns="3">
15459 <features>
15460 <column alignment="center" valignment="top" width="0" special="Wc">
15461 <column alignment="center" valignment="top" width="0" special="Wc">
15462 <column alignment="center" valignment="top" width="0" special="WcW">
15463 <row>
15464 <cell alignment="center" valignment="top" topline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 sd
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506 sd
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 sd
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 </lyxtabular>
15551
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \begin_layout Standard
15563 \begin_inset VSpace bigskip
15564 \end_inset
15565
15566 To color horizontal lines for example with red, like in Table
15567 \begin_inset space ~
15568 \end_inset
15569
15570
15571 \begin_inset CommandInset ref
15572 LatexCommand ref
15573 reference "tab:Table-with-horizontal-colored"
15574
15575 \end_inset
15576
15577 , insert these commands in TeX-Code before the table or table float:
15578 \end_layout
15579
15580 \begin_layout Standard
15581
15582 \series bold
15583
15584 \backslash
15585 let
15586 \backslash
15587 myHlineC
15588 \backslash
15589 hline
15590 \begin_inset Newline newline
15591 \end_inset
15592
15593
15594 \backslash
15595 renewcommand{
15596 \backslash
15597 hline}
15598 \begin_inset Newline newline
15599 \end_inset
15600
15601
15602 \begin_inset ERT
15603 status collapsed
15604
15605 \begin_layout Plain Layout
15606
15607
15608 \backslash
15609 hphantom{ }
15610 \end_layout
15611
15612 \end_inset
15613
15614 {
15615 \backslash
15616 arrayrulecolor{red}
15617 \backslash
15618 myHlineC
15619 \backslash
15620 arrayrulecolor{black}}
15621 \end_layout
15622
15623 \begin_layout Standard
15624 \begin_inset ERT
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628
15629
15630 \backslash
15631 let
15632 \backslash
15633 myHlineC
15634 \backslash
15635 hline
15636 \end_layout
15637
15638 \begin_layout Plain Layout
15639
15640
15641 \backslash
15642 renewcommand{
15643 \backslash
15644 hline}
15645 \end_layout
15646
15647 \begin_layout Plain Layout
15648
15649  {
15650 \backslash
15651 arrayrulecolor{red}
15652 \backslash
15653 myHlineC
15654 \backslash
15655 arrayrulecolor{black}}
15656 \end_layout
15657
15658 \end_inset
15659
15660
15661 \begin_inset Float table
15662 placement h
15663 wide false
15664 sideways false
15665 status open
15666
15667 \begin_layout Plain Layout
15668 \begin_inset Caption
15669
15670 \begin_layout Plain Layout
15671 \begin_inset CommandInset label
15672 LatexCommand label
15673 name "tab:Table-with-horizontal-colored"
15674
15675 \end_inset
15676
15677 Table with colored horizontal lines
15678 \end_layout
15679
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \begin_layout Plain Layout
15686 \align center
15687 \begin_inset Tabular
15688 <lyxtabular version="3" rows="3" columns="3">
15689 <features>
15690 <column alignment="center" valignment="top" width="0">
15691 <column alignment="center" valignment="top" width="0">
15692 <column alignment="center" valignment="top" width="0">
15693 <row>
15694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 sd
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 <row>
15723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 sd
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 <row>
15752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 sd
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 </row>
15780 </lyxtabular>
15781
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \begin_layout Standard
15793 To return to the default line color black, insert this command in TeX-Code
15794  behind the table or table float:
15795 \end_layout
15796
15797 \begin_layout Standard
15798
15799 \series bold
15800
15801 \backslash
15802 renewcommand{
15803 \backslash
15804 hline}{
15805 \backslash
15806 myHlineC}
15807 \end_layout
15808
15809 \begin_layout Standard
15810 Table
15811 \begin_inset space ~
15812 \end_inset
15813
15814
15815 \begin_inset CommandInset ref
15816 LatexCommand ref
15817 reference "tab:Table-with-colored"
15818
15819 \end_inset
15820
15821  is an example with colored vertical and horizontal lines.
15822 \end_layout
15823
15824 \begin_layout Standard
15825 \begin_inset Float table
15826 placement h
15827 wide false
15828 sideways false
15829 status open
15830
15831 \begin_layout Plain Layout
15832 \begin_inset Caption
15833
15834 \begin_layout Plain Layout
15835 \begin_inset CommandInset label
15836 LatexCommand label
15837 name "tab:Table-with-colored"
15838
15839 \end_inset
15840
15841 Table with colored lines
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Plain Layout
15850 \align center
15851 \begin_inset Tabular
15852 <lyxtabular version="3" rows="3" columns="3">
15853 <features>
15854 <column alignment="center" valignment="top" width="0" special="Wc">
15855 <column alignment="center" valignment="top" width="0" special="Wc">
15856 <column alignment="center" valignment="top" width="0" special="WcW">
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 sd
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 sd
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 <row topspace="default">
15916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 sd
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 </lyxtabular>
15945
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 \begin_inset ERT
15958 status collapsed
15959
15960 \begin_layout Plain Layout
15961
15962
15963 \backslash
15964 renewcommand{
15965 \backslash
15966 hline}{
15967 \backslash
15968 myHlineC}
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Standard
15977 \begin_inset ERT
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982
15983 \backslash
15984 setlength{
15985 \backslash
15986 arrayrulewidth}{0.4pt}
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \begin_layout Section
15995 Table Customization
15996 \begin_inset Index
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 Table Customization
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \begin_inset Index
16007 status collapsed
16008
16009 \begin_layout Plain Layout
16010 Table ! Customization
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \begin_layout Subsection
16019 Row Spacing
16020 \begin_inset CommandInset label
16021 LatexCommand label
16022 name "sub:Row-Spacing"
16023
16024 \end_inset
16025
16026
16027 \begin_inset Index
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031 Table Customization ! Row Spacing
16032 \end_layout
16033
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \begin_layout Standard
16040 You can add vertical space to table rows in the 
16041 \family sans
16042 Borders
16043 \family default
16044  tab of the table dialog.
16045  You find there three possibilities:
16046 \end_layout
16047
16048 \begin_layout Description
16049 Top
16050 \begin_inset space ~
16051 \end_inset
16052
16053 of
16054 \begin_inset space ~
16055 \end_inset
16056
16057 row will add space above the characters of the table row.
16058  If the table is a formal table
16059 \begin_inset Foot
16060 status collapsed
16061
16062 \begin_layout Plain Layout
16063 Formal tables are explained in section
16064 \begin_inset space ~
16065 \end_inset
16066
16067
16068 \begin_inset CommandInset ref
16069 LatexCommand ref
16070 reference "sec:Formal-Tables"
16071
16072 \end_inset
16073
16074 .
16075 \end_layout
16076
16077 \end_inset
16078
16079  LyX will insert as default 0.5
16080 \begin_inset space \thinspace{}
16081 \end_inset
16082
16083 em space.
16084  For normal tables the inserted space will unfortunately destroy the vertical
16085  table lines as in the following table:
16086 \begin_inset VSpace medskip
16087 \end_inset
16088
16089
16090 \begin_inset Newline newline
16091 \end_inset
16092
16093
16094 \begin_inset space \hspace*{}
16095 \length 0pt
16096 \end_inset
16097
16098
16099 \begin_inset space \hfill{}
16100 \end_inset
16101
16102
16103 \begin_inset Tabular
16104 <lyxtabular version="3" rows="3" columns="1">
16105 <features>
16106 <column alignment="center" valignment="top" width="0">
16107 <row>
16108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 A
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 </row>
16118 <row topspace="3mm">
16119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 3
16124 \begin_inset space \thinspace{}
16125 \end_inset
16126
16127 mm space top of row
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 </row>
16133 <row>
16134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 C
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 </lyxtabular>
16145
16146 \end_inset
16147
16148
16149 \begin_inset space \hfill{}
16150 \end_inset
16151
16152
16153 \begin_inset space \hspace*{}
16154 \length 0pt
16155 \end_inset
16156
16157
16158 \begin_inset VSpace medskip
16159 \end_inset
16160
16161
16162 \begin_inset Newline newline
16163 \end_inset
16164
16165 So inserting space to the top of row for normal tables is only useful when
16166  you don't have vertical lines.
16167 \end_layout
16168
16169 \begin_layout Description
16170 Bottom
16171 \begin_inset space ~
16172 \end_inset
16173
16174 of
16175 \begin_inset space ~
16176 \end_inset
16177
16178 row will add space below the characters of the table row.
16179  If the table is a formal table LyX will insert as default 0.5
16180 \begin_inset space \thinspace{}
16181 \end_inset
16182
16183 em space, for normal tables the default size is 2
16184 \begin_inset space \thinspace{}
16185 \end_inset
16186
16187 pt.
16188 \end_layout
16189
16190 \begin_layout Description
16191 Between
16192 \begin_inset space ~
16193 \end_inset
16194
16195 rows adds space between the current and the following row.
16196  If the table is a formal table LyX will insert as default 0.5
16197 \begin_inset space \thinspace{}
16198 \end_inset
16199
16200 em space.
16201  For normal tables the inserted space will unfortunately destroy the vertical
16202  table lines as in the following table:
16203 \begin_inset VSpace medskip
16204 \end_inset
16205
16206
16207 \begin_inset Newline newline
16208 \end_inset
16209
16210
16211 \begin_inset space \hspace*{}
16212 \length 0pt
16213 \end_inset
16214
16215
16216 \begin_inset space \hfill{}
16217 \end_inset
16218
16219
16220 \begin_inset Tabular
16221 <lyxtabular version="3" rows="3" columns="1">
16222 <features>
16223 <column alignment="center" valignment="top" width="0">
16224 <row>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 A
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 <row interlinespace="3mm">
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 \begin_inset Formula $\downarrow$
16241 \end_inset
16242
16243  3
16244 \begin_inset space \thinspace{}
16245 \end_inset
16246
16247 mm space between row 
16248 \begin_inset Formula $\downarrow$
16249 \end_inset
16250
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 </row>
16257 <row>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 \begin_inset Formula $\uparrow$
16263 \end_inset
16264
16265  3
16266 \begin_inset space \thinspace{}
16267 \end_inset
16268
16269 mm space between row 
16270 \begin_inset Formula $\uparrow$
16271 \end_inset
16272
16273
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 </row>
16279 </lyxtabular>
16280
16281 \end_inset
16282
16283
16284 \begin_inset space \hfill{}
16285 \end_inset
16286
16287
16288 \begin_inset space \hspace*{}
16289 \length 0pt
16290 \end_inset
16291
16292
16293 \begin_inset VSpace medskip
16294 \end_inset
16295
16296
16297 \begin_inset Newline newline
16298 \end_inset
16299
16300 So inserting space between rows for normal tables is only useful when you
16301  don't have vertical lines.
16302 \end_layout
16303
16304 \begin_layout Standard
16305 \begin_inset VSpace bigskip
16306 \end_inset
16307
16308 When you want to add extra height to all cells of all tables, you can do
16309  this with the following preamble lines:
16310 \end_layout
16311
16312 \begin_layout Standard
16313
16314 \series bold
16315
16316 \backslash
16317 @ifundefined{extrarowheight}
16318 \begin_inset Newline newline
16319 \end_inset
16320
16321
16322 \begin_inset ERT
16323 status collapsed
16324
16325 \begin_layout Plain Layout
16326
16327
16328 \backslash
16329 hphantom{ }
16330 \end_layout
16331
16332 \end_inset
16333
16334 {
16335 \backslash
16336 usepackage{array}}{}
16337 \begin_inset Newline newline
16338 \end_inset
16339
16340
16341 \backslash
16342 setlength{
16343 \backslash
16344 extrarowheight}{height}
16345 \end_layout
16346
16347 \begin_layout Standard
16348 But this has the disadvantage that the cell texts are no longer exactly
16349  vertically centered.
16350  (The package 
16351 \series bold
16352 array
16353 \series default
16354  will be loaded automatically by LyX when you use self defined table formats.
16355  To avoid that it is loaded twice the command 
16356 \series bold
16357
16358 \backslash
16359 @ifundefined
16360 \series default
16361  is used in the above command.)
16362 \end_layout
16363
16364 \begin_layout Subsection
16365 Special Cell Alignment
16366 \begin_inset Index
16367 status collapsed
16368
16369 \begin_layout Plain Layout
16370 Table Customization ! Special Cell Alignment
16371 \end_layout
16372
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \begin_layout Standard
16379 Sometimes it looks better when the cell entries of a column are aligned
16380  with a special character, e.
16381 \begin_inset space \thinspace{}
16382 \end_inset
16383
16384 g.
16385 \begin_inset space \space{}
16386 \end_inset
16387
16388 with the decimal separator as in Table
16389 \begin_inset space ~
16390 \end_inset
16391
16392
16393 \begin_inset CommandInset ref
16394 LatexCommand ref
16395 reference "tab:Table-cells-of"
16396
16397 \end_inset
16398
16399 .
16400 \end_layout
16401
16402 \begin_layout Standard
16403 \begin_inset Float table
16404 placement h
16405 wide false
16406 sideways false
16407 status open
16408
16409 \begin_layout Plain Layout
16410 \begin_inset Caption
16411
16412 \begin_layout Plain Layout
16413 \begin_inset CommandInset label
16414 LatexCommand label
16415 name "tab:Table-cells-of"
16416
16417 \end_inset
16418
16419 Table cells of a column aligned with the decimal separator.
16420 \end_layout
16421
16422 \end_inset
16423
16424
16425 \end_layout
16426
16427 \begin_layout Plain Layout
16428 \align center
16429 \begin_inset Tabular
16430 <lyxtabular version="3" rows="4" columns="2">
16431 <features>
16432 <column alignment="right" valignment="top" width="0">
16433 <column alignment="left" valignment="top" width="0" special="@{}l">
16434 <row>
16435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 heading
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 12.
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell alignment="center" valignment="top" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 6
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="center" valignment="top" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 0.
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 68
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="center" valignment="top" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 -123.
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 0
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 </lyxtabular>
16515
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \begin_layout Standard
16527 This table was created with a 4×2 table.
16528  The heading is a centered multicolumn.
16529  The first column is right-aligned and contains the digits before the decimal
16530  point and the decimal point.
16531  The second column is left aligned and contains the digits after the decimal
16532  point.
16533  To omit the space that is normally between two table columns, use the following
16534  LaTeX-argument for the second column:
16535 \end_layout
16536
16537 \begin_layout Standard
16538
16539 \series bold
16540 @{}l
16541 \end_layout
16542
16543 \begin_layout Standard
16544 Table
16545 \begin_inset space ~
16546 \end_inset
16547
16548
16549 \begin_inset CommandInset ref
16550 LatexCommand ref
16551 reference "tab:Several-table-cell"
16552
16553 \end_inset
16554
16555  shows some example alignments.
16556  For the alignment with the relation sign, you must add the second smallest
16557  math-space at the beginning of the last column to get the correct space
16558  surrounding the relation sign.
16559 \end_layout
16560
16561 \begin_layout Standard
16562 \begin_inset Float table
16563 wide false
16564 sideways false
16565 status open
16566
16567 \begin_layout Plain Layout
16568 \begin_inset Caption
16569
16570 \begin_layout Plain Layout
16571 \begin_inset CommandInset label
16572 LatexCommand label
16573 name "tab:Several-table-cell"
16574
16575 \end_inset
16576
16577 Several table cell alignments.
16578 \end_layout
16579
16580 \end_inset
16581
16582
16583 \end_layout
16584
16585 \begin_layout Plain Layout
16586 \align center
16587 \begin_inset Tabular
16588 <lyxtabular version="3" rows="4" columns="6">
16589 <features>
16590 <column alignment="right" valignment="top" width="0">
16591 <column alignment="left" valignment="top" width="0" special="@{}l">
16592 <column alignment="right" valignment="top" width="0">
16593 <column alignment="left" valignment="top" width="0" special="@{}l">
16594 <column alignment="right" valignment="top" width="0">
16595 <column alignment="left" valignment="top" width="0" special="@{}l">
16596 <row>
16597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 units
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 exponents
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 relations
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 </row>
16652 <row>
16653 <cell alignment="center" valignment="top" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 12×
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 24
16667 \begin_inset space \thinspace{}
16668 \end_inset
16669
16670 bottles
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $10\cdot$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $10^{\mbox{-}17}$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 \begin_inset Formula $\Gamma(t)\propto$
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 \begin_inset Formula $\:\Upsilon(t)$
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 </row>
16724 <row>
16725 <cell alignment="center" valignment="top" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 1024×
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 768
16739 \begin_inset space \thinspace{}
16740 \end_inset
16741
16742 Pixels
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 \begin_inset Formula $5.78\cdot$
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 \begin_inset Formula $10^{7}$
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 \begin_inset Formula $A\ne$
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\: B_{\mathrm{red}}$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 32×
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 6
16811 \begin_inset space \thinspace{}
16812 \end_inset
16813
16814 cm
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 -
16824 \begin_inset Formula $33.5\cdot$
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $10^{4}$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 \begin_inset Formula $\sin(\alpha)\ge$
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 <cell alignment="center" valignment="top" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 \begin_inset Formula $\:\sin(\beta)$
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 </row>
16869 </lyxtabular>
16870
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \begin_layout Standard
16882 \begin_inset VSpace bigskip
16883 \end_inset
16884
16885 There is also the LaTeX-package 
16886 \series bold
16887 dcolumn
16888 \series default
16889
16890 \begin_inset Index
16891 status collapsed
16892
16893 \begin_layout Plain Layout
16894 LaTeX-packages ! dcolumn
16895 \end_layout
16896
16897 \end_inset
16898
16899  that provides table cell alignments.
16900  But this unfortunately treats the cell entries as math and doesn't allow
16901  formulas in table cells: The first column of Table
16902 \begin_inset space ~
16903 \end_inset
16904
16905
16906 \begin_inset CommandInset ref
16907 LatexCommand ref
16908 reference "tab:Several-table-cell"
16909
16910 \end_inset
16911
16912  will look with 
16913 \series bold
16914 dcolumn
16915 \series default
16916  like the first column in Table
16917 \begin_inset space ~
16918 \end_inset
16919
16920
16921 \begin_inset CommandInset ref
16922 LatexCommand ref
16923 reference "tab:Alignments-when"
16924
16925 \end_inset
16926
16927  and only with some tricks like the expected.
16928  The alignment of the second and third column of Table
16929 \begin_inset space ~
16930 \end_inset
16931
16932
16933 \begin_inset CommandInset ref
16934 LatexCommand ref
16935 reference "tab:Several-table-cell"
16936
16937 \end_inset
16938
16939  is not possible with 
16940 \series bold
16941 dcolumn
16942 \series default
16943 .
16944 \end_layout
16945
16946 \begin_layout Standard
16947 \begin_inset Float table
16948 placement h
16949 wide false
16950 sideways false
16951 status open
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Caption
16955
16956 \begin_layout Plain Layout
16957 \begin_inset CommandInset label
16958 LatexCommand label
16959 name "tab:Alignments-when"
16960
16961 \end_inset
16962
16963 Alignments when LaTeX-package dcolumn is used.
16964  For all column alignments tricks have to be used to get the output.
16965 \end_layout
16966
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \begin_layout Plain Layout
16973 \align center
16974 \begin_inset Tabular
16975 <lyxtabular version="3" rows="4" columns="3">
16976 <features>
16977 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16978 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16979 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16980 <row>
16981 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 units
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 units
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 units
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 12x24
17015 \begin_inset space \thinspace{}
17016 \end_inset
17017
17018 bottles
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 12x24
17028 \begin_inset space \thinspace{}
17029 \end_inset
17030
17031
17032 \begin_inset Formula $\mbox{bottles}$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044 12
17045 \begin_inset ERT
17046 status collapsed
17047
17048 \begin_layout Plain Layout
17049
17050
17051 \backslash
17052 times 
17053 \end_layout
17054
17055 \end_inset
17056
17057 24~
17058 \begin_inset Formula $\mbox{bottles}$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 1024x768
17073 \begin_inset space \thinspace{}
17074 \end_inset
17075
17076 Pixels
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 1024x768
17086 \begin_inset space \thinspace{}
17087 \end_inset
17088
17089
17090 \begin_inset Formula $\mbox{Pixels}$
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell alignment="center" valignment="top" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102 1024
17103 \begin_inset ERT
17104 status collapsed
17105
17106 \begin_layout Plain Layout
17107
17108
17109 \backslash
17110 times 
17111 \end_layout
17112
17113 \end_inset
17114
17115 768~
17116 \begin_inset Formula $\mbox{Pixels}$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 </row>
17125 <row>
17126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130 32x6
17131 \begin_inset space \thinspace{}
17132 \end_inset
17133
17134 cm
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 32x6
17144 \begin_inset space \thinspace{}
17145 \end_inset
17146
17147
17148 \begin_inset Formula $\mbox{cm}$
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 32
17161 \begin_inset ERT
17162 status collapsed
17163
17164 \begin_layout Plain Layout
17165
17166
17167 \backslash
17168 times 
17169 \end_layout
17170
17171 \end_inset
17172
17173 6~
17174 \begin_inset Formula $\mbox{cm}$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 </lyxtabular>
17184
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \begin_layout Subsection
17196 Customized Cell/Column Format
17197 \begin_inset CommandInset label
17198 LatexCommand label
17199 name "sub:Customized-Format"
17200
17201 \end_inset
17202
17203
17204 \begin_inset Index
17205 status collapsed
17206
17207 \begin_layout Plain Layout
17208 Table Customization ! Cell/Column Format
17209 \end_layout
17210
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \begin_layout Standard
17217 Calculating the needed width for spanned columns like in section
17218 \begin_inset space ~
17219 \end_inset
17220
17221
17222 \begin_inset CommandInset ref
17223 LatexCommand ref
17224 reference "sub:Multicolumn-Calculations"
17225
17226 \end_inset
17227
17228  is very annoying if you have several tables with multicolumn cells.
17229  To make life easier, you can define a cell/column format in the preamble,
17230  so that it can be used in all tables of the document.
17231  The format is defined with the command
17232 \end_layout
17233
17234 \begin_layout Standard
17235
17236 \series bold
17237
17238 \backslash
17239 newcolumntype{name of format}[number of arguments]{commands}
17240 \end_layout
17241
17242 \begin_layout Standard
17243 The format name may only consist of one letter.
17244  The letters 
17245 \emph on
17246 b
17247 \emph default
17248
17249 \emph on
17250 c
17251 \emph default
17252
17253 \emph on
17254 l
17255 \emph default
17256
17257 \emph on
17258 m
17259 \emph default
17260
17261 \emph on
17262 p
17263 \emph default
17264  and 
17265 \emph on
17266 r
17267 \emph default
17268  are predefined and cannot be used.
17269  But all letters are allowed as capitals.
17270 \end_layout
17271
17272 \begin_layout Standard
17273 \begin_inset VSpace medskip
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \begin_layout Standard
17280 For vertically and horizontally centered multicolumn cells with a fixed
17281  width you can define the cell format
17282 \end_layout
17283
17284 \begin_layout Standard
17285
17286 \series bold
17287
17288 \backslash
17289 newcolumntype{M}[1]{>{
17290 \backslash
17291 centering
17292 \backslash
17293 hspace{0pt}}m{#1}}
17294 \end_layout
17295
17296 \begin_layout Standard
17297 where 
17298 \series bold
17299
17300 \backslash
17301 hspace{0pt}
17302 \series default
17303  avoids the problem of hyphenating the first word, as described in section
17304 \begin_inset space ~
17305 \end_inset
17306
17307
17308 \begin_inset CommandInset ref
17309 LatexCommand ref
17310 reference "sub:Multiple-Lines-in"
17311
17312 \end_inset
17313
17314 .
17315  Now you can simply enter
17316 \end_layout
17317
17318 \begin_layout Standard
17319
17320 \series bold
17321 M{width}
17322 \end_layout
17323
17324 \begin_layout Standard
17325 as LaTeX-argument in the table dialog to create a multicolumn.
17326 \end_layout
17327
17328 \begin_layout Standard
17329 \begin_inset VSpace bigskip
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \begin_layout Standard
17336 For cells spanned by a multicolumn cell, you can define the format
17337 \end_layout
17338
17339 \begin_layout Standard
17340
17341 \series bold
17342
17343 \backslash
17344 newcolumntype{S}[2]{>{
17345 \backslash
17346 centering
17347 \backslash
17348 hspace{0pt}}
17349 \begin_inset Newline newline
17350 \end_inset
17351
17352
17353 \begin_inset ERT
17354 status collapsed
17355
17356 \begin_layout Plain Layout
17357
17358
17359 \backslash
17360 phantom{
17361 \end_layout
17362
17363 \end_inset
17364
17365
17366 \backslash
17367 newcolumntype
17368 \begin_inset ERT
17369 status collapsed
17370
17371 \begin_layout Plain Layout
17372
17373 }
17374 \end_layout
17375
17376 \end_inset
17377
17378 m{(#1+(2
17379 \backslash
17380 tabcolsep+
17381 \backslash
17382 arrayrulewidth)*(1-#2))/#2}}
17383 \end_layout
17384
17385 \begin_layout Standard
17386 This format uses equation 
17387 \begin_inset CommandInset ref
17388 LatexCommand eqref
17389 reference "eq:Wgn"
17390
17391 \end_inset
17392
17393  to calculate the needed width so that each spanned cell has the same width.
17394 \end_layout
17395
17396 \begin_layout Standard
17397 You can now enter
17398 \end_layout
17399
17400 \begin_layout Standard
17401
17402 \series bold
17403 S{width of multicolumn cell}{number of spanned columns}
17404 \end_layout
17405
17406 \begin_layout Standard
17407 as LaTeX-argument of the column.
17408 \end_layout
17409
17410 \begin_layout Standard
17411 \begin_inset VSpace bigskip
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \begin_layout Standard
17418 For colored columns, you can define
17419 \end_layout
17420
17421 \begin_layout Standard
17422
17423 \series bold
17424
17425 \backslash
17426 newcolumntype{K}[1]{>{
17427 \backslash
17428 columncolor{#1}
17429 \backslash
17430 hspace{0pt}}c}
17431 \end_layout
17432
17433 \begin_layout Standard
17434 The 
17435 \begin_inset Quotes eld
17436 \end_inset
17437
17438 c
17439 \begin_inset Quotes erd
17440 \end_inset
17441
17442  at the end creates a column with a flexible width whose text is horizontally
17443  centered.
17444  You can now enter
17445 \end_layout
17446
17447 \begin_layout Standard
17448
17449 \series bold
17450 K{color name}
17451 \end_layout
17452
17453 \begin_layout Standard
17454 as LaTeX-argument.
17455 \end_layout
17456
17457 \begin_layout Standard
17458 \begin_inset VSpace bigskip
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \begin_layout Standard
17465 To create Table
17466 \begin_inset space ~
17467 \end_inset
17468
17469
17470 \begin_inset CommandInset ref
17471 LatexCommand ref
17472 reference "tab:Table-using-user-defined"
17473
17474 \end_inset
17475
17476  use the LaTeX-arguments
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482 M{2.5cm}
17483 \end_layout
17484
17485 \begin_layout Standard
17486 for the first column and the multicolumn,
17487 \end_layout
17488
17489 \begin_layout Standard
17490
17491 \series bold
17492 K{red}
17493 \end_layout
17494
17495 \begin_layout Standard
17496 for the the last column, and
17497 \end_layout
17498
17499 \begin_layout Standard
17500
17501 \series bold
17502 S{2.5cm}{2}
17503 \end_layout
17504
17505 \begin_layout Standard
17506 for the cells in the second column.
17507 \end_layout
17508
17509 \begin_layout Standard
17510 \begin_inset Float table
17511 placement h
17512 wide false
17513 sideways false
17514 status open
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Caption
17518
17519 \begin_layout Plain Layout
17520 \begin_inset CommandInset label
17521 LatexCommand label
17522 name "tab:Table-using-user-defined"
17523
17524 \end_inset
17525
17526 Table using user-defined table formats
17527 \end_layout
17528
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \begin_layout Plain Layout
17535 \align center
17536 \begin_inset Tabular
17537 <lyxtabular version="3" rows="3" columns="4">
17538 <features>
17539 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17540 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17541 <column alignment="center" valignment="middle" width="0">
17542 <column alignment="center" valignment="middle" width="0" special="K{red}">
17543 <row>
17544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 verylongtablecellword
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 multiple lines multicolumn
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 c
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 d
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 e
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 f
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 g
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 </row>
17619 <row>
17620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 h
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 i
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 j
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 k
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 </row>
17657 </lyxtabular>
17658
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \begin_layout Subsection
17670 Line Thickness
17671 \begin_inset CommandInset label
17672 LatexCommand label
17673 name "sub:Line-Thickness"
17674
17675 \end_inset
17676
17677
17678 \begin_inset Index
17679 status collapsed
17680
17681 \begin_layout Plain Layout
17682 Table Customization ! Line Thickness
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \end_layout
17689
17690 \begin_layout Standard
17691 The line thickness for all lines in a table can be adjusted with the length
17692  
17693 \series bold
17694
17695 \backslash
17696 arrayrulewidth
17697 \series default
17698 .
17699  To set for example a line thickness of 1.5
17700 \begin_inset space \thinspace{}
17701 \end_inset
17702
17703 pt, like in Table
17704 \begin_inset space ~
17705 \end_inset
17706
17707
17708 \begin_inset CommandInset ref
17709 LatexCommand ref
17710 reference "tab:Table-with-1.5"
17711
17712 \end_inset
17713
17714 , insert the command
17715 \end_layout
17716
17717 \begin_layout Standard
17718
17719 \series bold
17720
17721 \backslash
17722 setlength{
17723 \backslash
17724 arrayrulewidth}{1.5pt}
17725 \end_layout
17726
17727 \begin_layout Standard
17728 in TeX-Code before the table or table float.
17729  The changed thickness is valid for all following tables.
17730  To use the default value again, set 
17731 \series bold
17732
17733 \backslash
17734 arrayrulewidth
17735 \series default
17736  to 0.4
17737 \begin_inset space \thinspace{}
17738 \end_inset
17739
17740 pt in TeX-Code behind the table or table float.
17741 \end_layout
17742
17743 \begin_layout Standard
17744 \begin_inset ERT
17745 status collapsed
17746
17747 \begin_layout Plain Layout
17748
17749
17750 \backslash
17751 setlength{
17752 \backslash
17753 arrayrulewidth}{1.5pt}
17754 \end_layout
17755
17756 \end_inset
17757
17758
17759 \begin_inset Float table
17760 wide false
17761 sideways false
17762 status open
17763
17764 \begin_layout Plain Layout
17765 \begin_inset Caption
17766
17767 \begin_layout Plain Layout
17768 \begin_inset CommandInset label
17769 LatexCommand label
17770 name "tab:Table-with-1.5"
17771
17772 \end_inset
17773
17774 Table with 1.5
17775 \begin_inset space \thinspace{}
17776 \end_inset
17777
17778 pt thick lines
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \begin_layout Plain Layout
17787 \align center
17788 \begin_inset Tabular
17789 <lyxtabular version="3" rows="3" columns="3">
17790 <features>
17791 <column alignment="center" valignment="top" width="0">
17792 <column alignment="center" valignment="top" width="0">
17793 <column alignment="center" valignment="top" width="0">
17794 <row>
17795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799 sd
17800 \end_layout
17801
17802 \end_inset
17803 </cell>
17804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Plain Layout
17808
17809 \end_layout
17810
17811 \end_inset
17812 </cell>
17813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 </row>
17823 <row>
17824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 sd
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 </row>
17852 <row>
17853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 sd
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 </row>
17881 </lyxtabular>
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \begin_inset ERT
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895
17896
17897 \backslash
17898 setlength{
17899 \backslash
17900 arrayrulewidth}{0.4pt}
17901 \end_layout
17902
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \begin_layout Standard
17909 \begin_inset VSpace bigskip
17910 \end_inset
17911
17912 To set the line thickness to 1.5
17913 \begin_inset space \thinspace{}
17914 \end_inset
17915
17916 pt only for horizontal lines, like in Table
17917 \begin_inset space ~
17918 \end_inset
17919
17920
17921 \begin_inset CommandInset ref
17922 LatexCommand ref
17923 reference "tab:Table-with-horizontal"
17924
17925 \end_inset
17926
17927 , insert these commands in TeX-Code before the table or table float:
17928 \end_layout
17929
17930 \begin_layout Standard
17931
17932 \series bold
17933
17934 \backslash
17935 let
17936 \backslash
17937 myHline
17938 \backslash
17939 hline
17940 \begin_inset Newline newline
17941 \end_inset
17942
17943
17944 \backslash
17945 renewcommand{
17946 \backslash
17947 hline}
17948 \begin_inset Newline newline
17949 \end_inset
17950
17951  {
17952 \backslash
17953 noalign{
17954 \backslash
17955 global
17956 \backslash
17957 arrayrulewidth 1.5pt}
17958 \begin_inset Newline newline
17959 \end_inset
17960
17961  
17962 \backslash
17963 myHline
17964 \backslash
17965 noalign{
17966 \backslash
17967 global
17968 \backslash
17969 arrayrulewidth 0.4pt}}
17970 \end_layout
17971
17972 \begin_layout Standard
17973 To return to the default line thickness, insert this command in TeX-Code
17974  behind the table or table float:
17975 \end_layout
17976
17977 \begin_layout Standard
17978
17979 \series bold
17980
17981 \backslash
17982 renewcommand{
17983 \backslash
17984 hline}{
17985 \backslash
17986 myHline}
17987 \end_layout
17988
17989 \begin_layout Standard
17990 \begin_inset ERT
17991 status collapsed
17992
17993 \begin_layout Plain Layout
17994
17995
17996 \backslash
17997 let
17998 \backslash
17999 myHline
18000 \backslash
18001 hline
18002 \end_layout
18003
18004 \begin_layout Plain Layout
18005
18006
18007 \backslash
18008 renewcommand{
18009 \backslash
18010 hline}
18011 \end_layout
18012
18013 \begin_layout Plain Layout
18014
18015  {
18016 \backslash
18017 noalign{
18018 \backslash
18019 global
18020 \backslash
18021 arrayrulewidth 1.5pt}
18022 \end_layout
18023
18024 \begin_layout Plain Layout
18025
18026   
18027 \backslash
18028 myHline
18029 \backslash
18030 noalign{
18031 \backslash
18032 global
18033 \backslash
18034 arrayrulewidth 0.4pt}}
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \begin_inset Float table
18041 wide false
18042 sideways false
18043 status open
18044
18045 \begin_layout Plain Layout
18046 \begin_inset Caption
18047
18048 \begin_layout Plain Layout
18049 \begin_inset CommandInset label
18050 LatexCommand label
18051 name "tab:Table-with-horizontal"
18052
18053 \end_inset
18054
18055 Table with 1.5
18056 \begin_inset space \thinspace{}
18057 \end_inset
18058
18059 pt thick horizontal lines
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \begin_layout Plain Layout
18068 \align center
18069 \begin_inset Tabular
18070 <lyxtabular version="3" rows="3" columns="3">
18071 <features>
18072 <column alignment="center" valignment="top" width="0">
18073 <column alignment="center" valignment="top" width="0">
18074 <column alignment="center" valignment="top" width="0">
18075 <row>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 sd
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 <row>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 sd
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 </row>
18133 <row>
18134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 sd
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 </lyxtabular>
18163
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \begin_inset ERT
18173 status collapsed
18174
18175 \begin_layout Plain Layout
18176
18177
18178 \backslash
18179 renewcommand{
18180 \backslash
18181 hline}{
18182 \backslash
18183 myHline}
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \begin_layout Standard
18192 \begin_inset VSpace bigskip
18193 \end_inset
18194
18195 To set the line thickness to 1.5
18196 \begin_inset space \thinspace{}
18197 \end_inset
18198
18199 pt only for vertical lines, create the following column format in the document
18200  preamble, according to the description in section
18201 \begin_inset space ~
18202 \end_inset
18203
18204
18205 \begin_inset CommandInset ref
18206 LatexCommand ref
18207 reference "sub:Customized-Format"
18208
18209 \end_inset
18210
18211 :
18212 \end_layout
18213
18214 \begin_layout Standard
18215
18216 \series bold
18217
18218 \backslash
18219 newcolumntype{V}{!{
18220 \backslash
18221 vrule width 1.5pt}}
18222 \end_layout
18223
18224 \begin_layout Standard
18225 For Table
18226 \begin_inset space ~
18227 \end_inset
18228
18229
18230 \begin_inset CommandInset ref
18231 LatexCommand ref
18232 reference "tab:Table-with-vertical"
18233
18234 \end_inset
18235
18236  the LaTeX-argument
18237 \end_layout
18238
18239 \begin_layout Standard
18240
18241 \series bold
18242 VcV
18243 \end_layout
18244
18245 \begin_layout Standard
18246 was used for the last column and
18247 \end_layout
18248
18249 \begin_layout Standard
18250
18251 \series bold
18252 Vc
18253 \end_layout
18254
18255 \begin_layout Standard
18256 for the other columns.
18257 \end_layout
18258
18259 \begin_layout Standard
18260 \begin_inset Float table
18261 wide false
18262 sideways false
18263 status open
18264
18265 \begin_layout Plain Layout
18266 \begin_inset Caption
18267
18268 \begin_layout Plain Layout
18269 \begin_inset CommandInset label
18270 LatexCommand label
18271 name "tab:Table-with-vertical"
18272
18273 \end_inset
18274
18275 Table with 1.5
18276 \begin_inset space \thinspace{}
18277 \end_inset
18278
18279 pt thick vertical lines
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Plain Layout
18288 \align center
18289 \begin_inset Tabular
18290 <lyxtabular version="3" rows="3" columns="3">
18291 <features>
18292 <column alignment="center" valignment="top" width="0" special="Vc">
18293 <column alignment="center" valignment="top" width="0" special="Vc">
18294 <column alignment="center" valignment="top" width="0" special="VcV">
18295 <row>
18296 <cell alignment="center" valignment="top" topline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300 sd
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 </row>
18324 <row>
18325 <cell alignment="center" valignment="top" topline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 <cell alignment="center" valignment="top" topline="true" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 sd
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 </row>
18353 <row>
18354 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376 sd
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 </row>
18382 </lyxtabular>
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \begin_layout Subsection
18395 Dashed Lines
18396 \begin_inset Index
18397 status collapsed
18398
18399 \begin_layout Plain Layout
18400 Table Customization ! Dashed Lines
18401 \end_layout
18402
18403 \end_inset
18404
18405
18406 \end_layout
18407
18408 \begin_layout Standard
18409 \begin_inset ERT
18410 status collapsed
18411
18412 \begin_layout Plain Layout
18413
18414
18415 \backslash
18416 ifarydshln
18417 \end_layout
18418
18419 \end_inset
18420
18421
18422 \begin_inset Note Note
18423 status open
18424
18425 \begin_layout Plain Layout
18426 The following section will only be displayed when the LaTeX-package 
18427 \series bold
18428 arydshln
18429 \series default
18430  is installed.
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \begin_layout Standard
18439 \begin_inset Float table
18440 placement H
18441 wide false
18442 sideways false
18443 status open
18444
18445 \begin_layout Plain Layout
18446 \begin_inset Caption
18447
18448 \begin_layout Plain Layout
18449 \begin_inset CommandInset label
18450 LatexCommand label
18451 name "tab:Table-with-dashed"
18452
18453 \end_inset
18454
18455 Table with dashed lines
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \begin_layout Plain Layout
18464 \align center
18465 \begin_inset Tabular
18466 <lyxtabular version="3" rows="5" columns="5">
18467 <features>
18468 <column alignment="center" valignment="top" width="0">
18469 <column alignment="center" valignment="top" width="0">
18470 <column alignment="center" valignment="top" width="0" special=":c">
18471 <column alignment="center" valignment="top" width="0">
18472 <column alignment="center" valignment="top" width="0">
18473 <row>
18474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 a
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487 b
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 c
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 d
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 e
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 </row>
18520 <row>
18521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 f
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 g
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" topline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 h
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 i
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 j
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 </row>
18567 <row>
18568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 \begin_inset ERT
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576
18577
18578 \backslash
18579 hdashline 
18580 \end_layout
18581
18582 \end_inset
18583
18584 k
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 l
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 m
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 n
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620 o
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 </row>
18626 <row>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 \begin_inset ERT
18632 status collapsed
18633
18634 \begin_layout Plain Layout
18635
18636
18637 \backslash
18638 cdashline{4-5}
18639 \end_layout
18640
18641 \end_inset
18642
18643 p
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 q
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661 r
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670 s
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 </row>
18685 <row>
18686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690 t
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 u
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708 v
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717 w
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726 x
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 </row>
18732 </lyxtabular>
18733
18734 \end_inset
18735
18736
18737 \end_layout
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \begin_layout Standard
18745 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18746  As prerequisite the LaTeX-package 
18747 \series bold
18748 arydshln
18749 \series default
18750
18751 \begin_inset Index
18752 status collapsed
18753
18754 \begin_layout Plain Layout
18755 LaTeX-packages ! arydshln
18756 \end_layout
18757
18758 \end_inset
18759
18760  must be loaded in the document preamble with the command
18761 \end_layout
18762
18763 \begin_layout Standard
18764
18765 \series bold
18766
18767 \backslash
18768 usepackage{arydshln}
18769 \end_layout
18770
18771 \begin_layout Standard
18772 To make a vertical line dashed, enter the colon 
18773 \begin_inset Quotes eld
18774 \end_inset
18775
18776 :
18777 \begin_inset Quotes erd
18778 \end_inset
18779
18780  together with the character for the horizontal alignment as LaTeX-argument
18781  in the table cell dialog.
18782 \end_layout
18783
18784 \begin_layout Standard
18785 For a horizontal dashed line add the command
18786 \end_layout
18787
18788 \begin_layout Standard
18789
18790 \series bold
18791
18792 \backslash
18793 hdashline
18794 \end_layout
18795
18796 \begin_layout Standard
18797 in TeX-Code as first element of the first cell in the table row.
18798 \end_layout
18799
18800 \begin_layout Standard
18801 For dashed multicolumn lines use the command
18802 \end_layout
18803
18804 \begin_layout Standard
18805
18806 \series bold
18807
18808 \backslash
18809 cdashline{line number
18810 \series default
18811 }
18812 \end_layout
18813
18814 \begin_layout Standard
18815 in TeX-Code as first element of the first cell in the table row.
18816  If you have for example a multicolumn spanning over columns 2 to 4 and
18817  you want to have a dashed line above, add the command
18818 \end_layout
18819
18820 \begin_layout Standard
18821
18822 \series bold
18823
18824 \backslash
18825 cdashline{2-4}
18826 \end_layout
18827
18828 \begin_layout Standard
18829 as first element of the first cell in the row of the multicolumn.
18830 \end_layout
18831
18832 \begin_layout Standard
18833 \begin_inset VSpace bigskip
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 Table
18841 \begin_inset space ~
18842 \end_inset
18843
18844
18845 \begin_inset CommandInset ref
18846 LatexCommand ref
18847 reference "tab:Table-with-dashed"
18848
18849 \end_inset
18850
18851  was created using 
18852 \begin_inset Quotes eld
18853 \end_inset
18854
18855
18856 \series bold
18857 :c
18858 \series default
18859
18860 \begin_inset Quotes erd
18861 \end_inset
18862
18863  as LaTeX-argument of the third column.
18864  The TeX-Code command 
18865 \series bold
18866
18867 \backslash
18868 hdashline
18869 \series default
18870  was inserted to the first cell of the third row and the the TeX-Code command
18871 \begin_inset Newline newline
18872 \end_inset
18873
18874  
18875 \series bold
18876
18877 \backslash
18878 cdashline{4-5}
18879 \series default
18880  was inserted to the first cell of the fourth row.
18881 \end_layout
18882
18883 \begin_layout Standard
18884 \begin_inset Note Greyedout
18885 status open
18886
18887 \begin_layout Plain Layout
18888
18889 \series bold
18890 Note:
18891 \series default
18892  The used LaTeX-package 
18893 \series bold
18894 arydshln
18895 \series default
18896  is apparently not compatible with the LaTeX-package 
18897 \series bold
18898 colortbl
18899 \series default
18900
18901 \begin_inset Index
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905 LaTeX-packages ! colortbl
18906 \end_layout
18907
18908 \end_inset
18909
18910  that is used for colored tables in section
18911 \begin_inset space ~
18912 \end_inset
18913
18914
18915 \begin_inset CommandInset ref
18916 LatexCommand ref
18917 reference "sec:Colored-Tables"
18918
18919 \end_inset
18920
18921 .
18922  That means colored tables cannot have dashed lines.
18923 \end_layout
18924
18925 \end_inset
18926
18927
18928 \end_layout
18929
18930 \begin_layout Standard
18931 \begin_inset ERT
18932 status collapsed
18933
18934 \begin_layout Plain Layout
18935
18936
18937 \backslash
18938 else
18939 \end_layout
18940
18941 \end_inset
18942
18943
18944 \begin_inset Note Note
18945 status open
18946
18947 \begin_layout Plain Layout
18948 The following will be displayed when the LaTeX-package 
18949 \series bold
18950 arydshln
18951 \series default
18952  is not installed:
18953 \end_layout
18954
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \begin_layout Standard
18961 You need to install the package 
18962 \series bold
18963 arydshln
18964 \series default
18965  to see the content of this section in the output.
18966 \end_layout
18967
18968 \begin_layout Standard
18969 \begin_inset ERT
18970 status collapsed
18971
18972 \begin_layout Plain Layout
18973
18974
18975 \backslash
18976 fi
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Chapter
18985 Floats
18986 \begin_inset Index
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990 Floats
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Section
18999 Introduction
19000 \begin_inset CommandInset label
19001 LatexCommand label
19002 name "sec:FloatIntroduction"
19003
19004 \end_inset
19005
19006
19007 \begin_inset Index
19008 status collapsed
19009
19010 \begin_layout Plain Layout
19011 Floats ! Introduction
19012 \end_layout
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \begin_layout Standard
19020 A float is a block of text associated with some sort of label, which doesn't
19021  have a fixed location.
19022  It can 
19023 \begin_inset Quotes eld
19024 \end_inset
19025
19026 float
19027 \begin_inset Quotes erd
19028 \end_inset
19029
19030  forward or backward a page or two, to wherever it fits best.
19031  
19032 \family sans
19033 Footnotes
19034 \family default
19035  and 
19036 \family sans
19037 Margin
19038 \begin_inset space ~
19039 \end_inset
19040
19041 Notes
19042 \family default
19043  are also floats, because they can float to the next page when there are
19044  too many notes at the page.
19045 \end_layout
19046
19047 \begin_layout Standard
19048 Floats allow a high quality layout.
19049  Images and tables can evenly be spread to the pages to avoid white space
19050  and pages without text.
19051  As the floating often destroys the context between the text and the image/table
19052 , every float can be referenced in the text.
19053  Floats are therefore numbered.
19054  Referencing is described in section
19055 \begin_inset space ~
19056 \end_inset
19057
19058
19059 \begin_inset CommandInset ref
19060 LatexCommand ref
19061 reference "sec:Referencing-Floats"
19062
19063 \end_inset
19064
19065 .
19066 \end_layout
19067
19068 \begin_layout Standard
19069 To insert a float, use the menu 
19070 \family sans
19071 Insert\SpecialChar \menuseparator
19072 Float
19073 \family default
19074 .
19075  This inserts the 
19076 \family sans
19077 Caption
19078 \family default
19079  inset, a box with a label.
19080  The label will automatically be translated to the document language in
19081  the output.
19082  Behind the label you can insert the caption text.
19083  The image or table is inserted above or below the caption in a separate
19084  paragraph within the float.
19085  More about the caption placement is described in section
19086 \begin_inset space ~
19087 \end_inset
19088
19089
19090 \begin_inset CommandInset ref
19091 LatexCommand ref
19092 reference "sec:Caption-Placement"
19093
19094 \end_inset
19095
19096 .
19097  To keep your LyX-document readable, you can open and close the float box
19098  by left-clicking on the box label.
19099  A closed float box looks like this: 
19100 \begin_inset Graphics
19101         filename clipart/floatQt4.png
19102         scale 70
19103         scaleBeforeRotation
19104
19105 \end_inset
19106
19107  -- a gray button with a red label.
19108 \end_layout
19109
19110 \begin_layout Standard
19111 It is recommended to insert floats as a separate paragraph to avoid possible
19112  LaTeX-errors that can occur when the surrounding text is specially formatted.
19113 \end_layout
19114
19115 \begin_layout Standard
19116 Existing figures or tables can be put into a float by marking them and then
19117  pressing the corresponding toolbar button for a new float.
19118 \end_layout
19119
19120 \begin_layout Section
19121 Float Types
19122 \end_layout
19123
19124 \begin_layout Standard
19125 Besides figure and table floats that are described in section
19126 \begin_inset space ~
19127 \end_inset
19128
19129
19130 \begin_inset CommandInset ref
19131 LatexCommand ref
19132 reference "sec:Figure-Floats"
19133
19134 \end_inset
19135
19136  and 
19137 \begin_inset CommandInset ref
19138 LatexCommand ref
19139 reference "sec:Table-Floats"
19140
19141 \end_inset
19142
19143 , respectively, LyX offers the float types 
19144 \series bold
19145 Algorithm
19146 \series default
19147  and 
19148 \series bold
19149 Wrap
19150 \series default
19151 .
19152 \end_layout
19153
19154 \begin_layout Subsection
19155 Algorithm Floats
19156 \begin_inset Index
19157 status collapsed
19158
19159 \begin_layout Plain Layout
19160 Floats ! Algorithms
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \begin_layout Standard
19169 \begin_inset Float algorithm
19170 placement h
19171 wide false
19172 sideways false
19173 status open
19174
19175 \begin_layout Plain Layout
19176 \begin_inset Caption
19177
19178 \begin_layout Plain Layout
19179 \begin_inset CommandInset label
19180 LatexCommand label
19181 name "alg:Example-Algorithm-float"
19182
19183 \end_inset
19184
19185 Example Algorithm float
19186 \end_layout
19187
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \begin_layout LyX-Code
19194 for I in 1..N loop
19195 \begin_inset Newline newline
19196 \end_inset
19197
19198  Sum:= Sum + A(I); /*comment*/
19199 \begin_inset Newline newline
19200 \end_inset
19201
19202 end loop
19203 \begin_inset VSpace -4mm
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \begin_layout Standard
19215 This float type is inserted with the menu 
19216 \family sans
19217 Insert\SpecialChar \menuseparator
19218 Floats\SpecialChar \menuseparator
19219 Algorithm
19220 \family default
19221 .
19222  It is used for program codes and descriptions of algorithms.
19223  A possible environment for algorithms is the 
19224 \family sans
19225 LyX-Code
19226 \family default
19227 , described in LyX's 
19228 \emph on
19229 Userguide
19230 \emph default
19231 .
19232  Algorithm
19233 \begin_inset space ~
19234 \end_inset
19235
19236
19237 \begin_inset CommandInset ref
19238 LatexCommand ref
19239 reference "alg:Example-Algorithm-float"
19240
19241 \end_inset
19242
19243  is an example of an algorithm float where -4
19244 \begin_inset space \thinspace{}
19245 \end_inset
19246
19247 mm vertical space was added at the end of the float to have the bottom rule
19248  exactly below the last text line.
19249 \end_layout
19250
19251 \begin_layout Standard
19252 The float label is not automatically translated into the document language.
19253  If your document is not in English, you have to do this manually by adding
19254  the following line to the document preamble
19255 \series bold
19256 :
19257 \end_layout
19258
19259 \begin_layout Standard
19260
19261 \series bold
19262
19263 \backslash
19264 floatname{algorithm}{your
19265 \begin_inset space ~
19266 \end_inset
19267
19268 name}
19269 \end_layout
19270
19271 \begin_layout Standard
19272 where 
19273 \family sans
19274 your
19275 \begin_inset space ~
19276 \end_inset
19277
19278 name
19279 \family default
19280  is the word 
19281 \begin_inset Quotes eld
19282 \end_inset
19283
19284
19285 \emph on
19286 algorithm
19287 \emph default
19288
19289 \begin_inset Quotes erd
19290 \end_inset
19291
19292  in your language.
19293 \end_layout
19294
19295 \begin_layout Standard
19296 To insert the list of algorithms you can not use the menu 
19297 \family sans
19298 Insert\SpecialChar \menuseparator
19299 List
19300 \begin_inset space \thinspace{}
19301 \end_inset
19302
19303 /
19304 \begin_inset space \thinspace{}
19305 \end_inset
19306
19307 TOC\SpecialChar \menuseparator
19308 List of Algorithms
19309 \family default
19310  when your document is a non-English one.
19311  In this case use this command in TeX-Code instead:
19312 \end_layout
19313
19314 \begin_layout Standard
19315
19316 \series bold
19317
19318 \backslash
19319 listof{algorithm}{your
19320 \begin_inset space ~
19321 \end_inset
19322
19323 name}
19324 \end_layout
19325
19326 \begin_layout Standard
19327 where 
19328 \family sans
19329 your
19330 \begin_inset space ~
19331 \end_inset
19332
19333 name
19334 \family default
19335  is the word 
19336 \begin_inset Quotes eld
19337 \end_inset
19338
19339
19340 \emph on
19341 List of Algorithm
19342 \emph default
19343 s
19344 \begin_inset Quotes erd
19345 \end_inset
19346
19347  in your language.
19348 \end_layout
19349
19350 \begin_layout Standard
19351 Algorithm floats are not by default numbered in the scheme 
19352 \begin_inset Quotes eld
19353 \end_inset
19354
19355 chapter.algorithm
19356 \begin_inset Quotes erd
19357 \end_inset
19358
19359  like it is the case for table and figure floats in many document-classes.
19360  To number algorithm floats in the same scheme, add this command to your
19361  document preamble:
19362 \end_layout
19363
19364 \begin_layout Standard
19365
19366 \series bold
19367
19368 \backslash
19369 numberwithin{algorithm}{chapter}
19370 \end_layout
19371
19372 \begin_layout Standard
19373 To be able to use the command 
19374 \series bold
19375
19376 \backslash
19377 numberwithin
19378 \series default
19379 , set in the tab 
19380 \family sans
19381 Math
19382 \begin_inset space ~
19383 \end_inset
19384
19385 Options
19386 \family default
19387  in the document settings the option 
19388 \family sans
19389 Use
19390 \begin_inset space ~
19391 \end_inset
19392
19393 AMS
19394 \begin_inset space ~
19395 \end_inset
19396
19397 math
19398 \begin_inset space ~
19399 \end_inset
19400
19401 package
19402 \family default
19403 .
19404 \end_layout
19405
19406 \begin_layout Subsection
19407 Wrap Floats
19408 \begin_inset Index
19409 status collapsed
19410
19411 \begin_layout Plain Layout
19412 Floats ! Wrap Floats
19413 \end_layout
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Standard
19421 \begin_inset Wrap figure
19422 lines 0
19423 placement l
19424 overhang 1cm
19425 width "40col%"
19426 status open
19427
19428 \begin_layout Plain Layout
19429 \begin_inset Graphics
19430         filename clipart/mobius.eps
19431         width 40col%
19432         scaleBeforeRotation
19433         rotateOrigin center
19434
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \begin_layout Plain Layout
19441 \begin_inset Caption
19442
19443 \begin_layout Plain Layout
19444 \begin_inset CommandInset label
19445 LatexCommand label
19446 name "fig:This-is-a"
19447
19448 \end_inset
19449
19450 This is a figure wrap float.
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \end_inset
19459
19460  This float type is used if you want to wrap text around a figure or table
19461  so that it only occupies some fraction of the column width.
19462  It can be inserted using the menu 
19463 \family sans
19464 Insert\SpecialChar \menuseparator
19465 Floats\SpecialChar \menuseparator
19466 Figure
19467 \begin_inset space ~
19468 \end_inset
19469
19470 Wrap
19471 \begin_inset space ~
19472 \end_inset
19473
19474 Float
19475 \family default
19476  or 
19477 \family sans
19478 Table
19479 \begin_inset space ~
19480 \end_inset
19481
19482 Wrap
19483 \begin_inset space ~
19484 \end_inset
19485
19486 Float
19487 \family default
19488  if the LaTeX-package 
19489 \series bold
19490 wrapfig
19491 \series default
19492
19493 \begin_inset Index
19494 status collapsed
19495
19496 \begin_layout Plain Layout
19497 LaTeX-packages ! wrapfig
19498 \begin_inset ERT
19499 status collapsed
19500
19501 \begin_layout Plain Layout
19502
19503
19504 \backslash
19505 vspace{4mm}
19506 \end_layout
19507
19508 \end_inset
19509
19510
19511 \end_layout
19512
19513 \end_inset
19514
19515  is installed.
19516 \begin_inset Foot
19517 status collapsed
19518
19519 \begin_layout Plain Layout
19520 Installing a LaTeX-package is explained it in the 
19521 \emph on
19522 LaTeX
19523 \begin_inset space ~
19524 \end_inset
19525
19526 Configuration
19527 \emph default
19528  manual.
19529 \end_layout
19530
19531 \end_inset
19532
19533  The settings of the float can be modified by right-clicking on the float
19534  box.
19535  The mandatory settings are the float 
19536 \family sans
19537 Placement
19538 \family default
19539  and its 
19540 \family sans
19541 Width
19542 \family default
19543 .
19544  Optional are the 
19545 \family sans
19546 Overhang
19547 \family default
19548  that specifies how much the float is set into the paragraph
19549 \begin_inset space \thinspace{}
19550 \end_inset
19551
19552 /
19553 \begin_inset space \thinspace{}
19554 \end_inset
19555
19556 page margin, and the 
19557 \family sans
19558 Line
19559 \begin_inset space ~
19560 \end_inset
19561
19562 span
19563 \family default
19564  that specifies how many text lines the float will approximately need.
19565  The line span is often hard to be approximated, so better only use it when
19566  you encounter float placement problems.
19567  You can furthermore decide if LaTeX is allowed to let the float float within
19568  the paragraph or to surrounding paragraphs.
19569  Figure
19570 \begin_inset space ~
19571 \end_inset
19572
19573
19574 \begin_inset CommandInset ref
19575 LatexCommand ref
19576 reference "fig:This-is-a"
19577
19578 \end_inset
19579
19580  is an example text wrap float with a width of 40
19581 \begin_inset space \thinspace{}
19582 \end_inset
19583
19584 col%, 1
19585 \begin_inset space \thinspace{}
19586 \end_inset
19587
19588 cm overhang, set to the left.
19589 \begin_inset Foot
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593 Available units are explained in appendix
19594 \begin_inset space ~
19595 \end_inset
19596
19597
19598 \begin_inset CommandInset ref
19599 LatexCommand ref
19600 reference "cha:Units-available-in"
19601
19602 \end_inset
19603
19604 .
19605 \end_layout
19606
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \begin_layout Standard
19613 \begin_inset Note Greyedout
19614 status open
19615
19616 \begin_layout Plain Layout
19617
19618 \series bold
19619 Note:
19620 \series default
19621  Text
19622 \begin_inset space ~
19623 \end_inset
19624
19625 wrap float floats are fragile! E.
19626 \begin_inset space \thinspace{}
19627 \end_inset
19628
19629 g.
19630 \begin_inset space \space{}
19631 \end_inset
19632
19633 having a figure too close to the bottom of the page can mess things up in
19634  the way that the float doesn't appear in the output or that it is placed
19635  over some other text.
19636 \end_layout
19637
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \begin_layout Standard
19644 In general:
19645 \end_layout
19646
19647 \begin_layout Itemize
19648 Wrap floats should not be placed in paragraphs that run over a page break.
19649  That means that wrap floats should better be inserted to the exact place
19650  when the document is nearly finished and you are able to estimate where
19651  page breaks will appear.
19652 \end_layout
19653
19654 \begin_layout Itemize
19655 Wrap floats should either be placed in an own paragraph before the paragraph
19656  where they should wrap into or within a paragraph.
19657 \end_layout
19658
19659 \begin_layout Itemize
19660 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19661  there is a text paragraph between them as separator.
19662 \end_layout
19663
19664 \begin_layout Itemize
19665 Wrap floats are not allowed in section headings or tables.
19666 \end_layout
19667
19668 \begin_layout Section
19669 Float Numbering
19670 \begin_inset Index
19671 status collapsed
19672
19673 \begin_layout Plain Layout
19674 Floats ! Numbering
19675 \end_layout
19676
19677 \end_inset
19678
19679
19680 \end_layout
19681
19682 \begin_layout Standard
19683 Floats are usually numbered either independent from the sections the floats
19684  are in, or in the scheme 
19685 \begin_inset Quotes eld
19686 \end_inset
19687
19688 chapter.number
19689 \begin_inset Quotes erd
19690 \end_inset
19691
19692  or 
19693 \begin_inset Quotes eld
19694 \end_inset
19695
19696 section.number
19697 \begin_inset Quotes erd
19698 \end_inset
19699
19700 .
19701  This depends on the used document class.
19702 \end_layout
19703
19704 \begin_layout Standard
19705 To change the section independent numbering, you can use this command in
19706  the document preamble:
19707 \end_layout
19708
19709 \begin_layout Standard
19710
19711 \series bold
19712
19713 \backslash
19714 renewcommand{
19715 \backslash
19716 thetable}{
19717 \backslash
19718 roman{table}}
19719 \end_layout
19720
19721 \begin_layout Standard
19722
19723 \series bold
19724
19725 \backslash
19726 thetable
19727 \series default
19728  is the command that prints the table number, for figure floats, the command
19729  would be 
19730 \series bold
19731
19732 \backslash
19733 thefigure
19734 \series default
19735 .
19736  The command 
19737 \series bold
19738
19739 \backslash
19740 roman
19741 \series default
19742  prints in the command above the table number as small roman number.
19743 \end_layout
19744
19745 \begin_layout Standard
19746 To change the numbering scheme for example to 
19747 \begin_inset Quotes eld
19748 \end_inset
19749
19750 subsection.number
19751 \begin_inset Quotes erd
19752 \end_inset
19753
19754 , use this command in the preamble:
19755 \end_layout
19756
19757 \begin_layout Standard
19758
19759 \series bold
19760
19761 \backslash
19762 numberwithin{table}{subsection}
19763 \end_layout
19764
19765 \begin_layout Standard
19766 To be able to use the command 
19767 \series bold
19768
19769 \backslash
19770 numberwithin
19771 \series default
19772 , set in the tab 
19773 \family sans
19774 Math
19775 \begin_inset space ~
19776 \end_inset
19777
19778 Options
19779 \family default
19780  in the document settings the option 
19781 \family sans
19782 Use
19783 \begin_inset space ~
19784 \end_inset
19785
19786 AMS
19787 \begin_inset space ~
19788 \end_inset
19789
19790 math
19791 \begin_inset space ~
19792 \end_inset
19793
19794 package
19795 \family default
19796 .
19797 \end_layout
19798
19799 \begin_layout Standard
19800 Please also have a look at section
19801 \begin_inset space ~
19802 \end_inset
19803
19804
19805 \begin_inset CommandInset ref
19806 LatexCommand ref
19807 reference "sub:Footnote-Numbering"
19808
19809 \end_inset
19810
19811  for the details and important notes about the numbering commands.
19812 \end_layout
19813
19814 \begin_layout Section
19815 Referencing Floats
19816 \begin_inset CommandInset label
19817 LatexCommand label
19818 name "sec:Referencing-Floats"
19819
19820 \end_inset
19821
19822
19823 \begin_inset Index
19824 status collapsed
19825
19826 \begin_layout Plain Layout
19827 Floats ! References
19828 \end_layout
19829
19830 \end_inset
19831
19832
19833 \begin_inset Index
19834 status collapsed
19835
19836 \begin_layout Plain Layout
19837 References ! to Floats
19838 \end_layout
19839
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \begin_layout Standard
19846 To reference a float, insert a label into its caption using the menu 
19847 \family sans
19848 Insert\SpecialChar \menuseparator
19849 Label
19850 \family default
19851  or the toolbar button 
19852 \begin_inset Graphics
19853         filename ../images/label-insert.png
19854         scale 85
19855         scaleBeforeRotation
19856
19857 \end_inset
19858
19859 .
19860  A grey label box like this one: 
19861 \begin_inset Graphics
19862         filename clipart/labelQt4.png
19863         scale 85
19864         scaleBeforeRotation
19865
19866 \end_inset
19867
19868  will be inserted and the label window pops up asking for the label text.
19869  LyX offers as text the first words of the caption with a prefix.
19870  The prefix depends on the float type, e.
19871 \begin_inset space \thinspace{}
19872 \end_inset
19873
19874 g.
19875 \begin_inset space \space{}
19876 \end_inset
19877
19878 for figure floats the prefix will be "
19879 \family sans
19880 fig:
19881 \family default
19882 ".
19883 \end_layout
19884
19885 \begin_layout Standard
19886 The label is used as anchor and name for the reference.
19887  You can refer to the label using the menu 
19888 \family sans
19889 Insert\SpecialChar \menuseparator
19890 Cross-reference
19891 \family default
19892  or the toolbar button 
19893 \begin_inset Graphics
19894         filename ../images/dialog-show-new-inset_ref.png
19895         scale 85
19896         scaleBeforeRotation
19897
19898 \end_inset
19899
19900 .
19901  A grey cross-reference box like this one: 
19902 \begin_inset Graphics
19903         filename clipart/referenceQt4.png
19904         scale 85
19905         scaleBeforeRotation
19906
19907 \end_inset
19908
19909  will be inserted and the cross-reference window appear showing all labels
19910  of the document.
19911  If you have multiple LyX-documents opened, choose the one you are working
19912  on from the drop-list at the top of the dialog.
19913  You can now sort the labels alphabetically and then choose one.
19914  At the position of the cross-reference box the float number will appear
19915  in the output.
19916 \end_layout
19917
19918 \begin_layout Standard
19919 It is recommended to use a protected space between the cross-reference name
19920  and its number to avoid line breaks between them.
19921  If a cross-reference refers to a non-existing label, you will see two question
19922  marks in the output instead of the reference.
19923 \end_layout
19924
19925 \begin_layout Standard
19926 You can change labels at any time by clicking on the label box.
19927  References to the changed label will automatically change its link to the
19928  new label text, so that you don't need to take care about this.
19929 \end_layout
19930
19931 \begin_layout Standard
19932 The button 
19933 \family sans
19934 Go
19935 \begin_inset space ~
19936 \end_inset
19937
19938 to
19939 \begin_inset space ~
19940 \end_inset
19941
19942 Label
19943 \family default
19944  in the cross-reference window sets the cursor before the referred label.
19945  The button text changes then to Go
19946 \begin_inset space ~
19947 \end_inset
19948
19949 Back and you can use it to set the cursor back to the cross-reference.
19950  Right-clicking on a cross-reference box also sets the cursor before the
19951  referenced label but without a possibility to go back.
19952 \end_layout
19953
19954 \begin_layout Subsection
19955 Cross-Reference Formats
19956 \begin_inset CommandInset label
19957 LatexCommand label
19958 name "sub:Cross-Reference-Formats"
19959
19960 \end_inset
19961
19962
19963 \begin_inset Index
19964 status collapsed
19965
19966 \begin_layout Plain Layout
19967 References ! Formats
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \begin_layout Standard
19976 There are six varieties of cross-references:
19977 \end_layout
19978
19979 \begin_layout Description
19980 <reference>: prints the float number, this is the default: 
19981 \begin_inset CommandInset ref
19982 LatexCommand ref
19983 reference "fig:Two-distorted-images"
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \begin_layout Description
19991 (<reference>): prints the float number within two parentheses, this is the
19992  style normally used to reference formulas, especially when the reference
19993  name 
19994 \begin_inset Quotes eld
19995 \end_inset
19996
19997 Equation
19998 \begin_inset Quotes erd
19999 \end_inset
20000
20001  is omitted: 
20002 \begin_inset CommandInset ref
20003 LatexCommand eqref
20004 reference "eq:Wgn"
20005
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \begin_layout Description
20012 <page>: prints the page number: Page
20013 \begin_inset space ~
20014 \end_inset
20015
20016
20017 \begin_inset CommandInset ref
20018 LatexCommand pageref
20019 reference "fig:Two-distorted-images"
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Description
20027 on
20028 \begin_inset space ~
20029 \end_inset
20030
20031 page
20032 \begin_inset space ~
20033 \end_inset
20034
20035 <page>: prints the text "on page" and the page number: 
20036 \begin_inset CommandInset ref
20037 LatexCommand vpageref
20038 reference "fig:Two-distorted-images"
20039
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \begin_layout Description
20046 <reference>
20047 \begin_inset space ~
20048 \end_inset
20049
20050 on
20051 \begin_inset space ~
20052 \end_inset
20053
20054 page
20055 \begin_inset space ~
20056 \end_inset
20057
20058 <page>: prints the float number, the text "on page", and the page number:
20059  
20060 \begin_inset CommandInset ref
20061 LatexCommand vref
20062 reference "fig:Two-distorted-images"
20063
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \begin_layout Description
20070 Formatted
20071 \begin_inset space ~
20072 \end_inset
20073
20074 reference: prints a self defined cross-reference format.
20075  
20076 \begin_inset Note Greyedout
20077 status open
20078
20079 \begin_layout Plain Layout
20080
20081 \series bold
20082 Note:
20083 \series default
20084  This feature is only available when you have the LaTeX-package 
20085 \series bold
20086 prettyref
20087 \series default
20088  installed.
20089 \end_layout
20090
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \begin_layout Standard
20097 Note that the style <page> won't print the page number if the label is on
20098  the previous, the same, or the next page.
20099  You will e.
20100 \begin_inset space \thinspace{}
20101 \end_inset
20102
20103 g.
20104 \begin_inset space \space{}
20105 \end_inset
20106
20107 see the text 
20108 \begin_inset Quotes eld
20109 \end_inset
20110
20111
20112 \family sans
20113 on this page
20114 \family default
20115
20116 \begin_inset Quotes erd
20117 \end_inset
20118
20119  instead.
20120 \end_layout
20121
20122 \begin_layout Standard
20123 The number and current page of the referred document part in the output,
20124  is automatically calculated by LaTeX.
20125  The varieties are adjusted in the field 
20126 \family sans
20127 Format
20128 \family default
20129  of the cross-reference window, that appear when you click on the cross-referenc
20130 e box.
20131 \end_layout
20132
20133 \begin_layout Subsection
20134 Automatic Reference Naming
20135 \begin_inset Index
20136 status collapsed
20137
20138 \begin_layout Plain Layout
20139 References ! Automatic Reference Naming
20140 \end_layout
20141
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \begin_layout Standard
20148 The LaTeX-package 
20149 \series bold
20150 hyperref
20151 \series default
20152
20153 \begin_inset Index
20154 status collapsed
20155
20156 \begin_layout Plain Layout
20157 LaTeX-packages ! hyperref
20158 \end_layout
20159
20160 \end_inset
20161
20162 , that is enabled in the 
20163 \family sans
20164 PDF Properties
20165 \family default
20166  of the 
20167 \family sans
20168 Document Settings
20169 \family default
20170  dialog, provides a very useful feature that cross-references automatically
20171  include the name of the referenced floats (or text parts like 
20172 \emph on
20173 section
20174 \emph default
20175 ).
20176  So you will save to write e.
20177 \begin_inset space \thinspace{}
20178 \end_inset
20179
20180 g.
20181 \begin_inset space \space{}
20182 \end_inset
20183
20184 the name 
20185 \begin_inset Quotes eld
20186 \end_inset
20187
20188 Figure
20189 \begin_inset Quotes erd
20190 \end_inset
20191
20192  before every reference to a figure.
20193  To use this feature, enable 
20194 \series bold
20195 hyperref
20196 \series default
20197  and insert this line to the LaTeX preamble:
20198 \end_layout
20199
20200 \begin_layout Standard
20201
20202 \series bold
20203
20204 \backslash
20205 AtBeginDocument{
20206 \backslash
20207 renewcommand{
20208 \backslash
20209 ref}[1]{
20210 \backslash
20211 mbox{
20212 \backslash
20213 autoref{#1}}}}
20214 \end_layout
20215
20216 \begin_layout Standard
20217 When you prefer other reference names than the default ones, for example
20218  you want instead of 
20219 \begin_inset Quotes eld
20220 \end_inset
20221
20222 section
20223 \begin_inset Quotes erd
20224 \end_inset
20225
20226  the name 
20227 \begin_inset Quotes eld
20228 \end_inset
20229
20230 sec.
20231 \begin_inset space \thinspace{}
20232 \end_inset
20233
20234
20235 \begin_inset Quotes eld
20236 \end_inset
20237
20238 , you can redefine the name by inserting this to the preamble:
20239 \end_layout
20240
20241 \begin_layout Standard
20242
20243 \series bold
20244
20245 \backslash
20246 addto
20247 \backslash
20248 extrasenglish{
20249 \backslash
20250 renewcommand{
20251 \backslash
20252 sectionautorefname}
20253 \begin_inset Newline newline
20254 \end_inset
20255
20256
20257 \begin_inset ERT
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261
20262
20263 \backslash
20264 hphantom{ }
20265 \end_layout
20266
20267 \end_inset
20268
20269 {sec.
20270 \backslash
20271 negthinspace}}
20272 \end_layout
20273
20274 \begin_layout Standard
20275 When you are using another document language than English, replace
20276 \begin_inset Newline newline
20277 \end_inset
20278
20279
20280 \series bold
20281
20282 \backslash
20283 extrasenglish
20284 \series default
20285  by 
20286 \series bold
20287
20288 \backslash
20289 extras***
20290 \series default
20291 , where *** is the name of the used language.
20292 \end_layout
20293
20294 \begin_layout Standard
20295 To get automatic names, but not for certain reference types, for example
20296  not for equations, use this preamble code:
20297 \end_layout
20298
20299 \begin_layout Standard
20300
20301 \series bold
20302
20303 \backslash
20304 newlength{
20305 \backslash
20306 abc}
20307 \begin_inset Newline newline
20308 \end_inset
20309
20310
20311 \backslash
20312 settowidth{
20313 \backslash
20314 abc}{
20315 \backslash
20316 space}
20317 \begin_inset Newline newline
20318 \end_inset
20319
20320
20321 \backslash
20322 addto
20323 \backslash
20324 extrasenglish{
20325 \backslash
20326 renewcommand{
20327 \backslash
20328 equationautorefname}
20329 \begin_inset Newline newline
20330 \end_inset
20331
20332
20333 \begin_inset ERT
20334 status collapsed
20335
20336 \begin_layout Plain Layout
20337
20338
20339 \backslash
20340 hphantom{ }
20341 \end_layout
20342
20343 \end_inset
20344
20345 {
20346 \backslash
20347 hspace{-
20348 \backslash
20349 abc}}
20350 \end_layout
20351
20352 \begin_layout Standard
20353 More about this topic can be found in 
20354 \series bold
20355 hyperref
20356 \series default
20357 's documentation 
20358 \begin_inset CommandInset citation
20359 LatexCommand cite
20360 key "hyperref"
20361
20362 \end_inset
20363
20364 .
20365 \end_layout
20366
20367 \begin_layout Standard
20368 \begin_inset Note Greyedout
20369 status open
20370
20371 \begin_layout Plain Layout
20372
20373 \series bold
20374 Note:
20375 \series default
20376  Automatic reference naming cannot be used when you use cross-references
20377  in the 
20378 \family sans
20379 Formatted
20380 \begin_inset space ~
20381 \end_inset
20382
20383 reference
20384 \family default
20385  style, as described in section
20386 \begin_inset space ~
20387 \end_inset
20388
20389
20390 \begin_inset CommandInset ref
20391 LatexCommand ref
20392 reference "sub:Cross-Reference-Formats"
20393
20394 \end_inset
20395
20396 .
20397 \end_layout
20398
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \begin_layout Standard
20405 The 
20406 \emph on
20407 Math
20408 \emph default
20409  manual is an example where automatic reference naming is used.
20410 \end_layout
20411
20412 \begin_layout Subsection
20413 Reference Position
20414 \begin_inset CommandInset label
20415 LatexCommand label
20416 name "sub:Reference-Position"
20417
20418 \end_inset
20419
20420
20421 \begin_inset Index
20422 status collapsed
20423
20424 \begin_layout Plain Layout
20425 References ! Reference Position
20426 \end_layout
20427
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 If you use 
20435 \series bold
20436 hyperref
20437 \series default
20438
20439 \begin_inset Index
20440 status collapsed
20441
20442 \begin_layout Plain Layout
20443 LaTeX-packages ! hyperref
20444 \end_layout
20445
20446 \end_inset
20447
20448  in the 
20449 \family sans
20450 PDF Properties
20451 \family default
20452  of the 
20453 \family sans
20454 Document Settings
20455 \family default
20456  dialog to link cross-references in the output, you will see that clicking
20457  on an image float reference jumps to the image label.
20458  The caption will be the first text part on the screen, so that you cannot
20459  see the image without scrolling.
20460  This is because the reference link anchor is placed at the position of
20461  the label.
20462  With the use of the package 
20463 \series bold
20464 hypcap
20465 \series default
20466
20467 \begin_inset Index
20468 status collapsed
20469
20470 \begin_layout Plain Layout
20471 LaTeX-packages ! hypcap
20472 \end_layout
20473
20474 \end_inset
20475
20476 , which is part of the LaTeX-package 
20477 \series bold
20478 oberdiek
20479 \series default
20480
20481 \begin_inset Index
20482 status collapsed
20483
20484 \begin_layout Plain Layout
20485 LaTeX-packages ! oberdiek
20486 \end_layout
20487
20488 \end_inset
20489
20490 , the link anchor is placed at the beginning of a float.
20491  To use this feature for figure floats, load 
20492 \series bold
20493 hypcap
20494 \series default
20495  in the document preamble with the line
20496 \end_layout
20497
20498 \begin_layout Standard
20499
20500 \series bold
20501
20502 \backslash
20503 usepackage[figure]{hypcap}
20504 \end_layout
20505
20506 \begin_layout Standard
20507 You can also use 
20508 \series bold
20509 hypcap
20510 \series default
20511  for all float types but this is not recommended for stability reasons.
20512  For more informations, have a look at 
20513 \series bold
20514 hypcap
20515 \series default
20516 's manual 
20517 \begin_inset CommandInset citation
20518 LatexCommand cite
20519 key "hypcap"
20520
20521 \end_inset
20522
20523 .
20524 \end_layout
20525
20526 \begin_layout Standard
20527 \begin_inset Note Greyedout
20528 status open
20529
20530 \begin_layout Plain Layout
20531
20532 \series bold
20533 Note:
20534 \series default
20535  
20536 \series bold
20537 hypcap
20538 \series default
20539  has no effect for references to subfigures.
20540 \end_layout
20541
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \begin_layout Section
20548 Float Placement
20549 \begin_inset CommandInset label
20550 LatexCommand label
20551 name "sec:Float-Placement"
20552
20553 \end_inset
20554
20555
20556 \begin_inset Index
20557 status collapsed
20558
20559 \begin_layout Plain Layout
20560 Floats ! Placement
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \begin_layout Standard
20569 Right-clicking on a float-box opens a dialog where you can alter the placement
20570  options that LaTeX uses for positioning the float.
20571 \begin_inset Newline newline
20572 \end_inset
20573
20574 The option 
20575 \family sans
20576 Span
20577 \begin_inset space ~
20578 \end_inset
20579
20580 columns
20581 \family default
20582  is only useful for two-column documents: If you select it, the float will
20583  span across both columns on the page instead of being confined to just
20584  one.
20585 \begin_inset Newline newline
20586 \end_inset
20587
20588 The option 
20589 \family sans
20590 Rotate
20591 \begin_inset space ~
20592 \end_inset
20593
20594 sideways
20595 \family default
20596  is used to rotate floats, see section 
20597 \begin_inset CommandInset ref
20598 LatexCommand ref
20599 reference "sec:Rotated-Floats"
20600
20601 \end_inset
20602
20603 .
20604 \end_layout
20605
20606 \begin_layout Standard
20607 You can use one ore more of the following options in the float dialog to
20608  set the placement for a particular float when you uncheck the option 
20609 \family sans
20610 Use
20611 \begin_inset space ~
20612 \end_inset
20613
20614 default
20615 \begin_inset space ~
20616 \end_inset
20617
20618 placement
20619 \family default
20620 :
20621 \end_layout
20622
20623 \begin_layout Description
20624 Here
20625 \begin_inset space ~
20626 \end_inset
20627
20628 if
20629 \begin_inset space ~
20630 \end_inset
20631
20632 possible try to place the float on the position where it is inserted
20633 \end_layout
20634
20635 \begin_layout Description
20636 Top
20637 \begin_inset space ~
20638 \end_inset
20639
20640 of
20641 \begin_inset space ~
20642 \end_inset
20643
20644 page try to place the float on the top of the current page
20645 \end_layout
20646
20647 \begin_layout Description
20648 Bottom
20649 \begin_inset space ~
20650 \end_inset
20651
20652 of
20653 \begin_inset space ~
20654 \end_inset
20655
20656 page try to place the float on the bottom of the current page
20657 \end_layout
20658
20659 \begin_layout Description
20660 Page
20661 \begin_inset space ~
20662 \end_inset
20663
20664 of
20665 \begin_inset space ~
20666 \end_inset
20667
20668 floats try to place the float on an own page 
20669 \end_layout
20670
20671 \begin_layout Standard
20672 The order of the above option is 
20673 \emph on
20674 always
20675 \emph default
20676  used by LaTeX.
20677  That means, if you use the default placement, LaTeX will first try out
20678  
20679 \family sans
20680 Here
20681 \begin_inset space ~
20682 \end_inset
20683
20684 if
20685 \begin_inset space ~
20686 \end_inset
20687
20688 possible
20689 \family default
20690 , then 
20691 \family sans
20692 Top
20693 \begin_inset space ~
20694 \end_inset
20695
20696 of
20697 \begin_inset space ~
20698 \end_inset
20699
20700 page
20701 \family default
20702 , and then the others.
20703  If you don't use the default, LaTeX will try only the checked options but
20704  in the same order.
20705  If none of the 4 placements are possible the procedure is internally repeated
20706  but it is tried to put the float on the following page.
20707 \end_layout
20708
20709 \begin_layout Standard
20710 By default, each option has its own rules:
20711 \end_layout
20712
20713 \begin_layout Labeling
20714 \labelwidthstring 00.00.0000
20715
20716 \family sans
20717 Top
20718 \begin_inset space ~
20719 \end_inset
20720
20721 of
20722 \begin_inset space ~
20723 \end_inset
20724
20725 page
20726 \family default
20727  only floats occupying less than 70
20728 \begin_inset space \thinspace{}
20729 \end_inset
20730
20731 % of the page can be placed at the top of a page (
20732 \series bold
20733
20734 \backslash
20735 topfraction
20736 \series default
20737 )
20738 \end_layout
20739
20740 \begin_layout Labeling
20741 \labelwidthstring 00.00.0000
20742
20743 \family sans
20744 Bottom
20745 \begin_inset space ~
20746 \end_inset
20747
20748 of
20749 \begin_inset space ~
20750 \end_inset
20751
20752 page
20753 \family default
20754 : only floats occupying less than 30
20755 \begin_inset space \thinspace{}
20756 \end_inset
20757
20758 % of the page can be placed at the bottom of a page.
20759  (
20760 \series bold
20761
20762 \backslash
20763 bottomfraction
20764 \series default
20765 )
20766 \end_layout
20767
20768 \begin_layout Labeling
20769 \labelwidthstring 00.00.0000
20770
20771 \family sans
20772 Page
20773 \begin_inset space ~
20774 \end_inset
20775
20776 of
20777 \begin_inset space ~
20778 \end_inset
20779
20780 floats
20781 \family default
20782 : only if more than 50
20783 \begin_inset space \thinspace{}
20784 \end_inset
20785
20786 % of the page are occupied by floats, several floats can be set together
20787  on a page.
20788  (
20789 \series bold
20790
20791 \backslash
20792 floatpagefraction
20793 \series default
20794 )
20795 \end_layout
20796
20797 \begin_layout Standard
20798 If you don't like these rules, you can ignore them by using the additional
20799  option 
20800 \family sans
20801 Ignore
20802 \begin_inset space ~
20803 \end_inset
20804
20805 LaTeX
20806 \begin_inset space ~
20807 \end_inset
20808
20809 rules
20810 \family default
20811 .
20812 \begin_inset Newline newline
20813 \end_inset
20814
20815 You can also redefine the rules with LaTeX-commands that are given in parenthese
20816 s behind the rules description above.
20817  To increase for example the often too small default of the bottom-rule
20818  to 50
20819 \begin_inset space \thinspace{}
20820 \end_inset
20821
20822 % of the page, add this line to your document preamble:
20823 \end_layout
20824
20825 \begin_layout Standard
20826
20827 \series bold
20828
20829 \backslash
20830 renewcommand{
20831 \backslash
20832 bottomfraction}{0.5}
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Sometimes you might need, under all circumstances, a float to be placed
20837  exactly at the position where it is inserted.
20838  For this case you can use the option 
20839 \family sans
20840 Here
20841 \begin_inset space ~
20842 \end_inset
20843
20844 definitely
20845 \family default
20846 .
20847  Use this option very rarely and only if the document is nearly ready to
20848  be printed.
20849  Because the float is then no longer able to 
20850 \begin_inset Quotes eld
20851 \end_inset
20852
20853 float
20854 \begin_inset Quotes erd
20855 \end_inset
20856
20857  when you change your document and this will often destroy the page layout.
20858 \end_layout
20859
20860 \begin_layout Standard
20861 There are no placement options for text wrap floats, because they are always
20862  surrounded by the text of a certain paragraph.
20863 \begin_inset VSpace bigskip
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Standard
20870 Sometimes you have the problem that a float is placed at the top of a page
20871  while its corresponding section starts at the middle of the page, so that
20872  the reader could think the float is part of the previous section.
20873  To avoid this the LaTeX-command 
20874 \series bold
20875
20876 \backslash
20877 suppressfloats
20878 \series default
20879  can be used.
20880  It suppresses a given float placement for the page where it is inserted
20881  and can therefore be used to avoid that floats could be set before a section
20882  starts.
20883  To get this, add these commands to your document preamble:
20884 \end_layout
20885
20886 \begin_layout Standard
20887
20888 \series bold
20889
20890 \backslash
20891 let
20892 \backslash
20893 mySection
20894 \backslash
20895 section
20896 \begin_inset Newline newline
20897 \end_inset
20898
20899
20900 \backslash
20901 renewcommand{
20902 \backslash
20903 section}{
20904 \backslash
20905 suppressfloats[t]
20906 \backslash
20907 mySection}
20908 \end_layout
20909
20910 \begin_layout Standard
20911 You can define the same for all section headings, like chapters and subsections.
20912  This definition is not recommended to be used for small text parts like
20913  subsubsections because LaTeX may then have problems to find a suitable
20914  placement.
20915 \end_layout
20916
20917 \begin_layout Standard
20918 \begin_inset VSpace bigskip
20919 \end_inset
20920
20921 In some cases it is required to have all figures/tables at the end of the
20922  document.
20923  For this purpose the LaTeX-package 
20924 \series bold
20925 endfloat
20926 \series default
20927
20928 \begin_inset Index
20929 status collapsed
20930
20931 \begin_layout Plain Layout
20932 LaTeX-packages ! endfloat
20933 \end_layout
20934
20935 \end_inset
20936
20937  was developed.
20938  It puts all figure and table floats at the end of the document into own
20939  sections.
20940  At the original float position a text hint like 
20941 \begin_inset Quotes eld
20942 \end_inset
20943
20944
20945 \family sans
20946 [Figure
20947 \begin_inset space ~
20948 \end_inset
20949
20950 3.2 about here.]
20951 \family default
20952
20953 \begin_inset Quotes erd
20954 \end_inset
20955
20956  is inserted.
20957  The endfloat-package is loaded in the preamble with the line
20958 \end_layout
20959
20960 \begin_layout Standard
20961
20962 \series bold
20963
20964 \backslash
20965 usepackage[options]{endfloat}
20966 \end_layout
20967
20968 \begin_layout Standard
20969 There are various package options to format the created figure/table sections.
20970  For more information we refer to the 
20971 \series bold
20972 endfloat
20973 \series default
20974  documentation 
20975 \begin_inset CommandInset citation
20976 LatexCommand cite
20977 key "endfloat"
20978
20979 \end_inset
20980
20981 .
20982 \begin_inset Newline newline
20983 \end_inset
20984
20985
20986 \begin_inset Note Greyedout
20987 status open
20988
20989 \begin_layout Plain Layout
20990
20991 \series bold
20992 Note: endfloat
20993 \series default
20994  doesn't provide an automatic translation for the text hint, you have to
20995  do this manually, see section
20996 \begin_inset space ~
20997 \end_inset
20998
20999 4 in 
21000 \begin_inset CommandInset citation
21001 LatexCommand cite
21002 key "endfloat"
21003
21004 \end_inset
21005
21006 .
21007 \end_layout
21008
21009 \end_inset
21010
21011
21012 \begin_inset Newline newline
21013 \end_inset
21014
21015
21016 \begin_inset Note Greyedout
21017 status open
21018
21019 \begin_layout Plain Layout
21020
21021 \series bold
21022 Note:
21023 \series default
21024  There is currently a bug in 
21025 \series bold
21026 endfloat
21027 \series default
21028  when the caption contains a German 
21029 \begin_inset Quotes eld
21030 \end_inset
21031
21032 ß
21033 \begin_inset Quotes erd
21034 \end_inset
21035
21036 .
21037  Use in this case the command 
21038 \begin_inset Quotes eld
21039 \end_inset
21040
21041
21042 \series bold
21043
21044 \backslash
21045 ss
21046 \series default
21047
21048 \begin_inset Quotes erd
21049 \end_inset
21050
21051  in TeX-Code instead of 
21052 \begin_inset Quotes eld
21053 \end_inset
21054
21055 ß
21056 \begin_inset Quotes erd
21057 \end_inset
21058
21059 .
21060 \end_layout
21061
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \begin_layout Standard
21068 \begin_inset VSpace bigskip
21069 \end_inset
21070
21071 For more details about float placements, have a look at LaTeX books, 
21072 \begin_inset CommandInset citation
21073 LatexCommand cite
21074 key "latexcompanion,latexguide,latexbook"
21075
21076 \end_inset
21077
21078 .
21079 \end_layout
21080
21081 \begin_layout Section
21082 Rotated Floats
21083 \begin_inset CommandInset label
21084 LatexCommand label
21085 name "sec:Rotated-Floats"
21086
21087 \end_inset
21088
21089
21090 \begin_inset Index
21091 status collapsed
21092
21093 \begin_layout Plain Layout
21094 Floats ! Rotating
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \begin_layout Standard
21103 Especially for wide tables you might have floats rotated.
21104  To rotate a whole float including the caption, right-click on the float-box
21105  and use the option 
21106 \family sans
21107 Rotate
21108 \begin_inset space ~
21109 \end_inset
21110
21111 sideways
21112 \family default
21113 .
21114 \end_layout
21115
21116 \begin_layout Standard
21117 Rotated floats are always placed on its own page (or column, in case you
21118  have a multi-column document).
21119  You can let them span several columns using the float settings option 
21120 \family sans
21121 Span
21122 \begin_inset space ~
21123 \end_inset
21124
21125 columns
21126 \family default
21127 .
21128  Floats are rotated so that you can read them from the outside margin.
21129  To force a certain rotation direction for all pages, you can add either
21130  the option 
21131 \series bold
21132 figuresleft
21133 \series default
21134  or 
21135 \series bold
21136 figuresright
21137 \series default
21138  to the document class options.
21139 \end_layout
21140
21141 \begin_layout Standard
21142 Referencing rotated floats is the same like for normal floats, the caption
21143  format is also the same: Table
21144 \begin_inset space ~
21145 \end_inset
21146
21147
21148 \begin_inset CommandInset ref
21149 LatexCommand ref
21150 reference "tab:Rotated-table"
21151
21152 \end_inset
21153
21154  is an example of a rotated table float.
21155 \end_layout
21156
21157 \begin_layout Standard
21158 \begin_inset Note Greyedout
21159 status open
21160
21161 \begin_layout Plain Layout
21162
21163 \series bold
21164 Note:
21165 \series default
21166  Not all DVI-viewers are able to display rotated floats.
21167 \end_layout
21168
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \begin_layout Standard
21175 \begin_inset Float table
21176 wide false
21177 sideways true
21178 status open
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Caption
21182
21183 \begin_layout Plain Layout
21184 \begin_inset CommandInset label
21185 LatexCommand label
21186 name "tab:Rotated-table"
21187
21188 \end_inset
21189
21190  Rotated table
21191 \end_layout
21192
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \begin_layout Plain Layout
21199 \align center
21200 \begin_inset Tabular
21201 <lyxtabular version="3" rows="1" columns="5">
21202 <features>
21203 <column alignment="center" valignment="top" width="0">
21204 <column alignment="center" valignment="top" width="0">
21205 <column alignment="center" valignment="top" width="0">
21206 <column alignment="center" valignment="top" width="0">
21207 <column alignment="center" valignment="top" width="0">
21208 <row>
21209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 test
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 b
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 c
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 d
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 e
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 </lyxtabular>
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Section
21268 Floats Side by Side
21269 \begin_inset Index
21270 status collapsed
21271
21272 \begin_layout Plain Layout
21273 Floats ! Side by side
21274 \end_layout
21275
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Standard
21282 To place floats side by side, like for Figure
21283 \begin_inset space ~
21284 \end_inset
21285
21286
21287 \begin_inset CommandInset ref
21288 LatexCommand ref
21289 reference "fig:Float-left"
21290
21291 \end_inset
21292
21293  and 
21294 \begin_inset CommandInset ref
21295 LatexCommand ref
21296 reference "fig:Float-right"
21297
21298 \end_inset
21299
21300 , only 
21301 \emph on
21302 one
21303 \emph default
21304  float is used.
21305  In it two minipage boxes are inserted.
21306 \begin_inset Foot
21307 status collapsed
21308
21309 \begin_layout Plain Layout
21310 Minipages are explained in section
21311 \begin_inset space ~
21312 \end_inset
21313
21314
21315 \begin_inset CommandInset ref
21316 LatexCommand ref
21317 reference "sec:Minipages"
21318
21319 \end_inset
21320
21321 .
21322 \end_layout
21323
21324 \end_inset
21325
21326  The width is set to 45
21327 \begin_inset space \thinspace{}
21328 \end_inset
21329
21330 -50
21331 \begin_inset space \thinspace{}
21332 \end_inset
21333
21334 column% and the box alignment to 
21335 \family sans
21336 Bottom
21337 \family default
21338  for each minipage.
21339  The minipage boxes contain the image and the caption in the same way as
21340  they are in a float.
21341  The only difference is that the image unit 
21342 \family sans
21343 Column
21344 \begin_inset space ~
21345 \end_inset
21346
21347 Width
21348 \begin_inset space ~
21349 \end_inset
21350
21351 %
21352 \family default
21353  is now calculated according to the width of the minipage boxes.
21354 \end_layout
21355
21356 \begin_layout Standard
21357 \begin_inset Float figure
21358 wide false
21359 sideways false
21360 status open
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Box Frameless
21364 position "b"
21365 hor_pos "c"
21366 has_inner_box 1
21367 inner_pos "t"
21368 use_parbox 0
21369 width "45col%"
21370 special "none"
21371 height "1in"
21372 height_special "totalheight"
21373 status open
21374
21375 \begin_layout Plain Layout
21376 \align center
21377 \begin_inset Graphics
21378         filename clipart/mobius.eps
21379         lyxscale 50
21380         width 100col%
21381         scaleBeforeRotation
21382
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Caption
21390
21391 \begin_layout Plain Layout
21392 \begin_inset CommandInset label
21393 LatexCommand label
21394 name "fig:Float-left"
21395
21396 \end_inset
21397
21398 Float on the left side.
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407
21408
21409 \begin_inset space \hfill{}
21410 \end_inset
21411
21412
21413 \begin_inset Box Frameless
21414 position "b"
21415 hor_pos "c"
21416 has_inner_box 1
21417 inner_pos "t"
21418 use_parbox 0
21419 width "45col%"
21420 special "none"
21421 height "1in"
21422 height_special "totalheight"
21423 status open
21424
21425 \begin_layout Plain Layout
21426 \align center
21427 \begin_inset Graphics
21428         filename clipart/platypus.eps
21429         lyxscale 50
21430         width 100col%
21431         scaleBeforeRotation
21432
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Caption
21440
21441 \begin_layout Plain Layout
21442 \begin_inset CommandInset label
21443 LatexCommand label
21444 name "fig:Float-right"
21445
21446 \end_inset
21447
21448 Float on the right side.
21449 \end_layout
21450
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \begin_layout Plain Layout
21462
21463 \end_layout
21464
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \begin_layout Section
21471 Caption Formatting
21472 \begin_inset Index
21473 status collapsed
21474
21475 \begin_layout Plain Layout
21476 Caption ! Formatting
21477 \end_layout
21478
21479 \end_inset
21480
21481
21482 \begin_inset Index
21483 status collapsed
21484
21485 \begin_layout Plain Layout
21486 Floats ! Caption Formatting
21487 \end_layout
21488
21489 \end_inset
21490
21491
21492 \begin_inset CommandInset label
21493 LatexCommand label
21494 name "sec:Caption-Formatting"
21495
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 The 
21503 \family sans
21504 Caption
21505 \family default
21506  environment is the default paragraph environment for 
21507 \family sans
21508 Floats
21509 \family default
21510 .
21511  On the LyX screen captions appear as label, e.
21512 \begin_inset space \thinspace{}
21513 \end_inset
21514
21515 g.
21516 \begin_inset space \space{}
21517 \end_inset
21518
21519
21520 \begin_inset Quotes eld
21521 \end_inset
21522
21523
21524 \family sans
21525 Figure #:
21526 \family default
21527
21528 \begin_inset Quotes erd
21529 \end_inset
21530
21531  followed by the caption text.
21532  
21533 \begin_inset Quotes eld
21534 \end_inset
21535
21536 #
21537 \begin_inset Quotes erd
21538 \end_inset
21539
21540  is the actual reference number.
21541  By default the label and the number are in the same font as the caption
21542  text and a colon follows the number to divide the label from the text.
21543  This caption format is not suitable for all document formats.
21544  
21545 \end_layout
21546
21547 \begin_layout Standard
21548 To change the default caption format, load the LaTeX-package 
21549 \series bold
21550 caption
21551 \series default
21552
21553 \begin_inset Index
21554 status collapsed
21555
21556 \begin_layout Plain Layout
21557 LaTeX-packages ! caption
21558 \end_layout
21559
21560 \end_inset
21561
21562  in the document preamble with this line:
21563 \end_layout
21564
21565 \begin_layout Standard
21566
21567 \series bold
21568
21569 \backslash
21570 usepackage[format definition]{caption}
21571 \end_layout
21572
21573 \begin_layout Standard
21574 To have for example the label and the number in sans-serif bold font and
21575  the table captions always above the table like in this document, use the
21576  following command:
21577 \end_layout
21578
21579 \begin_layout Standard
21580
21581 \series bold
21582
21583 \backslash
21584 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21585 \end_layout
21586
21587 \begin_layout Standard
21588 You can also define different caption formats for the different float types.
21589  In this case load the 
21590 \series bold
21591 caption
21592 \series default
21593  package without format specific options and define the different formats
21594  with the help of the command
21595 \end_layout
21596
21597 \begin_layout Standard
21598
21599 \series bold
21600
21601 \backslash
21602 captionsetup[float type]{format definition}
21603 \end_layout
21604
21605 \begin_layout Standard
21606 in the document preamble.
21607  For example the caption formats of Figure
21608 \begin_inset space ~
21609 \end_inset
21610
21611
21612 \begin_inset CommandInset ref
21613 LatexCommand ref
21614 reference "fig:This-is-an-fig"
21615
21616 \end_inset
21617
21618  and Table
21619 \begin_inset space ~
21620 \end_inset
21621
21622
21623 \begin_inset CommandInset ref
21624 LatexCommand ref
21625 reference "tab:This-is-an-tab"
21626
21627 \end_inset
21628
21629  can be created using these commands in the document preamble:
21630 \end_layout
21631
21632 \begin_layout Standard
21633
21634 \series bold
21635
21636 \backslash
21637 usepackage[tableposition=top]{caption}
21638 \series default
21639
21640 \begin_inset Newline newline
21641 \end_inset
21642
21643
21644 \series bold
21645
21646 \backslash
21647 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21648 \begin_inset Newline newline
21649 \end_inset
21650
21651
21652 \begin_inset ERT
21653 status collapsed
21654
21655 \begin_layout Plain Layout
21656
21657
21658 \backslash
21659 hphantom{
21660 \backslash
21661
21662 \backslash
21663 captionsetup[figure]
21664 \backslash
21665 {}
21666 \end_layout
21667
21668 \end_inset
21669
21670  labelsep=period}
21671 \begin_inset Newline newline
21672 \end_inset
21673
21674
21675 \backslash
21676 captionsetup[table]{labelfont={bf,sf}}
21677 \end_layout
21678
21679 \begin_layout Standard
21680 \begin_inset Note Greyedout
21681 status open
21682
21683 \begin_layout Plain Layout
21684
21685 \series bold
21686 Note:
21687 \series default
21688  The option 
21689 \series bold
21690 tableposition=top
21691 \series default
21692  has no effect when a 
21693 \series bold
21694 koma-script
21695 \series default
21696
21697 \begin_inset Index
21698 status collapsed
21699
21700 \begin_layout Plain Layout
21701 LaTeX-packages ! koma-script
21702 \end_layout
21703
21704 \end_inset
21705
21706  document class is used.
21707  In this case the document class option 
21708 \series bold
21709 tablecaptionabove
21710 \series default
21711  must be used.
21712 \end_layout
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \begin_layout Standard
21720 For more information about the package 
21721 \series bold
21722 caption
21723 \series default
21724  we refer to its documentation 
21725 \begin_inset CommandInset citation
21726 LatexCommand cite
21727 key "caption"
21728
21729 \end_inset
21730
21731 .
21732 \end_layout
21733
21734 \begin_layout Standard
21735 To change the label name from e.
21736 \begin_inset space \thinspace{}
21737 \end_inset
21738
21739 g.
21740 \begin_inset space \space{}
21741 \end_inset
21742
21743
21744 \begin_inset Quotes eld
21745 \end_inset
21746
21747 Figure
21748 \begin_inset Quotes erd
21749 \end_inset
21750
21751  to 
21752 \begin_inset Quotes eld
21753 \end_inset
21754
21755 Image
21756 \begin_inset Quotes erd
21757 \end_inset
21758
21759  use this preamble command:
21760 \end_layout
21761
21762 \begin_layout Standard
21763
21764 \series bold
21765
21766 \backslash
21767 renewcommand{
21768 \backslash
21769 fnum@figure}{Image~
21770 \backslash
21771 thefigure}
21772 \end_layout
21773
21774 \begin_layout Standard
21775 where 
21776 \series bold
21777
21778 \backslash
21779 thefigure
21780 \series default
21781  inserts the figure number and
21782 \series bold
21783  
21784 \begin_inset Quotes eld
21785 \end_inset
21786
21787 ~
21788 \series default
21789
21790 \begin_inset Quotes erd
21791 \end_inset
21792
21793  creates a protected space.
21794 \end_layout
21795
21796 \begin_layout Standard
21797 \begin_inset VSpace bigskip
21798 \end_inset
21799
21800 If you are using a 
21801 \series bold
21802 koma-script
21803 \series default
21804
21805 \begin_inset Index
21806 status collapsed
21807
21808 \begin_layout Plain Layout
21809 LaTeX-packages ! koma-script
21810 \end_layout
21811
21812 \end_inset
21813
21814  document class (
21815 \family sans
21816 article (koma-script)
21817 \family default
21818
21819 \family sans
21820 book (koma-script)
21821 \family default
21822
21823 \family sans
21824 letter (koma-script)
21825 \family default
21826 , or 
21827 \family sans
21828 report (koma-script)
21829 \family default
21830
21831 \begin_inset space \thinspace{}
21832 \end_inset
21833
21834 ), you can alternatively to the 
21835 \series bold
21836 caption
21837 \series default
21838  package use 
21839 \series bold
21840 koma-script
21841 \series default
21842 's built-in command 
21843 \series bold
21844
21845 \backslash
21846 setkomafont
21847 \series default
21848 .
21849  For example, to have the caption label in bold, add this command to your
21850  document preamble:
21851 \end_layout
21852
21853 \begin_layout Standard
21854
21855 \series bold
21856
21857 \backslash
21858 setkomafont{captionlabel}{
21859 \backslash
21860 bfseries}
21861 \end_layout
21862
21863 \begin_layout Standard
21864 For more information about 
21865 \series bold
21866
21867 \backslash
21868 setkomafont
21869 \series default
21870  we refer to the 
21871 \series bold
21872 koma-script
21873 \series default
21874  documentation 
21875 \begin_inset CommandInset citation
21876 LatexCommand cite
21877 key "koma-script"
21878
21879 \end_inset
21880
21881 .
21882 \end_layout
21883
21884 \begin_layout Standard
21885 \begin_inset ERT
21886 status collapsed
21887
21888 \begin_layout Plain Layout
21889
21890
21891 \backslash
21892 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21893 }
21894 \end_layout
21895
21896 \end_inset
21897
21898
21899 \begin_inset Note Note
21900 status open
21901
21902 \begin_layout Plain Layout
21903 The caption format is changed only for this example.
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \begin_layout Standard
21912 \begin_inset Float figure
21913 placement !p
21914 wide false
21915 sideways false
21916 status open
21917
21918 \begin_layout Plain Layout
21919 \align center
21920 \begin_inset Graphics
21921         filename clipart/mobius.eps
21922         lyxscale 50
21923         scale 50
21924         scaleBeforeRotation
21925
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Caption
21933
21934 \begin_layout Plain Layout
21935 \begin_inset CommandInset label
21936 LatexCommand label
21937 name "fig:This-is-an-fig"
21938
21939 \end_inset
21940
21941 This is an example figure caption that is longer than one line to show the
21942  different caption format.
21943  Here a self-defined caption format is used.
21944 \end_layout
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \begin_layout Standard
21957 \begin_inset ERT
21958 status collapsed
21959
21960 \begin_layout Plain Layout
21961
21962
21963 \backslash
21964 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21965 on}
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \begin_layout Standard
21974 \begin_inset Float table
21975 placement !p
21976 wide false
21977 sideways false
21978 status open
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Caption
21982
21983 \begin_layout Plain Layout
21984 \begin_inset CommandInset label
21985 LatexCommand label
21986 name "tab:This-is-an-tab"
21987
21988 \end_inset
21989
21990 This is an example table caption that is longer than one line to show the
21991  different caption format.
21992  Here the standard caption format for tables in this document is used.
21993 \end_layout
21994
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \begin_layout Plain Layout
22001 \align center
22002 \begin_inset Tabular
22003 <lyxtabular version="3" rows="1" columns="5">
22004 <features>
22005 <column alignment="center" valignment="top" width="0">
22006 <column alignment="center" valignment="top" width="0">
22007 <column alignment="center" valignment="top" width="0">
22008 <column alignment="center" valignment="top" width="0">
22009 <column alignment="center" valignment="top" width="0">
22010 <row>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 a
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 b
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 c
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 d
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 e
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 </lyxtabular>
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \begin_layout Section
22070 Caption Placement
22071 \begin_inset Index
22072 status collapsed
22073
22074 \begin_layout Plain Layout
22075 Caption ! Placement
22076 \end_layout
22077
22078 \end_inset
22079
22080
22081 \begin_inset Index
22082 status collapsed
22083
22084 \begin_layout Plain Layout
22085 Floats ! Caption Placement
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \begin_inset CommandInset label
22092 LatexCommand label
22093 name "sec:Caption-Placement"
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \begin_layout Standard
22101 The common caption placement rule is:
22102 \end_layout
22103
22104 \begin_layout Description
22105 Figure: Caption is set below the figure
22106 \end_layout
22107
22108 \begin_layout Description
22109 Table: Caption is set above the table
22110 \end_layout
22111
22112 \begin_layout Standard
22113 Having the caption above the table is unfortunately not supported in LaTeX's
22114  standard classes.
22115  That means if you are using the document classes 
22116 \family sans
22117 article
22118 \family default
22119
22120 \family sans
22121 book
22122 \family default
22123
22124 \family sans
22125 letter
22126 \family default
22127 , or 
22128 \family sans
22129 report
22130 \family default
22131  there will be no space between the caption and the table.
22132  To insert the needed space, add the following option to the load command
22133  of the LaTeX-package 
22134 \series bold
22135 caption
22136 \series default
22137  in your document preamble
22138 \begin_inset Foot
22139 status collapsed
22140
22141 \begin_layout Plain Layout
22142 See section
22143 \begin_inset space ~
22144 \end_inset
22145
22146
22147 \begin_inset CommandInset ref
22148 LatexCommand ref
22149 reference "sec:Caption-Formatting"
22150
22151 \end_inset
22152
22153  for more information of the package 
22154 \series bold
22155 caption
22156 \series default
22157 .
22158 \end_layout
22159
22160 \end_inset
22161
22162 :
22163 \end_layout
22164
22165 \begin_layout Standard
22166
22167 \series bold
22168 tableposition=top
22169 \end_layout
22170
22171 \begin_layout Standard
22172 If you are using a 
22173 \series bold
22174 koma-script
22175 \series default
22176
22177 \begin_inset Index
22178 status collapsed
22179
22180 \begin_layout Plain Layout
22181 LaTeX-packages ! koma-script
22182 \end_layout
22183
22184 \end_inset
22185
22186  document class (
22187 \family sans
22188 article (koma-script)
22189 \family default
22190
22191 \family sans
22192 book (koma-script)
22193 \family default
22194
22195 \family sans
22196 letter (koma-script)
22197 \family default
22198 , or 
22199 \family sans
22200 report (koma-script)
22201 \family default
22202
22203 \begin_inset space \thinspace{}
22204 \end_inset
22205
22206 ), you can alternatively to the 
22207 \series bold
22208 caption
22209 \series default
22210  package set the document class option 
22211 \series bold
22212 tablecaptionabove
22213 \series default
22214 .
22215 \end_layout
22216
22217 \begin_layout Standard
22218 \begin_inset VSpace bigskip
22219 \end_inset
22220
22221 It is also possible to set the caption beside a figure or table.
22222  To get this the LaTeX-package 
22223 \series bold
22224 sidecap
22225 \series default
22226
22227 \begin_inset Index
22228 status collapsed
22229
22230 \begin_layout Plain Layout
22231 LaTeX-packages ! sidecap
22232 \end_layout
22233
22234 \end_inset
22235
22236  has to be loaded in the document preamble with the line
22237 \end_layout
22238
22239 \begin_layout Standard
22240
22241 \series bold
22242
22243 \backslash
22244 usepackage[option]{sidecap}
22245 \end_layout
22246
22247 \begin_layout Standard
22248 If you set no option, the caption is placed on the side of the outer page
22249  margin -- to the right on odd pages, to the left on even pages.
22250  You can change the placement to inner margin with the option 
22251 \series bold
22252 innercaption
22253 \series default
22254 .
22255  To force the placement always to the right or left, use the option 
22256 \series bold
22257 rightcaption
22258 \series default
22259  or 
22260 \series bold
22261 leftcaption
22262 \series default
22263 , respectively.
22264 \end_layout
22265
22266 \begin_layout Standard
22267 \begin_inset ERT
22268 status collapsed
22269
22270 \begin_layout Plain Layout
22271
22272
22273 \backslash
22274 ifsidecap
22275 \end_layout
22276
22277 \end_inset
22278
22279
22280 \begin_inset Note Note
22281 status open
22282
22283 \begin_layout Plain Layout
22284 The following section will only be displayed when the LaTeX-package 
22285 \series bold
22286 sidecap
22287 \series default
22288  is installed.
22289 \end_layout
22290
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \begin_layout Standard
22297 To place in LyX the caption of a float on the side, it is necessary to add
22298  these commands to the document preamble:
22299 \end_layout
22300
22301 \begin_layout Standard
22302
22303 \lyxline
22304
22305 \end_layout
22306
22307 \begin_layout Standard
22308
22309 \series bold
22310
22311 \backslash
22312 newcommand{
22313 \backslash
22314 TabBesBeg}{%
22315 \begin_inset Newline newline
22316 \end_inset
22317
22318
22319 \begin_inset ERT
22320 status collapsed
22321
22322 \begin_layout Plain Layout
22323
22324
22325 \backslash
22326 hphantom{ }
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \backslash
22333 let
22334 \backslash
22335 MyTable
22336 \backslash
22337 table
22338 \begin_inset Newline newline
22339 \end_inset
22340
22341
22342 \begin_inset ERT
22343 status collapsed
22344
22345 \begin_layout Plain Layout
22346
22347
22348 \backslash
22349 hphantom{ }
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \backslash
22356 let
22357 \backslash
22358 MyEndtable
22359 \backslash
22360 endtable
22361 \begin_inset Newline newline
22362 \end_inset
22363
22364
22365 \begin_inset ERT
22366 status collapsed
22367
22368 \begin_layout Plain Layout
22369
22370
22371 \backslash
22372 hphantom{ }
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \backslash
22379 renewenvironment{table}{
22380 \backslash
22381 begin{SCtable}}{
22382 \backslash
22383 end{SCtable}}}
22384 \end_layout
22385
22386 \begin_layout Standard
22387
22388 \series bold
22389
22390 \backslash
22391 newcommand{
22392 \backslash
22393 TabBesEnd}{%
22394 \begin_inset Newline newline
22395 \end_inset
22396
22397
22398 \begin_inset ERT
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402
22403
22404 \backslash
22405 hphantom{ }
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \backslash
22412 let
22413 \backslash
22414 table
22415 \backslash
22416 MyTable
22417 \begin_inset Newline newline
22418 \end_inset
22419
22420
22421 \begin_inset ERT
22422 status collapsed
22423
22424 \begin_layout Plain Layout
22425
22426
22427 \backslash
22428 hphantom{ }
22429 \end_layout
22430
22431 \end_inset
22432
22433
22434 \backslash
22435 let
22436 \backslash
22437 endtable
22438 \backslash
22439 MyEndtable
22440 \end_layout
22441
22442 \begin_layout Standard
22443
22444 \series bold
22445
22446 \backslash
22447 newcommand{
22448 \backslash
22449 FigBesBeg}{%
22450 \begin_inset Newline newline
22451 \end_inset
22452
22453
22454 \begin_inset ERT
22455 status collapsed
22456
22457 \begin_layout Plain Layout
22458
22459
22460 \backslash
22461 hphantom{ }
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \backslash
22468 let
22469 \backslash
22470 MyFigure
22471 \backslash
22472 figure
22473 \begin_inset Newline newline
22474 \end_inset
22475
22476
22477 \begin_inset ERT
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481
22482
22483 \backslash
22484 hphantom{ }
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \backslash
22491 let
22492 \backslash
22493 MyEndfigure
22494 \backslash
22495 endfigure
22496 \begin_inset Newline newline
22497 \end_inset
22498
22499
22500 \begin_inset ERT
22501 status collapsed
22502
22503 \begin_layout Plain Layout
22504
22505
22506 \backslash
22507 hphantom{ }
22508 \end_layout
22509
22510 \end_inset
22511
22512
22513 \backslash
22514 renewenvironment{figure}{
22515 \backslash
22516 begin{SCfigure}}{
22517 \backslash
22518 end{SCfigure}}}
22519 \end_layout
22520
22521 \begin_layout Standard
22522
22523 \series bold
22524
22525 \backslash
22526 newcommand{
22527 \backslash
22528 FigBesEnd}{%
22529 \begin_inset Newline newline
22530 \end_inset
22531
22532
22533 \begin_inset ERT
22534 status collapsed
22535
22536 \begin_layout Plain Layout
22537
22538
22539 \backslash
22540 hphantom{ }
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \backslash
22547 let
22548 \backslash
22549 figure
22550 \backslash
22551 MyFigure
22552 \begin_inset Newline newline
22553 \end_inset
22554
22555
22556 \begin_inset ERT
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560
22561
22562 \backslash
22563 hphantom{ }
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \backslash
22570 let
22571 \backslash
22572 endfigure
22573 \backslash
22574 MyEndfigure}
22575 \end_layout
22576
22577 \begin_layout Standard
22578
22579 \lyxline
22580
22581 \end_layout
22582
22583 \begin_layout Standard
22584 The commands allow you to redefine the floats so that the caption is set
22585  on the side.
22586  For figure floats use the command
22587 \end_layout
22588
22589 \begin_layout Standard
22590
22591 \series bold
22592
22593 \backslash
22594 FigBesBeg
22595 \end_layout
22596
22597 \begin_layout Standard
22598 in TeX-Code before the float.
22599  Behind the float insert the command
22600 \end_layout
22601
22602 \begin_layout Standard
22603
22604 \series bold
22605
22606 \backslash
22607 FigBesEnd
22608 \end_layout
22609
22610 \begin_layout Standard
22611 in TeX-Code to get back to the original float definition.
22612 \end_layout
22613
22614 \begin_layout Standard
22615 For table floats use the corresponding commands
22616 \end_layout
22617
22618 \begin_layout Standard
22619
22620 \series bold
22621
22622 \backslash
22623 TabBesBeg
22624 \series default
22625  and 
22626 \series bold
22627
22628 \backslash
22629 TabBesEnd
22630 \end_layout
22631
22632 \begin_layout Standard
22633 Figure
22634 \begin_inset space ~
22635 \end_inset
22636
22637
22638 \begin_inset CommandInset ref
22639 LatexCommand ref
22640 reference "fig:cap-beside-fig"
22641
22642 \end_inset
22643
22644  and Table
22645 \begin_inset space ~
22646 \end_inset
22647
22648
22649 \begin_inset CommandInset ref
22650 LatexCommand ref
22651 reference "tab:cap-beside-tab"
22652
22653 \end_inset
22654
22655  are examples where the caption is set beside.
22656 \end_layout
22657
22658 \begin_layout Standard
22659 You can see in the examples that the caption text appears at the top of
22660  the floats for table floats and at the bottom for figure floats.
22661  To change this, you can use the command
22662 \end_layout
22663
22664 \begin_layout Standard
22665
22666 \series bold
22667
22668 \backslash
22669 sidecaptionvpos{float type}{placement}
22670 \end_layout
22671
22672 \begin_layout Standard
22673 in the document preamble or in TeX-Code before the float.
22674  The float type is either 
22675 \family sans
22676 figure
22677 \family default
22678  or 
22679 \family sans
22680 table
22681 \family default
22682 , the placement can be 
22683 \begin_inset Quotes eld
22684 \end_inset
22685
22686
22687 \family sans
22688 t
22689 \family default
22690
22691 \begin_inset Quotes erd
22692 \end_inset
22693
22694  for top, 
22695 \begin_inset Quotes eld
22696 \end_inset
22697
22698
22699 \family sans
22700 c
22701 \family default
22702
22703 \begin_inset Quotes erd
22704 \end_inset
22705
22706  for center, or 
22707 \begin_inset Quotes eld
22708 \end_inset
22709
22710
22711 \family sans
22712 b
22713 \family default
22714
22715 \begin_inset Quotes erd
22716 \end_inset
22717
22718  for bottom.
22719  To have for example the caption of figure floats vertically centered, use
22720  the command
22721 \end_layout
22722
22723 \begin_layout Standard
22724
22725 \series bold
22726
22727 \backslash
22728 sidecaptionvpos{figure}{c}
22729 \end_layout
22730
22731 \begin_layout Standard
22732 This was used for Figure
22733 \begin_inset space ~
22734 \end_inset
22735
22736
22737 \begin_inset CommandInset ref
22738 LatexCommand ref
22739 reference "fig:cap-beside-fig-2"
22740
22741 \end_inset
22742
22743 .
22744 \end_layout
22745
22746 \begin_layout Standard
22747 \begin_inset VSpace medskip
22748 \end_inset
22749
22750 For more information about the package 
22751 \series bold
22752 sidecap
22753 \series default
22754  we refer to its documentation 
22755 \begin_inset CommandInset citation
22756 LatexCommand cite
22757 key "sidecap"
22758
22759 \end_inset
22760
22761 .
22762 \end_layout
22763
22764 \begin_layout Standard
22765 \begin_inset Note Greyedout
22766 status open
22767
22768 \begin_layout Plain Layout
22769
22770 \series bold
22771 Note:
22772 \series default
22773  The LaTeX-package 
22774 \series bold
22775 hypcap
22776 \series default
22777
22778 \begin_inset Index
22779 status collapsed
22780
22781 \begin_layout Plain Layout
22782 LaTeX-packages ! hypcap
22783 \end_layout
22784
22785 \end_inset
22786
22787 , described in section
22788 \begin_inset space ~
22789 \end_inset
22790
22791
22792 \begin_inset CommandInset ref
22793 LatexCommand ref
22794 reference "sub:Reference-Position"
22795
22796 \end_inset
22797
22798 , has no effect on floats with the caption set beside.
22799 \end_layout
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \begin_layout Standard
22807 \begin_inset ERT
22808 status collapsed
22809
22810 \begin_layout Plain Layout
22811
22812
22813 \backslash
22814 FigBesBeg 
22815 \end_layout
22816
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \begin_layout Standard
22823 \begin_inset Float figure
22824 wide false
22825 sideways false
22826 status open
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Graphics
22830         filename clipart/escher-lsd.eps
22831         scale 75
22832         scaleBeforeRotation
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \begin_layout Plain Layout
22840 \begin_inset Caption
22841
22842 \begin_layout Plain Layout
22843 \begin_inset CommandInset label
22844 LatexCommand label
22845 name "fig:cap-beside-fig"
22846
22847 \end_inset
22848
22849 This is a caption beside a figure.
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \begin_layout Standard
22863 \begin_inset ERT
22864 status collapsed
22865
22866 \begin_layout Plain Layout
22867
22868
22869 \backslash
22870 TabBesBeg 
22871 \end_layout
22872
22873 \end_inset
22874
22875
22876 \end_layout
22877
22878 \begin_layout Standard
22879 \begin_inset Float table
22880 wide false
22881 sideways false
22882 status open
22883
22884 \begin_layout Plain Layout
22885 \begin_inset Caption
22886
22887 \begin_layout Plain Layout
22888 \begin_inset CommandInset label
22889 LatexCommand label
22890 name "tab:cap-beside-tab"
22891
22892 \end_inset
22893
22894 This is a caption beside a table.
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \begin_layout Plain Layout
22903 \begin_inset Tabular
22904 <lyxtabular version="3" rows="4" columns="5">
22905 <features>
22906 <column alignment="center" valignment="top" width="0">
22907 <column alignment="center" valignment="top" width="0">
22908 <column alignment="center" valignment="top" width="0">
22909 <column alignment="center" valignment="top" width="0">
22910 <column alignment="center" valignment="top" width="0">
22911 <row>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 a
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 b
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 c
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 </row>
22958 <row>
22959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 d
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 e
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 f
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028 g
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 h
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 <row>
23053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 i
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 j
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 </lyxtabular>
23100
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \begin_layout Standard
23112 \begin_inset ERT
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116
23117
23118 \backslash
23119 TabBesEnd
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Standard
23128 \begin_inset ERT
23129 status collapsed
23130
23131 \begin_layout Plain Layout
23132
23133
23134 \backslash
23135 sidecaptionvpos{figure}{c}
23136 \end_layout
23137
23138 \end_inset
23139
23140
23141 \begin_inset Float figure
23142 wide false
23143 sideways false
23144 status open
23145
23146 \begin_layout Plain Layout
23147 \begin_inset Graphics
23148         filename clipart/escher-lsd.eps
23149         scale 75
23150         scaleBeforeRotation
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \begin_layout Plain Layout
23158 \begin_inset Caption
23159
23160 \begin_layout Plain Layout
23161 \begin_inset CommandInset label
23162 LatexCommand label
23163 name "fig:cap-beside-fig-2"
23164
23165 \end_inset
23166
23167 This is a vertically centered caption beside a figure.
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \begin_layout Standard
23181 \begin_inset ERT
23182 status collapsed
23183
23184 \begin_layout Plain Layout
23185
23186
23187 \backslash
23188 FigBesEnd
23189 \end_layout
23190
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \begin_layout Standard
23197 \begin_inset ERT
23198 status collapsed
23199
23200 \begin_layout Plain Layout
23201
23202
23203 \backslash
23204 else
23205 \end_layout
23206
23207 \end_inset
23208
23209
23210 \begin_inset Note Note
23211 status open
23212
23213 \begin_layout Plain Layout
23214 The following will be displayed when the LaTeX-package 
23215 \series bold
23216 sidecap
23217 \series default
23218  is not installed:
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \begin_layout Standard
23227 You need to install the LaTeX-package 
23228 \series bold
23229 sidecap
23230 \series default
23231  to see the following part of this section in the output.
23232 \end_layout
23233
23234 \begin_layout Standard
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239
23240
23241 \backslash
23242 fi
23243 \end_layout
23244
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \begin_layout Section
23251 Listings of Floats
23252 \begin_inset Index
23253 status collapsed
23254
23255 \begin_layout Plain Layout
23256 Floats ! Float Lists
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout Standard
23265 Similar to the the table of contents where the sections of the document
23266  are listed, there are listings for all float types, like the figures of
23267  the documents.
23268  You can insert them via the 
23269 \family sans
23270 Insert\SpecialChar \menuseparator
23271 List
23272 \begin_inset space ~
23273 \end_inset
23274
23275 /
23276 \begin_inset space ~
23277 \end_inset
23278
23279 TOC
23280 \family default
23281  sub menus.
23282 \end_layout
23283
23284 \begin_layout Standard
23285 The list entries are the float captions or its short title, the float number,
23286  and the page number where they appear in the document.
23287 \end_layout
23288
23289 \begin_layout Standard
23290 You can find the list of figures and tables at the end of this document.
23291 \end_layout
23292
23293 \begin_layout Chapter
23294 Notes
23295 \end_layout
23296
23297 \begin_layout Section
23298 LyX Notes
23299 \begin_inset Index
23300 status collapsed
23301
23302 \begin_layout Plain Layout
23303 Notes ! LyX Notes
23304 \end_layout
23305
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \begin_layout Standard
23312 Notes are inserted with the toolbar button 
23313 \begin_inset Graphics
23314         filename ../images/note-insert.png
23315         scale 85
23316         scaleBeforeRotation
23317
23318 \end_inset
23319
23320  or the menu 
23321 \family sans
23322 Insert\SpecialChar \menuseparator
23323 Note
23324 \family default
23325 .
23326  There are three types of notes:
23327 \end_layout
23328
23329 \begin_layout Description
23330 LyX
23331 \begin_inset space ~
23332 \end_inset
23333
23334 Note This note type is for internal notes that won't appear in the output.
23335  Its note-box looks like this:
23336 \begin_inset Newline newline
23337 \end_inset
23338
23339
23340 \begin_inset Newline newline
23341 \end_inset
23342
23343
23344 \begin_inset Graphics
23345         filename clipart/LyXNoteImageQt4.png
23346         display false
23347         scale 85
23348         scaleBeforeRotation
23349
23350 \end_inset
23351
23352  
23353 \begin_inset Note Note
23354 status open
23355
23356 \begin_layout Plain Layout
23357 This is text in a note box that doesn't appear in the output.
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \begin_layout Description
23366 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23367 ent, when you export the document to LaTeX via the menu 
23368 \family sans
23369 File\SpecialChar \menuseparator
23370 Export\SpecialChar \menuseparator
23371 LaTeX (pdflatex) / (plain)
23372 \family default
23373 .
23374  Its note-box looks like this:
23375 \begin_inset Newline newline
23376 \end_inset
23377
23378
23379 \begin_inset Newline newline
23380 \end_inset
23381
23382
23383 \begin_inset Graphics
23384         filename clipart/CommentNoteImageQt4.png
23385         display false
23386         scale 85
23387         scaleBeforeRotation
23388
23389 \end_inset
23390
23391  
23392 \begin_inset Note Comment
23393 status open
23394
23395 \begin_layout Plain Layout
23396 This is text in a note box that only appears as comment in LaTeX-files.
23397 \end_layout
23398
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \begin_layout Description
23405 Greyed
23406 \begin_inset space ~
23407 \end_inset
23408
23409 Out This note will appear in the output as grey text.
23410  Its note-box looks like this:
23411 \begin_inset Newline newline
23412 \end_inset
23413
23414
23415 \begin_inset Newline newline
23416 \end_inset
23417
23418
23419 \begin_inset Graphics
23420         filename clipart/GreyedOutNoteImageQt4.png
23421         display false
23422         scale 85
23423         scaleBeforeRotation
23424
23425 \end_inset
23426
23427
23428 \begin_inset Newline newline
23429 \end_inset
23430
23431
23432 \begin_inset ERT
23433 status collapsed
23434
23435 \begin_layout Plain Layout
23436
23437
23438 \backslash
23439 renewenvironment{lyxgreyedout}
23440 \end_layout
23441
23442 \begin_layout Plain Layout
23443
23444 {
23445 \backslash
23446 textcolor[gray]{0.8}
23447 \backslash
23448 bgroup}{
23449 \backslash
23450 egroup}
23451 \end_layout
23452
23453 \end_inset
23454
23455
23456 \begin_inset Note Greyedout
23457 status open
23458
23459 \begin_layout Plain Layout
23460 This is text
23461 \begin_inset Foot
23462 status open
23463
23464 \begin_layout Plain Layout
23465 This is an example footnote within a greyed out note.
23466 \end_layout
23467
23468 \end_inset
23469
23470  of a comment that appears in the output as grey text.
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \begin_inset ERT
23477 status collapsed
23478
23479 \begin_layout Plain Layout
23480
23481
23482 \backslash
23483 renewenvironment{lyxgreyedout}
23484 \end_layout
23485
23486 \begin_layout Plain Layout
23487
23488 {
23489 \backslash
23490 textcolor{blue}
23491 \backslash
23492 bgroup}{
23493 \backslash
23494 egroup}
23495 \end_layout
23496
23497 \end_inset
23498
23499
23500 \begin_inset Note Note
23501 status collapsed
23502
23503 \begin_layout Plain Layout
23504 The greyed out note is here redefined to show it with the original LyX definitio
23505 n because greyed out notes are redefined in the preamble of this document,
23506  as described below, to have blue text.
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \begin_inset Newline newline
23513 \end_inset
23514
23515
23516 \begin_inset Newline newline
23517 \end_inset
23518
23519 As you can see in the example, the first line of greyed out notes is a bit
23520  indented and greyed out notes can have footnotes.
23521 \end_layout
23522
23523 \begin_layout Standard
23524 \begin_inset VSpace bigskip
23525 \end_inset
23526
23527 When you use the toolbar button 
23528 \begin_inset Graphics
23529         filename ../images/note-insert.png
23530         scale 85
23531         scaleBeforeRotation
23532
23533 \end_inset
23534
23535  to insert notes, a 
23536 \family sans
23537 LyX
23538 \begin_inset space ~
23539 \end_inset
23540
23541 Note
23542 \family default
23543  is inserted.
23544  You can switch between the five note types by right-clicking on the note-box.
23545  
23546 \family roman
23547 \series medium
23548 \bar no
23549 If you want to turn existing text into a note, mark it and click on the
23550  note
23551 \family default
23552 \series default
23553 \bar default
23554  toolbar 
23555 \family roman
23556 \series medium
23557 \bar no
23558 button
23559 \family default
23560 \series default
23561 \bar default
23562 .
23563  To change a note to text, press the backspace key when the cursor is in
23564  the first position of a note, or press the deletey key when the cursor
23565  is in the very last position of the note, respectively.
23566 \end_layout
23567
23568 \begin_layout Standard
23569 \begin_inset VSpace bigskip
23570 \end_inset
23571
23572 You can change the text color of the greyed out notes in the preamble with
23573  the following command:
23574 \end_layout
23575
23576 \begin_layout Standard
23577
23578 \series bold
23579
23580 \backslash
23581 renewenvironment{lyxgreyedout}
23582 \begin_inset Newline newline
23583 \end_inset
23584
23585
23586 \begin_inset ERT
23587 status collapsed
23588
23589 \begin_layout Plain Layout
23590
23591
23592 \backslash
23593 hphantom{ }
23594 \end_layout
23595
23596 \end_inset
23597
23598 {
23599 \backslash
23600 textcolor{color}
23601 \backslash
23602 bgroup}{
23603 \backslash
23604 egroup}
23605 \end_layout
23606
23607 \begin_layout Standard
23608 The available colors and the method to define own colors is explained in
23609  section
23610 \begin_inset space ~
23611 \end_inset
23612
23613
23614 \begin_inset CommandInset ref
23615 LatexCommand ref
23616 reference "sec:Colored-Tables"
23617
23618 \end_inset
23619
23620 .
23621 \end_layout
23622
23623 \begin_layout Standard
23624 Notes that appear in blue in this document are set using greyed out notes
23625  with blue text.
23626 \end_layout
23627
23628 \begin_layout Section
23629 Footnotes
23630 \begin_inset CommandInset label
23631 LatexCommand label
23632 name "sec:Footnotes"
23633
23634 \end_inset
23635
23636
23637 \begin_inset Index
23638 status collapsed
23639
23640 \begin_layout Plain Layout
23641 Notes ! Footnotes
23642 \end_layout
23643
23644 \end_inset
23645
23646
23647 \begin_inset Index
23648 status collapsed
23649
23650 \begin_layout Plain Layout
23651 Footnotes
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \begin_layout Standard
23660 Footnotes can be inserted using the toolbar button 
23661 \begin_inset Graphics
23662         filename ../images/footnote-insert.png
23663         scale 85
23664         scaleBeforeRotation
23665
23666 \end_inset
23667
23668  or the menu 
23669 \family sans
23670 Insert\SpecialChar \menuseparator
23671 Footnote
23672 \family default
23673 .
23674  
23675 \family roman
23676 \series medium
23677 \bar no
23678 You'll see
23679 \family default
23680 \series default
23681 \bar default
23682  then the following footnote-box: 
23683 \begin_inset Graphics
23684         filename clipart/footnoteQt4.png
23685         scale 80
23686         scaleBeforeRotation
23687
23688 \end_inset
23689
23690  
23691 \family roman
23692 \series medium
23693 \bar no
23694 where you can enter the footnote text.
23695  If you want to turn existing text into a footnote, mark it and click on
23696  the footnote
23697 \family default
23698 \series default
23699 \bar default
23700  toolbar 
23701 \family roman
23702 \series medium
23703 \bar no
23704 button
23705 \family default
23706 \series default
23707 \bar default
23708 .
23709  To change a 
23710 \family roman
23711 \series medium
23712 \bar no
23713 footnote
23714 \family default
23715 \series default
23716 \bar default
23717  to text, press the Backspace key when the cursor is in the first position
23718  of a 
23719 \family roman
23720 \series medium
23721 \bar no
23722 footnote
23723 \family default
23724 \series default
23725 \bar default
23726 , or press the Delete key when the cursor is in the very last position of
23727  the 
23728 \family roman
23729 \series medium
23730 \bar no
23731 footnote
23732 \family default
23733 \series default
23734 \bar default
23735 , respectively.
23736 \end_layout
23737
23738 \begin_layout Standard
23739 Here is an example footnote:
23740 \family roman
23741 \series medium
23742 \bar no
23743
23744 \begin_inset Foot
23745 status open
23746
23747 \begin_layout Plain Layout
23748 \begin_inset CommandInset label
23749 LatexCommand label
23750 name "foot:This-is-an"
23751
23752 \end_inset
23753
23754 This is an example footnote.
23755 \end_layout
23756
23757 \end_inset
23758
23759
23760 \family default
23761 \series default
23762 \bar default
23763
23764 \begin_inset ERT
23765 status collapsed
23766
23767 \begin_layout Plain Layout
23768
23769
23770 \backslash
23771 newcounter{MyRepeatFoot}
23772 \end_layout
23773
23774 \begin_layout Plain Layout
23775
23776
23777 \backslash
23778 setcounter{MyRepeatFoot}{
23779 \backslash
23780 thefootnote}
23781 \end_layout
23782
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \begin_layout Standard
23789 The footnote will appear in the output as a superscript number at the text
23790  position where the footnote box is placed.
23791  The footnote text is placed at the bottom of the current page.
23792  The footnote number is calculated by LaTeX, the numbers are consecutive.
23793  It depends on your document-class, if the footnote number is reset for
23794  every chapter.
23795 \end_layout
23796
23797 \begin_layout Standard
23798 Footnotes can be referenced like floats: Insert a label into the footnote
23799  and cross-reference this label in the text as described in section
23800 \begin_inset space ~
23801 \end_inset
23802
23803
23804 \begin_inset CommandInset ref
23805 LatexCommand ref
23806 reference "sec:Referencing-Floats"
23807
23808 \end_inset
23809
23810 .
23811 \begin_inset Newline newline
23812 \end_inset
23813
23814 This is a cross-reference of Footnote
23815 \begin_inset space ~
23816 \end_inset
23817
23818
23819 \begin_inset CommandInset ref
23820 LatexCommand ref
23821 reference "foot:This-is-an"
23822
23823 \end_inset
23824
23825 .
23826 \end_layout
23827
23828 \begin_layout Standard
23829 \begin_inset VSpace defskip
23830 \end_inset
23831
23832 To use footnotes within tables, you have to use minipages, see section
23833 \begin_inset space ~
23834 \end_inset
23835
23836
23837 \begin_inset CommandInset ref
23838 LatexCommand ref
23839 reference "sec:Minipages"
23840
23841 \end_inset
23842
23843 .
23844  Footnotes within longtables are described in section
23845 \begin_inset space ~
23846 \end_inset
23847
23848
23849 \begin_inset CommandInset ref
23850 LatexCommand ref
23851 reference "sub:Footnotes-in-Longtables"
23852
23853 \end_inset
23854
23855 .
23856 \end_layout
23857
23858 \begin_layout Standard
23859 \begin_inset VSpace defskip
23860 \end_inset
23861
23862 To create only a mark for a footnote, use the command 
23863 \series bold
23864
23865 \backslash
23866 footnotemark[number]
23867 \series default
23868  in TeX-Code.
23869  This is used when you have the same annotation several times in a text
23870  but doesn't want to print the footnote text every time.
23871 \begin_inset Newline newline
23872 \end_inset
23873
23874 As you don't know the number of the repeating footnote while you are writing
23875  the text, you have to store its number.
23876  For the following footnote mark example, these commands were inserted in
23877  TeX-Code behind Footnote
23878 \begin_inset space ~
23879 \end_inset
23880
23881
23882 \begin_inset CommandInset ref
23883 LatexCommand ref
23884 reference "foot:This-is-an"
23885
23886 \end_inset
23887
23888  to store the footnote number:
23889 \end_layout
23890
23891 \begin_layout Standard
23892
23893 \series bold
23894
23895 \backslash
23896 newcounter{MyRepeatFoot}
23897 \begin_inset Newline newline
23898 \end_inset
23899
23900
23901 \backslash
23902 setcounter{MyRepeatFoot}{
23903 \backslash
23904 thefootnote}
23905 \end_layout
23906
23907 \begin_layout Standard
23908 The footnote mark was then created with this command:
23909 \end_layout
23910
23911 \begin_layout Standard
23912
23913 \series bold
23914
23915 \backslash
23916 footnotemark[
23917 \backslash
23918 theMyRepeatFoot]
23919 \end_layout
23920
23921 \begin_layout Standard
23922 Here is an example footnote mark:
23923 \family roman
23924 \series medium
23925 \bar no
23926
23927 \begin_inset ERT
23928 status collapsed
23929
23930 \begin_layout Plain Layout
23931
23932
23933 \backslash
23934 footnotemark[
23935 \backslash
23936 theMyRepeatFoot]
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Subsection
23945 Footnote Numbering
23946 \begin_inset CommandInset label
23947 LatexCommand label
23948 name "sub:Footnote-Numbering"
23949
23950 \end_inset
23951
23952
23953 \begin_inset Index
23954 status collapsed
23955
23956 \begin_layout Plain Layout
23957 Footnotes ! Numbering
23958 \end_layout
23959
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \begin_layout Standard
23966 To reset the footnote number back to 1 after each section
23967 \family roman
23968 , add this command to your document preamble:
23969 \end_layout
23970
23971 \begin_layout Standard
23972
23973 \series bold
23974
23975 \backslash
23976 @addtoreset{footnote}{section}
23977 \end_layout
23978
23979 \begin_layout Standard
23980 \begin_inset VSpace bigskip
23981 \end_inset
23982
23983 The following preamble command changes the footnote numbering style to small
23984  roman numerals:
23985 \end_layout
23986
23987 \begin_layout Standard
23988
23989 \series bold
23990
23991 \backslash
23992 renewcommand{
23993 \backslash
23994 thefootnote}{
23995 \backslash
23996 roman{footnote}}
23997 \end_layout
23998
23999 \begin_layout Standard
24000 \begin_inset ERT
24001 status collapsed
24002
24003 \begin_layout Plain Layout
24004
24005
24006 \backslash
24007 renewcommand{
24008 \backslash
24009 thefootnote}{
24010 \backslash
24011 roman{footnote}}
24012 \end_layout
24013
24014 \end_inset
24015
24016  This is a footnote with roman numbering:
24017 \begin_inset Foot
24018 status open
24019
24020 \begin_layout Plain Layout
24021 This is an example footnote with roman numbering.
24022 \end_layout
24023
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \begin_layout Standard
24030 To change the numbering style to capital roman numerals replace in the command
24031  above 
24032 \series bold
24033
24034 \backslash
24035 roman
24036 \series default
24037  by 
24038 \series bold
24039
24040 \backslash
24041 Roman
24042 \series default
24043 .
24044  To 
24045 \begin_inset Quotes eld
24046 \end_inset
24047
24048 number
24049 \begin_inset Quotes erd
24050 \end_inset
24051
24052  footnotes with capital or small Latin letters use 
24053 \series bold
24054
24055 \backslash
24056 Alph
24057 \series default
24058  or 
24059 \series bold
24060
24061 \backslash
24062 alph
24063 \series default
24064 , respectively.
24065  To 
24066 \begin_inset Quotes eld
24067 \end_inset
24068
24069 number
24070 \begin_inset Quotes erd
24071 \end_inset
24072
24073  footnotes with symbols use 
24074 \series bold
24075
24076 \backslash
24077 fnsymbol
24078 \series default
24079 .
24080 \end_layout
24081
24082 \begin_layout Standard
24083 \begin_inset Note Greyedout
24084 status open
24085
24086 \begin_layout Plain Layout
24087
24088 \series bold
24089 Note:
24090 \series default
24091  You can only number 26 footnotes with Latin letters, because this numbering
24092  is limited to single letters.
24093 \end_layout
24094
24095 \end_inset
24096
24097
24098 \begin_inset Newline newline
24099 \end_inset
24100
24101
24102 \begin_inset Note Greyedout
24103 status open
24104
24105 \begin_layout Plain Layout
24106
24107 \series bold
24108 Note:
24109 \series default
24110  You can only number 9 footnotes with symbols.
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 To return to the default numbering style when you changed to another one,
24120  use 
24121 \series bold
24122
24123 \backslash
24124 arabic
24125 \series default
24126  instead of 
24127 \series bold
24128
24129 \backslash
24130 roman
24131 \series default
24132  in the command above.
24133 \begin_inset ERT
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137
24138
24139 \backslash
24140 renewcommand{
24141 \backslash
24142 thefootnote}{
24143 \backslash
24144 arabic{footnote}}
24145 \end_layout
24146
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \begin_layout Standard
24153 \begin_inset VSpace bigskip
24154 \end_inset
24155
24156
24157 \end_layout
24158
24159 \begin_layout Standard
24160 If you want to have footnotes numbered in the scheme 
24161 \begin_inset Quotes eld
24162 \end_inset
24163
24164 chapter.footnote
24165 \begin_inset Quotes erd
24166 \end_inset
24167
24168 , add the following command to your document preamble:
24169 \end_layout
24170
24171 \begin_layout Standard
24172
24173 \series bold
24174
24175 \backslash
24176 numberwithin{footnote}{chapter}
24177 \end_layout
24178
24179 \begin_layout Standard
24180 To be able to use the command 
24181 \series bold
24182
24183 \backslash
24184 numberwithin
24185 \series default
24186 , set in the tab 
24187 \family sans
24188 Math
24189 \begin_inset space ~
24190 \end_inset
24191
24192 Options
24193 \family default
24194  in the document settings the option 
24195 \family sans
24196 Use
24197 \begin_inset space ~
24198 \end_inset
24199
24200 AMS
24201 \begin_inset space ~
24202 \end_inset
24203
24204 math
24205 \begin_inset space ~
24206 \end_inset
24207
24208 package
24209 \family default
24210 .
24211 \end_layout
24212
24213 \begin_layout Standard
24214 \begin_inset ERT
24215 status collapsed
24216
24217 \begin_layout Plain Layout
24218
24219
24220 \backslash
24221 numberwithin{footnote}{chapter}
24222 \end_layout
24223
24224 \end_inset
24225
24226 This is another example footnote:
24227 \series bold
24228
24229 \begin_inset Foot
24230 status open
24231
24232 \begin_layout Plain Layout
24233 This is a footnote numbered in the scheme 
24234 \begin_inset Quotes eld
24235 \end_inset
24236
24237 chapter.footnote
24238 \begin_inset Quotes erd
24239 \end_inset
24240
24241 .
24242 \end_layout
24243
24244 \end_inset
24245
24246
24247 \series default
24248
24249 \begin_inset ERT
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253
24254
24255 \backslash
24256 renewcommand{
24257 \backslash
24258 thefootnote}{
24259 \backslash
24260 arabic{footnote}}
24261 \end_layout
24262
24263 \end_inset
24264
24265
24266 \end_layout
24267
24268 \begin_layout Standard
24269 \begin_inset Note Greyedout
24270 status open
24271
24272 \begin_layout Plain Layout
24273
24274 \series bold
24275 Note:
24276 \series default
24277  
24278 \series bold
24279
24280 \backslash
24281 numberwithin
24282 \series default
24283  always prints out the footnote number as arabic number; previous redefinitions
24284  to get non-arabic numbers are overwritten.
24285 \end_layout
24286
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \begin_layout Standard
24293 So to get for example the scheme 
24294 \begin_inset Quotes eld
24295 \end_inset
24296
24297 chapter.
24298 \backslash
24299 Roman{footnote}
24300 \begin_inset Quotes erd
24301 \end_inset
24302
24303 , use this command instead of 
24304 \series bold
24305
24306 \backslash
24307 numberwithin
24308 \series default
24309 :
24310 \end_layout
24311
24312 \begin_layout Standard
24313
24314 \series bold
24315
24316 \backslash
24317 renewcommand{
24318 \backslash
24319 thefootnote}{
24320 \backslash
24321 thechapter.
24322 \backslash
24323 Roman{footnote}}
24324 \end_layout
24325
24326 \begin_layout Subsection
24327 Footnote Placement
24328 \begin_inset Index
24329 status collapsed
24330
24331 \begin_layout Plain Layout
24332 Footnotes ! Placement
24333 \end_layout
24334
24335 \end_inset
24336
24337
24338 \end_layout
24339
24340 \begin_layout Standard
24341 If you have several footnotes in one page, they appear without vertical
24342  space between them at the bottom of the page.
24343  To make them better readable you can e.
24344 \begin_inset space \thinspace{}
24345 \end_inset
24346
24347 g.
24348 \begin_inset space \space{}
24349 \end_inset
24350
24351 add 1.5
24352 \begin_inset space \thinspace{}
24353 \end_inset
24354
24355 mm space with the following preamble command:
24356 \end_layout
24357
24358 \begin_layout Standard
24359
24360 \series bold
24361
24362 \backslash
24363 let
24364 \backslash
24365 myFoot
24366 \backslash
24367 footnote
24368 \begin_inset Newline newline
24369 \end_inset
24370
24371
24372 \backslash
24373 renewcommand{
24374 \backslash
24375 footnote}[1]{
24376 \backslash
24377 myFoot{#1
24378 \backslash
24379 vspace{1.5mm}}}
24380 \end_layout
24381
24382 \begin_layout Standard
24383 \begin_inset VSpace bigskip
24384 \end_inset
24385
24386 In a two-column document the footnotes appear at the bottom of every column,
24387  see Figure
24388 \begin_inset space ~
24389 \end_inset
24390
24391
24392 \begin_inset CommandInset ref
24393 LatexCommand ref
24394 reference "fig:Standard-footnote-placement"
24395
24396 \end_inset
24397
24398 .
24399  If the footnotes should only appear at the bottom of the right column,
24400  as in Figure
24401 \begin_inset space ~
24402 \end_inset
24403
24404
24405 \begin_inset CommandInset ref
24406 LatexCommand ref
24407 reference "fig:Footnote-placement-in"
24408
24409 \end_inset
24410
24411 , use the LaTeX-package 
24412 \series bold
24413 ftnright
24414 \series default
24415
24416 \begin_inset Index
24417 status collapsed
24418
24419 \begin_layout Plain Layout
24420 LaTeX-packages ! ftnright
24421 \end_layout
24422
24423 \end_inset
24424
24425  with this command in the document preamble:
24426 \end_layout
24427
24428 \begin_layout Standard
24429
24430 \series bold
24431
24432 \backslash
24433 usepackage{ftnright}
24434 \end_layout
24435
24436 \begin_layout Standard
24437 \begin_inset Float figure
24438 placement !h
24439 wide false
24440 sideways false
24441 status open
24442
24443 \begin_layout Plain Layout
24444 \begin_inset ERT
24445 status collapsed
24446
24447 \begin_layout Plain Layout
24448
24449
24450 \backslash
24451 framebox{
24452 \end_layout
24453
24454 \end_inset
24455
24456
24457 \begin_inset Graphics
24458         filename clipart/without_fntright.pdf
24459         width 100col%
24460         scaleBeforeRotation
24461
24462 \end_inset
24463
24464
24465 \begin_inset ERT
24466 status collapsed
24467
24468 \begin_layout Plain Layout
24469
24470 }
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \end_layout
24477
24478 \begin_layout Plain Layout
24479 \begin_inset Caption
24480
24481 \begin_layout Plain Layout
24482 \begin_inset CommandInset label
24483 LatexCommand label
24484 name "fig:Standard-footnote-placement"
24485
24486 \end_inset
24487
24488 Standard footnote placement in two-column documents.
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \begin_layout Standard
24502 \begin_inset Float figure
24503 placement !h
24504 wide false
24505 sideways false
24506 status open
24507
24508 \begin_layout Plain Layout
24509 \begin_inset ERT
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513
24514
24515 \backslash
24516 framebox{
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \begin_inset Graphics
24523         filename clipart/with_fntright.pdf
24524         width 100col%
24525         scaleBeforeRotation
24526
24527 \end_inset
24528
24529
24530 \begin_inset ERT
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534
24535 }
24536 \end_layout
24537
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \begin_layout Plain Layout
24544 \begin_inset Caption
24545
24546 \begin_layout Plain Layout
24547 \begin_inset CommandInset label
24548 LatexCommand label
24549 name "fig:Footnote-placement-in"
24550
24551 \end_inset
24552
24553 Footnote placement in two-column documents when the LaTeX-package 
24554 \series bold
24555 ftnright
24556 \series default
24557  is used.
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \end_inset
24566
24567
24568 \end_layout
24569
24570 \begin_layout Standard
24571 \begin_inset VSpace bigskip
24572 \end_inset
24573
24574 In some scientific literature it is usual to collect the footnotes and print
24575  them in a separate paragraph at the the end of a section, like in Figure
24576 \begin_inset space ~
24577 \end_inset
24578
24579
24580 \begin_inset CommandInset ref
24581 LatexCommand ref
24582 reference "fig:Endnotes----footnotes"
24583
24584 \end_inset
24585
24586 .
24587  They are then so called 
24588 \begin_inset Quotes eld
24589 \end_inset
24590
24591 endnotes
24592 \begin_inset Quotes erd
24593 \end_inset
24594
24595 .
24596 \begin_inset Index
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600 Endnotes
24601 \end_layout
24602
24603 \end_inset
24604
24605  To use endnotes instead of footnotes in your document, load the LaTeX-package
24606  
24607 \series bold
24608 endnotes
24609 \series default
24610
24611 \begin_inset Index
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615 LaTeX-packages ! endnotes
24616 \end_layout
24617
24618 \end_inset
24619
24620  with the document preamble lines
24621 \end_layout
24622
24623 \begin_layout Standard
24624
24625 \series bold
24626
24627 \backslash
24628 usepackage{endnotes}
24629 \begin_inset Newline newline
24630 \end_inset
24631
24632
24633 \backslash
24634 let
24635 \backslash
24636 footnote
24637 \backslash
24638 endnote
24639 \end_layout
24640
24641 \begin_layout Standard
24642 To insert the collected footnotes, insert the command
24643 \end_layout
24644
24645 \begin_layout Standard
24646
24647 \series bold
24648
24649 \backslash
24650 theendnotes
24651 \end_layout
24652
24653 \begin_layout Standard
24654 in TeX-Code at the the end of a section or chapter.
24655 \end_layout
24656
24657 \begin_layout Standard
24658 \begin_inset Float figure
24659 wide false
24660 sideways false
24661 status open
24662
24663 \begin_layout Plain Layout
24664 \align center
24665 \begin_inset ERT
24666 status collapsed
24667
24668 \begin_layout Plain Layout
24669
24670
24671 \backslash
24672 framebox{
24673 \end_layout
24674
24675 \end_inset
24676
24677
24678 \begin_inset Graphics
24679         filename clipart/endnotes.pdf
24680         scaleBeforeRotation
24681
24682 \end_inset
24683
24684
24685 \begin_inset ERT
24686 status collapsed
24687
24688 \begin_layout Plain Layout
24689
24690 }
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \end_layout
24697
24698 \begin_layout Plain Layout
24699 \begin_inset Caption
24700
24701 \begin_layout Plain Layout
24702 \begin_inset CommandInset label
24703 LatexCommand label
24704 name "fig:Endnotes----footnotes"
24705
24706 \end_inset
24707
24708 Endnotes -- footnotes are printed in a separate paragraph at the end of
24709  sections or chapters.
24710 \end_layout
24711
24712 \end_inset
24713
24714
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Standard
24723 \begin_inset VSpace medskip
24724 \end_inset
24725
24726 The paragraph heading for the endnotes isn't automatically translated into
24727  the document language, this must be done manually.
24728  The following preamble command translate the default English name 
24729 \begin_inset Quotes eld
24730 \end_inset
24731
24732 Notes
24733 \begin_inset Quotes erd
24734 \end_inset
24735
24736  to the German translation 
24737 \begin_inset Quotes eld
24738 \end_inset
24739
24740 Anmerkungen
24741 \begin_inset Quotes erd
24742 \end_inset
24743
24744 :
24745 \end_layout
24746
24747 \begin_layout Standard
24748
24749 \series bold
24750
24751 \backslash
24752 renewcommand{
24753 \backslash
24754 notesname}{Anmerkungen}
24755 \end_layout
24756
24757 \begin_layout Standard
24758 \begin_inset VSpace medskip
24759 \end_inset
24760
24761 The numbering of endnotes can be changed like the footnote numbering as
24762  described in section
24763 \begin_inset space ~
24764 \end_inset
24765
24766
24767 \begin_inset CommandInset ref
24768 LatexCommand ref
24769 reference "sub:Footnote-Numbering"
24770
24771 \end_inset
24772
24773 ; just replace the command 
24774 \series bold
24775
24776 \backslash
24777 thefootnote
24778 \series default
24779  by 
24780 \series bold
24781
24782 \backslash
24783 theendnote
24784 \series default
24785 .
24786  To reset the endnote number use the command 
24787 \series bold
24788
24789 \backslash
24790 @addtoreset
24791 \series default
24792  as described in section
24793 \begin_inset space ~
24794 \end_inset
24795
24796
24797 \begin_inset CommandInset ref
24798 LatexCommand ref
24799 reference "sub:Footnote-Numbering"
24800
24801 \end_inset
24802
24803  and replace the command parameter 
24804 \series bold
24805 footnote
24806 \series default
24807  by 
24808 \series bold
24809 endnote
24810 \series default
24811 .
24812 \end_layout
24813
24814 \begin_layout Standard
24815 To create only a mark for an endnote, use the command 
24816 \series bold
24817
24818 \backslash
24819 endnotemark[number]
24820 \series default
24821  similar to the command 
24822 \series bold
24823
24824 \backslash
24825 footnotemark
24826 \series default
24827 , described in section
24828 \begin_inset space ~
24829 \end_inset
24830
24831
24832 \begin_inset CommandInset ref
24833 LatexCommand ref
24834 reference "sec:Footnotes"
24835
24836 \end_inset
24837
24838 .
24839 \end_layout
24840
24841 \begin_layout Standard
24842 \begin_inset VSpace bigskip
24843 \end_inset
24844
24845 Footnotes can also be placed in the page margin and the footnote text alignment
24846  can be changed, see the LaTeX-package 
24847 \series bold
24848 footmisc
24849 \series default
24850
24851 \begin_inset Index
24852 status collapsed
24853
24854 \begin_layout Plain Layout
24855 LaTeX-packages ! footmisc
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \begin_inset CommandInset citation
24862 LatexCommand cite
24863 key "footmisc"
24864
24865 \end_inset
24866
24867  for more information about this.
24868 \end_layout
24869
24870 \begin_layout Standard
24871 For various further footnote formatting issues have a look at LaTeX-books,
24872  
24873 \begin_inset CommandInset citation
24874 LatexCommand cite
24875 key "latexcompanion,latexguide,latexbook"
24876
24877 \end_inset
24878
24879 .
24880 \end_layout
24881
24882 \begin_layout Section
24883 Margin Notes
24884 \begin_inset Index
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888 Notes ! Margin Notes
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \begin_layout Standard
24897 Margin notes look and behave in LyX like footnotes.
24898  They are inserted via the menu 
24899 \family sans
24900 Insert\SpecialChar \menuseparator
24901 Marginal
24902 \begin_inset space ~
24903 \end_inset
24904
24905 Note
24906 \family default
24907  or the toolbar button 
24908 \begin_inset Graphics
24909         filename ../images/marginalnote-insert.png
24910         scale 85
24911         scaleBeforeRotation
24912
24913 \end_inset
24914
24915 .
24916  A grey 
24917 \family roman
24918 \series medium
24919 box with the
24920 \family default
24921 \series default
24922  red 
24923 \family roman
24924 \series medium
24925 label 
24926 \begin_inset Quotes eld
24927 \end_inset
24928
24929 margin
24930 \begin_inset Quotes erd
24931 \end_inset
24932
24933  appears where you can enter the text of the margin note.
24934 \end_layout
24935
24936 \begin_layout Standard
24937 At the side is an example margin note.
24938
24939 \family roman
24940 \series medium
24941  
24942 \begin_inset Marginal
24943 status open
24944
24945 \begin_layout Plain Layout
24946 This is a margin note.
24947 \end_layout
24948
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \begin_layout Standard
24955 Margin notes appear at the right side in single-sided documents.
24956  In double-sided documents they appear in the outer margin -- left on even
24957  pages, right on odd pages.
24958  The text of margin notes is aligned opposite to the outer margin -- right-align
24959 ed when the note appears in the left margin.
24960  The first line of the margin note is placed at the position of the text
24961  line where it is inserted in the document.
24962 \end_layout
24963
24964 \begin_layout Standard
24965 \begin_inset VSpace bigskip
24966 \end_inset
24967
24968 To place the margin note in the inner margin, add the command
24969 \end_layout
24970
24971 \begin_layout Standard
24972
24973 \series bold
24974
24975 \backslash
24976 reversemarginpar
24977 \end_layout
24978
24979 \begin_layout Standard
24980 in TeX-Code before a margin note.
24981  The new placement is valid for all following margin notes.
24982  
24983 \begin_inset ERT
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987
24988
24989 \backslash
24990 reversemarginpar 
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \begin_inset Marginal
24997 status open
24998
24999 \begin_layout Plain Layout
25000 This is a margin note in the inner margin.
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \series bold
25007
25008 \begin_inset Newline newline
25009 \end_inset
25010
25011
25012 \series default
25013
25014 \begin_inset Note Greyedout
25015 status open
25016
25017 \begin_layout Plain Layout
25018
25019 \series bold
25020 Note:
25021 \series default
25022  There is often not enough space in the inner margin so that the notes are
25023  not correctly displayed in the output.
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Standard
25032 To return to the default placement insert the command
25033 \end_layout
25034
25035 \begin_layout Standard
25036
25037 \series bold
25038
25039 \backslash
25040 normalmarginpar
25041 \end_layout
25042
25043 \begin_layout Standard
25044 in TeX-Code.
25045 \begin_inset ERT
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049
25050
25051 \backslash
25052 normalmarginpar 
25053 \end_layout
25054
25055 \end_inset
25056
25057  
25058 \begin_inset Note Greyedout
25059 status open
25060
25061 \begin_layout Plain Layout
25062
25063 \series bold
25064 Note:
25065 \series default
25066  The command is ignored when it is within a paragraph where also the command
25067  
25068 \series bold
25069
25070 \backslash
25071 reversemarginpar
25072 \series default
25073  is inserted.
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 \begin_inset VSpace bigskip
25083 \end_inset
25084
25085
25086 \family roman
25087 \series medium
25088
25089 \begin_inset Marginal
25090 status open
25091
25092 \begin_layout Plain Layout
25093 AVeryLongMarginParWord that isn't hyphenated.
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \family default
25100 \series default
25101  Similar to the case described in section
25102 \begin_inset space ~
25103 \end_inset
25104
25105
25106 \begin_inset CommandInset ref
25107 LatexCommand ref
25108 reference "sub:Multiple-Lines-in"
25109
25110 \end_inset
25111
25112 , long words cannot be hyphenated when they are the first word in a margin
25113  note.
25114  To avoid this, insert 0
25115 \begin_inset space \thinspace{}
25116 \end_inset
25117
25118 pt horizontal space before the word
25119 \family roman
25120 \series medium
25121 .
25122  
25123 \begin_inset Marginal
25124 status open
25125
25126 \begin_layout Plain Layout
25127 \begin_inset space \hspace*{}
25128 \length 0pt
25129 \end_inset
25130
25131 AVeryLongMarginParWord that is hyphenated.
25132 \end_layout
25133
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \begin_layout Standard
25140 \begin_inset VSpace bigskip
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \begin_layout Standard
25147 \begin_inset Note Greyedout
25148 status open
25149
25150 \begin_layout Plain Layout
25151
25152 \series bold
25153 Note:
25154 \series default
25155  Margin notes can normally not be used inside tables, floats, and footnotes.
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 \begin_inset VSpace bigskip
25165 \end_inset
25166
25167
25168 \end_layout
25169
25170 \begin_layout Standard
25171 \begin_inset ERT
25172 status collapsed
25173
25174 \begin_layout Plain Layout
25175
25176
25177 \backslash
25178 ifmarginnote
25179 \end_layout
25180
25181 \end_inset
25182
25183
25184 \begin_inset Note Note
25185 status open
25186
25187 \begin_layout Plain Layout
25188 The following section will only be displayed when the LaTeX-package 
25189 \series bold
25190 marginnote
25191 \series default
25192  is installed.
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \begin_layout Standard
25201 This restriction can be evaded by using the LaTeX-package 
25202 \series bold
25203 marginnote
25204 \series default
25205
25206 \begin_inset Index
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210 LaTeX-packages ! marginnote
25211 \end_layout
25212
25213 \end_inset
25214
25215 .
25216  By adding these two lines to your document preamble, the command used by
25217  LyX for margin notes is redefined to use the command provided by the 
25218 \series bold
25219 marginnote
25220 \series default
25221 -package:
25222 \end_layout
25223
25224 \begin_layout Standard
25225
25226 \series bold
25227
25228 \backslash
25229 usepackage{marginnote}
25230 \begin_inset Newline newline
25231 \end_inset
25232
25233
25234 \backslash
25235 let
25236 \backslash
25237 marginpar
25238 \backslash
25239 marginnote
25240 \end_layout
25241
25242 \begin_layout Standard
25243 This is also used in this document because 
25244 \series bold
25245 marginnote
25246 \series default
25247  has another useful feature: You can set a vertical offset for the note.
25248  This is often needed when too many margin notes are too close together
25249  or for a better page layout.
25250  The offset is set in LyX as TeX-Code directly behind the margin note in
25251  the scheme
25252 \end_layout
25253
25254 \begin_layout Standard
25255
25256 \series bold
25257 [offset]
25258 \end_layout
25259
25260 \begin_layout Standard
25261 where the offset is a length with one of the units listed in Table
25262 \begin_inset space ~
25263 \end_inset
25264
25265
25266 \begin_inset CommandInset ref
25267 LatexCommand ref
25268 reference "tab:Units"
25269
25270 \end_inset
25271
25272 .
25273  A negative value shifts the note up, a positive value shifts it down.
25274  
25275 \family roman
25276 \series medium
25277 For example the margin note beside this text line is shifted up 1.5
25278 \begin_inset space \thinspace{}
25279 \end_inset
25280
25281 cm with the TeX-Code-command 
25282 \begin_inset Quotes eld
25283 \end_inset
25284
25285
25286 \family default
25287 \series bold
25288 [-1.5cm]
25289 \family roman
25290 \series medium
25291
25292 \begin_inset Quotes erd
25293 \end_inset
25294
25295
25296 \begin_inset Marginal
25297 status open
25298
25299 \begin_layout Plain Layout
25300 This margin note is shifted up 1.5
25301 \begin_inset space \thinspace{}
25302 \end_inset
25303
25304 cm from its original position.
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \family default
25311 \series default
25312
25313 \begin_inset ERT
25314 status collapsed
25315
25316 \begin_layout Plain Layout
25317
25318 [-1.5cm]
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Standard
25327 \begin_inset VSpace medskip
25328 \end_inset
25329
25330 With 
25331 \series bold
25332 marginnote
25333 \series default
25334  you can also change the alignment of the text in the margin note.
25335  For example the commands
25336 \end_layout
25337
25338 \begin_layout Standard
25339
25340 \series bold
25341
25342 \backslash
25343 renewcommand*{
25344 \backslash
25345 raggedleftmarginnote}{
25346 \backslash
25347 centering}
25348 \begin_inset Newline newline
25349 \end_inset
25350
25351
25352 \backslash
25353 renewcommand*{
25354 \backslash
25355 raggedrightmarginnote}{
25356 \backslash
25357 centering}
25358 \end_layout
25359
25360 \begin_layout Standard
25361 set the alignment to centered.
25362  
25363 \series bold
25364
25365 \backslash
25366 raggedleftmarginnote
25367 \series default
25368  denotes margin notes that appear at the left side.
25369 \family roman
25370 \series medium
25371
25372 \begin_inset ERT
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376
25377
25378 \backslash
25379 renewcommand*{
25380 \backslash
25381 raggedleftmarginnote}{
25382 \backslash
25383 centering}
25384 \end_layout
25385
25386 \begin_layout Plain Layout
25387
25388
25389 \backslash
25390 renewcommand*{
25391 \backslash
25392 raggedrightmarginnote}{
25393 \backslash
25394 centering}
25395 \end_layout
25396
25397 \end_inset
25398
25399
25400 \begin_inset Marginal
25401 status open
25402
25403 \begin_layout Plain Layout
25404 The text of this margin note is centered.
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \family default
25411 \series default
25412  The default is
25413 \end_layout
25414
25415 \begin_layout Standard
25416
25417 \series bold
25418
25419 \backslash
25420 renewcommand*{
25421 \backslash
25422 raggedleftmarginnote}{
25423 \backslash
25424 raggedleft}
25425 \begin_inset Newline newline
25426 \end_inset
25427
25428
25429 \backslash
25430 renewcommand*{
25431 \backslash
25432 raggedrightmarginnote}{
25433 \backslash
25434 raggedright}
25435 \family roman
25436 \series medium
25437
25438 \begin_inset ERT
25439 status collapsed
25440
25441 \begin_layout Plain Layout
25442
25443
25444 \backslash
25445 renewcommand*{
25446 \backslash
25447 raggedleftmarginnote}{
25448 \backslash
25449 raggedleft}
25450 \end_layout
25451
25452 \begin_layout Plain Layout
25453
25454
25455 \backslash
25456 renewcommand*{
25457 \backslash
25458 raggedrightmarginnote}{
25459 \backslash
25460 raggedright}
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 \begin_inset VSpace medskip
25470 \end_inset
25471
25472 For the other features of 
25473 \series bold
25474 marginnote
25475 \series default
25476  we refer to its documentation 
25477 \begin_inset CommandInset citation
25478 LatexCommand cite
25479 key "marginnote"
25480
25481 \end_inset
25482
25483 .
25484 \end_layout
25485
25486 \begin_layout Standard
25487 \begin_inset VSpace bigskip
25488 \end_inset
25489
25490 You can adjust the layout of margin notes by changing its definition.
25491  To create for example a header for all margin notes with the underlined,
25492  sans-serif, and bold header text 
25493 \begin_inset Quotes eld
25494 \end_inset
25495
25496
25497 \family sans
25498 \series bold
25499 \bar under
25500 Attention!
25501 \family default
25502 \series default
25503 \bar default
25504
25505 \begin_inset Quotes erd
25506 \end_inset
25507
25508 , add this to your document preamble:
25509 \end_layout
25510
25511 \begin_layout Standard
25512
25513 \series bold
25514
25515 \backslash
25516 let
25517 \backslash
25518 myMarginpar
25519 \backslash
25520 marginpar
25521 \begin_inset Newline newline
25522 \end_inset
25523
25524
25525 \backslash
25526 renewcommand{
25527 \backslash
25528 marginpar}[1]{
25529 \backslash
25530 myMarginpar{%
25531 \begin_inset Newline newline
25532 \end_inset
25533
25534
25535 \begin_inset ERT
25536 status collapsed
25537
25538 \begin_layout Plain Layout
25539
25540
25541 \backslash
25542 hphantom{ }
25543 \end_layout
25544
25545 \end_inset
25546
25547
25548 \backslash
25549 hspace{0pt}
25550 \backslash
25551 textsf{
25552 \backslash
25553 textbf{
25554 \backslash
25555 underbar{Attention!}}}%
25556 \begin_inset Newline newline
25557 \end_inset
25558
25559
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565
25566 \backslash
25567 hphantom{ }
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \backslash
25574 vspace{1.5mm}
25575 \backslash
25576
25577 \backslash
25578 #1}}
25579 \end_layout
25580
25581 \begin_layout Standard
25582
25583 \family roman
25584 \series medium
25585 \begin_inset ERT
25586 status collapsed
25587
25588 \begin_layout Plain Layout
25589
25590
25591 \backslash
25592 let
25593 \backslash
25594 myMarginpar
25595 \backslash
25596 marginpar
25597 \end_layout
25598
25599 \begin_layout Plain Layout
25600
25601
25602 \backslash
25603 renewcommand{
25604 \backslash
25605 marginpar}[1]{
25606 \backslash
25607 myMarginpar{%
25608 \end_layout
25609
25610 \begin_layout Plain Layout
25611
25612    
25613 \backslash
25614 textsf{
25615 \backslash
25616 textbf{
25617 \backslash
25618 underbar{Attention!}}}%
25619 \end_layout
25620
25621 \begin_layout Plain Layout
25622
25623    
25624 \backslash
25625 vspace{1.5mm}
25626 \backslash
25627
25628 \backslash
25629 #1}}
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \begin_inset Marginal
25636 status open
25637
25638 \begin_layout Plain Layout
25639 This is a margin note with a defined heading.
25640 \end_layout
25641
25642 \end_inset
25643
25644
25645 \family default
25646 \series default
25647
25648 \begin_inset ERT
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652
25653 [-1.5cm]
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \family roman
25660 \series medium
25661
25662 \begin_inset ERT
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666
25667
25668 \backslash
25669 renewcommand{
25670 \backslash
25671 marginpar}[1]{
25672 \backslash
25673 myMarginpar{#1}}
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \family default
25680 \series default
25681
25682 \begin_inset Note Note
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686 The margin note format is changed only for this example.
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 \begin_inset ERT
25696 status collapsed
25697
25698 \begin_layout Plain Layout
25699
25700
25701 \backslash
25702 else
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \begin_inset Note Note
25709 status open
25710
25711 \begin_layout Plain Layout
25712 The following will be displayed when the LaTeX-package 
25713 \series bold
25714 marginnote
25715 \series default
25716  is not installed:
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \begin_layout Standard
25725 You need to install the LaTeX-package 
25726 \series bold
25727 marginnote
25728 \series default
25729  to see the following part of this section in the output.
25730 \end_layout
25731
25732 \begin_layout Standard
25733 \begin_inset ERT
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737
25738
25739 \backslash
25740 fi
25741 \end_layout
25742
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \begin_layout Chapter
25749 Boxes
25750 \end_layout
25751
25752 \begin_layout Section
25753 Introduction
25754 \begin_inset Index
25755 status collapsed
25756
25757 \begin_layout Plain Layout
25758 Boxes ! Introduction
25759 \end_layout
25760
25761 \end_inset
25762
25763
25764 \end_layout
25765
25766 \begin_layout Standard
25767 Boxes are used to format a block of text.
25768  Boxes can be used to write documents with multiple languages, see section
25769 \begin_inset space ~
25770 \end_inset
25771
25772
25773 \begin_inset CommandInset ref
25774 LatexCommand ref
25775 reference "sec:Minipages"
25776
25777 \end_inset
25778
25779 , to frame texts, see section
25780 \begin_inset space ~
25781 \end_inset
25782
25783
25784 \begin_inset CommandInset ref
25785 LatexCommand ref
25786 reference "sec:Decoration"
25787
25788 \end_inset
25789
25790 , to prevent words to be hyphenated, see section
25791 \begin_inset space ~
25792 \end_inset
25793
25794
25795 \begin_inset CommandInset ref
25796 LatexCommand ref
25797 reference "sec:Prevent-Hyphenation"
25798
25799 \end_inset
25800
25801 , to align text, see section
25802 \begin_inset space ~
25803 \end_inset
25804
25805
25806 \begin_inset CommandInset ref
25807 LatexCommand ref
25808 reference "sub:Vertical-Alignment"
25809
25810 \end_inset
25811
25812 , or to set the background color of texts, see section
25813 \begin_inset space ~
25814 \end_inset
25815
25816
25817 \begin_inset CommandInset ref
25818 LatexCommand ref
25819 reference "sec:Colored-Boxes"
25820
25821 \end_inset
25822
25823 .
25824 \end_layout
25825
25826 \begin_layout Standard
25827 Boxes can be inserted with the menu 
25828 \family sans
25829 Insert\SpecialChar \menuseparator
25830 Box
25831 \family default
25832  or the toolbar button 
25833 \begin_inset Graphics
25834         filename ../images/box-insert.png
25835         scale 85
25836         scaleBeforeRotation
25837
25838 \end_inset
25839
25840 .
25841  A grey box with the label 
25842 \family sans
25843 Box (Minipage)
25844 \family default
25845
25846 \begin_inset Graphics
25847         filename clipart/BoxInsetDefaultQt4.png
25848         scale 85
25849         scaleBeforeRotation
25850
25851 \end_inset
25852
25853  will be inserted.
25854  The box type can be specified by right-clicking on the box.
25855  The appearing box dialog offers the 
25856 \family sans
25857 Inner
25858 \begin_inset space ~
25859 \end_inset
25860
25861 Box
25862 \family default
25863  types 
25864 \family sans
25865 Parbox
25866 \family default
25867  and 
25868 \family sans
25869 Minipage
25870 \family default
25871 .
25872  The type 
25873 \family sans
25874 Minipage
25875 \family default
25876  is the default for new boxes and is explained in section
25877 \begin_inset space ~
25878 \end_inset
25879
25880
25881 \begin_inset CommandInset ref
25882 LatexCommand ref
25883 reference "sec:Minipages"
25884
25885 \end_inset
25886
25887 ; the type 
25888 \family sans
25889 Parbox
25890 \family default
25891  is described in section
25892 \begin_inset space ~
25893 \end_inset
25894
25895
25896 \begin_inset CommandInset ref
25897 LatexCommand ref
25898 reference "sec:Parboxes"
25899
25900 \end_inset
25901
25902 .
25903 \end_layout
25904
25905 \begin_layout Standard
25906 Boxes aren't numbered and can therefore not be referenced like floats or
25907  footnotes.
25908 \end_layout
25909
25910 \begin_layout Standard
25911 \begin_inset Note Greyedout
25912 status open
25913
25914 \begin_layout Plain Layout
25915
25916 \series bold
25917 Note:
25918 \series default
25919  Boxes must not be the item in an 
25920 \family sans
25921 Itemize
25922 \family default
25923  or 
25924 \family sans
25925 Description
25926 \family default
25927  environment.
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \begin_layout Standard
25936 \begin_inset Note Greyedout
25937 status open
25938
25939 \begin_layout Plain Layout
25940
25941 \series bold
25942 Note:
25943 \series default
25944  For an unknown reason you can only set the 
25945 \family sans
25946 Inner
25947 \begin_inset space ~
25948 \end_inset
25949
25950 Box
25951 \family default
25952  type to 
25953 \family sans
25954 None
25955 \family default
25956  when you use a framed box.
25957  Boxes without an 
25958 \family sans
25959 Inner
25960 \begin_inset space ~
25961 \end_inset
25962
25963 Box
25964 \family default
25965  type and without frames are explained in section
25966 \begin_inset space ~
25967 \end_inset
25968
25969
25970 \begin_inset CommandInset ref
25971 LatexCommand ref
25972 reference "sec:Prevent-Hyphenation"
25973
25974 \end_inset
25975
25976 .
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \begin_layout Section
25985 Box Dialog
25986 \begin_inset CommandInset label
25987 LatexCommand label
25988 name "sec:Box-Dialog"
25989
25990 \end_inset
25991
25992
25993 \begin_inset Index
25994 status collapsed
25995
25996 \begin_layout Plain Layout
25997 Boxes ! Box Dialog
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \begin_layout Subsection
26006 Size
26007 \begin_inset Index
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011 Boxes ! Size
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Standard
26020 In the box dialog you can adjust the box geometry in the fields 
26021 \family sans
26022 Width
26023 \family default
26024  and 
26025 \family sans
26026 Height
26027 \family default
26028 .
26029  The available units for the geometry are explained in Table
26030 \begin_inset space ~
26031 \end_inset
26032
26033
26034 \begin_inset CommandInset ref
26035 LatexCommand ref
26036 reference "tab:Units"
26037
26038 \end_inset
26039
26040 .
26041  The field 
26042 \family sans
26043 Heigth
26044 \family default
26045  offers the following additional sizes:
26046 \end_layout
26047
26048 \begin_layout Description
26049 Depth This is the plain text 
26050 \begin_inset Quotes eld
26051 \end_inset
26052
26053 height
26054 \begin_inset Quotes erd
26055 \end_inset
26056
26057 .
26058  It ignores the total depth when there are multiple text lines in the box:
26059 \begin_inset Newline newline
26060 \end_inset
26061
26062
26063 \begin_inset Newline newline
26064 \end_inset
26065
26066
26067 \begin_inset Newline newline
26068 \end_inset
26069
26070
26071 \begin_inset Box Boxed
26072 position "c"
26073 hor_pos "c"
26074 has_inner_box 1
26075 inner_pos "c"
26076 use_parbox 0
26077 width "12col%"
26078 special "none"
26079 height "1in"
26080 height_special "depth"
26081 status collapsed
26082
26083 \begin_layout Plain Layout
26084 \align center
26085 Box height set to 1
26086 \begin_inset space \thinspace{}
26087 \end_inset
26088
26089 Depth
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \begin_inset Newline newline
26096 \end_inset
26097
26098
26099 \begin_inset Newline newline
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \begin_layout Description
26106 Height This is the heigth of the text that is inside the box.
26107  A value of e.
26108 \begin_inset space \thinspace{}
26109 \end_inset
26110
26111 g.
26112 \begin_inset space \space{}
26113 \end_inset
26114
26115 2 for this size will set the box heigth to 2 times the text height: 
26116 \begin_inset Box Boxed
26117 position "c"
26118 hor_pos "c"
26119 has_inner_box 1
26120 inner_pos "c"
26121 use_parbox 0
26122 width "20col%"
26123 special "none"
26124 height "2in"
26125 height_special "height"
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129 \align center
26130 Box height set to 2
26131 \begin_inset space \thinspace{}
26132 \end_inset
26133
26134 Height
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Description
26143 Total
26144 \begin_inset space ~
26145 \end_inset
26146
26147 Height This is the Height
26148 \begin_inset space \thinspace{}
26149 \end_inset
26150
26151 +
26152 \begin_inset space \thinspace{}
26153 \end_inset
26154
26155 Depth: 
26156 \begin_inset Box Boxed
26157 position "c"
26158 hor_pos "c"
26159 has_inner_box 1
26160 inner_pos "c"
26161 use_parbox 0
26162 width "20col%"
26163 special "none"
26164 height "1in"
26165 height_special "totalheight"
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169 \align center
26170 Box height set to 1
26171 \begin_inset space \thinspace{}
26172 \end_inset
26173
26174 Total
26175 \begin_inset space ~
26176 \end_inset
26177
26178 Height
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Description
26187 Width This sets the width of the box as heigth: 
26188 \begin_inset Box Boxed
26189 position "c"
26190 hor_pos "c"
26191 has_inner_box 1
26192 inner_pos "c"
26193 use_parbox 0
26194 width "12col%"
26195 special "none"
26196 height "1in"
26197 height_special "width"
26198 status collapsed
26199
26200 \begin_layout Plain Layout
26201 \align center
26202 Box height set to 1
26203 \begin_inset space \thinspace{}
26204 \end_inset
26205
26206 Width
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \begin_layout Subsection
26215 Alignment
26216 \begin_inset Index
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220 Boxes ! Alignment
26221 \end_layout
26222
26223 \end_inset
26224
26225
26226 \end_layout
26227
26228 \begin_layout Standard
26229 When you have chosen an 
26230 \family sans
26231 Inner
26232 \begin_inset space ~
26233 \end_inset
26234
26235 Box
26236 \family default
26237 , the vertical box alignment can be:
26238 \end_layout
26239
26240 \begin_layout Description
26241 Top This is an example text line.
26242  
26243 \begin_inset Box Boxed
26244 position "t"
26245 hor_pos "c"
26246 has_inner_box 1
26247 inner_pos "c"
26248 use_parbox 0
26249 width "12col%"
26250 special "none"
26251 height "1in"
26252 height_special "totalheight"
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256 \align center
26257 This box is top-aligned.
26258 \end_layout
26259
26260 \end_inset
26261
26262  This is an example text line.
26263 \end_layout
26264
26265 \begin_layout Description
26266 Middle This is an example text line.
26267  
26268 \begin_inset Box Boxed
26269 position "c"
26270 hor_pos "c"
26271 has_inner_box 1
26272 inner_pos "c"
26273 use_parbox 0
26274 width "12col%"
26275 special "none"
26276 height "1in"
26277 height_special "totalheight"
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281 \align center
26282 This box is middle-aligned.
26283 \end_layout
26284
26285 \end_inset
26286
26287  This is an example text line.
26288 \end_layout
26289
26290 \begin_layout Description
26291 Bottom This is an example text line.
26292  
26293 \begin_inset Box Boxed
26294 position "b"
26295 hor_pos "c"
26296 has_inner_box 1
26297 inner_pos "c"
26298 use_parbox 0
26299 width "12col%"
26300 special "none"
26301 height "1in"
26302 height_special "totalheight"
26303 status collapsed
26304
26305 \begin_layout Plain Layout
26306 \align center
26307 This box is bottom-aligned.
26308 \end_layout
26309
26310 \end_inset
26311
26312  This is an example text line.
26313 \end_layout
26314
26315 \begin_layout Standard
26316 \begin_inset Note Greyedout
26317 status open
26318
26319 \begin_layout Plain Layout
26320
26321 \series bold
26322 Note:
26323 \series default
26324  The vertical box aligment can be lost in the output when you have two boxes
26325  in a line and one has e.
26326 \begin_inset space \thinspace{}
26327 \end_inset
26328
26329 g.
26330 \begin_inset space \space{}
26331 \end_inset
26332
26333 a shadow and the other one not.
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Standard
26342 The horizontal box alignment can be set via LyX's paragraph dialog when
26343  you set the box into its own paragraph.
26344 \end_layout
26345
26346 \begin_layout Standard
26347 \begin_inset VSpace bigskip
26348 \end_inset
26349
26350 When you have chosen an 
26351 \family sans
26352 Inner
26353 \begin_inset space ~
26354 \end_inset
26355
26356 Box
26357 \family default
26358 , the box content can be vertical aligned to:
26359 \end_layout
26360
26361 \begin_layout Description
26362 top This is an example text line.
26363  
26364 \begin_inset Box Boxed
26365 position "c"
26366 hor_pos "c"
26367 has_inner_box 1
26368 inner_pos "t"
26369 use_parbox 0
26370 width "12col%"
26371 special "none"
26372 height "1.5in"
26373 height_special "totalheight"
26374 status collapsed
26375
26376 \begin_layout Plain Layout
26377 \align center
26378 This box text is top-aligned.
26379 \end_layout
26380
26381 \end_inset
26382
26383  This is an example text line.
26384 \end_layout
26385
26386 \begin_layout Description
26387 middle This is an example text line.
26388  
26389 \begin_inset Box Boxed
26390 position "c"
26391 hor_pos "c"
26392 has_inner_box 1
26393 inner_pos "c"
26394 use_parbox 0
26395 width "12col%"
26396 special "none"
26397 height "1.5in"
26398 height_special "totalheight"
26399 status collapsed
26400
26401 \begin_layout Plain Layout
26402 \align center
26403 This box text is middle-aligned.
26404 \end_layout
26405
26406 \end_inset
26407
26408  This is an example text line.
26409 \end_layout
26410
26411 \begin_layout Description
26412 bottom This is an example text line.
26413  
26414 \begin_inset Box Boxed
26415 position "c"
26416 hor_pos "c"
26417 has_inner_box 1
26418 inner_pos "b"
26419 use_parbox 0
26420 width "12col%"
26421 special "none"
26422 height "1.5in"
26423 height_special "totalheight"
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427 \align center
26428 This box text is bottom-aligned.
26429 \end_layout
26430
26431 \end_inset
26432
26433  This is an example text line.
26434 \end_layout
26435
26436 \begin_layout Description
26437 stretch This is an example text line.
26438  
26439 \begin_inset Box Boxed
26440 position "c"
26441 hor_pos "c"
26442 has_inner_box 1
26443 inner_pos "s"
26444 use_parbox 0
26445 width "12col%"
26446 special "none"
26447 height "1.5in"
26448 height_special "totalheight"
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452 \align center
26453 This box
26454 \end_layout
26455
26456 \begin_layout Plain Layout
26457 \align center
26458 text is
26459 \end_layout
26460
26461 \begin_layout Plain Layout
26462 \align center
26463 stretched.
26464 \end_layout
26465
26466 \end_inset
26467
26468  This is an example text line.
26469 \end_layout
26470
26471 \begin_layout Standard
26472 To stretch the box content, it must consist of more than one paragraph.
26473  In the example above every text line is in an own paragraph.
26474 \end_layout
26475
26476 \begin_layout Standard
26477 \begin_inset VSpace bigskip
26478 \end_inset
26479
26480 To align the box content horizontally you can use LyX's paragraph dialog
26481  when you have chosen an 
26482 \family sans
26483 Inner
26484 \begin_inset space ~
26485 \end_inset
26486
26487 Box
26488 \family default
26489 .
26490 \end_layout
26491
26492 \begin_layout Standard
26493 \align center
26494 \begin_inset Box Boxed
26495 position "c"
26496 hor_pos "c"
26497 has_inner_box 1
26498 inner_pos "s"
26499 use_parbox 0
26500 width "15col%"
26501 special "none"
26502 height "1.25in"
26503 height_special "totalheight"
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507 \align left
26508 This box
26509 \end_layout
26510
26511 \begin_layout Plain Layout
26512 \align center
26513 text is
26514 \end_layout
26515
26516 \begin_layout Plain Layout
26517 \align right
26518 stretched.
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Standard
26527 If you haven't set an 
26528 \family sans
26529 Inner
26530 \begin_inset space ~
26531 \end_inset
26532
26533 Box
26534 \family default
26535 , you can align the box content horizontally in the box dialog.
26536 \end_layout
26537
26538 \begin_layout Standard
26539 \align center
26540 \begin_inset Box Boxed
26541 position "c"
26542 hor_pos "s"
26543 has_inner_box 0
26544 inner_pos "s"
26545 use_parbox 0
26546 width "90col%"
26547 special "none"
26548 height "1.25in"
26549 height_special "totalheight"
26550 status collapsed
26551
26552 \begin_layout Plain Layout
26553 \align left
26554 This box text is horizontally stretched.
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Subsection
26563 Decoration
26564 \begin_inset CommandInset label
26565 LatexCommand label
26566 name "sec:Decoration"
26567
26568 \end_inset
26569
26570
26571 \begin_inset Index
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575 Boxes ! Decoration
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \begin_layout Standard
26584 The type of the box can be specified in the box-dialog in the drop-down
26585  list 
26586 \family sans
26587 Decoration
26588 \family default
26589 .
26590  The following types are possible:
26591 \end_layout
26592
26593 \begin_layout Description
26594 Simple
26595 \begin_inset space ~
26596 \end_inset
26597
26598 rectangular
26599 \begin_inset space ~
26600 \end_inset
26601
26602 frame This draws a rectangle frame around the box.
26603  The frame line thickness has the size of 
26604 \series bold
26605
26606 \backslash
26607 fboxrule
26608 \series default
26609 .
26610  
26611 \begin_inset Box Boxed
26612 position "c"
26613 hor_pos "c"
26614 has_inner_box 1
26615 inner_pos "c"
26616 use_parbox 0
26617 width "20col%"
26618 special "none"
26619 height "1in"
26620 height_special "totalheight"
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624 \align center
26625 Rectangular box
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \begin_layout Description
26634 Allow
26635 \begin_inset space ~
26636 \end_inset
26637
26638 page
26639 \begin_inset space ~
26640 \end_inset
26641
26642 break When you use the decoration 
26643 \family sans
26644 simple rectangular frame
26645 \family default
26646  and no inner box, you can allow page breaks within a box.
26647  Note that then, in contrary to other framed boxes, the frame always uses
26648  the whole column width, the box is set as its own paragraph, and 
26649 \series bold
26650
26651 \backslash
26652 fboxrule
26653 \series default
26654  and 
26655 \series bold
26656
26657 \backslash
26658 fboxsep
26659 \series default
26660  has no effect on this box type.
26661  The frame line thickness has the size of 
26662 \series bold
26663
26664 \backslash
26665 FrameRule
26666 \series default
26667 .
26668  
26669 \begin_inset Box Framed
26670 position "t"
26671 hor_pos "c"
26672 has_inner_box 0
26673 inner_pos "t"
26674 use_parbox 0
26675 width "100col%"
26676 special "none"
26677 height "1in"
26678 height_special "totalheight"
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682 Allow page break box
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \begin_layout Description
26691 Oval
26692 \begin_inset space ~
26693 \end_inset
26694
26695 box,
26696 \begin_inset space ~
26697 \end_inset
26698
26699 thin This draws an oval frame around the box.
26700  The frame line thickness has the size 0.4
26701 \begin_inset space \thinspace{}
26702 \end_inset
26703
26704 pt.
26705  
26706 \begin_inset Box ovalbox
26707 position "c"
26708 hor_pos "c"
26709 has_inner_box 1
26710 inner_pos "c"
26711 use_parbox 0
26712 width "20col%"
26713 special "none"
26714 height "1in"
26715 height_special "totalheight"
26716 status collapsed
26717
26718 \begin_layout Plain Layout
26719 \align center
26720 Oval box, thin
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \begin_layout Description
26729 Oval
26730 \begin_inset space ~
26731 \end_inset
26732
26733 box,
26734 \begin_inset space ~
26735 \end_inset
26736
26737 thick This draws an oval frame around the box.
26738  The frame line thickness has the size 0.8
26739 \begin_inset space \thinspace{}
26740 \end_inset
26741
26742 pt.
26743  
26744 \begin_inset Box Ovalbox
26745 position "c"
26746 hor_pos "c"
26747 has_inner_box 1
26748 inner_pos "c"
26749 use_parbox 0
26750 width "20col%"
26751 special "none"
26752 height "1in"
26753 height_special "totalheight"
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757 \align center
26758 Oval box, thick
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \begin_layout Description
26767 Drop
26768 \begin_inset space ~
26769 \end_inset
26770
26771 shadow This draws a rectangle frame with a shadow around the box.
26772  The frame line thickness has the size of 
26773 \series bold
26774
26775 \backslash
26776 fboxrule
26777 \series default
26778 , the shadow has a width of 4
26779 \begin_inset space \thinspace{}
26780 \end_inset
26781
26782 pt.
26783  
26784 \begin_inset Box Shadowbox
26785 position "c"
26786 hor_pos "c"
26787 has_inner_box 1
26788 inner_pos "c"
26789 use_parbox 0
26790 width "20col%"
26791 special "none"
26792 height "1in"
26793 height_special "totalheight"
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797 \align center
26798 Shadow box
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Description
26807 Shaded
26808 \begin_inset space ~
26809 \end_inset
26810
26811 background This draws a box with red background color.
26812  In contrary to colored boxes
26813 \begin_inset Foot
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817 see sec.
26818 \begin_inset space \thinspace{}
26819 \end_inset
26820
26821
26822 \begin_inset CommandInset ref
26823 LatexCommand ref
26824 reference "sec:Colored-Boxes"
26825
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \end_inset
26832
26833 , it always uses the whole column width and the box is set as its own paragraph.
26834  
26835 \begin_inset Box Shaded
26836 position "t"
26837 hor_pos "c"
26838 has_inner_box 0
26839 inner_pos "t"
26840 use_parbox 0
26841 width "50col%"
26842 special "none"
26843 height "1in"
26844 height_special "totalheight"
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848 Shaded background box
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \begin_layout Description
26857 Double
26858 \begin_inset space ~
26859 \end_inset
26860
26861 rectangular
26862 \begin_inset space ~
26863 \end_inset
26864
26865 frame This draws a double-line rectangle frame around the box.
26866  The line thickness of the inner frame is 0.75
26867 \begin_inset space \thinspace{}
26868 \end_inset
26869
26870
26871 \series bold
26872
26873 \backslash
26874 fboxrule
26875 \series default
26876 , the thickness of the outer frame is 1.5
26877 \begin_inset space \thinspace{}
26878 \end_inset
26879
26880
26881 \series bold
26882
26883 \backslash
26884 fboxrule
26885 \series default
26886 .
26887  The distance between the lines is 1.5
26888 \begin_inset space \thinspace{}
26889 \end_inset
26890
26891
26892 \series bold
26893
26894 \backslash
26895 fboxrule
26896 \series default
26897
26898 \begin_inset space \thinspace{}
26899 \end_inset
26900
26901 +
26902 \begin_inset space \thinspace{}
26903 \end_inset
26904
26905 0.5
26906 \begin_inset space \thinspace{}
26907 \end_inset
26908
26909 pt.
26910  
26911 \begin_inset Box Doublebox
26912 position "c"
26913 hor_pos "c"
26914 has_inner_box 1
26915 inner_pos "c"
26916 use_parbox 0
26917 width "20col%"
26918 special "none"
26919 height "1in"
26920 height_special "totalheight"
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924 \align center
26925 Double rectangular box
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \begin_layout Standard
26934 \begin_inset VSpace bigskip
26935 \end_inset
26936
26937 LyX's box label will reflect the different frame types.
26938  To be able to use all types, the LaTeX-package 
26939 \series bold
26940 fancybox
26941 \series default
26942
26943 \begin_inset Index
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 LaTeX-packages ! fancybox
26948 \end_layout
26949
26950 \end_inset
26951
26952  must be installed.
26953 \end_layout
26954
26955 \begin_layout Section
26956 Box customization
26957 \begin_inset Index
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 Boxes ! Customization
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Standard
26970 The default value for the size 
26971 \series bold
26972
26973 \backslash
26974 fboxrule
26975 \series default
26976  is 0.4
26977 \begin_inset space \thinspace{}
26978 \end_inset
26979
26980 pt.
26981  It can be changed with the following command in TeX-Code to e.
26982 \begin_inset space \thinspace{}
26983 \end_inset
26984
26985 g.
26986 \begin_inset space \space{}
26987 \end_inset
26988
26989 2
26990 \begin_inset space \thinspace{}
26991 \end_inset
26992
26993 pt:
26994 \end_layout
26995
26996 \begin_layout Standard
26997
26998 \series bold
26999
27000 \backslash
27001 setlength{
27002 \backslash
27003 fboxrule}{2pt}
27004 \end_layout
27005
27006 \begin_layout Standard
27007 \begin_inset ERT
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011
27012
27013 \backslash
27014 setlength{
27015 \backslash
27016 fboxrule}{2pt}
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \begin_inset Box Boxed
27023 position "c"
27024 hor_pos "c"
27025 has_inner_box 1
27026 inner_pos "c"
27027 use_parbox 0
27028 width "25col%"
27029 special "none"
27030 height "1in"
27031 height_special "totalheight"
27032 status open
27033
27034 \begin_layout Plain Layout
27035 \align center
27036 Rectangular box with 
27037 \series bold
27038
27039 \backslash
27040 fboxrule
27041 \series default
27042
27043 \begin_inset space \thinspace{}
27044 \end_inset
27045
27046 =
27047 \begin_inset space \thinspace{}
27048 \end_inset
27049
27050 2
27051 \begin_inset space \thinspace{}
27052 \end_inset
27053
27054 pt
27055 \end_layout
27056
27057 \end_inset
27058
27059
27060 \begin_inset ERT
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064
27065
27066 \backslash
27067 setlength{
27068 \backslash
27069 fboxrule}{0.4pt}
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \begin_layout Standard
27078 \begin_inset VSpace bigskip
27079 \end_inset
27080
27081 The space between the frame and the box content is for all frame styles
27082  by default 3
27083 \begin_inset space \thinspace{}
27084 \end_inset
27085
27086 pt.
27087  You can change it by setting the length 
27088 \series bold
27089
27090 \backslash
27091 fboxsep
27092 \series default
27093  to another value.
27094  For example the command
27095 \end_layout
27096
27097 \begin_layout Standard
27098
27099 \series bold
27100
27101 \backslash
27102 setlength{
27103 \backslash
27104 fboxsep}{10pt}
27105 \end_layout
27106
27107 \begin_layout Standard
27108 sets the value to 10
27109 \begin_inset space \thinspace{}
27110 \end_inset
27111
27112 pt, like for the following box:
27113 \end_layout
27114
27115 \begin_layout Standard
27116 \begin_inset ERT
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120
27121
27122 \backslash
27123 setlength{
27124 \backslash
27125 fboxsep}{10pt}
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \begin_inset Box Boxed
27132 position "c"
27133 hor_pos "c"
27134 has_inner_box 1
27135 inner_pos "c"
27136 use_parbox 0
27137 width "25col%"
27138 special "none"
27139 height "1in"
27140 height_special "totalheight"
27141 status open
27142
27143 \begin_layout Plain Layout
27144 \align center
27145 Rectangular box with 
27146 \series bold
27147
27148 \backslash
27149 fboxsep
27150 \series default
27151
27152 \begin_inset space \thinspace{}
27153 \end_inset
27154
27155 =
27156 \begin_inset space \thinspace{}
27157 \end_inset
27158
27159 10
27160 \begin_inset space \thinspace{}
27161 \end_inset
27162
27163 pt
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \begin_inset ERT
27170 status collapsed
27171
27172 \begin_layout Plain Layout
27173
27174
27175 \backslash
27176 setlength{
27177 \backslash
27178 fboxsep}{3pt}
27179 \end_layout
27180
27181 \end_inset
27182
27183
27184 \end_layout
27185
27186 \begin_layout Standard
27187 \begin_inset VSpace bigskip
27188 \end_inset
27189
27190 The diameter of the round corners of the oval boxes can be set with the
27191  command 
27192 \series bold
27193
27194 \backslash
27195 cornersize
27196 \series default
27197 .
27198  The command
27199 \end_layout
27200
27201 \begin_layout Standard
27202
27203 \series bold
27204
27205 \backslash
27206 cornersize*{1cm}
27207 \end_layout
27208
27209 \begin_layout Standard
27210 sets the diameter to 1
27211 \begin_inset space \thinspace{}
27212 \end_inset
27213
27214 cm.
27215  The command
27216 \end_layout
27217
27218 \begin_layout Standard
27219
27220 \series bold
27221
27222 \backslash
27223 cornersize{num}
27224 \end_layout
27225
27226 \begin_layout Standard
27227 sets the diameter to 
27228 \family sans
27229 num
27230 \begin_inset space \thinspace{}
27231 \end_inset
27232
27233 ×
27234 \begin_inset space \thinspace{}
27235 \end_inset
27236
27237 minimum(width and heigth of box)
27238 \family default
27239 .
27240  The default is 
27241 \series bold
27242
27243 \backslash
27244 cornersize{0.5}
27245 \series default
27246 .
27247 \end_layout
27248
27249 \begin_layout Standard
27250 \begin_inset ERT
27251 status collapsed
27252
27253 \begin_layout Plain Layout
27254
27255
27256 \backslash
27257 cornersize*{1.5cm}
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \begin_inset Box Ovalbox
27264 position "c"
27265 hor_pos "c"
27266 has_inner_box 1
27267 inner_pos "c"
27268 use_parbox 0
27269 width "25col%"
27270 special "none"
27271 height "1in"
27272 height_special "totalheight"
27273 status open
27274
27275 \begin_layout Plain Layout
27276 \align center
27277 Oval box with 
27278 \series bold
27279
27280 \backslash
27281 cornersize
27282 \series default
27283
27284 \begin_inset space \thinspace{}
27285 \end_inset
27286
27287 =
27288 \begin_inset space \thinspace{}
27289 \end_inset
27290
27291 1.5
27292 \begin_inset space \thinspace{}
27293 \end_inset
27294
27295 cm
27296 \end_layout
27297
27298 \end_inset
27299
27300
27301 \begin_inset ERT
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305
27306
27307 \backslash
27308 cornersize{0.5}
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \begin_layout Standard
27317 \begin_inset VSpace bigskip
27318 \end_inset
27319
27320 The size of the shadow can be adjusted by changing the length 
27321 \series bold
27322
27323 \backslash
27324 shadowsize
27325 \series default
27326 .
27327  It it set to 2
27328 \begin_inset space \thinspace{}
27329 \end_inset
27330
27331 pt for the following box by this command:
27332 \end_layout
27333
27334 \begin_layout Standard
27335
27336 \series bold
27337
27338 \backslash
27339 setlength{
27340 \backslash
27341 shadowsize}{2pt}
27342 \end_layout
27343
27344 \begin_layout Standard
27345 \begin_inset ERT
27346 status collapsed
27347
27348 \begin_layout Plain Layout
27349
27350
27351 \backslash
27352 setlength{
27353 \backslash
27354 shadowsize}{2pt}
27355 \end_layout
27356
27357 \end_inset
27358
27359
27360 \begin_inset Box Shadowbox
27361 position "c"
27362 hor_pos "c"
27363 has_inner_box 1
27364 inner_pos "c"
27365 use_parbox 0
27366 width "25col%"
27367 special "none"
27368 height "1in"
27369 height_special "totalheight"
27370 status open
27371
27372 \begin_layout Plain Layout
27373 \align center
27374 Shadow box with 
27375 \series bold
27376
27377 \backslash
27378 shadowsize
27379 \series default
27380
27381 \begin_inset space \thinspace{}
27382 \end_inset
27383
27384 =
27385 \begin_inset space \thinspace{}
27386 \end_inset
27387
27388 2
27389 \begin_inset space \thinspace{}
27390 \end_inset
27391
27392 pt
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \begin_inset ERT
27399 status collapsed
27400
27401 \begin_layout Plain Layout
27402
27403
27404 \backslash
27405 setlength{
27406 \backslash
27407 shadowsize}{4pt}
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Standard
27416 \begin_inset VSpace bigskip
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Standard
27423 The default value for the size 
27424 \series bold
27425
27426 \backslash
27427 FrameRule
27428 \series default
27429  is 0.4
27430 \begin_inset space \thinspace{}
27431 \end_inset
27432
27433 pt.
27434  The default space between the note content and the frame is 9
27435 \begin_inset space \thinspace{}
27436 \end_inset
27437
27438 pt and can be changed with the value of 
27439 \series bold
27440
27441 \backslash
27442 FrameSep
27443 \series default
27444 .
27445  For example the frame appearance of the following 
27446 \family sans
27447 box
27448 \family default
27449  is set with the TeX-Code commands
27450 \end_layout
27451
27452 \begin_layout Standard
27453
27454 \series bold
27455
27456 \backslash
27457 setlength{
27458 \backslash
27459 FrameRule}{5pt}
27460 \begin_inset Newline newline
27461 \end_inset
27462
27463
27464 \backslash
27465 setlength{
27466 \backslash
27467 FrameSep}{0.5cm}
27468 \end_layout
27469
27470 \begin_layout Standard
27471 \begin_inset ERT
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475
27476
27477 \backslash
27478 setlength{
27479 \backslash
27480 FrameRule}{5pt}
27481 \end_layout
27482
27483 \begin_layout Plain Layout
27484
27485
27486 \backslash
27487 setlength{
27488 \backslash
27489 FrameSep}{0.5cm}
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \begin_inset Box Framed
27496 position "t"
27497 hor_pos "c"
27498 has_inner_box 0
27499 inner_pos "t"
27500 use_parbox 0
27501 width "100col%"
27502 special "none"
27503 height "1in"
27504 height_special "totalheight"
27505 status open
27506
27507 \begin_layout Plain Layout
27508 This is text in an 
27509 \family sans
27510 allow page break
27511 \family default
27512  box.
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \begin_inset ERT
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522
27523
27524 \backslash
27525 setlength{
27526 \backslash
27527 FrameRule}{0.4pt}
27528 \end_layout
27529
27530 \begin_layout Plain Layout
27531
27532
27533 \backslash
27534 setlength{
27535 \backslash
27536 FrameSep}{9pt}
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \begin_layout Standard
27545 \begin_inset VSpace bigskip
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \begin_layout Standard
27552 For 
27553 \family sans
27554 shaded background
27555 \family default
27556  boxes the default space between the box content and the box border is 3
27557 \begin_inset space \thinspace{}
27558 \end_inset
27559
27560 pt and can be changed with the value of 
27561 \series bold
27562
27563 \backslash
27564 fboxsep
27565 \series default
27566 .
27567  The default background color red can either be changed locally with the
27568  command 
27569 \series bold
27570
27571 \backslash
27572 definecolor{shadebox}
27573 \series default
27574  or globally with the menu 
27575 \family sans
27576 Tools\SpecialChar \menuseparator
27577 Preferences\SpecialChar \menuseparator
27578 Colors\SpecialChar \menuseparator
27579 shaded
27580 \begin_inset space ~
27581 \end_inset
27582
27583 box
27584 \family default
27585 .
27586  The scheme of the 
27587 \series bold
27588
27589 \backslash
27590 definecolor
27591 \series default
27592  command is explained in section
27593 \begin_inset space ~
27594 \end_inset
27595
27596
27597 \begin_inset CommandInset ref
27598 LatexCommand ref
27599 reference "sec:Colored-Tables"
27600
27601 \end_inset
27602
27603 .
27604 \begin_inset Foot
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608 Note that 
27609 \series bold
27610
27611 \backslash
27612 definecolor
27613 \series default
27614  requires the LaTeX-package 
27615 \series bold
27616 color
27617 \series default
27618  in the preamble, see section
27619 \begin_inset space ~
27620 \end_inset
27621
27622
27623 \begin_inset CommandInset ref
27624 LatexCommand ref
27625 reference "sec:Colored-Boxes"
27626
27627 \end_inset
27628
27629 .
27630 \end_layout
27631
27632 \end_inset
27633
27634  For example the appearance of the following shaded background note is set
27635  with the TeX-Code commands
27636 \end_layout
27637
27638 \begin_layout Standard
27639
27640 \series bold
27641
27642 \backslash
27643 setlength{
27644 \backslash
27645 fboxsep}{0.5cm}
27646 \series default
27647
27648 \begin_inset Newline newline
27649 \end_inset
27650
27651
27652 \series bold
27653
27654 \backslash
27655 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27656 \end_layout
27657
27658 \begin_layout Standard
27659 \begin_inset ERT
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663
27664
27665 \backslash
27666 setlength{
27667 \backslash
27668 fboxsep}{0.5cm}
27669 \end_layout
27670
27671 \begin_layout Plain Layout
27672
27673
27674 \backslash
27675 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \begin_inset Box Shaded
27682 position "t"
27683 hor_pos "c"
27684 has_inner_box 0
27685 inner_pos "t"
27686 use_parbox 0
27687 width "100col%"
27688 special "none"
27689 height "1in"
27690 height_special "totalheight"
27691 status open
27692
27693 \begin_layout Plain Layout
27694
27695 \color yellow
27696 This is yellow text in a
27697 \color none
27698  
27699 \family sans
27700 \color yellow
27701 shaded background
27702 \family default
27703 \color none
27704  
27705 \color yellow
27706 box with dark green background.
27707 \end_layout
27708
27709 \end_inset
27710
27711
27712 \begin_inset ERT
27713 status collapsed
27714
27715 \begin_layout Plain Layout
27716
27717
27718 \backslash
27719 setlength{
27720 \backslash
27721 fboxsep}{3pt}
27722 \end_layout
27723
27724 \begin_layout Plain Layout
27725
27726
27727 \backslash
27728 definecolor{shadecolor}{rgb}{1,0,0}
27729 \end_layout
27730
27731 \end_inset
27732
27733
27734 \end_layout
27735
27736 \begin_layout Standard
27737 \begin_inset VSpace bigskip
27738 \end_inset
27739
27740 Changed lengths and widths are valid for all boxes following the commands
27741  that change them.
27742 \end_layout
27743
27744 \begin_layout Section
27745 Minipages
27746 \begin_inset CommandInset label
27747 LatexCommand label
27748 name "sec:Minipages"
27749
27750 \end_inset
27751
27752
27753 \begin_inset Index
27754 status collapsed
27755
27756 \begin_layout Plain Layout
27757 Boxes ! Minipages
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 Minipages are treated by LaTeX as pages within pages and can therefore for
27767  example have their own footnotes.
27768 \end_layout
27769
27770 \begin_layout Standard
27771 Minipages are useful when you write documents with different languages.
27772 \end_layout
27773
27774 \begin_layout Standard
27775 Below are two example minipages side by side.
27776  Their width is set to 45
27777 \begin_inset space \thinspace{}
27778 \end_inset
27779
27780 col% and they are separated by a horizontal fill, that was inserted via
27781  the menu 
27782 \family sans
27783 Insert\SpecialChar \menuseparator
27784 Special
27785 \begin_inset space ~
27786 \end_inset
27787
27788 Formatting\SpecialChar \menuseparator
27789 Horizontal
27790 \begin_inset space ~
27791 \end_inset
27792
27793 Fill
27794 \family default
27795 .
27796 \begin_inset Newpage newpage
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Standard
27803 \begin_inset Box Frameless
27804 position "t"
27805 hor_pos "c"
27806 has_inner_box 1
27807 inner_pos "c"
27808 use_parbox 0
27809 width "45col%"
27810 special "none"
27811 height "1in"
27812 height_special "totalheight"
27813 status open
27814
27815 \begin_layout Plain Layout
27816
27817 \lang german
27818 Dies ist ein deutscher Text.
27819  Dies ist ein deutscher Text.
27820  Dies ist ein deutscher Text.
27821  Dies ist ein deutscher Text.
27822  Dies ist ein deutscher Text.
27823  Dies ist ein deutscher Text.
27824  Dies ist ein deutscher Text.
27825  Dies ist ein deutscher Text.
27826  Dies ist ein deutscher Text.
27827  Dies ist ein deutscher Text.
27828  Dies ist ein deutscher Text.
27829  Dies ist ein deutscher Text.
27830  Dies ist ein deutscher Text
27831 \begin_inset Foot
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835
27836 \lang german
27837 Dies ist eine deutsche Fußnote.
27838 \end_layout
27839
27840 \end_inset
27841
27842 .
27843  Dies ist ein deutscher Text.
27844  Dies ist ein deutscher Text.
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \begin_inset space \hfill{}
27851 \end_inset
27852
27853
27854 \begin_inset Box Frameless
27855 position "t"
27856 hor_pos "c"
27857 has_inner_box 1
27858 inner_pos "c"
27859 use_parbox 0
27860 width "45col%"
27861 special "none"
27862 height "1in"
27863 height_special "totalheight"
27864 status open
27865
27866 \begin_layout Plain Layout
27867 This is an English Text.
27868  This is an English Text.
27869  This is an English Text.
27870  This is an English Text.
27871  This is an English Text.
27872  This is an English Text.
27873  This is an English Text.
27874  This is an English Text.
27875  This is an English Text.
27876  This is an English Text.
27877  This is an English Text.
27878  This is an English Text.
27879  This is an English Text.
27880  This is an English Text.
27881  This is an English Text.
27882  This is an English Text.
27883 \begin_inset Foot
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887 This is an English footnote.
27888 \end_layout
27889
27890 \end_inset
27891
27892  This is an English Text.
27893  
27894 \end_layout
27895
27896 \end_inset
27897
27898
27899 \end_layout
27900
27901 \begin_layout Standard
27902 \begin_inset VSpace bigskip
27903 \end_inset
27904
27905 Another application for minipages are footnotes within tables.
27906  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27907  bottom of the current page.
27908  But when you put the table with the footnote to a minipage, the footnote
27909  will appear at its bottom, numbered with Latin letters.
27910  The footnote number is reset to 1 in every minipage but not outside the
27911  minipages.
27912 \end_layout
27913
27914 \begin_layout Standard
27915 The footnote of this table doesn't appear: 
27916 \begin_inset Tabular
27917 <lyxtabular version="3" rows="3" columns="4">
27918 <features>
27919 <column alignment="center" valignment="top" width="0pt">
27920 <column alignment="center" valignment="top" width="0pt">
27921 <column alignment="center" valignment="top" width="0pt">
27922 <column alignment="center" valignment="top" width="0pt">
27923 <row>
27924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928 1
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Plain Layout
27937 2
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946 3
27947 \begin_inset Foot
27948 status collapsed
27949
27950 \begin_layout Plain Layout
27951 This is a footnote within a table.
27952 \end_layout
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 4
27966 \end_layout
27967
27968 \end_inset
27969 </cell>
27970 </row>
27971 <row>
27972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 a
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 b
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Plain Layout
27994 c
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Plain Layout
28003 d
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 </row>
28009 <row>
28010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28011 \begin_inset Text
28012
28013 \begin_layout Plain Layout
28014 e
28015 \end_layout
28016
28017 \end_inset
28018 </cell>
28019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28020 \begin_inset Text
28021
28022 \begin_layout Plain Layout
28023 f
28024 \end_layout
28025
28026 \end_inset
28027 </cell>
28028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28029 \begin_inset Text
28030
28031 \begin_layout Plain Layout
28032 g
28033 \end_layout
28034
28035 \end_inset
28036 </cell>
28037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28038 \begin_inset Text
28039
28040 \begin_layout Plain Layout
28041 h
28042 \end_layout
28043
28044 \end_inset
28045 </cell>
28046 </row>
28047 </lyxtabular>
28048
28049 \end_inset
28050
28051
28052 \end_layout
28053
28054 \begin_layout Standard
28055 \align center
28056 \begin_inset Box Frameless
28057 position "t"
28058 hor_pos "c"
28059 has_inner_box 1
28060 inner_pos "c"
28061 use_parbox 0
28062 width "30col%"
28063 special "none"
28064 height "1in"
28065 height_special "totalheight"
28066 status open
28067
28068 \begin_layout Plain Layout
28069 \align center
28070 \begin_inset Tabular
28071 <lyxtabular version="3" rows="3" columns="4">
28072 <features>
28073 <column alignment="center" valignment="top" width="0pt">
28074 <column alignment="center" valignment="top" width="0pt">
28075 <column alignment="center" valignment="top" width="0pt">
28076 <column alignment="center" valignment="top" width="0pt">
28077 <row>
28078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28079 \begin_inset Text
28080
28081 \begin_layout Plain Layout
28082 1
28083 \end_layout
28084
28085 \end_inset
28086 </cell>
28087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28088 \begin_inset Text
28089
28090 \begin_layout Plain Layout
28091 2
28092 \end_layout
28093
28094 \end_inset
28095 </cell>
28096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28097 \begin_inset Text
28098
28099 \begin_layout Plain Layout
28100 3
28101 \begin_inset Foot
28102 status collapsed
28103
28104 \begin_layout Plain Layout
28105 This is a footnote within a table.
28106 \end_layout
28107
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 4
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 </row>
28125 <row>
28126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28127 \begin_inset Text
28128
28129 \begin_layout Plain Layout
28130 a
28131 \end_layout
28132
28133 \end_inset
28134 </cell>
28135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28136 \begin_inset Text
28137
28138 \begin_layout Plain Layout
28139 b
28140 \end_layout
28141
28142 \end_inset
28143 </cell>
28144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28145 \begin_inset Text
28146
28147 \begin_layout Plain Layout
28148 c
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Plain Layout
28157 d
28158 \end_layout
28159
28160 \end_inset
28161 </cell>
28162 </row>
28163 <row>
28164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28165 \begin_inset Text
28166
28167 \begin_layout Plain Layout
28168 e
28169 \end_layout
28170
28171 \end_inset
28172 </cell>
28173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28174 \begin_inset Text
28175
28176 \begin_layout Plain Layout
28177 f
28178 \end_layout
28179
28180 \end_inset
28181 </cell>
28182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28183 \begin_inset Text
28184
28185 \begin_layout Plain Layout
28186 g
28187 \end_layout
28188
28189 \end_inset
28190 </cell>
28191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28192 \begin_inset Text
28193
28194 \begin_layout Plain Layout
28195 h
28196 \end_layout
28197
28198 \end_inset
28199 </cell>
28200 </row>
28201 </lyxtabular>
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 \begin_inset VSpace bigskip
28215 \end_inset
28216
28217 The document-wide paragraph settings are ignored within minipages.
28218  That means that there will be no space between paragraphs in minipages
28219  although you set it to e.
28220 \begin_inset space \thinspace{}
28221 \end_inset
28222
28223 g.
28224 \begin_inset space \space{}
28225 \end_inset
28226
28227
28228 \family sans
28229 MedSkip
28230 \family default
28231  in the document settings.
28232 \end_layout
28233
28234 \begin_layout Standard
28235 Minipages can also be used to set a background color for text parts, see
28236  section
28237 \begin_inset space ~
28238 \end_inset
28239
28240
28241 \begin_inset CommandInset ref
28242 LatexCommand ref
28243 reference "sub:Color-for-Paragraphs"
28244
28245 \end_inset
28246
28247 .
28248 \end_layout
28249
28250 \begin_layout Standard
28251 \begin_inset Note Greyedout
28252 status open
28253
28254 \begin_layout Plain Layout
28255
28256 \series bold
28257 Note:
28258 \series default
28259  You cannot have floats or margin notes inside minipages but minipages can
28260  be used inside tables, floats, and other boxes.
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Section
28269 Parboxes
28270 \begin_inset CommandInset label
28271 LatexCommand label
28272 name "sec:Parboxes"
28273
28274 \end_inset
28275
28276
28277 \begin_inset Index
28278 status collapsed
28279
28280 \begin_layout Plain Layout
28281 Boxes ! Parboxes
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Standard
28290 Parboxes are very similar to minipages with the difference that they cannot
28291  have footnotes.
28292  The main difference to minipages is that minipages are in contrary to parboxes
28293  no real boxes but LaTeX-environments.
28294 \end_layout
28295
28296 \begin_layout Standard
28297 \align center
28298 \begin_inset Box Frameless
28299 position "t"
28300 hor_pos "c"
28301 has_inner_box 1
28302 inner_pos "t"
28303 use_parbox 1
28304 width "33col%"
28305 special "none"
28306 height "1in"
28307 height_special "totalheight"
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 This a text within a parbox.
28312  This a text within a parbox.
28313 \end_layout
28314
28315 \begin_layout Plain Layout
28316 This footnote won't appear:
28317 \begin_inset Foot
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321 This footnote is inside a parbox and will therefore not appear.
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \begin_layout Section
28335 Boxes for Words and Characters
28336 \begin_inset Index
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 Boxes ! for Characters
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Subsection
28349 Prevent Hyphenation
28350 \begin_inset CommandInset label
28351 LatexCommand label
28352 name "sec:Prevent-Hyphenation"
28353
28354 \end_inset
28355
28356
28357 \begin_inset Index
28358 status collapsed
28359
28360 \begin_layout Plain Layout
28361 Boxes ! to Prevent Hyphenation
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Standard
28370 You can use a special kind of boxes to prevent words or text to be hyphenated.
28371 \begin_inset Newline newline
28372 \end_inset
28373
28374 Here is an example text:
28375 \end_layout
28376
28377 \begin_layout Standard
28378 This line is an example to show how you can prevent the hyphenation of 
28379 \begin_inset Quotes eld
28380 \end_inset
28381
28382 veryverylongword
28383 \begin_inset Quotes erd
28384 \end_inset
28385
28386 .
28387 \end_layout
28388
28389 \begin_layout Standard
28390 To prevent the hyphenation of the word 
28391 \begin_inset Quotes eld
28392 \end_inset
28393
28394 veryverylongword
28395 \begin_inset Quotes erd
28396 \end_inset
28397
28398 , add the command
28399 \end_layout
28400
28401 \begin_layout Standard
28402
28403 \series bold
28404
28405 \backslash
28406 mbox{
28407 \end_layout
28408
28409 \begin_layout Standard
28410 in TeX-Code before the word.
28411  Behind the word insert a closing brace 
28412 \begin_inset Quotes eld
28413 \end_inset
28414
28415
28416 \series bold
28417 }
28418 \series default
28419
28420 \begin_inset Quotes erd
28421 \end_inset
28422
28423  in TeX-Code.
28424 \end_layout
28425
28426 \begin_layout Standard
28427 This is the result:
28428 \end_layout
28429
28430 \begin_layout Standard
28431 This line is an example to show how you can prevent the hyphenation of 
28432 \begin_inset ERT
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436
28437
28438 \backslash
28439 mbox{
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \begin_inset Quotes eld
28446 \end_inset
28447
28448 veryverylongword
28449 \begin_inset Quotes erd
28450 \end_inset
28451
28452 .
28453 \begin_inset ERT
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457
28458 }
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \begin_layout Standard
28467 You can alternatively set the command 
28468 \begin_inset Quotes eld
28469 \end_inset
28470
28471
28472 \series bold
28473
28474 \backslash
28475 -
28476 \series default
28477
28478 \begin_inset Quotes grd
28479 \end_inset
28480
28481  as TeX-Code directly before the word:
28482 \end_layout
28483
28484 \begin_layout Standard
28485 This line is an example to show how you can prevent the hyphenation of 
28486 \begin_inset Quotes eld
28487 \end_inset
28488
28489
28490 \begin_inset ERT
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495
28496 \backslash
28497 -
28498 \end_layout
28499
28500 \end_inset
28501
28502 veryverylongword
28503 \begin_inset Quotes erd
28504 \end_inset
28505
28506 .
28507 \end_layout
28508
28509 \begin_layout Standard
28510 Of course the word now protrudes over the side margin.
28511  To avoid this, add via the menu 
28512 \family sans
28513 Insert\SpecialChar \menuseparator
28514 Special
28515 \begin_inset space ~
28516 \end_inset
28517
28518 Formatting\SpecialChar \menuseparator
28519 Line
28520 \begin_inset space ~
28521 \end_inset
28522
28523 Break
28524 \family default
28525  (shortcut 
28526 \begin_inset Info
28527 type  "shortcut"
28528 arg   "newline-insert newline"
28529 \end_inset
28530
28531 ) a line break before the word:
28532 \end_layout
28533
28534 \begin_layout Standard
28535 This line is an example to show how you can prevent the hyphenation of 
28536 \begin_inset Newline newline
28537 \end_inset
28538
28539
28540 \begin_inset ERT
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544
28545
28546 \backslash
28547 mbox{
28548 \end_layout
28549
28550 \end_inset
28551
28552
28553 \begin_inset Quotes eld
28554 \end_inset
28555
28556 veryverylongword
28557 \begin_inset Quotes erd
28558 \end_inset
28559
28560 .
28561 \begin_inset ERT
28562 status collapsed
28563
28564 \begin_layout Plain Layout
28565
28566 }
28567 \end_layout
28568
28569 \end_inset
28570
28571
28572 \end_layout
28573
28574 \begin_layout Subsection
28575 Vertical Alignment
28576 \begin_inset CommandInset label
28577 LatexCommand label
28578 name "sub:Vertical-Alignment"
28579
28580 \end_inset
28581
28582
28583 \begin_inset Index
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 Boxes ! for Vertical Alignment
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \begin_inset Index
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 Boxes ! Raiseboxes
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Standard
28606 With the help of the command 
28607 \series bold
28608
28609 \backslash
28610 raisebox
28611 \series default
28612  you can align words, characters or other boxes vertically to the surrounding
28613  text.
28614  
28615 \series bold
28616
28617 \backslash
28618 raisebox
28619 \series default
28620  is used with the following scheme:
28621 \end_layout
28622
28623 \begin_layout Standard
28624
28625 \series bold
28626
28627 \backslash
28628 raisebox{lift}[height][depth]{box content}
28629 \end_layout
28630
28631 \begin_layout Standard
28632 The lift can be a positive value to raise the box or a negative value to
28633  lower the box.
28634 \end_layout
28635
28636 \begin_layout Standard
28637 To align for example the word 
28638 \begin_inset Quotes eld
28639 \end_inset
28640
28641 preventing
28642 \begin_inset Quotes erd
28643 \end_inset
28644
28645  so that the bottom of the 
28646 \begin_inset Quotes eld
28647 \end_inset
28648
28649 deepest
28650 \begin_inset Quotes erd
28651 \end_inset
28652
28653  character 
28654 \begin_inset Quotes eld
28655 \end_inset
28656
28657 p
28658 \begin_inset Quotes erd
28659 \end_inset
28660
28661  is at the baseline, insert the command
28662 \end_layout
28663
28664 \begin_layout Standard
28665
28666 \series bold
28667
28668 \backslash
28669 raisebox{
28670 \backslash
28671 depth}{
28672 \end_layout
28673
28674 \begin_layout Standard
28675 in TeX-Code before the word.
28676  Behind the word insert a closing brace 
28677 \begin_inset Quotes eld
28678 \end_inset
28679
28680
28681 \series bold
28682 }
28683 \series default
28684
28685 \begin_inset Quotes erd
28686 \end_inset
28687
28688  in TeX-Code.
28689 \begin_inset Newline newline
28690 \end_inset
28691
28692 This is the result:
28693 \end_layout
28694
28695 \begin_layout Standard
28696 This is a text line with the word 
28697 \begin_inset ERT
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701
28702
28703 \backslash
28704 raisebox{
28705 \backslash
28706 depth}{
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \begin_inset Quotes eld
28713 \end_inset
28714
28715 preventing
28716 \begin_inset Quotes erd
28717 \end_inset
28718
28719
28720 \begin_inset ERT
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724
28725 }
28726 \end_layout
28727
28728 \end_inset
28729
28730  as raised word.
28731 \end_layout
28732
28733 \begin_layout Standard
28734 \begin_inset VSpace bigskip
28735 \end_inset
28736
28737 When you raise or lower characters in a line, the line distance will be
28738  spread:
28739 \end_layout
28740
28741 \begin_layout Standard
28742 This is a text line with the word 
28743 \begin_inset ERT
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747
28748
28749 \backslash
28750 raisebox{-
28751 \backslash
28752 depth}{
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \begin_inset Quotes eld
28759 \end_inset
28760
28761 preventing
28762 \begin_inset Quotes erd
28763 \end_inset
28764
28765
28766 \begin_inset ERT
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770
28771 }
28772 \end_layout
28773
28774 \end_inset
28775
28776  as lowered word.
28777 \begin_inset Newline newline
28778 \end_inset
28779
28780 This is a text line with the word 
28781 \begin_inset ERT
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785
28786
28787 \backslash
28788 raisebox{0.5cm}{
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \begin_inset Quotes eld
28795 \end_inset
28796
28797 testing
28798 \begin_inset Quotes erd
28799 \end_inset
28800
28801
28802 \begin_inset ERT
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806
28807 }
28808 \end_layout
28809
28810 \end_inset
28811
28812  as raised word.
28813 \end_layout
28814
28815 \begin_layout Standard
28816 If you want to prevent this for a certain reason, set the box height to
28817  a zero value.
28818  For example use
28819 \end_layout
28820
28821 \begin_layout Standard
28822
28823 \series bold
28824
28825 \backslash
28826 raisebox{-
28827 \backslash
28828 depth}[0pt]{
28829 \end_layout
28830
28831 \begin_layout Standard
28832 This is a text line with the word 
28833 \begin_inset ERT
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837
28838
28839 \backslash
28840 raisebox{-
28841 \backslash
28842 depth}[0pt]{
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \begin_inset Quotes eld
28849 \end_inset
28850
28851 preventing
28852 \begin_inset Quotes erd
28853 \end_inset
28854
28855
28856 \begin_inset ERT
28857 status collapsed
28858
28859 \begin_layout Plain Layout
28860
28861 }
28862 \end_layout
28863
28864 \end_inset
28865
28866  as lowered word.
28867 \begin_inset Newline newline
28868 \end_inset
28869
28870 This is a text line with the word 
28871 \begin_inset ERT
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875
28876
28877 \backslash
28878 raisebox{0.5cm}[0pt]{
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \begin_inset Quotes eld
28885 \end_inset
28886
28887 testing
28888 \begin_inset Quotes erd
28889 \end_inset
28890
28891
28892 \begin_inset ERT
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896
28897 }
28898 \end_layout
28899
28900 \end_inset
28901
28902  as raised word.
28903 \end_layout
28904
28905 \begin_layout Section
28906 Colored Boxes
28907 \begin_inset CommandInset label
28908 LatexCommand label
28909 name "sec:Colored-Boxes"
28910
28911 \end_inset
28912
28913
28914 \begin_inset Index
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918 Boxes ! Color
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \end_layout
28925
28926 \begin_layout Subsection
28927 Color for Text
28928 \begin_inset Index
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932 Color ! for Text
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \end_layout
28939
28940 \begin_layout Standard
28941 To color the background of text the text must be put into a so called 
28942 \begin_inset Quotes eld
28943 \end_inset
28944
28945 colorbox
28946 \begin_inset Quotes erd
28947 \end_inset
28948
28949 .
28950  This requires that the LaTeX-package 
28951 \series bold
28952 color
28953 \series default
28954
28955 \begin_inset Index
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959 LaTeX-packages ! color
28960 \end_layout
28961
28962 \end_inset
28963
28964  is loaded in the document preamble with the command
28965 \end_layout
28966
28967 \begin_layout Standard
28968
28969 \series bold
28970
28971 \backslash
28972 @ifundefined{textcolor}
28973 \begin_inset Newline newline
28974 \end_inset
28975
28976
28977 \begin_inset ERT
28978 status collapsed
28979
28980 \begin_layout Plain Layout
28981
28982
28983 \backslash
28984 hphantom{ }
28985 \end_layout
28986
28987 \end_inset
28988
28989 {
28990 \backslash
28991 usepackage{color}}{}
28992 \end_layout
28993
28994 \begin_layout Standard
28995 The package 
28996 \series bold
28997 color
28998 \series default
28999  will be loaded automatically by LyX when you color text
29000 \begin_inset Foot
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004 To avoid that it is loaded twice the command 
29005 \series bold
29006
29007 \backslash
29008 @ifundefined
29009 \series default
29010  is used.
29011 \end_layout
29012
29013 \end_inset
29014
29015 .
29016 \end_layout
29017
29018 \begin_layout Standard
29019 \begin_inset VSpace medskip
29020 \end_inset
29021
29022 Colorboxes are created with the command 
29023 \series bold
29024
29025 \backslash
29026 colorbox
29027 \series default
29028 .
29029  This will be used with the following scheme:
29030 \end_layout
29031
29032 \begin_layout Standard
29033
29034 \series bold
29035
29036 \backslash
29037 colorbox{color}{box content}
29038 \end_layout
29039
29040 \begin_layout Standard
29041 The box content can also be a box and colorboxes can also be within other
29042  boxes.
29043 \end_layout
29044
29045 \begin_layout Standard
29046 The following colors are predefined:
29047 \begin_inset Newline newline
29048 \end_inset
29049
29050
29051 \family sans
29052 black
29053 \family default
29054
29055 \family sans
29056 blue
29057 \family default
29058
29059 \family sans
29060 cyan
29061 \family default
29062 \series bold
29063 ,
29064 \series default
29065  
29066 \family sans
29067 green
29068 \family default
29069
29070 \family sans
29071 magenta
29072 \family default
29073
29074 \family sans
29075 red
29076 \family default
29077
29078 \family sans
29079 white
29080 \family default
29081 , and 
29082 \family sans
29083 yellow
29084 \family default
29085 .
29086 \begin_inset Newline newline
29087 \end_inset
29088
29089 You can also define your own color as described in section
29090 \begin_inset space ~
29091 \end_inset
29092
29093
29094 \begin_inset CommandInset ref
29095 LatexCommand ref
29096 reference "sec:Colored-Tables"
29097
29098 \end_inset
29099
29100 .
29101 \end_layout
29102
29103 \begin_layout Standard
29104 To have e.
29105 \begin_inset space \thinspace{}
29106 \end_inset
29107
29108 g.
29109 \begin_inset space \space{}
29110 \end_inset
29111
29112 a red background for a word, insert the command
29113 \end_layout
29114
29115 \begin_layout Standard
29116
29117 \series bold
29118
29119 \backslash
29120 colorbox{red}{
29121 \end_layout
29122
29123 \begin_layout Standard
29124 before the word in TeX-Code.
29125  Behind the word insert a closing brace 
29126 \begin_inset Quotes eld
29127 \end_inset
29128
29129
29130 \series bold
29131 }
29132 \series default
29133
29134 \begin_inset Quotes erd
29135 \end_inset
29136
29137  in TeX-Code.
29138 \begin_inset Newline newline
29139 \end_inset
29140
29141 This is the result:
29142 \end_layout
29143
29144 \begin_layout Standard
29145 This is a line where the word 
29146 \begin_inset ERT
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150
29151
29152 \backslash
29153 colorbox{red}{
29154 \end_layout
29155
29156 \end_inset
29157
29158
29159 \begin_inset Quotes eld
29160 \end_inset
29161
29162 Attention!
29163 \begin_inset Quotes erd
29164 \end_inset
29165
29166
29167 \begin_inset ERT
29168 status collapsed
29169
29170 \begin_layout Plain Layout
29171
29172 }
29173 \end_layout
29174
29175 \end_inset
29176
29177  has a red background.
29178 \end_layout
29179
29180 \begin_layout Standard
29181 \begin_inset VSpace bigskip
29182 \end_inset
29183
29184 If you would have the box frame in a different color, you can use the command
29185  
29186 \series bold
29187
29188 \backslash
29189 fcolorbox
29190 \series default
29191  with the following scheme:
29192 \end_layout
29193
29194 \begin_layout Standard
29195
29196 \series bold
29197
29198 \backslash
29199 fcolorbox{frame color}{box color}{box content}
29200 \end_layout
29201
29202 \begin_layout Standard
29203
29204 \series bold
29205
29206 \backslash
29207 fcolorbox
29208 \series default
29209  is an extension to 
29210 \series bold
29211
29212 \backslash
29213 colorbox
29214 \series default
29215 .
29216  The frame thickness and the space between the frame and the box content
29217  can be adjusted with the lengths 
29218 \series bold
29219
29220 \backslash
29221 fboxrule
29222 \series default
29223  and 
29224 \series bold
29225
29226 \backslash
29227 fboxsep
29228 \series default
29229 , respectively, as described in section
29230 \begin_inset space ~
29231 \end_inset
29232
29233
29234 \begin_inset CommandInset ref
29235 LatexCommand ref
29236 reference "sec:Decoration"
29237
29238 \end_inset
29239
29240 .
29241 \end_layout
29242
29243 \begin_layout Standard
29244 For the following example the command
29245 \end_layout
29246
29247 \begin_layout Standard
29248
29249 \series bold
29250
29251 \backslash
29252 fcolorbox{cyan}{magenta}{
29253 \end_layout
29254
29255 \begin_layout Standard
29256 was used.
29257 \end_layout
29258
29259 \begin_layout Standard
29260 Here is an example where the frame line thickness was set to 1
29261 \begin_inset space \thinspace{}
29262 \end_inset
29263
29264 mm:
29265 \begin_inset Newline newline
29266 \end_inset
29267
29268
29269 \begin_inset ERT
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273
29274
29275 \backslash
29276 fboxrule 1mm 
29277 \backslash
29278 fboxsep 1mm
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \begin_inset ERT
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288
29289
29290 \backslash
29291 fcolorbox{cyan}{magenta}{
29292 \end_layout
29293
29294 \end_inset
29295
29296 This is text within a colored, framed box.
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302 }
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Standard
29311 \begin_inset VSpace bigskip
29312 \end_inset
29313
29314 Of course you can also have colored text inside a colorbox:
29315 \begin_inset Newline newline
29316 \end_inset
29317
29318
29319 \begin_inset ERT
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323
29324
29325 \backslash
29326 fcolorbox{cyan}{magenta}{
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \color yellow
29333 This is colored text within a colored, framed box.
29334 \color none
29335
29336 \begin_inset ERT
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340
29341 }
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \begin_inset ERT
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351
29352
29353 \backslash
29354 fboxrule 0.4pt 
29355 \backslash
29356 fboxsep 3pt
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \end_layout
29363
29364 \begin_layout Standard
29365
29366 \series bold
29367 \begin_inset VSpace medskip
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Standard
29374 \begin_inset Note Greyedout
29375 status open
29376
29377 \begin_layout Plain Layout
29378
29379 \series bold
29380 Note:
29381 \series default
29382  Text in colorboxes cannot have line breaks.
29383  To color multiple text lines or paragraphs, use a box inside a colorbox
29384  as described in the following.
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Subsection
29393 Color for Paragraphs
29394 \begin_inset CommandInset label
29395 LatexCommand label
29396 name "sub:Color-for-Paragraphs"
29397
29398 \end_inset
29399
29400
29401 \begin_inset Index
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405 Color ! for Paragraphs
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \end_layout
29412
29413 \begin_layout Standard
29414 To set the background color for more than one text line, put the text into
29415  a minipage.
29416  Before the minipage insert the 
29417 \series bold
29418
29419 \backslash
29420 colorbox
29421 \series default
29422  command
29423 \end_layout
29424
29425 \begin_layout Standard
29426
29427 \series bold
29428
29429 \backslash
29430 colorbox{color}{
29431 \end_layout
29432
29433 \begin_layout Standard
29434 in TeX-Code.
29435  Behind the minipage insert a closing brace 
29436 \begin_inset Quotes eld
29437 \end_inset
29438
29439
29440 \series bold
29441 }
29442 \series default
29443
29444 \begin_inset Quotes erd
29445 \end_inset
29446
29447  in TeX-Code.
29448 \end_layout
29449
29450 \begin_layout Standard
29451 \begin_inset ERT
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455
29456
29457 \backslash
29458 colorbox{lightgrey}{
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \begin_inset Box Frameless
29465 position "t"
29466 hor_pos "c"
29467 has_inner_box 1
29468 inner_pos "t"
29469 use_parbox 0
29470 width "100col%"
29471 special "none"
29472 height "1in"
29473 height_special "totalheight"
29474 status collapsed
29475
29476 \begin_layout Plain Layout
29477 This is text with background color.
29478  This is text with background color.
29479 \end_layout
29480
29481 \begin_layout Plain Layout
29482 \begin_inset VSpace defskip
29483 \end_inset
29484
29485 The text can have footnotes
29486 \begin_inset Foot
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Another example footnote
29491 \end_layout
29492
29493 \end_inset
29494
29495  and can include tables and figures.
29496 \end_layout
29497
29498 \begin_layout Plain Layout
29499 \align center
29500 \begin_inset Tabular
29501 <lyxtabular version="3" rows="3" columns="3">
29502 <features>
29503 <column alignment="center" valignment="top" width="0">
29504 <column alignment="center" valignment="top" width="0">
29505 <column alignment="center" valignment="top" width="0">
29506 <row>
29507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29508 \begin_inset Text
29509
29510 \begin_layout Plain Layout
29511 a
29512 \end_layout
29513
29514 \end_inset
29515 </cell>
29516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29517 \begin_inset Text
29518
29519 \begin_layout Plain Layout
29520 !
29521 \end_layout
29522
29523 \end_inset
29524 </cell>
29525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29526 \begin_inset Text
29527
29528 \begin_layout Plain Layout
29529 3
29530 \end_layout
29531
29532 \end_inset
29533 </cell>
29534 </row>
29535 <row>
29536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29537 \begin_inset Text
29538
29539 \begin_layout Plain Layout
29540 <
29541 \end_layout
29542
29543 \end_inset
29544 </cell>
29545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29546 \begin_inset Text
29547
29548 \begin_layout Plain Layout
29549 b2
29550 \begin_inset Quotes erd
29551 \end_inset
29552
29553 |
29554 \end_layout
29555
29556 \end_inset
29557 </cell>
29558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29559 \begin_inset Text
29560
29561 \begin_layout Plain Layout
29562 >
29563 \end_layout
29564
29565 \end_inset
29566 </cell>
29567 </row>
29568 <row>
29569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29570 \begin_inset Text
29571
29572 \begin_layout Plain Layout
29573 1
29574 \end_layout
29575
29576 \end_inset
29577 </cell>
29578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29579 \begin_inset Text
29580
29581 \begin_layout Plain Layout
29582 §
29583 \end_layout
29584
29585 \end_inset
29586 </cell>
29587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29588 \begin_inset Text
29589
29590 \begin_layout Plain Layout
29591 c
29592 \end_layout
29593
29594 \end_inset
29595 </cell>
29596 </row>
29597 </lyxtabular>
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \end_inset
29605
29606
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612 }
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \begin_layout Section
29621 Rotated and Scaled Boxes
29622 \end_layout
29623
29624 \begin_layout Standard
29625 To use the the commands described in this section, the LaTeX-package 
29626 \series bold
29627 graphicx
29628 \series default
29629
29630 \begin_inset Index
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 LaTeX-packages ! graphicx
29635 \end_layout
29636
29637 \end_inset
29638
29639  needs to be loaded in the document preamble with the command
29640 \end_layout
29641
29642 \begin_layout Standard
29643
29644 \series bold
29645
29646 \backslash
29647 @ifundefined{rotatebox}
29648 \begin_inset Newline newline
29649 \end_inset
29650
29651
29652 \begin_inset ERT
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656
29657
29658 \backslash
29659 hphantom{ }
29660 \end_layout
29661
29662 \end_inset
29663
29664 {
29665 \backslash
29666 usepackage{graphicx}}{}
29667 \end_layout
29668
29669 \begin_layout Standard
29670 \begin_inset Note Greyedout
29671 status open
29672
29673 \begin_layout Plain Layout
29674
29675 \series bold
29676 Note:
29677 \series default
29678  Some DVI-viewers can't display rotated or scaled material.
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687 \begin_inset Note Greyedout
29688 status open
29689
29690 \begin_layout Plain Layout
29691
29692 \series bold
29693 Note:
29694 \series default
29695  Floats mustn't be inside a rotated or scaled box.
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \begin_layout Subsection
29704 Rotated Boxes
29705 \begin_inset Index
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709 Boxes ! rotated
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \begin_inset Index
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719 Rotated material
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \begin_inset Index
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 Figures ! rotated
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \begin_inset Index
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 Table Customization ! Rotating
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Standard
29748 To rotate material, you can put it into a rotated box.
29749  Such a box is created using the command 
29750 \series bold
29751
29752 \backslash
29753 rotatebox
29754 \series default
29755  in TeX-Code with the following scheme:
29756 \end_layout
29757
29758 \begin_layout Standard
29759
29760 \series bold
29761
29762 \backslash
29763 rotatebox[rotation origin]{rotation angle}{box content}
29764 \end_layout
29765
29766 \begin_layout Standard
29767 The rotation origin is specified in the form 
29768 \series bold
29769 origin=position
29770 \series default
29771 .
29772  The following positions are possible: 
29773 \emph on
29774 c
29775 \emph default
29776  (center), 
29777 \emph on
29778 l
29779 \emph default
29780  (left), 
29781 \emph on
29782 r
29783 \emph default
29784  (right), 
29785 \emph on
29786 b
29787 \emph default
29788  (bottom), 
29789 \emph on
29790 t
29791 \emph default
29792  (top), and also expedient combinations of the four base positions.
29793  For example 
29794 \emph on
29795 lt
29796 \emph default
29797  means, that the rotation origin is at the top left corner of the box.
29798  When no rotation origin is specified, the position 
29799 \emph on
29800 l
29801 \emph default
29802  will be used.
29803  The rotation angle is a number that can be negative that specifies the
29804  angle in degrees.
29805  The rotation direction is counterclockwise.
29806 \end_layout
29807
29808 \begin_layout Standard
29809 In the following example the command 
29810 \series bold
29811
29812 \backslash
29813 rotatebox[origin=c]{60}{
29814 \series default
29815  was inserted as TeX-Code before the text 
29816 \begin_inset Quotes eld
29817 \end_inset
29818
29819 with rotated
29820 \begin_inset Quotes erd
29821 \end_inset
29822
29823 ; after the text the box was closed by a closing brace 
29824 \series bold
29825 }
29826 \series default
29827  in TeX-Code.
29828 \end_layout
29829
29830 \begin_layout Standard
29831 This is a line 
29832 \begin_inset ERT
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836
29837
29838 \backslash
29839 rotatebox[origin=c]{60}{
29840 \end_layout
29841
29842 \end_inset
29843
29844 with rotated
29845 \begin_inset ERT
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849
29850 }
29851 \end_layout
29852
29853 \end_inset
29854
29855  text.
29856 \end_layout
29857
29858 \begin_layout Standard
29859 The box content can also be another box or an inline formula:
29860 \end_layout
29861
29862 \begin_layout Standard
29863 This is a line
29864 \begin_inset ERT
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868
29869
29870 \backslash
29871 rotatebox[origin=r]{-60}{
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \begin_inset Box Doublebox
29878 position "c"
29879 hor_pos "c"
29880 has_inner_box 0
29881 inner_pos "c"
29882 use_parbox 0
29883 width "1in"
29884 special "width"
29885 height "1in"
29886 height_special "totalheight"
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890 with rotated
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \begin_inset ERT
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900
29901 }
29902 \end_layout
29903
29904 \end_inset
29905
29906  framed text 
29907 \begin_inset ERT
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911
29912
29913 \backslash
29914 rotatebox[origin=lb]{60}{
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29921 \end_inset
29922
29923
29924 \begin_inset ERT
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929 }
29930 \end_layout
29931
29932 \end_inset
29933
29934  and a formula.
29935 \end_layout
29936
29937 \begin_layout Standard
29938 or an image or table:
29939 \end_layout
29940
29941 \begin_layout Standard
29942 This is a line
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948
29949 \backslash
29950 rotatebox[origin=lb]{90}{
29951 \end_layout
29952
29953 \end_inset
29954
29955
29956 \begin_inset Graphics
29957         filename clipart/platypus.eps
29958         lyxscale 50
29959         width 25col%
29960
29961 \end_inset
29962
29963
29964 \begin_inset ERT
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968
29969 }
29970 \end_layout
29971
29972 \end_inset
29973
29974  with a rotated image 
29975 \begin_inset ERT
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979
29980
29981 \backslash
29982 rotatebox[origin=l]{-90}{
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \begin_inset Tabular
29989 <lyxtabular version="3" rows="2" columns="2">
29990 <features>
29991 <column alignment="center" valignment="top" width="0">
29992 <column alignment="center" valignment="top" width="0">
29993 <row>
29994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29995 \begin_inset Text
29996
29997 \begin_layout Plain Layout
29998 q
29999 \end_layout
30000
30001 \end_inset
30002 </cell>
30003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30004 \begin_inset Text
30005
30006 \begin_layout Plain Layout
30007 w
30008 \end_layout
30009
30010 \end_inset
30011 </cell>
30012 </row>
30013 <row>
30014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30015 \begin_inset Text
30016
30017 \begin_layout Plain Layout
30018 e
30019 \end_layout
30020
30021 \end_inset
30022 </cell>
30023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30024 \begin_inset Text
30025
30026 \begin_layout Plain Layout
30027 r
30028 \end_layout
30029
30030 \end_inset
30031 </cell>
30032 </row>
30033 </lyxtabular>
30034
30035 \end_inset
30036
30037
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043 }
30044 \end_layout
30045
30046 \end_inset
30047
30048  and table.
30049 \end_layout
30050
30051 \begin_layout Subsection
30052 Scaled Boxes
30053 \begin_inset Index
30054 status collapsed
30055
30056 \begin_layout Plain Layout
30057 Boxes ! scaled
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset Index
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067 Scaled material
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \begin_inset Index
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077 Figures ! scaled
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \begin_inset Index
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087 Table Customization ! Scaling
30088 \end_layout
30089
30090 \end_inset
30091
30092
30093 \end_layout
30094
30095 \begin_layout Standard
30096 To scale material the commands 
30097 \series bold
30098
30099 \backslash
30100 scalebox
30101 \series default
30102  and 
30103 \series bold
30104
30105 \backslash
30106 resizebox
30107 \series default
30108  can be used as TeX-Code.
30109 \end_layout
30110
30111 \begin_layout Standard
30112
30113 \series bold
30114
30115 \backslash
30116 scalebox
30117 \series default
30118  is used with the following scheme:
30119 \end_layout
30120
30121 \begin_layout Standard
30122
30123 \series bold
30124
30125 \backslash
30126 scalebox{horizontal}[vertical]{box content}
30127 \end_layout
30128
30129 \begin_layout Standard
30130 Horizontal and vertical are the corresponding scaling factors.
30131  If no vertical scaling factor is given, the horizontal factor will also
30132  be used as vertical one.
30133 \end_layout
30134
30135 \begin_layout Standard
30136 The command 
30137 \series bold
30138
30139 \backslash
30140 scalebox{2}{Hello}
30141 \series default
30142  creates for example a double size 
30143 \begin_inset ERT
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147
30148
30149 \backslash
30150 scalebox{2}{
30151 \end_layout
30152
30153 \end_inset
30154
30155 Hello
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161 }
30162 \end_layout
30163
30164 \end_inset
30165
30166 , compared to the document text size.
30167 \end_layout
30168
30169 \begin_layout Standard
30170
30171 \series bold
30172
30173 \backslash
30174 scalebox{2}[1]{Hello}
30175 \series default
30176  in contrary distorts the 
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182
30183 \backslash
30184 scalebox{2}[1]{
30185 \end_layout
30186
30187 \end_inset
30188
30189 Hello
30190 \begin_inset ERT
30191 status collapsed
30192
30193 \begin_layout Plain Layout
30194
30195 }
30196 \end_layout
30197
30198 \end_inset
30199
30200 .
30201 \end_layout
30202
30203 \begin_layout Standard
30204 If a the scaling factor is negative, the box content will be mirrored.
30205  Therefore the command 
30206 \series bold
30207
30208 \backslash
30209 scalebox{-1}[1]{Hello}
30210 \series default
30211  can be used to create mirror writing: 
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217
30218 \backslash
30219 scalebox{-1}[1]{
30220 \end_layout
30221
30222 \end_inset
30223
30224 Hello
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230 }
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Standard
30239
30240 \series bold
30241
30242 \backslash
30243 scalebox{1}[-1]{Hello}
30244 \series default
30245  reflects the 
30246 \begin_inset ERT
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250
30251
30252 \backslash
30253 scalebox{1}[-1]{
30254 \end_layout
30255
30256 \end_inset
30257
30258 Hello
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264 }
30265 \end_layout
30266
30267 \end_inset
30268
30269  at the base line.
30270 \end_layout
30271
30272 \begin_layout Standard
30273 Equivalent to 
30274 \series bold
30275
30276 \backslash
30277 scalebox{-1}[1]{box content}
30278 \series default
30279  there exists the command
30280 \begin_inset Newline newline
30281 \end_inset
30282
30283
30284 \series bold
30285
30286 \backslash
30287 reflectbox{box content}
30288 \series default
30289 .
30290 \end_layout
30291
30292 \begin_layout Standard
30293 \begin_inset VSpace bigskip
30294 \end_inset
30295
30296 The command 
30297 \series bold
30298
30299 \backslash
30300 resizebox
30301 \series default
30302  is used to scale the box to a defined width and height.
30303  The command scheme is:
30304 \end_layout
30305
30306 \begin_layout Standard
30307
30308 \series bold
30309
30310 \backslash
30311 resizebox{width}{height}{box content}
30312 \end_layout
30313
30314 \begin_layout Standard
30315 Is one of the two command arguments given as exclamation mark 
30316 \series bold
30317 !
30318 \series default
30319 , the size is set so that the aspect ratio of the box content is kept.
30320 \end_layout
30321
30322 \begin_layout Standard
30323 The command 
30324 \series bold
30325
30326 \backslash
30327 resizebox{2cm}{1cm}{Hello}
30328 \series default
30329  produces: 
30330 \begin_inset ERT
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334
30335
30336 \backslash
30337 resizebox{2cm}{1cm}{
30338 \end_layout
30339
30340 \end_inset
30341
30342 Hello
30343 \begin_inset ERT
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347
30348 }
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \begin_inset Newline newline
30355 \end_inset
30356
30357 The command 
30358 \series bold
30359
30360 \backslash
30361 resizebox{2cm}{!}{Hello}
30362 \series default
30363  produces: 
30364 \begin_inset ERT
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368
30369
30370 \backslash
30371 resizebox{2cm}{!}{
30372 \end_layout
30373
30374 \end_inset
30375
30376 Hello
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382 }
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \begin_layout Standard
30391 \begin_inset VSpace bigskip
30392 \end_inset
30393
30394
30395 \begin_inset Note Greyedout
30396 status open
30397
30398 \begin_layout Plain Layout
30399
30400 \series bold
30401 Note:
30402 \series default
30403  When arguments of 
30404 \series bold
30405
30406 \backslash
30407 scalebox
30408 \series default
30409  or 
30410 \series bold
30411
30412 \backslash
30413 resizebox
30414 \series default
30415  are set to zero, no LaTeX-errors occur when exporting the document but
30416  the exported files can not or only partly be displayed.
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \end_layout
30423
30424 \begin_layout Standard
30425 \begin_inset VSpace bigskip
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Standard
30432 The boxes can be combined in any order.
30433  E.
30434 \begin_inset space \thinspace{}
30435 \end_inset
30436
30437 g.
30438 \begin_inset space \space{}
30439 \end_inset
30440
30441 the command
30442 \begin_inset Newline newline
30443 \end_inset
30444
30445
30446 \series bold
30447
30448 \backslash
30449 rotatebox[origin=c]{-45}{
30450 \backslash
30451 resizebox{2cm}{!}{
30452 \backslash
30453 reflectbox{Hello}}}
30454 \begin_inset Newline newline
30455 \end_inset
30456
30457
30458 \series default
30459 produces:
30460 \end_layout
30461
30462 \begin_layout Standard
30463 \align center
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 rotatebox[origin=c]{-45}{
30472 \backslash
30473 resizebox{2cm}{!}{
30474 \backslash
30475 reflectbox{
30476 \end_layout
30477
30478 \end_inset
30479
30480 Hello
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486 }}}
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \end_layout
30493
30494 \begin_layout Standard
30495 \noindent
30496 Images, tables, and inline formulas are allowed as box content:
30497 \end_layout
30498
30499 \begin_layout Standard
30500 \align center
30501 \begin_inset ERT
30502 status collapsed
30503
30504 \begin_layout Plain Layout
30505
30506
30507 \backslash
30508 rotatebox[origin=c]{-30}{
30509 \backslash
30510 resizebox{2cm}{!}{
30511 \backslash
30512 reflectbox{
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \begin_inset Graphics
30519         filename clipart/platypus.eps
30520         lyxscale 50
30521         width 25col%
30522
30523 \end_inset
30524
30525
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531 }}}
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542
30543 \backslash
30544 rotatebox[origin=c]{-45}{
30545 \backslash
30546 resizebox{2cm}{!}{
30547 \backslash
30548 reflectbox{
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \begin_inset Tabular
30555 <lyxtabular version="3" rows="2" columns="2">
30556 <features>
30557 <column alignment="center" valignment="top" width="0">
30558 <column alignment="center" valignment="top" width="0">
30559 <row>
30560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 q
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573 w
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 </row>
30579 <row>
30580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30581 \begin_inset Text
30582
30583 \begin_layout Plain Layout
30584 e
30585 \end_layout
30586
30587 \end_inset
30588 </cell>
30589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30590 \begin_inset Text
30591
30592 \begin_layout Plain Layout
30593 r
30594 \end_layout
30595
30596 \end_inset
30597 </cell>
30598 </row>
30599 </lyxtabular>
30600
30601 \end_inset
30602
30603
30604 \begin_inset ERT
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608
30609 }}}
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 rotatebox[origin=c]{-45}{
30623 \backslash
30624 resizebox{2cm}{!}{
30625 \backslash
30626 reflectbox{
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30633 \end_inset
30634
30635
30636 \begin_inset ERT
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640
30641 }}}
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \begin_layout Standard
30650 When the global formula style 
30651 \series bold
30652 fleqn
30653 \series default
30654  is used in the document
30655 \begin_inset Foot
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659 When 
30660 \begin_inset Quotes eld
30661 \end_inset
30662
30663 fleqn
30664 \begin_inset Quotes erd
30665 \end_inset
30666
30667  is added to the document class options.
30668 \end_layout
30669
30670 \end_inset
30671
30672 , also display formulas can be scaled.
30673 \end_layout
30674
30675 \begin_layout Chapter
30676 External Stuff
30677 \begin_inset Index
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681 External Stuff
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \end_layout
30688
30689 \begin_layout Standard
30690 With the menu 
30691 \family sans
30692 Insert\SpecialChar \menuseparator
30693 File
30694 \family default
30695  you can insert external material to your document.
30696  This can be:
30697 \end_layout
30698
30699 \begin_layout Description
30700 LyX
30701 \begin_inset space ~
30702 \end_inset
30703
30704 Document Another LyX document; its content is directly inserted to your
30705  document.
30706 \end_layout
30707
30708 \begin_layout Description
30709 Plain
30710 \begin_inset space ~
30711 \end_inset
30712
30713 Text A text document; every of its text lines is inserted to your document
30714  as own paragraph.
30715 \end_layout
30716
30717 \begin_layout Description
30718 Plain
30719 \begin_inset space ~
30720 \end_inset
30721
30722 Text,
30723 \begin_inset space ~
30724 \end_inset
30725
30726 Join
30727 \begin_inset space ~
30728 \end_inset
30729
30730 Lines A text document; its text lines are inserted as they are.
30731  Empty text lines creates a new paragraph in your document.
30732 \end_layout
30733
30734 \begin_layout Description
30735 External
30736 \begin_inset space ~
30737 \end_inset
30738
30739 Material Files in various formats.
30740 \end_layout
30741
30742 \begin_layout Description
30743 Child
30744 \begin_inset space ~
30745 \end_inset
30746
30747 Document LyX or LaTeX-documents.
30748 \end_layout
30749
30750 \begin_layout Section
30751 External Material
30752 \begin_inset Index
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756 External Stuff ! External Material
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Standard
30765 The external material feature allows you to insert files to your document
30766  without converting them previously to a format that can be read by the
30767  document output format because LyX takes care of needed conversions.
30768  This is similar to images that can be inserted in various image formats
30769  to LyX documents.
30770 \end_layout
30771
30772 \begin_layout Standard
30773 External material can be inserted via the 
30774 \family sans
30775 External Material
30776 \family default
30777  dialog that is accessible with the menu 
30778 \family sans
30779 Insert\SpecialChar \menuseparator
30780 File\SpecialChar \menuseparator
30781 External
30782 \begin_inset space ~
30783 \end_inset
30784
30785 Material
30786 \family default
30787 .
30788  Currently the following file types (
30789 \family sans
30790 Templates
30791 \family default
30792 ) are allowed:
30793 \end_layout
30794
30795 \begin_layout Description
30796 ChessDiagram This template supports chess position diagrams made with the
30797  program 
30798 \series bold
30799
30800 \begin_inset CommandInset href
30801 LatexCommand href
30802 name "XBoard"
30803 target "http://en.wikipedia.org/wiki/XBoard"
30804
30805 \end_inset
30806
30807
30808 \series default
30809 .
30810 \end_layout
30811
30812 \begin_layout Description
30813 Date This inserts the date in the form 
30814 \emph on
30815 Day-Month-Year
30816 \emph default
30817 .
30818  This is a date inserted as external material: 
30819 \begin_inset External
30820         template Date
30821         filename .
30822
30823 \end_inset
30824
30825
30826 \begin_inset space ~
30827 \end_inset
30828
30829
30830 \begin_inset Note Note
30831 status open
30832
30833 \begin_layout Plain Layout
30834 Remove the protected space when bug 4398 is fixed!
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \begin_inset Newline newline
30841 \end_inset
30842
30843 The date is not shown within LyX, only in the output.
30844  There are two other methods of inserting a date: Via menu 
30845 \family sans
30846 Insert\SpecialChar \menuseparator
30847 Date
30848 \family default
30849  and with the LaTeX command 
30850 \series bold
30851
30852 \backslash
30853 today
30854 \series default
30855  as TeX-Code.
30856  The different methods are compared in Table
30857 \begin_inset space ~
30858 \end_inset
30859
30860
30861 \begin_inset CommandInset ref
30862 LatexCommand ref
30863 reference "tab:Comparison-of-the"
30864
30865 \end_inset
30866
30867 .
30868 \end_layout
30869
30870 \begin_layout Description
30871 LilyPond This template is used for music notation typeset with the program
30872 \begin_inset Newline linebreak
30873 \end_inset
30874
30875
30876 \series bold
30877
30878 \begin_inset CommandInset href
30879 LatexCommand href
30880 name "LilyPond"
30881 target "http://en.wikipedia.org/wiki/LilyPond"
30882
30883 \end_inset
30884
30885
30886 \series default
30887 .
30888 \end_layout
30889
30890 \begin_layout Description
30891 PDFPages With this template you can insert PDF documents to your document.
30892  To insert certain or all pages of a PDF, use the 
30893 \emph on
30894 pages
30895 \emph default
30896  option in the 
30897 \family sans
30898 Option
30899 \family default
30900  field in the 
30901 \family sans
30902 LaTeX and LyX options
30903 \family default
30904  tab according to the template description in the dialog.
30905  When no 
30906 \emph on
30907 pages
30908 \emph default
30909  option is given, only the first page of the PDF will be inserted.
30910 \end_layout
30911
30912 \begin_layout Description
30913 RasterImage This can be used for bitmap images.
30914  Nearly all popular image formats are supported.
30915  The image can be treated in the 
30916 \family sans
30917 External material
30918 \family default
30919  dialog like the images that are usually included via the 
30920 \family sans
30921 Graphics
30922 \family default
30923  dialog as described in section
30924 \begin_inset space ~
30925 \end_inset
30926
30927
30928 \begin_inset CommandInset ref
30929 LatexCommand ref
30930 reference "sec:Graphics-Dialog"
30931
30932 \end_inset
30933
30934 .
30935  The difference is that only raster images are allowed, that means that
30936  PDF and EPS-images are not supported.
30937 \end_layout
30938
30939 \begin_layout Description
30940 XFig This template supports images created with the program 
30941 \series bold
30942
30943 \begin_inset CommandInset href
30944 LatexCommand href
30945 name "Xfig"
30946 target "http://en.wikipedia.org/wiki/Xfig"
30947
30948 \end_inset
30949
30950
30951 \series default
30952 .
30953 \end_layout
30954
30955 \begin_layout Standard
30956 \begin_inset Float table
30957 placement h
30958 wide false
30959 sideways false
30960 status open
30961
30962 \begin_layout Plain Layout
30963 \begin_inset Caption
30964
30965 \begin_layout Plain Layout
30966 \begin_inset CommandInset label
30967 LatexCommand label
30968 name "tab:Comparison-of-the"
30969
30970 \end_inset
30971
30972 Comparison of the date input methods.
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \begin_layout Plain Layout
30981 \align center
30982 \begin_inset Tabular
30983 <lyxtabular version="3" rows="4" columns="4">
30984 <features>
30985 <column alignment="center" valignment="top" width="0">
30986 <column alignment="center" valignment="top" width="0">
30987 <column alignment="center" valignment="top" width="0">
30988 <column alignment="center" valignment="top" width="0">
30989 <row>
30990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30991 \begin_inset Text
30992
30993 \begin_layout Plain Layout
30994 Document format
30995 \end_layout
30996
30997 \end_inset
30998 </cell>
30999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31000 \begin_inset Text
31001
31002 \begin_layout Plain Layout
31003
31004 \family sans
31005 External Material\SpecialChar \menuseparator
31006 Date
31007 \end_layout
31008
31009 \end_inset
31010 </cell>
31011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31012 \begin_inset Text
31013
31014 \begin_layout Plain Layout
31015
31016 \family sans
31017 Insert\SpecialChar \menuseparator
31018 Date
31019 \end_layout
31020
31021 \end_inset
31022 </cell>
31023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31024 \begin_inset Text
31025
31026 \begin_layout Plain Layout
31027 command 
31028 \series bold
31029
31030 \backslash
31031 today
31032 \end_layout
31033
31034 \end_inset
31035 </cell>
31036 </row>
31037 <row>
31038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31039 \begin_inset Text
31040
31041 \begin_layout Plain Layout
31042 LyX
31043 \end_layout
31044
31045 \end_inset
31046 </cell>
31047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31048 \begin_inset Text
31049
31050 \begin_layout Plain Layout
31051 as inset box
31052 \end_layout
31053
31054 \end_inset
31055 </cell>
31056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31057 \begin_inset Text
31058
31059 \begin_layout Plain Layout
31060 as date
31061 \end_layout
31062
31063 \end_inset
31064 </cell>
31065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31066 \begin_inset Text
31067
31068 \begin_layout Plain Layout
31069 as TeX-Code inset box
31070 \end_layout
31071
31072 \end_inset
31073 </cell>
31074 </row>
31075 <row>
31076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31077 \begin_inset Text
31078
31079 \begin_layout Plain Layout
31080 LaTeX
31081 \end_layout
31082
31083 \end_inset
31084 </cell>
31085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31086 \begin_inset Text
31087
31088 \begin_layout Plain Layout
31089 as date
31090 \end_layout
31091
31092 \end_inset
31093 </cell>
31094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31095 \begin_inset Text
31096
31097 \begin_layout Plain Layout
31098 as date
31099 \end_layout
31100
31101 \end_inset
31102 </cell>
31103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31104 \begin_inset Text
31105
31106 \begin_layout Plain Layout
31107 as command
31108 \end_layout
31109
31110 \end_inset
31111 </cell>
31112 </row>
31113 <row>
31114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31115 \begin_inset Text
31116
31117 \begin_layout Plain Layout
31118 DVI, PDF, PS
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31124 \begin_inset Text
31125
31126 \begin_layout Plain Layout
31127 as date
31128 \end_layout
31129
31130 \end_inset
31131 </cell>
31132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31133 \begin_inset Text
31134
31135 \begin_layout Plain Layout
31136 as date
31137 \end_layout
31138
31139 \end_inset
31140 </cell>
31141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31142 \begin_inset Text
31143
31144 \begin_layout Plain Layout
31145 as date
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 </row>
31151 </lyxtabular>
31152
31153 \end_inset
31154
31155
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 When you use the option 
31165 \family sans
31166 Draft
31167 \family default
31168  in the 
31169 \family sans
31170 File
31171 \family default
31172  tab of the 
31173 \family sans
31174 External Material
31175 \family default
31176  dialog, only the path to the inserted file is shown in the output.
31177 \begin_inset Newline newline
31178 \end_inset
31179
31180 External material is displayed in LyX either as box like this: 
31181 \begin_inset Graphics
31182         filename clipart/ExternalMaterialQt4.png
31183         scale 85
31184         scaleBeforeRotation
31185
31186 \end_inset
31187
31188  or as image, depending on the option 
31189 \family sans
31190 Show in LyX
31191 \family default
31192  in the 
31193 \family sans
31194 LaTeX and LyX options
31195 \family default
31196  tab of the dialog.
31197 \end_layout
31198
31199 \begin_layout Standard
31200 The 
31201 \family sans
31202 \emph on
31203 Customization
31204 \family default
31205 \emph default
31206  manual explains how you can define your own templates.
31207 \end_layout
31208
31209 \begin_layout Section
31210 Child Documents
31211 \begin_inset CommandInset label
31212 LatexCommand label
31213 name "sec:Child-Documents"
31214
31215 \end_inset
31216
31217
31218 \begin_inset Index
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222 External Stuff ! Child Documents
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \begin_inset Index
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232 Files ! Include
31233 \end_layout
31234
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \begin_layout Standard
31241 Child documents are used when you have a long document consisting of several
31242  larger parts or sections.
31243  For maintenance it is often useful and sometimes even required to split
31244  the document in several files that can be revised separately.
31245  The different documents are then the so called child documents and a master
31246  document connects them to print the full document or parts of it.
31247  A child documents inherits contents of its master, for example the bibliography
31248  and the labels for cross-references.
31249 \end_layout
31250
31251 \begin_layout Standard
31252 To be able to work on child documents without the need to open its master,
31253  specify in the child document the master in the menu
31254 \family sans
31255  Document\SpecialChar \menuseparator
31256 Settings\SpecialChar \menuseparator
31257 Document
31258 \begin_inset space ~
31259 \end_inset
31260
31261 Class
31262 \family default
31263 .
31264  This master file will then be used in the background by LyX when you edit
31265  the child document.
31266 \end_layout
31267
31268 \begin_layout Standard
31269 Included documents are displayed in LyX as a box like this: 
31270 \begin_inset Graphics
31271         filename clipart/ChildDocumentQt4.png
31272         scale 85
31273         scaleBeforeRotation
31274
31275 \end_inset
31276
31277  To include child documents to a master document use the menu 
31278 \family sans
31279 Insert\SpecialChar \menuseparator
31280 File\SpecialChar \menuseparator
31281 Child
31282 \begin_inset space ~
31283 \end_inset
31284
31285 Documents
31286 \family default
31287 .
31288  A dialog pops up where you can choose between four include methods:
31289 \end_layout
31290
31291 \begin_layout Description
31292 Include You can include LyX and LaTeX-documents.
31293  When you press the 
31294 \family sans
31295 Load
31296 \family default
31297  button in the 
31298 \family sans
31299 Child Document
31300 \family default
31301  dialog, the included documents will be opened in LyX in a new file tab
31302  so that you can modify it.
31303 \begin_inset Newline newline
31304 \end_inset
31305
31306
31307 \end_layout
31308
31309 \begin_layout Standard
31310 Here is a child document inserted using 
31311 \family sans
31312 Include
31313 \family default
31314
31315 \begin_inset CommandInset include
31316 LatexCommand include
31317 filename "DummyDocument1.lyx"
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 The section numbering includes the sections of the included files in the
31326  order they are inserted in the master document.
31327  The included example document has for example a subsection that is numbered
31328  as subsection of this section.
31329  Labels of included documents can be referenced: Subsection
31330 \begin_inset space ~
31331 \end_inset
31332
31333
31334 \begin_inset CommandInset ref
31335 LatexCommand ref
31336 reference "sub:External-Subsection-1"
31337
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \begin_layout Standard
31344 The preamble of the child document is ignored, only the preamble of the
31345  master document is used.
31346  Included documents are inserted starting on a new page and end with a page
31347  break.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 With the LaTeX-command 
31352 \series bold
31353
31354 \backslash
31355 includeonly 
31356 \series default
31357 you can specify which included child documents are processed when the output
31358  is generated.
31359  This is useful when you are perhaps only working on a certain chapter of
31360  your large document as this saves compiling time.
31361  
31362 \series bold
31363
31364 \backslash
31365 includeonly
31366 \series default
31367  is inserted to the master document preamble.
31368  It takes a comma-separated list of the filenames as argument, e.
31369 \begin_inset space \thinspace{}
31370 \end_inset
31371
31372 g.
31373 \end_layout
31374
31375 \begin_layout Standard
31376
31377 \series bold
31378
31379 \backslash
31380 includeonly{chapter1,chapter5}
31381 \end_layout
31382
31383 \begin_layout Standard
31384 will only process the included files named 
31385 \begin_inset Quotes eld
31386 \end_inset
31387
31388 chapter1.lyx
31389 \begin_inset Quotes erd
31390 \end_inset
31391
31392  (or 
31393 \begin_inset Quotes eld
31394 \end_inset
31395
31396 chapter1.tex
31397 \begin_inset Quotes erd
31398 \end_inset
31399
31400 ) and 
31401 \begin_inset Quotes eld
31402 \end_inset
31403
31404 chapter5.lyx
31405 \begin_inset Quotes erd
31406 \end_inset
31407
31408  .
31409 \end_layout
31410
31411 \begin_layout Standard
31412 \begin_inset Note Greyedout
31413 status open
31414
31415 \begin_layout Plain Layout
31416
31417 \series bold
31418 Note:
31419 \series default
31420  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31421 w the document in case that the child document uses another document class
31422  than the master document as this will lead to unexpected outputs.
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \begin_layout Description
31431 Input This method is very similar to the Include method.
31432  The differences are:
31433 \end_layout
31434
31435 \begin_deeper
31436 \begin_layout Itemize
31437 Input files don't start with a new page and don't end with a page break.
31438 \end_layout
31439
31440 \begin_layout Itemize
31441 Input files can be previewed in LyX when 
31442 \family sans
31443 Instant
31444 \begin_inset space ~
31445 \end_inset
31446
31447 Preview
31448 \family default
31449  is enabled in LyX's preferences under 
31450 \family sans
31451 Look
31452 \begin_inset space ~
31453 \end_inset
31454
31455 and
31456 \begin_inset space ~
31457 \end_inset
31458
31459 feel\SpecialChar \menuseparator
31460 Graphics
31461 \family default
31462 .
31463 \end_layout
31464
31465 \begin_layout Itemize
31466 The LaTeX-command 
31467 \series bold
31468
31469 \backslash
31470 includeonly
31471 \series default
31472  cannot be used.
31473 \end_layout
31474
31475 \end_deeper
31476 \begin_layout Standard
31477 Here is a child document inserted using 
31478 \family sans
31479 Input
31480 \family default
31481
31482 \begin_inset CommandInset include
31483 LatexCommand input
31484 filename "DummyDocument2.lyx"
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Description
31492 Verbatim With this method every text file can be included.
31493  The file is shown in the output with its source code, no command used in
31494  the text is invoked.
31495  You can use the option 
31496 \family sans
31497 Mark spaces in output
31498 \family default
31499  that displays the character 
31500 \begin_inset Quotes eld
31501 \end_inset
31502
31503
31504 \begin_inset ERT
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508
31509
31510 \backslash
31511 textvisiblespace 
31512 \end_layout
31513
31514 \end_inset
31515
31516
31517 \begin_inset Quotes erd
31518 \end_inset
31519
31520  for every space character in the source code.
31521  The difference to the method via the menu 
31522 \family sans
31523 Insert\SpecialChar \menuseparator
31524 File\SpecialChar \menuseparator
31525 Plain
31526 \begin_inset space ~
31527 \end_inset
31528
31529 Text
31530 \family default
31531  is that the document content is not shown in LyX.
31532 \end_layout
31533
31534 \begin_layout Standard
31535 Here is a child document inserted as Verbatim: 
31536 \begin_inset CommandInset include
31537 LatexCommand verbatiminput
31538 filename "DummyTextDocument.txt"
31539
31540 \end_inset
31541
31542
31543 \begin_inset VSpace bigskip
31544 \end_inset
31545
31546 Here is a child document inserted as Verbatim using the 
31547 \family sans
31548 Mark spaces in output
31549 \family default
31550  option: 
31551 \begin_inset CommandInset include
31552 LatexCommand verbatiminput*
31553 filename "DummyTextDocument.txt"
31554
31555 \end_inset
31556
31557
31558 \end_layout
31559
31560 \begin_layout Standard
31561 \begin_inset VSpace bigskip
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \begin_layout Standard
31568 \begin_inset Note Greyedout
31569 status open
31570
31571 \begin_layout Plain Layout
31572
31573 \series bold
31574 Note:
31575 \series default
31576  As you can see in the examples above, the text of the documents included
31577  as 
31578 \family sans
31579 verbatim
31580 \family default
31581  is not broken at the end of the document lines.
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \end_layout
31588
31589 \begin_layout Description
31590 Listings This type is described in chapter
31591 \begin_inset space ~
31592 \end_inset
31593
31594
31595 \begin_inset CommandInset ref
31596 LatexCommand ref
31597 reference "cha:Program-Code-Listings"
31598
31599 \end_inset
31600
31601 .
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \begin_inset Note Greyedout
31606 status open
31607
31608 \begin_layout Plain Layout
31609
31610 \series bold
31611 Note:
31612 \series default
31613  Including the same document twice in a document using different methods
31614  could cause LaTeX-problems.
31615 \end_layout
31616
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \begin_layout Chapter
31623 Program Code Listings
31624 \begin_inset CommandInset label
31625 LatexCommand label
31626 name "cha:Program-Code-Listings"
31627
31628 \end_inset
31629
31630
31631 \begin_inset Index
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635 Listings
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \begin_inset Index
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645 Program Code
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \begin_inset Index
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 Floats ! Listings
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \begin_layout Standard
31664 To include and typeset program code you can use the 
31665 \family sans
31666 Listings
31667 \family default
31668  inset that can be inserted via the menu 
31669 \family sans
31670 Insert\SpecialChar \menuseparator
31671 Program Listing
31672 \family default
31673 .
31674  The LaTeX-package 
31675 \series bold
31676 listings
31677 \series default
31678
31679 \begin_inset Index
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683 LaTeX-packages ! listings
31684 \end_layout
31685
31686 \end_inset
31687
31688  provides a powerful and flexible way to insert program source code to your
31689  document.
31690 \end_layout
31691
31692 \begin_layout Standard
31693 Right-clicking on a listings inset opens the context menu containing where
31694  you can set the listings format.
31695 \end_layout
31696
31697 \begin_layout Standard
31698 By default, a listing starts a new paragraph in the output.
31699  The placement option 
31700 \family sans
31701 Inline
31702 \begin_inset space ~
31703 \end_inset
31704
31705 listing
31706 \family default
31707  prints the listing inline like this: 
31708 \begin_inset listings
31709 lstparams "language={C++}"
31710 inline true
31711 status open
31712
31713 \begin_layout Plain Layout
31714
31715 int a=5;
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \begin_inset Newline newline
31722 \end_inset
31723
31724 The option 
31725 \family sans
31726 Float
31727 \family default
31728  creates a listings float where you can specify the placement options 
31729 \begin_inset Quotes eld
31730 \end_inset
31731
31732
31733 \family sans
31734 h
31735 \family default
31736
31737 \begin_inset Quotes erd
31738 \end_inset
31739
31740
31741 \begin_inset Quotes eld
31742 \end_inset
31743
31744
31745 \family sans
31746 t
31747 \family default
31748
31749 \begin_inset Quotes erd
31750 \end_inset
31751
31752
31753 \begin_inset Quotes eld
31754 \end_inset
31755
31756
31757 \family sans
31758 b
31759 \family default
31760
31761 \begin_inset Quotes erd
31762 \end_inset
31763
31764 , and 
31765 \begin_inset Quotes eld
31766 \end_inset
31767
31768
31769 \family sans
31770 p
31771 \family default
31772
31773 \begin_inset Quotes erd
31774 \end_inset
31775
31776  corresponding to the float placement options described in section
31777 \begin_inset space ~
31778 \end_inset
31779
31780
31781 \begin_inset CommandInset ref
31782 LatexCommand ref
31783 reference "sec:Float-Placement"
31784
31785 \end_inset
31786
31787 .
31788  The placement options can be mixed and are inserted without any separation,
31789  e.
31790 \begin_inset space \thinspace{}
31791 \end_inset
31792
31793 g.
31794 \begin_inset space \space{}
31795 \end_inset
31796
31797
31798 \begin_inset Quotes eld
31799 \end_inset
31800
31801
31802 \family sans
31803 htbp
31804 \family default
31805
31806 \begin_inset Quotes erd
31807 \end_inset
31808
31809 .
31810  The option 
31811 \begin_inset Quotes eld
31812 \end_inset
31813
31814 h
31815 \begin_inset Quotes erd
31816 \end_inset
31817
31818  has sometimes no effect, but you don't need to use the 
31819 \family sans
31820 Float
31821 \family default
31822  option in this case as also non-float listings can have captions and be
31823  referenced.
31824 \end_layout
31825
31826 \begin_layout Standard
31827 You can add captions to listings with the menu 
31828 \family sans
31829 Insert\SpecialChar \menuseparator
31830 Caption
31831 \family default
31832 .
31833  Listings can be referenced like floats: Listing
31834 \begin_inset space ~
31835 \end_inset
31836
31837
31838 \begin_inset CommandInset ref
31839 LatexCommand ref
31840 reference "lst:Example-Listing"
31841
31842 \end_inset
31843
31844
31845 \end_layout
31846
31847 \begin_layout Standard
31848 \begin_inset listings
31849 lstparams "language=Python"
31850 inline false
31851 status open
31852
31853 \begin_layout Plain Layout
31854
31855 \begin_inset Caption
31856
31857 \begin_layout Plain Layout
31858 \begin_inset CommandInset label
31859 LatexCommand label
31860 name "lst:Example-Listing"
31861
31862 \end_inset
31863
31864 Example Listing float
31865 \end_layout
31866
31867 \end_inset
31868
31869 # Example listing float
31870 \end_layout
31871
31872 \begin_layout Plain Layout
31873
31874 def func(param):
31875 \end_layout
31876
31877 \begin_layout Plain Layout
31878
31879     'this is a python function'
31880 \end_layout
31881
31882 \begin_layout Plain Layout
31883
31884     pass
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \end_layout
31891
31892 \begin_layout Standard
31893 When you have set a programming language in the listings dialog, the keywords
31894  of this language will be recognized and specially typeset in the output.
31895  In the example listings the Python keyword 
31896 \begin_inset Quotes eld
31897 \end_inset
31898
31899 def
31900 \begin_inset Quotes erd
31901 \end_inset
31902
31903  is recognized and printed bold in the output.
31904 \end_layout
31905
31906 \begin_layout Standard
31907 \begin_inset Note Greyedout
31908 status open
31909
31910 \begin_layout Plain Layout
31911
31912 \series bold
31913 Note:
31914 \series default
31915  If you don't get bold keywords when using typewriter fonts, your 
31916 \family typewriter
31917 typewriter
31918 \family default
31919  font probably doesn't provide a bold shape.
31920  In this case select a different one in the menu 
31921 \family sans
31922 Document\SpecialChar \menuseparator
31923 Settings\SpecialChar \menuseparator
31924 Fonts
31925 \family default
31926 .
31927  (The fonts 
31928 \emph on
31929 LuxiMono, BeraMono
31930 \emph default
31931  and 
31932 \emph on
31933 Courier
31934 \emph default
31935  provide bold shapes.)
31936 \end_layout
31937
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \begin_layout Standard
31944 In section 
31945 \family sans
31946 Line
31947 \begin_inset space ~
31948 \end_inset
31949
31950 numbering
31951 \family default
31952  of the listings dialog you can specify the line numbering style.
31953  You can insert a number to specify which lines are numbered to the field
31954  
31955 \family sans
31956 Step
31957 \family default
31958 .
31959  When you insert e.
31960 \begin_inset space \thinspace{}
31961 \end_inset
31962
31963 g.
31964 \begin_inset space \space{}
31965 \end_inset
31966
31967
31968 \begin_inset Quotes eld
31969 \end_inset
31970
31971 3
31972 \begin_inset Quotes erd
31973 \end_inset
31974
31975 , only every 3rd line will be numbered.
31976 \end_layout
31977
31978 \begin_layout Standard
31979 You can furthermore specify a range of lines, only these will then appear
31980  in the output.
31981  The option 
31982 \family sans
31983 Extended character table
31984 \family default
31985  should be used when you use national characters like the German umlauts
31986  in the listing.
31987 \begin_inset Newline newline
31988 \end_inset
31989
31990 Here is an example listing with left line numbering, step 
31991 \begin_inset Quotes eld
31992 \end_inset
31993
31994 3
31995 \begin_inset Quotes erd
31996 \end_inset
31997
31998 , language 
31999 \begin_inset Quotes eld
32000 \end_inset
32001
32002 Python
32003 \begin_inset Quotes erd
32004 \end_inset
32005
32006 , options 
32007 \begin_inset Quotes eld
32008 \end_inset
32009
32010 Extended character table
32011 \begin_inset Quotes erd
32012 \end_inset
32013
32014  and 
32015 \begin_inset Quotes eld
32016 \end_inset
32017
32018 Space
32019 \begin_inset space ~
32020 \end_inset
32021
32022 as
32023 \begin_inset space ~
32024 \end_inset
32025
32026 symbol
32027 \begin_inset Quotes erd
32028 \end_inset
32029
32030 , range lines 3
32031 \begin_inset space \thinspace{}
32032 \end_inset
32033
32034 -
32035 \begin_inset space \thinspace{}
32036 \end_inset
32037
32038 8:
32039 \end_layout
32040
32041 \begin_layout Standard
32042 \begin_inset listings
32043 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32044 inline false
32045 status open
32046
32047 \begin_layout Plain Layout
32048
32049 def func(param):
32050 \end_layout
32051
32052 \begin_layout Plain Layout
32053
32054     'this is a python function'
32055 \end_layout
32056
32057 \begin_layout Plain Layout
32058
32059     pass
32060 \end_layout
32061
32062 \begin_layout Plain Layout
32063
32064 def func(param):
32065 \end_layout
32066
32067 \begin_layout Plain Layout
32068
32069 'This is a German word: Tschüß'
32070 \end_layout
32071
32072 \begin_layout Plain Layout
32073
32074 pass
32075 \end_layout
32076
32077 \begin_layout Plain Layout
32078
32079 def func(param):
32080 \end_layout
32081
32082 \begin_layout Plain Layout
32083
32084 'this is a python function'
32085 \end_layout
32086
32087 \begin_layout Plain Layout
32088
32089 pass
32090 \end_layout
32091
32092 \end_inset
32093
32094
32095 \end_layout
32096
32097 \begin_layout Standard
32098 When you have tabulators in your listing, you can specify the number of
32099  characters that are spanned by a tabulator in the field 
32100 \family sans
32101 Tabulator
32102 \begin_inset space ~
32103 \end_inset
32104
32105 size
32106 \family default
32107 .
32108 \end_layout
32109
32110 \begin_layout Standard
32111 \begin_inset Note Greyedout
32112 status open
32113
32114 \begin_layout Plain Layout
32115
32116 \series bold
32117 Note:
32118 \series default
32119  Due to a bug in the 
32120 \series bold
32121 listings
32122 \series default
32123  package the line numbering is shifted by a line by every previous listing.
32124  That's the reason why the lines 2 and 5 are numbered in the above listing
32125  and not the lines 3 and 6.
32126 \end_layout
32127
32128 \end_inset
32129
32130
32131 \end_layout
32132
32133 \begin_layout Standard
32134 \begin_inset VSpace bigskip
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \begin_layout Standard
32141 It is also possible to print lines from a file as listing.
32142  To do this, use the menu 
32143 \family sans
32144 Insert\SpecialChar \menuseparator
32145 File\SpecialChar \menuseparator
32146 Child Document
32147 \family default
32148  and choose the type 
32149 \family sans
32150 Listings
32151 \family default
32152 .
32153 \begin_inset Foot
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157 The other child document types are described in section
32158 \begin_inset space ~
32159 \end_inset
32160
32161
32162 \begin_inset CommandInset ref
32163 LatexCommand ref
32164 reference "sec:Child-Documents"
32165
32166 \end_inset
32167
32168 .
32169 \end_layout
32170
32171 \end_inset
32172
32173  In the child document dialog you can specify the listing parameters in
32174  a text box.
32175  To show a list of all available parameters, type in a question mark 
32176 \begin_inset Quotes eld
32177 \end_inset
32178
32179 ?
32180 \begin_inset Quotes erd
32181 \end_inset
32182
32183  in the text box.
32184 \end_layout
32185
32186 \begin_layout Standard
32187 To reference child document listings, write a label text into the corresponding
32188  field of the child document dialog.
32189  The label can then be referenced using the menu 
32190 \family sans
32191 Insert\SpecialChar \menuseparator
32192 Cross-Reference
32193 \family default
32194 .
32195 \end_layout
32196
32197 \begin_layout Standard
32198 Listing
32199 \begin_inset space ~
32200 \end_inset
32201
32202
32203 \begin_inset CommandInset ref
32204 LatexCommand ref
32205 reference "lst:file-listing"
32206
32207 \end_inset
32208
32209  is an example for a listing of a file; there the lines 10
32210 \begin_inset space \thinspace{}
32211 \end_inset
32212
32213 -
32214 \begin_inset space \thinspace{}
32215 \end_inset
32216
32217 15 of this LyX file are listed.
32218 \end_layout
32219
32220 \begin_layout Standard
32221 \begin_inset CommandInset include
32222 LatexCommand lstinputlisting
32223 filename "EmbeddedObjects.lyx"
32224 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Standard
32232 \begin_inset VSpace bigskip
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \begin_layout Standard
32239 Global listings settings can be set in the 
32240 \family sans
32241 Document\SpecialChar \menuseparator
32242 Settings\SpecialChar \menuseparator
32243 Text Layout
32244 \family default
32245  dialog.
32246  To get there a list of available options, type in a question mark 
32247 \begin_inset Quotes eld
32248 \end_inset
32249
32250 ?
32251 \begin_inset Quotes erd
32252 \end_inset
32253
32254  in the 
32255 \family sans
32256 Listings
32257 \begin_inset space ~
32258 \end_inset
32259
32260 settings
32261 \family default
32262  field.
32263 \end_layout
32264
32265 \begin_layout Standard
32266 For more information about the 
32267 \series bold
32268 listings
32269 \series default
32270  package, we refer to its documentation 
32271 \begin_inset CommandInset citation
32272 LatexCommand cite
32273 key "listings"
32274
32275 \end_inset
32276
32277 .
32278 \end_layout
32279
32280 \begin_layout Standard
32281 \begin_inset Newpage newpage
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \begin_layout Chapter
32288 \start_of_appendix
32289 Units available in LyX
32290 \begin_inset Index
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294 Units
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \begin_inset CommandInset label
32301 LatexCommand label
32302 name "cha:Units-available-in"
32303
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \begin_layout Standard
32310 To understand the units described in this documentation, Table
32311 \begin_inset space ~
32312 \end_inset
32313
32314
32315 \begin_inset CommandInset ref
32316 LatexCommand ref
32317 reference "tab:Units"
32318
32319 \end_inset
32320
32321  explains all units available in LyX.
32322 \end_layout
32323
32324 \begin_layout Standard
32325 \begin_inset Float table
32326 placement h
32327 wide false
32328 sideways false
32329 status open
32330
32331 \begin_layout Plain Layout
32332 \begin_inset Caption
32333
32334 \begin_layout Plain Layout
32335 \begin_inset CommandInset label
32336 LatexCommand label
32337 name "tab:Units"
32338
32339 \end_inset
32340
32341 Units
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \begin_layout Plain Layout
32350 \begin_inset VSpace medskip
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \begin_layout Plain Layout
32357 \align center
32358 \begin_inset Tabular
32359 <lyxtabular version="3" rows="20" columns="2">
32360 <features>
32361 <column alignment="center" valignment="top" width="0">
32362 <column alignment="center" valignment="top" width="0">
32363 <row>
32364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32365 \begin_inset Text
32366
32367 \begin_layout Plain Layout
32368 unit
32369 \end_layout
32370
32371 \end_inset
32372 </cell>
32373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32374 \begin_inset Text
32375
32376 \begin_layout Plain Layout
32377 name/description
32378 \end_layout
32379
32380 \end_inset
32381 </cell>
32382 </row>
32383 <row>
32384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32385 \begin_inset Text
32386
32387 \begin_layout Plain Layout
32388 mm
32389 \end_layout
32390
32391 \end_inset
32392 </cell>
32393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32394 \begin_inset Text
32395
32396 \begin_layout Plain Layout
32397 millimeter
32398 \end_layout
32399
32400 \end_inset
32401 </cell>
32402 </row>
32403 <row>
32404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32405 \begin_inset Text
32406
32407 \begin_layout Plain Layout
32408 cm
32409 \end_layout
32410
32411 \end_inset
32412 </cell>
32413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417 centimeter
32418 \end_layout
32419
32420 \end_inset
32421 </cell>
32422 </row>
32423 <row>
32424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32425 \begin_inset Text
32426
32427 \begin_layout Plain Layout
32428 in
32429 \end_layout
32430
32431 \end_inset
32432 </cell>
32433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32434 \begin_inset Text
32435
32436 \begin_layout Plain Layout
32437 inch
32438 \end_layout
32439
32440 \end_inset
32441 </cell>
32442 </row>
32443 <row>
32444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32445 \begin_inset Text
32446
32447 \begin_layout Plain Layout
32448 pt
32449 \end_layout
32450
32451 \end_inset
32452 </cell>
32453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32454 \begin_inset Text
32455
32456 \begin_layout Plain Layout
32457 point (72.27
32458 \begin_inset space \thinspace{}
32459 \end_inset
32460
32461 pt = 1
32462 \begin_inset space \thinspace{}
32463 \end_inset
32464
32465 in)
32466 \end_layout
32467
32468 \end_inset
32469 </cell>
32470 </row>
32471 <row>
32472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32473 \begin_inset Text
32474
32475 \begin_layout Plain Layout
32476 pc
32477 \end_layout
32478
32479 \end_inset
32480 </cell>
32481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485 pica (1
32486 \begin_inset space \thinspace{}
32487 \end_inset
32488
32489 pc = 12
32490 \begin_inset space \thinspace{}
32491 \end_inset
32492
32493 pt)
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 </row>
32499 <row>
32500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32501 \begin_inset Text
32502
32503 \begin_layout Plain Layout
32504 sp
32505 \end_layout
32506
32507 \end_inset
32508 </cell>
32509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32510 \begin_inset Text
32511
32512 \begin_layout Plain Layout
32513 scaled point (65536
32514 \begin_inset space \thinspace{}
32515 \end_inset
32516
32517 sp = 1
32518 \begin_inset space \thinspace{}
32519 \end_inset
32520
32521 pt)
32522 \end_layout
32523
32524 \end_inset
32525 </cell>
32526 </row>
32527 <row>
32528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32529 \begin_inset Text
32530
32531 \begin_layout Plain Layout
32532 bp
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 big point (72
32542 \begin_inset space \thinspace{}
32543 \end_inset
32544
32545 bp = 1
32546 \begin_inset space \thinspace{}
32547 \end_inset
32548
32549 in)
32550 \end_layout
32551
32552 \end_inset
32553 </cell>
32554 </row>
32555 <row>
32556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32557 \begin_inset Text
32558
32559 \begin_layout Plain Layout
32560 dd
32561 \end_layout
32562
32563 \end_inset
32564 </cell>
32565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32566 \begin_inset Text
32567
32568 \begin_layout Plain Layout
32569 didot (1
32570 \begin_inset space \thinspace{}
32571 \end_inset
32572
32573 dd 
32574 \begin_inset Formula $\approx$
32575 \end_inset
32576
32577  0.376
32578 \begin_inset space \thinspace{}
32579 \end_inset
32580
32581 mm)
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 </row>
32587 <row>
32588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32589 \begin_inset Text
32590
32591 \begin_layout Plain Layout
32592 cc
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32598 \begin_inset Text
32599
32600 \begin_layout Plain Layout
32601 cicero (1
32602 \begin_inset space \thinspace{}
32603 \end_inset
32604
32605 cc = 12
32606 \begin_inset space \thinspace{}
32607 \end_inset
32608
32609 dd)
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 </row>
32615 <row>
32616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32617 \begin_inset Text
32618
32619 \begin_layout Plain Layout
32620 Scale%
32621 \end_layout
32622
32623 \end_inset
32624 </cell>
32625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32626 \begin_inset Text
32627
32628 \begin_layout Plain Layout
32629 % of original image width
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 </row>
32635 <row>
32636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32637 \begin_inset Text
32638
32639 \begin_layout Plain Layout
32640 text%
32641 \end_layout
32642
32643 \end_inset
32644 </cell>
32645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649 % of text width
32650 \end_layout
32651
32652 \end_inset
32653 </cell>
32654 </row>
32655 <row>
32656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32657 \begin_inset Text
32658
32659 \begin_layout Plain Layout
32660 col%
32661 \end_layout
32662
32663 \end_inset
32664 </cell>
32665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32666 \begin_inset Text
32667
32668 \begin_layout Plain Layout
32669 % of column width
32670 \end_layout
32671
32672 \end_inset
32673 </cell>
32674 </row>
32675 <row>
32676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32677 \begin_inset Text
32678
32679 \begin_layout Plain Layout
32680 page%
32681 \end_layout
32682
32683 \end_inset
32684 </cell>
32685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32686 \begin_inset Text
32687
32688 \begin_layout Plain Layout
32689 % of paper width
32690 \end_layout
32691
32692 \end_inset
32693 </cell>
32694 </row>
32695 <row>
32696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32697 \begin_inset Text
32698
32699 \begin_layout Plain Layout
32700 line%
32701 \end_layout
32702
32703 \end_inset
32704 </cell>
32705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709 % of line width
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 </row>
32715 <row>
32716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32717 \begin_inset Text
32718
32719 \begin_layout Plain Layout
32720 theight%
32721 \end_layout
32722
32723 \end_inset
32724 </cell>
32725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32726 \begin_inset Text
32727
32728 \begin_layout Plain Layout
32729 % of text height
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 </row>
32735 <row>
32736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 pheight%
32741 \end_layout
32742
32743 \end_inset
32744 </cell>
32745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32746 \begin_inset Text
32747
32748 \begin_layout Plain Layout
32749 % of paper height
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 </row>
32755 <row>
32756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32757 \begin_inset Text
32758
32759 \begin_layout Plain Layout
32760 ex
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32766 \begin_inset Text
32767
32768 \begin_layout Plain Layout
32769 height of letter 
32770 \emph on
32771 x
32772 \emph default
32773  in current font
32774 \end_layout
32775
32776 \end_inset
32777 </cell>
32778 </row>
32779 <row>
32780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 em
32785 \end_layout
32786
32787 \end_inset
32788 </cell>
32789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793 width of letter 
32794 \emph on
32795 M
32796 \emph default
32797  in current font
32798 \end_layout
32799
32800 \end_inset
32801 </cell>
32802 </row>
32803 <row>
32804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808 mu
32809 \end_layout
32810
32811 \end_inset
32812 </cell>
32813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32814 \begin_inset Text
32815
32816 \begin_layout Plain Layout
32817 math unit (1
32818 \begin_inset space \thinspace{}
32819 \end_inset
32820
32821 mu = 1/18
32822 \begin_inset space \thinspace{}
32823 \end_inset
32824
32825 em)
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 </row>
32831 </lyxtabular>
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \end_inset
32839
32840
32841 \end_layout
32842
32843 \begin_layout Chapter
32844 Output File Formats with Graphics
32845 \begin_inset CommandInset label
32846 LatexCommand label
32847 name "cha:Output-File-Formats"
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Section
32855 DVI
32856 \begin_inset Index
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860 File Formats ! DVI
32861 \end_layout
32862
32863 \end_inset
32864
32865
32866 \begin_inset Index
32867 status collapsed
32868
32869 \begin_layout Plain Layout
32870 DVI|see
32871 \begin_inset ERT
32872 status collapsed
32873
32874 \begin_layout Plain Layout
32875
32876 {
32877 \end_layout
32878
32879 \end_inset
32880
32881 File Formats
32882 \begin_inset ERT
32883 status collapsed
32884
32885 \begin_layout Plain Layout
32886
32887 }
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \end_inset
32896
32897
32898 \end_layout
32899
32900 \begin_layout Standard
32901 This file type has the extension 
32902 \begin_inset Quotes eld
32903 \end_inset
32904
32905
32906 \family typewriter
32907 .dvi
32908 \family default
32909
32910 \begin_inset Quotes erd
32911 \end_inset
32912
32913 .
32914  It is called 
32915 \begin_inset Quotes eld
32916 \end_inset
32917
32918 device-independent
32919 \begin_inset Quotes erd
32920 \end_inset
32921
32922  (DVI), because it is completely portable; you can move them from one machine
32923  to another without needing to do any sort of conversion.
32924  At the time when this file-format was developed, this was no matter of
32925  course.
32926  DVIs are used for quick previews and as pre-stage for other output formats,
32927  like PostScript.
32928 \end_layout
32929
32930 \begin_layout Standard
32931 \begin_inset Note Greyedout
32932 status open
32933
32934 \begin_layout Plain Layout
32935
32936 \series bold
32937 Note:
32938 \series default
32939  DVI-files doesn't contain images, they will only be a linked.
32940 \end_layout
32941
32942 \end_inset
32943
32944  So don't forget this, if you move your 
32945 \family typewriter
32946 .dvi
32947 \family default
32948  file to another computer.
32949  This property can also slow down your computer when you view the DVI.
32950  Because the DVI-viewer has to convert the image in the background to make
32951  it visible when you scroll in the DVI.
32952  So we recommend to use PDF for files with many images.
32953 \end_layout
32954
32955 \begin_layout Standard
32956 You can export your document to DVI by using the menu 
32957 \family sans
32958 File\SpecialChar \menuseparator
32959 Export\SpecialChar \menuseparator
32960 DVI
32961 \family default
32962 .
32963  You can view your document as DVI via the 
32964 \family sans
32965 View
32966 \family default
32967  menu or by using the toolbar button 
32968 \begin_inset Graphics
32969         filename ../images/buffer-view_dvi.png
32970         scale 85
32971         scaleBeforeRotation
32972
32973 \end_inset
32974
32975 .
32976 \end_layout
32977
32978 \begin_layout Section
32979 PostScript
32980 \begin_inset CommandInset label
32981 LatexCommand label
32982 name "sec:PostScript"
32983
32984 \end_inset
32985
32986
32987 \begin_inset Index
32988 status collapsed
32989
32990 \begin_layout Plain Layout
32991 File Formats ! PostScript
32992 \end_layout
32993
32994 \end_inset
32995
32996
32997 \begin_inset Index
32998 status collapsed
32999
33000 \begin_layout Plain Layout
33001 PostScript|see
33002 \begin_inset ERT
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006
33007 {
33008 \end_layout
33009
33010 \end_inset
33011
33012 File Formats
33013 \begin_inset ERT
33014 status collapsed
33015
33016 \begin_layout Plain Layout
33017
33018 }
33019 \end_layout
33020
33021 \end_inset
33022
33023
33024 \end_layout
33025
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \begin_layout Standard
33032 This file type has the extension 
33033 \begin_inset Quotes eld
33034 \end_inset
33035
33036
33037 \family typewriter
33038 .ps
33039 \family default
33040
33041 \begin_inset Quotes erd
33042 \end_inset
33043
33044 .
33045  PostScript was developed by the company 
33046 \family typewriter
33047 Adobe
33048 \family default
33049  as printer language.
33050  The file contains therefore commands that the printer uses to print the
33051  file.
33052  PostScript can be seen as 
33053 \begin_inset Quotes eld
33054 \end_inset
33055
33056 programming language
33057 \begin_inset Quotes erd
33058 \end_inset
33059
33060 ; you can calculate with it and draw diagrams and images
33061 \begin_inset Foot
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065 If you are interested to learn more about this, have a look at the LaTeX-package
33066  
33067 \series bold
33068 PSTricks
33069 \series default
33070  
33071 \begin_inset CommandInset citation
33072 LatexCommand cite
33073 key "pstricks"
33074
33075 \end_inset
33076
33077 .
33078 \end_layout
33079
33080 \end_inset
33081
33082 .
33083  Due to this ability, the files are often bigger than PDFs.
33084 \end_layout
33085
33086 \begin_layout Standard
33087 PostScript can only contain images in the format 
33088 \begin_inset Quotes eld
33089 \end_inset
33090
33091 Encapsulated PostScript
33092 \begin_inset Quotes erd
33093 \end_inset
33094
33095  (EPS, file extension 
33096 \begin_inset Quotes eld
33097 \end_inset
33098
33099
33100 \family typewriter
33101 .eps
33102 \family default
33103
33104 \begin_inset Quotes erd
33105 \end_inset
33106
33107 ).
33108  As LyX allows you to use any known image format in your document, it has
33109  to convert images in the background to EPS.
33110  If you have e.g 50 images in your document, LyX has to do 50 conversions
33111  whenever you view or export your document.
33112  This will slow down your work flow with LyX drastically.
33113  So if you plan to use PostScript, you can insert your images directly as
33114  EPS to avoid this problem.
33115 \end_layout
33116
33117 \begin_layout Standard
33118 You can export your document to PostScript using the menu 
33119 \family sans
33120 File\SpecialChar \menuseparator
33121 Export\SpecialChar \menuseparator
33122 Postscript
33123 \family default
33124 .
33125  You can view your document as PostScript via the 
33126 \family sans
33127 View
33128 \family default
33129  menu or by using the toolbar button 
33130 \begin_inset Graphics
33131         filename ../images/buffer-view_ps.png
33132         scale 85
33133         scaleBeforeRotation
33134
33135 \end_inset
33136
33137 .
33138 \end_layout
33139
33140 \begin_layout Section
33141 PDF
33142 \begin_inset Index
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146 File Formats ! PDF
33147 \end_layout
33148
33149 \end_inset
33150
33151
33152 \begin_inset Index
33153 status collapsed
33154
33155 \begin_layout Plain Layout
33156 PDF
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 This file type has the extension 
33166 \begin_inset Quotes eld
33167 \end_inset
33168
33169
33170 \family typewriter
33171 .pdf
33172 \family default
33173
33174 \begin_inset Quotes erd
33175 \end_inset
33176
33177 .
33178  The 
33179 \begin_inset Quotes eld
33180 \end_inset
33181
33182 Portable Document Format
33183 \begin_inset Quotes erd
33184 \end_inset
33185
33186  (PDF) is developed by 
33187 \family typewriter
33188 Adobe
33189 \family default
33190  as derivative from PostScript.
33191  It is more compressed and it uses much less commands than PostScript.
33192  As the name 
33193 \begin_inset Quotes eld
33194 \end_inset
33195
33196 portable
33197 \begin_inset Quotes erd
33198 \end_inset
33199
33200  implies, it can be processed at any computer system and the printed output
33201  looks exactly the same.
33202 \end_layout
33203
33204 \begin_layout Standard
33205 PDF can contain images in its own PDF format, in the format 
33206 \begin_inset Quotes eld
33207 \end_inset
33208
33209 Joint Photographic Experts Group
33210 \begin_inset Quotes erd
33211 \end_inset
33212
33213  (JPG, file extension 
33214 \begin_inset Quotes eld
33215 \end_inset
33216
33217
33218 \family typewriter
33219 .jpg
33220 \family default
33221
33222 \begin_inset Quotes erd
33223 \end_inset
33224
33225  or 
33226 \begin_inset Quotes eld
33227 \end_inset
33228
33229
33230 \family typewriter
33231 .jpeg
33232 \family default
33233
33234 \begin_inset Quotes erd
33235 \end_inset
33236
33237 ), and in the format 
33238 \begin_inset Quotes eld
33239 \end_inset
33240
33241 Portable Network Graphics
33242 \begin_inset Quotes erd
33243 \end_inset
33244
33245  (PNG, file extension 
33246 \begin_inset Quotes eld
33247 \end_inset
33248
33249
33250 \family typewriter
33251 .png
33252 \family default
33253
33254 \begin_inset Quotes erd
33255 \end_inset
33256
33257 ).
33258  Nevertheless you can use any other image format, because LyX converts them
33259  in the background to one of these formats.
33260  But as described in the section about PostScript, the image conversion
33261  will slow down your work flow.
33262  So it is recommended to use images in one of the three mentioned formats.
33263 \end_layout
33264
33265 \begin_layout Standard
33266 You can export your document to PDF via the menu 
33267 \family sans
33268 File\SpecialChar \menuseparator
33269 Export
33270 \family default
33271  in three different ways:
33272 \end_layout
33273
33274 \begin_layout Description
33275 PDF
33276 \begin_inset space ~
33277 \end_inset
33278
33279 (ps2pdf) This uses the program 
33280 \family typewriter
33281 ps2pdf
33282 \family default
33283  that creates a PDF from a PostScript-version of your file.
33284  The PostScript-version is produced by the program 
33285 \family typewriter
33286 dvips
33287 \family default
33288  which uses a DVI-version as intermediate step.
33289  So this export variant consist of three conversions.
33290 \end_layout
33291
33292 \begin_layout Description
33293 PDF
33294 \begin_inset space ~
33295 \end_inset
33296
33297 (dvipdfm) This uses the program 
33298 \family typewriter
33299 dvipdfm
33300 \family default
33301  that converts your file in the background to DVI and in a second step to
33302  PDF.
33303 \end_layout
33304
33305 \begin_layout Description
33306 PDF
33307 \begin_inset space ~
33308 \end_inset
33309
33310 (pdflatex) This uses the program 
33311 \family typewriter
33312 pdftex
33313 \family default
33314  that converts your file directly to PDF.
33315 \end_layout
33316
33317 \begin_layout Standard
33318 It is recommended to use 
33319 \family sans
33320 PDF
33321 \begin_inset space ~
33322 \end_inset
33323
33324 (pdflatex)
33325 \family default
33326  because 
33327 \family typewriter
33328 pdftex
33329 \family default
33330  supports all features of actual PDF-versions, is quick and works stable
33331  without problems.
33332  The program 
33333 \family typewriter
33334 dvipdfm
33335 \family default
33336  is not under development and therefore a bit outdated.
33337 \end_layout
33338
33339 \begin_layout Standard
33340 You can view your document as PDF via the 
33341 \family sans
33342 View
33343 \family default
33344  menu or by using the toolbar button 
33345 \begin_inset Graphics
33346         filename ../images/buffer-view_pdf2.png
33347         scale 85
33348         scaleBeforeRotation
33349
33350 \end_inset
33351
33352  
33353 \family sans
33354 (
33355 \family default
33356 that uses 
33357 \family sans
33358 PDF
33359 \begin_inset space ~
33360 \end_inset
33361
33362 (pdflatex)
33363 \family default
33364 ).
33365 \end_layout
33366
33367 \begin_layout Chapter
33368 Explanation of Equation
33369 \begin_inset space ~
33370 \end_inset
33371
33372
33373 \begin_inset CommandInset ref
33374 LatexCommand eqref
33375 reference "eq:Wgn"
33376
33377 \end_inset
33378
33379
33380 \begin_inset CommandInset label
33381 LatexCommand label
33382 name "cha:Explanation-of-Equation"
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \begin_layout Standard
33390 The total width of 
33391 \emph on
33392 n
33393 \emph default
33394  table cells 
33395 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33396 \end_inset
33397
33398  can be calculated to
33399 \end_layout
33400
33401 \begin_layout Standard
33402 \begin_inset Formula \begin{equation}
33403 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}
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411 Where 
33412 \begin_inset Formula $W_{g\, n}$
33413 \end_inset
33414
33415  is the given width of all cells.
33416  
33417 \series bold
33418
33419 \backslash
33420 tabcolsep
33421 \series default
33422  is the LaTeX-length between the cell text and the cell border, its default
33423  value is 6
33424 \begin_inset space \thinspace{}
33425 \end_inset
33426
33427 pt.
33428  
33429 \series bold
33430
33431 \backslash
33432 arrayrulewidth
33433 \series default
33434  is the thickness of the cell border line, the default is 0.4
33435 \begin_inset space \thinspace{}
33436 \end_inset
33437
33438 pt.
33439 \end_layout
33440
33441 \begin_layout Standard
33442 Following equation
33443 \begin_inset space ~
33444 \end_inset
33445
33446
33447 \begin_inset CommandInset ref
33448 LatexCommand eqref
33449 reference "eq:Wtot_n"
33450
33451 \end_inset
33452
33453 , the total width of a multicolumn 
33454 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33455 \end_inset
33456
33457  is
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset Formula \begin{equation}
33462 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33463
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \begin_layout Standard
33470 By setting equation
33471 \begin_inset space ~
33472 \end_inset
33473
33474
33475 \begin_inset CommandInset ref
33476 LatexCommand eqref
33477 reference "eq:Wtot_n"
33478
33479 \end_inset
33480
33481  and 
33482 \begin_inset CommandInset ref
33483 LatexCommand eqref
33484 reference "eq:Wtot_mult"
33485
33486 \end_inset
33487
33488  equal we can calculate the needed given width 
33489 \begin_inset Formula $W_{g\, n}$
33490 \end_inset
33491
33492  when 
33493 \emph on
33494 n
33495 \emph default
33496  columns are spanned, so that each column has a total width of 
33497 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33498 \end_inset
33499
33500 :
33501 \end_layout
33502
33503 \begin_layout Standard
33504 \begin_inset Formula \begin{equation}
33505 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \begin_layout Bibliography
33513 \begin_inset CommandInset bibitem
33514 LatexCommand bibitem
33515 key "latexcompanion"
33516
33517 \end_inset
33518
33519 Frank Mittelbach and Michel Goossens: 
33520 \emph on
33521 The LaTeX Companion Second Edition.
33522
33523 \emph default
33524  Addison-Wesley, 2004
33525 \end_layout
33526
33527 \begin_layout Bibliography
33528 \begin_inset CommandInset bibitem
33529 LatexCommand bibitem
33530 key "latexguide"
33531
33532 \end_inset
33533
33534 Helmut Kopka and Patrick W.
33535  Daly: 
33536 \emph on
33537 A Guide to LaTeX Fourth Edition.
33538
33539 \emph default
33540  Addison-Wesley, 2003
33541 \end_layout
33542
33543 \begin_layout Bibliography
33544 \begin_inset CommandInset bibitem
33545 LatexCommand bibitem
33546 key "latexbook"
33547
33548 \end_inset
33549
33550 Leslie Lamport: 
33551 \emph on
33552 LaTeX: A Document Preparation System.
33553
33554 \emph default
33555  Addison-Wesley, second edition, 1994
33556 \end_layout
33557
33558 \begin_layout Bibliography
33559 \begin_inset CommandInset bibitem
33560 LatexCommand bibitem
33561 key "booktabs"
33562
33563 \end_inset
33564
33565 Documentation of the LaTeX-package 
33566 \series bold
33567
33568 \begin_inset CommandInset href
33569 LatexCommand href
33570 name "booktabs"
33571 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33572
33573 \end_inset
33574
33575
33576 \series default
33577
33578 \begin_inset Index
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582 LaTeX-packages ! booktabs
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \begin_layout Bibliography
33591 \begin_inset CommandInset bibitem
33592 LatexCommand bibitem
33593 key "caption"
33594
33595 \end_inset
33596
33597 Documentation of the LaTeX-package 
33598 \series bold
33599
33600 \begin_inset CommandInset href
33601 LatexCommand href
33602 name "caption"
33603 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33604
33605 \end_inset
33606
33607
33608 \series default
33609
33610 \begin_inset Index
33611 status collapsed
33612
33613 \begin_layout Plain Layout
33614 LaTeX-packages ! caption
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Bibliography
33623 \begin_inset CommandInset bibitem
33624 LatexCommand bibitem
33625 key "endfloat"
33626
33627 \end_inset
33628
33629 Documentation of the LaTeX-package 
33630 \series bold
33631
33632 \begin_inset CommandInset href
33633 LatexCommand href
33634 name "endfloat"
33635 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33636
33637 \end_inset
33638
33639
33640 \series default
33641
33642 \begin_inset Index
33643 status collapsed
33644
33645 \begin_layout Plain Layout
33646 LaTeX-packages ! endfloat
33647 \end_layout
33648
33649 \end_inset
33650
33651
33652 \end_layout
33653
33654 \begin_layout Bibliography
33655 \begin_inset CommandInset bibitem
33656 LatexCommand bibitem
33657 key "wrapfig"
33658
33659 \end_inset
33660
33661 Documentation of the LaTeX-package 
33662 \series bold
33663
33664 \begin_inset CommandInset href
33665 LatexCommand href
33666 name "wrapfig"
33667 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33668
33669 \end_inset
33670
33671
33672 \series default
33673
33674 \begin_inset Index
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678 LaTeX-packages ! wrapfig
33679 \begin_inset ERT
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683
33684
33685 \backslash
33686 vspace{4mm}
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \end_inset
33695
33696
33697 \end_layout
33698
33699 \begin_layout Bibliography
33700 \begin_inset CommandInset bibitem
33701 LatexCommand bibitem
33702 key "footmisc"
33703
33704 \end_inset
33705
33706 Documentation of the LaTeX-package 
33707 \series bold
33708
33709 \begin_inset CommandInset href
33710 LatexCommand href
33711 name "footmisc"
33712 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33713
33714 \end_inset
33715
33716
33717 \series default
33718
33719 \begin_inset Index
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723 LaTeX-packages ! footmisc
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Bibliography
33732 \begin_inset CommandInset bibitem
33733 LatexCommand bibitem
33734 key "hypcap"
33735
33736 \end_inset
33737
33738 Documentation of the LaTeX-package 
33739 \series bold
33740
33741 \begin_inset CommandInset href
33742 LatexCommand href
33743 name "hypcap"
33744 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33745
33746 \end_inset
33747
33748
33749 \series default
33750
33751 \begin_inset Index
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755 LaTeX-packages ! hyperref
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Bibliography
33764 \begin_inset CommandInset bibitem
33765 LatexCommand bibitem
33766 key "hyperref"
33767
33768 \end_inset
33769
33770 Documentation of the LaTeX-package 
33771 \series bold
33772
33773 \begin_inset CommandInset href
33774 LatexCommand href
33775 name "hyperref"
33776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33777
33778 \end_inset
33779
33780
33781 \series default
33782
33783 \begin_inset Index
33784 status collapsed
33785
33786 \begin_layout Plain Layout
33787 LaTeX-packages ! hyperref
33788 \end_layout
33789
33790 \end_inset
33791
33792
33793 \end_layout
33794
33795 \begin_layout Bibliography
33796 \begin_inset CommandInset bibitem
33797 LatexCommand bibitem
33798 key "koma-script"
33799
33800 \end_inset
33801
33802 Documentation of the LaTeX-package 
33803 \series bold
33804
33805 \begin_inset CommandInset href
33806 LatexCommand href
33807 name "koma-script"
33808 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33809
33810 \end_inset
33811
33812
33813 \series default
33814
33815 \begin_inset Index
33816 status collapsed
33817
33818 \begin_layout Plain Layout
33819 LaTeX-packages ! koma-script
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \begin_layout Bibliography
33828 \begin_inset CommandInset bibitem
33829 LatexCommand bibitem
33830 key "listings"
33831
33832 \end_inset
33833
33834 Documentation of the LaTeX-package 
33835 \series bold
33836
33837 \begin_inset CommandInset href
33838 LatexCommand href
33839 name "listings"
33840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33841
33842 \end_inset
33843
33844
33845 \series default
33846
33847 \begin_inset Index
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851 LaTeX-packages ! listings
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Bibliography
33860 \begin_inset CommandInset bibitem
33861 LatexCommand bibitem
33862 key "marginnote"
33863
33864 \end_inset
33865
33866 Documentation of the LaTeX-package 
33867 \series bold
33868
33869 \begin_inset CommandInset href
33870 LatexCommand href
33871 name "marginnote"
33872 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33873
33874 \end_inset
33875
33876
33877 \series default
33878
33879 \begin_inset Index
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883 LaTeX-packages ! marginnote
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Bibliography
33892 \begin_inset CommandInset bibitem
33893 LatexCommand bibitem
33894 key "pstricks"
33895
33896 \end_inset
33897
33898 Web page of the LaTeX-package 
33899 \series bold
33900
33901 \begin_inset CommandInset href
33902 LatexCommand href
33903 name "PSTricks"
33904 target "http://tug.org/PSTricks/"
33905
33906 \end_inset
33907
33908
33909 \series default
33910
33911 \begin_inset Index
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 LaTeX-packages ! PSTricks
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Bibliography
33924 \begin_inset CommandInset bibitem
33925 LatexCommand bibitem
33926 key "sidecap"
33927
33928 \end_inset
33929
33930 Documentation of the LaTeX-package 
33931 \series bold
33932
33933 \begin_inset CommandInset href
33934 LatexCommand href
33935 name "sidecap"
33936 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33937
33938 \end_inset
33939
33940
33941 \series default
33942
33943 \begin_inset Index
33944 status collapsed
33945
33946 \begin_layout Plain Layout
33947 LaTeX-packages ! sidecap
33948 \end_layout
33949
33950 \end_inset
33951
33952
33953 \end_layout
33954
33955 \begin_layout Bibliography
33956 \begin_inset CommandInset bibitem
33957 LatexCommand bibitem
33958 key "NewInLyX16"
33959
33960 \end_inset
33961
33962
33963 \begin_inset CommandInset href
33964 LatexCommand href
33965 name "Wiki page"
33966 target "http://wiki.lyx.org/LyX/NewInLyX16"
33967
33968 \end_inset
33969
33970  about new features in 
33971 \family sans
33972 LyX 1.6.0
33973 \family default
33974 .
33975 \end_layout
33976
33977 \begin_layout Standard
33978 \begin_inset CommandInset index_print
33979 LatexCommand printindex
33980
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \begin_layout Standard
33987 \begin_inset FloatList figure
33988
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \begin_layout Standard
33995 \begin_inset FloatList table
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Standard
34003 \begin_inset FloatList algorithm
34004
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \end_body
34011 \end_document