]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
UserGuide.lyx: describe new document class option handling and typographic fixes
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0svn 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.g.
581 \begin_inset space \space{}
582 \end_inset
583
584
585 \emph on
586 x.eps.gz
587 \emph default
588 .
589  When the option is used the images will not be unzipped on export, since
590  LaTeX can handle them as they are.
591 \begin_inset Newline newline
592 \end_inset
593
594 Zipped EPS-graphics are useful to save disk space when you choose PostScript
595  as output format, see appendix
596 \begin_inset space ~
597 \end_inset
598
599
600 \begin_inset CommandInset ref
601 LatexCommand ref
602 reference "sec:PostScript"
603
604 \end_inset
605
606 .
607  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
608  console:
609 \begin_inset Newline newline
610 \end_inset
611
612
613 \series bold
614 gzip x.eps
615 \series default
616
617 \begin_inset Newline newline
618 \end_inset
619
620
621 \series bold
622 zgrep %%Bounding x.eps.gz > x.eps.bb
623 \series default
624
625 \begin_inset Newline newline
626 \end_inset
627
628 The second command creates the bounding box file 
629 \begin_inset Quotes eld
630 \end_inset
631
632 x.eps.bb
633 \begin_inset Quotes erd
634 \end_inset
635
636  that is needed by LaTeX for zipped graphics.
637 \begin_inset Newline newline
638 \end_inset
639
640 The field 
641 \family sans
642 Initialize
643 \begin_inset space ~
644 \end_inset
645
646 Group
647 \begin_inset space ~
648 \end_inset
649
650 Name
651 \family default
652  allows you define or join an image settings group.
653 \begin_inset Index
654 status collapsed
655
656 \begin_layout Plain Layout
657 Figures ! Settings grouping
658 \end_layout
659
660 \end_inset
661
662  Images within such a group share their settings, so adjusting one image
663  of the group automatically also adjusts all other images of the group in
664  the same way.
665  So you can for example change the size for a bunch of images without the
666  need to manually change each of them.
667  Joining an existing group can also be done using the context menu of the
668  image by checking the name of the desired group.
669 \end_layout
670
671 \begin_layout Standard
672 \begin_inset VSpace bigskip
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 This is an example image in EPS format
680 \begin_inset Foot
681 status collapsed
682
683 \begin_layout Plain Layout
684 Image formats are explained in section
685 \begin_inset space ~
686 \end_inset
687
688
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "sec:Image-Formats"
692
693 \end_inset
694
695 .
696 \end_layout
697
698 \end_inset
699
700  within a separate, horizontally centered paragraph:
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename clipart/mobius.eps
707         scale 70
708         scaleBeforeRotation
709         rotateOrigin center
710
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 This is the same image like the one above but in draft mode:
718 \end_layout
719
720 \begin_layout Standard
721 \align center
722 \begin_inset Graphics
723         filename clipart/mobius.eps
724         scale 70
725         draft
726         scaleBeforeRotation
727         rotateOrigin center
728
729 \end_inset
730
731
732 \end_layout
733
734 \begin_layout Standard
735 \begin_inset Newpage newpage
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Section
742 Figure Floats
743 \begin_inset CommandInset label
744 LatexCommand label
745 name "sec:Figure-Floats"
746
747 \end_inset
748
749
750 \begin_inset Index
751 status collapsed
752
753 \begin_layout Plain Layout
754 Floats ! Figures
755 \end_layout
756
757 \end_inset
758
759
760 \begin_inset Index
761 status collapsed
762
763 \begin_layout Plain Layout
764 Figures ! Floats
765 \end_layout
766
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Standard
773 For general explanations about floats, have a look at section
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "sec:FloatIntroduction"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \begin_layout Standard
788 The toolbar button 
789 \begin_inset Graphics
790         filename ../images/float-insert_figure.png
791         scale 85
792         scaleBeforeRotation
793
794 \end_inset
795
796  and the menu 
797 \family sans
798 Insert\SpecialChar \menuseparator
799 Float\SpecialChar \menuseparator
800 Figure
801 \family default
802  inserts a float with a caption that has the label 
803 \begin_inset Quotes eld
804 \end_inset
805
806 Figure
807 \begin_inset space ~
808 \end_inset
809
810 #:
811 \begin_inset Quotes erd
812 \end_inset
813
814  (# is the actual number).
815  You can insert the image above the caption, like in Figure
816 \begin_inset space ~
817 \end_inset
818
819
820 \begin_inset CommandInset ref
821 LatexCommand ref
822 reference "fig:kill-plat"
823
824 \end_inset
825
826  or below the caption, like in Figure
827 \begin_inset space ~
828 \end_inset
829
830
831 \begin_inset CommandInset ref
832 LatexCommand ref
833 reference "fig:escher"
834
835 \end_inset
836
837 .
838  More about the caption placement is described in section
839 \begin_inset space ~
840 \end_inset
841
842
843 \begin_inset CommandInset ref
844 LatexCommand ref
845 reference "sec:Caption-Placement"
846
847 \end_inset
848
849 .
850 \end_layout
851
852 \begin_layout Standard
853 \begin_inset Float figure
854 wide false
855 sideways false
856 status open
857
858 \begin_layout Plain Layout
859 \align center
860 \begin_inset Graphics
861         filename clipart/platypus.eps
862         width 50col%
863         scaleBeforeRotation
864         rotateOrigin center
865
866 \end_inset
867
868
869 \end_layout
870
871 \begin_layout Plain Layout
872 \begin_inset Caption
873
874 \begin_layout Plain Layout
875 \begin_inset CommandInset label
876 LatexCommand label
877 name "fig:kill-plat"
878
879 \end_inset
880
881 A severely distorted platypus in a float.
882 \end_layout
883
884 \end_inset
885
886
887 \end_layout
888
889 \end_inset
890
891
892 \end_layout
893
894 \begin_layout Standard
895 \begin_inset Float figure
896 wide false
897 sideways false
898 status open
899
900 \begin_layout Plain Layout
901 \begin_inset Caption
902
903 \begin_layout Plain Layout
904 \begin_inset CommandInset label
905 LatexCommand label
906 name "fig:escher"
907
908 \end_inset
909
910 M.C.
911  Escher on acid.
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \begin_layout Plain Layout
920 \align center
921 \begin_inset Graphics
922         filename clipart/escher-lsd.eps
923         scale 80
924         scaleBeforeRotation
925         rotateOrigin center
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Standard
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 References ! to Figures
943 \end_layout
944
945 \end_inset
946
947 Figure
948 \begin_inset space ~
949 \end_inset
950
951
952 \begin_inset CommandInset ref
953 LatexCommand ref
954 reference "fig:kill-plat"
955
956 \end_inset
957
958  and 
959 \begin_inset CommandInset ref
960 LatexCommand ref
961 reference "fig:escher"
962
963 \end_inset
964
965  are examples of referenced figures.
966  Figures can be referenced in the text by referencing their label.
967  To do this insert a label in the caption using the menu 
968 \family sans
969 Insert\SpecialChar \menuseparator
970 Label
971 \family default
972  or the toolbar button 
973 \begin_inset Graphics
974         filename ../images/label-insert.png
975         scale 85
976         scaleBeforeRotation
977
978 \end_inset
979
980 .
981  You can now refer to the label using the menu 
982 \family sans
983 Insert\SpecialChar \menuseparator
984 Cross
985 \begin_inset space ~
986 \end_inset
987
988 reference
989 \family default
990  or the toolbar button 
991 \begin_inset Graphics
992         filename ../images/dialog-show-new-inset_ref.png
993         scale 85
994         scaleBeforeRotation
995
996 \end_inset
997
998 .
999  It is important to use references to floats, rather than using vague references
1000  like 
1001 \begin_inset Quotes eld
1002 \end_inset
1003
1004 the figure above
1005 \begin_inset Quotes erd
1006 \end_inset
1007
1008 , because as LaTeX will reposition the floats in the final document, it
1009  might not be 
1010 \begin_inset Quotes eld
1011 \end_inset
1012
1013 above
1014 \begin_inset Quotes erd
1015 \end_inset
1016
1017  at all.
1018 \begin_inset Newline newline
1019 \end_inset
1020
1021 Referencing is explained in detail in section
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "sec:Referencing-Floats"
1029
1030 \end_inset
1031
1032 .
1033 \end_layout
1034
1035 \begin_layout Standard
1036 Normally only one image is inserted to a figure float, but sometimes you
1037  might want to use two images with separate subcaptions.
1038  This can be done by inserting image floats into existing image floats.
1039  Note that only the main caption of the float is added to the List of Figures.
1040  Figure
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "fig:Two-distorted-images"
1048
1049 \end_inset
1050
1051  is an example of a figure float with two images set side by side.
1052  You can also set the images one below the other.
1053  Figure
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:Undefinable-structure"
1061
1062 \end_inset
1063
1064  and 
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "fig:A-Platypus"
1068
1069 \end_inset
1070
1071  are the subfigures.
1072 \end_layout
1073
1074 \begin_layout Standard
1075 \begin_inset Float figure
1076 wide false
1077 sideways false
1078 status open
1079
1080 \begin_layout Plain Layout
1081 \begin_inset space \hfill{}
1082 \end_inset
1083
1084
1085 \begin_inset Float figure
1086 wide false
1087 sideways false
1088 status collapsed
1089
1090 \begin_layout Plain Layout
1091 \begin_inset Caption
1092
1093 \begin_layout Plain Layout
1094 \begin_inset CommandInset label
1095 LatexCommand label
1096 name "fig:Undefinable-structure"
1097
1098 \end_inset
1099
1100 Undefinable structure.
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Plain Layout
1109 \begin_inset Graphics
1110         filename clipart/escher-lsd.eps
1111         width 45col%
1112         scaleBeforeRotation
1113         groupId distorted
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \end_inset
1121
1122
1123 \begin_inset space \hfill{}
1124 \end_inset
1125
1126
1127 \begin_inset Float figure
1128 wide false
1129 sideways false
1130 status collapsed
1131
1132 \begin_layout Plain Layout
1133 \begin_inset Caption
1134
1135 \begin_layout Plain Layout
1136 \begin_inset CommandInset label
1137 LatexCommand label
1138 name "fig:A-Platypus"
1139
1140 \end_inset
1141
1142 A Platypus.
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \begin_layout Plain Layout
1151 \begin_inset Graphics
1152         filename clipart/platypus.eps
1153         width 45col%
1154         scaleBeforeRotation
1155         groupId distorted
1156
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \end_inset
1163
1164
1165 \begin_inset space \hfill{}
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \begin_layout Plain Layout
1172 \begin_inset Caption
1173
1174 \begin_layout Plain Layout
1175 \begin_inset CommandInset label
1176 LatexCommand label
1177 name "fig:Two-distorted-images"
1178
1179 \end_inset
1180
1181 Two distorted images.
1182  Both images are in the image settings group named 
1183 \begin_inset Quotes eld
1184 \end_inset
1185
1186 distorted
1187 \begin_inset Quotes erd
1188 \end_inset
1189
1190 .
1191 \end_layout
1192
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \end_inset
1199
1200
1201 \end_layout
1202
1203 \begin_layout Standard
1204 \begin_inset Newpage newpage
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \begin_layout Section
1211 Image Formats
1212 \begin_inset CommandInset label
1213 LatexCommand label
1214 name "sec:Image-Formats"
1215
1216 \end_inset
1217
1218
1219 \begin_inset Index
1220 status collapsed
1221
1222 \begin_layout Plain Layout
1223 Image Formats
1224 \end_layout
1225
1226 \end_inset
1227
1228
1229 \begin_inset Index
1230 status collapsed
1231
1232 \begin_layout Plain Layout
1233 Figures ! Image Formats
1234 \end_layout
1235
1236 \end_inset
1237
1238
1239 \end_layout
1240
1241 \begin_layout Standard
1242 You can insert images in any known file format.
1243  But as explained in appendix
1244 \begin_inset space ~
1245 \end_inset
1246
1247
1248 \begin_inset CommandInset ref
1249 LatexCommand ref
1250 reference "cha:Output-File-Formats"
1251
1252 \end_inset
1253
1254 , every output document format allows only a few image formats.
1255  LyX uses therefore the program 
1256 \family typewriter
1257 Imagemagick
1258 \family default
1259  in the background to convert the images to the right format.
1260  To increase your work flow by avoiding these conversions in the background,
1261  you can use only the image formats that can directly be embedded in the
1262  output file format.
1263  The output file formats are explained in appendix
1264 \begin_inset space ~
1265 \end_inset
1266
1267
1268 \begin_inset CommandInset ref
1269 LatexCommand ref
1270 reference "cha:Output-File-Formats"
1271
1272 \end_inset
1273
1274 .
1275 \end_layout
1276
1277 \begin_layout Standard
1278 Similar to fonts there are two types of image formats:
1279 \end_layout
1280
1281 \begin_layout Description
1282 Bitmap
1283 \begin_inset space ~
1284 \end_inset
1285
1286 images consist of pixel values, often in a compressed form.
1287  They are therefore not fully scalable and look pixeled in large zooms.
1288  Well-known bitmap image formats are 
1289 \begin_inset Quotes eld
1290 \end_inset
1291
1292 Graphics Interchange Format
1293 \begin_inset Quotes erd
1294 \end_inset
1295
1296  (GIF, file extension 
1297 \begin_inset Quotes eld
1298 \end_inset
1299
1300
1301 \family typewriter
1302 .gif
1303 \family default
1304
1305 \begin_inset Quotes erd
1306 \end_inset
1307
1308 )
1309 \begin_inset Index
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313 GIF|see
1314 \begin_inset ERT
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318
1319 {
1320 \end_layout
1321
1322 \end_inset
1323
1324 Image formats
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 }
1331 \end_layout
1332
1333 \end_inset
1334
1335
1336 \end_layout
1337
1338 \end_inset
1339
1340
1341 \begin_inset Quotes eld
1342 \end_inset
1343
1344 Portable Network Graphics
1345 \begin_inset Quotes erd
1346 \end_inset
1347
1348  (PNG, file extension 
1349 \begin_inset Quotes eld
1350 \end_inset
1351
1352
1353 \family typewriter
1354 .png
1355 \family default
1356
1357 \begin_inset Quotes erd
1358 \end_inset
1359
1360 )
1361 \begin_inset Index
1362 status collapsed
1363
1364 \begin_layout Plain Layout
1365 PNG|see
1366 \begin_inset ERT
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370
1371 {
1372 \end_layout
1373
1374 \end_inset
1375
1376 Image formats
1377 \begin_inset ERT
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381
1382 }
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \end_inset
1391
1392 , and 
1393 \begin_inset Quotes eld
1394 \end_inset
1395
1396 Joint Photographic Experts Group
1397 \begin_inset Quotes erd
1398 \end_inset
1399
1400  (JPG, file extension 
1401 \begin_inset Quotes eld
1402 \end_inset
1403
1404
1405 \family typewriter
1406 .jpg
1407 \family default
1408
1409 \begin_inset Quotes erd
1410 \end_inset
1411
1412  or 
1413 \begin_inset Quotes eld
1414 \end_inset
1415
1416
1417 \family typewriter
1418 .jpeg
1419 \family default
1420
1421 \begin_inset Quotes erd
1422 \end_inset
1423
1424 )
1425 \begin_inset Index
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 JPG|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Image formats
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456 .
1457 \end_layout
1458
1459 \begin_layout Description
1460 Vector
1461 \begin_inset space ~
1462 \end_inset
1463
1464 images consist of vectors and can therefore be scaled to any size without
1465  data loss.
1466  The scaling ability is necessary if you want to create presentations, because
1467  presentations are always scaled by the video projector.
1468  Scaling is also useful for online documents to let the user zoom into diagrams.
1469 \begin_inset Newline newline
1470 \end_inset
1471
1472 Well-known scalable image formats are 
1473 \begin_inset Quotes eld
1474 \end_inset
1475
1476 Scalable Vector Graphics
1477 \begin_inset Quotes erd
1478 \end_inset
1479
1480  (SVG, file extension 
1481 \begin_inset Quotes eld
1482 \end_inset
1483
1484
1485 \family typewriter
1486 .svg
1487 \family default
1488
1489 \begin_inset Quotes erd
1490 \end_inset
1491
1492 )
1493 \begin_inset Index
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497 SVG|see
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 {
1504 \end_layout
1505
1506 \end_inset
1507
1508 Image formats
1509 \begin_inset ERT
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513
1514 }
1515 \end_layout
1516
1517 \end_inset
1518
1519
1520 \end_layout
1521
1522 \end_inset
1523
1524
1525 \begin_inset Quotes eld
1526 \end_inset
1527
1528 Encapsulated PostScript
1529 \begin_inset Quotes erd
1530 \end_inset
1531
1532  (EPS, file extension 
1533 \begin_inset Quotes eld
1534 \end_inset
1535
1536
1537 \family typewriter
1538 .eps
1539 \family default
1540
1541 \begin_inset Quotes erd
1542 \end_inset
1543
1544 )
1545 \begin_inset Index
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549 EPS|see
1550 \begin_inset ERT
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554
1555 {
1556 \end_layout
1557
1558 \end_inset
1559
1560 Image formats
1561 \begin_inset ERT
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565
1566 }
1567 \end_layout
1568
1569 \end_inset
1570
1571
1572 \end_layout
1573
1574 \end_inset
1575
1576
1577 \begin_inset Quotes eld
1578 \end_inset
1579
1580 Portable Document Format
1581 \begin_inset Quotes erd
1582 \end_inset
1583
1584  (PDF, file extension 
1585 \begin_inset Quotes eld
1586 \end_inset
1587
1588
1589 \family typewriter
1590 .pdf
1591 \family default
1592
1593 \begin_inset Quotes erd
1594 \end_inset
1595
1596 )
1597 \begin_inset Index
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 PDF
1602 \end_layout
1603
1604 \end_inset
1605
1606 , and 
1607 \begin_inset Quotes eld
1608 \end_inset
1609
1610 Windows Metafile
1611 \begin_inset Quotes erd
1612 \end_inset
1613
1614  (WMF, file extension 
1615 \begin_inset Quotes eld
1616 \end_inset
1617
1618
1619 \family typewriter
1620 .wmf
1621 \family default
1622
1623 \begin_inset Quotes erd
1624 \end_inset
1625
1626 )
1627 \begin_inset Index
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631 SVG|see
1632 \begin_inset ERT
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636
1637 {
1638 \end_layout
1639
1640 \end_inset
1641
1642 Image formats
1643 \begin_inset ERT
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647
1648 }
1649 \end_layout
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \end_inset
1657
1658 .
1659  We wrote 
1660 \begin_inset Quotes eld
1661 \end_inset
1662
1663 can be
1664 \begin_inset Quotes erd
1665 \end_inset
1666
1667 , because you can convert any bitmap image to a PDF or EPS-image and the
1668  result will still be a bitmap image.
1669  In this cases only a header with the image properties is added to the original
1670  image
1671 \begin_inset Foot
1672 status open
1673
1674 \begin_layout Plain Layout
1675 In the case of PDF, the original image is additionally compressed.
1676 \end_layout
1677
1678 \end_inset
1679
1680 .
1681  The PDF-files generated by 
1682 \family typewriter
1683 Adobe Photoshop
1684 \family default
1685  are for example bitmap images.
1686 \end_layout
1687
1688 \begin_layout Standard
1689 Normally it is not possible to convert a bitmap image into a scalable one,
1690  only vice versa.
1691  Only the image formats PDF and EPS can directly be embedded to PDF and
1692  PostScript output files, respectively.
1693  SVG and WMF-images are recalculated to bitmaps when the output file is
1694  generated because there is currently no adequate WMF/SVG
1695 \begin_inset Formula $\to$
1696 \end_inset
1697
1698 PDF/EPS converter available.
1699 \end_layout
1700
1701 \begin_layout Chapter
1702 Tables
1703 \begin_inset Index
1704 status collapsed
1705
1706 \begin_layout Plain Layout
1707 Table
1708 \end_layout
1709
1710 \end_inset
1711
1712
1713 \end_layout
1714
1715 \begin_layout Section
1716 Introduction
1717 \begin_inset Index
1718 status collapsed
1719
1720 \begin_layout Plain Layout
1721 Table ! Introduction
1722 \end_layout
1723
1724 \end_inset
1725
1726
1727 \end_layout
1728
1729 \begin_layout Standard
1730 You can insert a table using either the toolbar button 
1731 \begin_inset Graphics
1732         filename ../images/tabular-insert.png
1733         scale 85
1734         scaleBeforeRotation
1735
1736 \end_inset
1737
1738  or the menu 
1739 \family sans
1740 Insert\SpecialChar \menuseparator
1741 Table
1742 \family default
1743 .
1744  The toolbar button offers you a graphical selection: Move the mouse to
1745  set the column/row number of the table that should be created and then
1746  press a mouse button.
1747  When you use the menu to create a table, a dialog will appear, asking you
1748  for the number of rows and columns.
1749 \begin_inset Newline newline
1750 \end_inset
1751
1752  The default table has lines around any cell and the first row appears separated
1753  from the rest of the table.
1754  This separation occurs due to a double line: The cells of the first row
1755  have a line below them and the cells of the second row have a line above
1756  them.
1757  Here is an example table:
1758 \end_layout
1759
1760 \begin_layout Standard
1761 \align center
1762 \begin_inset Tabular
1763 <lyxtabular version="3" rows="4" columns="4">
1764 <features>
1765 <column alignment="center" valignment="top" width="0">
1766 <column alignment="center" valignment="top" width="0">
1767 <column alignment="center" valignment="top" width="0">
1768 <column alignment="center" valignment="top" width="0">
1769 <row>
1770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \family roman
1785 \series medium
1786 \shape up
1787 \size normal
1788 \emph off
1789 \bar no
1790 \noun off
1791 \color none
1792 1
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801 2
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810 3
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 </row>
1816 <row>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \family roman
1823 \series medium
1824 \shape up
1825 \size normal
1826 \emph off
1827 \bar no
1828 \noun off
1829 \color none
1830 A
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 </row>
1863 <row>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \family roman
1870 \series medium
1871 \shape up
1872 \size normal
1873 \emph off
1874 \bar no
1875 \noun off
1876 \color none
1877 B
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 </row>
1910 <row>
1911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915
1916 \family roman
1917 \series medium
1918 \shape up
1919 \size normal
1920 \emph off
1921 \bar no
1922 \noun off
1923 \color none
1924 C
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Plain Layout
1951
1952 \end_layout
1953
1954 \end_inset
1955 </cell>
1956 </row>
1957 </lyxtabular>
1958
1959 \end_inset
1960
1961
1962 \end_layout
1963
1964 \begin_layout Section
1965 Table Dialog
1966 \begin_inset Index
1967 status collapsed
1968
1969 \begin_layout Plain Layout
1970 Table ! Dialog
1971 \end_layout
1972
1973 \end_inset
1974
1975
1976 \end_layout
1977
1978 \begin_layout Standard
1979 You can alter a table by clicking on it with the right mouse button, which
1980  brings up the table dialog.
1981  Here you can adjust the settings of that cell and row/column respectively
1982  where the cursor is currently placed.
1983  Most of the dialog options also work on selections.
1984  This means if you select more cells, columns or rows, the action is done
1985  for the whole selection.
1986  Note that there is a difference between selecting the 
1987 \emph on
1988 contents
1989 \emph default
1990  of the cell, and the cell itself.
1991  You can alter tables with the following tabs of the table dialog:
1992 \end_layout
1993
1994 \begin_layout Description
1995
1996 \family sans
1997 Table
1998 \begin_inset space ~
1999 \end_inset
2000
2001 Settings
2002 \family default
2003  Here you can set the horizontal alignment and the width of the current
2004  column.
2005  When you have set a width you can also adjust the vertical alignment of
2006  the current row.
2007  A given width will allow the cell to have line breaks and multiple paragraphs
2008  of text, see section
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sub:Multiple-Lines-in"
2016
2017 \end_inset
2018
2019 .
2020  If you set no width, the column is as wide as their widest cell content
2021  is.
2022 \begin_inset Newline newline
2023 \end_inset
2024
2025 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2026  cell, see section
2027 \begin_inset space ~
2028 \end_inset
2029
2030
2031 \begin_inset CommandInset ref
2032 LatexCommand ref
2033 reference "sub:Multicolumns"
2034
2035 \end_inset
2036
2037 .
2038 \begin_inset Newline newline
2039 \end_inset
2040
2041 The rotate check boxes rotates the current cell, a selection, or the whole
2042  table counter-clockwise by 90°.
2043  The rotation is not shown within LyX, only in the output.
2044 \begin_inset Newline newline
2045 \end_inset
2046
2047
2048 \begin_inset Note Greyedout
2049 status open
2050
2051 \begin_layout Plain Layout
2052
2053 \series bold
2054 Note:
2055 \series default
2056  Not all DVI-viewers are able to display rotations.
2057 \end_layout
2058
2059 \end_inset
2060
2061
2062 \begin_inset Newline newline
2063 \end_inset
2064
2065 It is also possible to enter a LaTeX-argument which is needed for special
2066  table formattings, see section
2067 \begin_inset space ~
2068 \end_inset
2069
2070
2071 \begin_inset CommandInset ref
2072 LatexCommand ref
2073 reference "sub:Multicolumn-Calculations"
2074
2075 \end_inset
2076
2077  and 
2078 \begin_inset CommandInset ref
2079 LatexCommand ref
2080 reference "sec:Colored-Tables"
2081
2082 \end_inset
2083
2084 .
2085 \end_layout
2086
2087 \begin_layout Description
2088
2089 \family sans
2090 Borders
2091 \family default
2092  In this tab you can add and delete border lines for the current row/column.
2093 \begin_inset Newline newline
2094 \end_inset
2095
2096 Using the style option 
2097 \family sans
2098 Formal
2099 \family default
2100  will convert the table to a formal table as described in section
2101 \begin_inset space ~
2102 \end_inset
2103
2104
2105 \begin_inset CommandInset ref
2106 LatexCommand ref
2107 reference "sec:Formal-Tables"
2108
2109 \end_inset
2110
2111 .
2112 \begin_inset Newline newline
2113 \end_inset
2114
2115 You can also add here space to table rows as decribed in section
2116 \begin_inset space ~
2117 \end_inset
2118
2119
2120 \begin_inset CommandInset ref
2121 LatexCommand ref
2122 reference "sub:Row-Spacing"
2123
2124 \end_inset
2125
2126 .
2127 \end_layout
2128
2129 \begin_layout Description
2130
2131 \family sans
2132 Longtable
2133 \family default
2134  This tab is to make a table a so called 
2135 \begin_inset Quotes eld
2136 \end_inset
2137
2138
2139 \emph on
2140 longtable
2141 \emph default
2142
2143 \begin_inset Quotes erd
2144 \end_inset
2145
2146  that can run over several pages.
2147  Section
2148 \begin_inset space ~
2149 \end_inset
2150
2151
2152 \begin_inset CommandInset ref
2153 LatexCommand ref
2154 reference "sec:Longtables"
2155
2156 \end_inset
2157
2158  and 
2159 \begin_inset CommandInset ref
2160 LatexCommand ref
2161 reference "sec:Special-Longtable-Issues"
2162
2163 \end_inset
2164
2165  describe the longtable features in detail.
2166 \end_layout
2167
2168 \begin_layout Standard
2169 When the table toolbar is opened, you can move the cursor with the arrow
2170  keys from cell to cell and the property of the current cell will immediately
2171  be displayed in the dialog.
2172 \end_layout
2173
2174 \begin_layout Section
2175 Table Toolbar
2176 \begin_inset Index
2177 status collapsed
2178
2179 \begin_layout Plain Layout
2180 Table ! Toolbar
2181 \end_layout
2182
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \begin_layout Standard
2189 The table toolbar is an alternative to the table dialog to be able to alter
2190  tables faster.
2191  It should normally appear at the bottom of LyX's main window when the cursor
2192  is inside a table.
2193  You can alternatively switch it on to appear always, by right-clicking
2194  in LyX's main menu bar.
2195 \end_layout
2196
2197 \begin_layout Standard
2198 The toolbar has the following icons:
2199 \end_layout
2200
2201 \begin_layout Labeling
2202 \labelwidthstring 00.00.0000
2203 \begin_inset Graphics
2204         filename ../images/tabular-feature_append-row.png
2205         scaleBeforeRotation
2206
2207 \end_inset
2208
2209  adds a row below the current cell or selection
2210 \end_layout
2211
2212 \begin_layout Labeling
2213 \labelwidthstring 00.00.0000
2214 \begin_inset Graphics
2215         filename ../images/tabular-feature_append-column.png
2216         scaleBeforeRotation
2217
2218 \end_inset
2219
2220  adds a column right beside the current cell or selection
2221 \end_layout
2222
2223 \begin_layout Labeling
2224 \labelwidthstring 00.00.0000
2225 \begin_inset Graphics
2226         filename ../images/tabular-feature_delete-row.png
2227         scaleBeforeRotation
2228
2229 \end_inset
2230
2231  deletes the current row or selection
2232 \end_layout
2233
2234 \begin_layout Labeling
2235 \labelwidthstring 00.00.0000
2236 \begin_inset Graphics
2237         filename ../images/tabular-feature_delete-column.png
2238         scaleBeforeRotation
2239
2240 \end_inset
2241
2242  deletes the current column or selection
2243 \end_layout
2244
2245 \begin_layout Labeling
2246 \labelwidthstring 00.00.0000
2247 \begin_inset Graphics
2248         filename ../images/tabular-feature_toggle-line-top.png
2249         scaleBeforeRotation
2250
2251 \end_inset
2252
2253  adds a line at the top of the current cell / row or of a selection
2254 \end_layout
2255
2256 \begin_layout Labeling
2257 \labelwidthstring 00.00.0000
2258 \begin_inset Graphics
2259         filename ../images/tabular-feature_toggle-line-bottom.png
2260         scaleBeforeRotation
2261
2262 \end_inset
2263
2264  adds a line at the bottom of the current cell / row or of a selection
2265 \end_layout
2266
2267 \begin_layout Labeling
2268 \labelwidthstring 00.00.0000
2269 \begin_inset Graphics
2270         filename ../images/tabular-feature_toggle-line-left.png
2271         scaleBeforeRotation
2272
2273 \end_inset
2274
2275  adds a line at the left side of the current cell / row or of a selection
2276 \end_layout
2277
2278 \begin_layout Labeling
2279 \labelwidthstring 00.00.0000
2280 \begin_inset Graphics
2281         filename ../images/tabular-feature_toggle-line-right.png
2282         scaleBeforeRotation
2283
2284 \end_inset
2285
2286  adds a line at the right side of the current cell / row or of a selection
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291 \begin_inset Graphics
2292         filename ../images/tabular-feature_set-all-lines.png
2293         scaleBeforeRotation
2294
2295 \end_inset
2296
2297  adds lines around the current or selected cells - if the current cell no
2298  multicolumn this also affects the current row and column
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303 \begin_inset Graphics
2304         filename ../images/tabular-feature_unset-all-lines.png
2305         scaleBeforeRotation
2306
2307 \end_inset
2308
2309  deletes all lines of the current or selected cells - if the current cell
2310  no multicolumn this also affects the current row and column
2311 \end_layout
2312
2313 \begin_layout Labeling
2314 \labelwidthstring 00.00.0000
2315 \begin_inset Graphics
2316         filename ../images/tabular-feature_align-left.png
2317         scaleBeforeRotation
2318
2319 \end_inset
2320
2321  left-aligns the content of the current cell / column
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326 \begin_inset Graphics
2327         filename ../images/tabular-feature_align-center.png
2328         scaleBeforeRotation
2329
2330 \end_inset
2331
2332  centers the content of the current cell / column horizontally
2333 \end_layout
2334
2335 \begin_layout Labeling
2336 \labelwidthstring 00.00.0000
2337 \begin_inset Graphics
2338         filename ../images/tabular-feature_align-right.png
2339         scaleBeforeRotation
2340
2341 \end_inset
2342
2343  right-aligns the content of the current cell / column
2344 \end_layout
2345
2346 \begin_layout Labeling
2347 \labelwidthstring 00.00.0000
2348 \begin_inset Graphics
2349         filename ../images/tabular-feature_valign-top.png
2350         scaleBeforeRotation
2351
2352 \end_inset
2353
2354  aligns the content of the current cell vertically to the top
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Graphics
2360         filename ../images/tabular-feature_valign-middle.png
2361         scaleBeforeRotation
2362
2363 \end_inset
2364
2365  centers the content of the current cell vertically
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370 \begin_inset Graphics
2371         filename ../images/tabular-feature_valign-bottom.png
2372         scaleBeforeRotation
2373
2374 \end_inset
2375
2376  aligns the content of the current cell vertically to the bottom
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Graphics
2382         filename ../images/tabular-feature_set-rotate-cell.png
2383         scaleBeforeRotation
2384
2385 \end_inset
2386
2387  rotates the current cell or selection counter-clockwise by 90°
2388 \end_layout
2389
2390 \begin_layout Labeling
2391 \labelwidthstring 00.00.0000
2392 \begin_inset Graphics
2393         filename ../images/tabular-feature_set-rotate-tabular.png
2394         scaleBeforeRotation
2395
2396 \end_inset
2397
2398  rotates the whole table counter-clockwise by 90°
2399 \end_layout
2400
2401 \begin_layout Labeling
2402 \labelwidthstring 00.00.0000
2403 \begin_inset Graphics
2404         filename ../images/tabular-feature_multicolumn.png
2405         scaleBeforeRotation
2406
2407 \end_inset
2408
2409  sets the current cell or selection as a multicolumn
2410 \end_layout
2411
2412 \begin_layout Standard
2413 \begin_inset Note Greyedout
2414 status open
2415
2416 \begin_layout Plain Layout
2417
2418 \series bold
2419 Note:
2420 \series default
2421  For the output the vertical alignment of the first cell in a row is used
2422  for all following cells in the row.
2423 \end_layout
2424
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \begin_layout Section
2431 Edit Table Menu
2432 \begin_inset Index
2433 status collapsed
2434
2435 \begin_layout Plain Layout
2436 Table ! Edit Menu
2437 \end_layout
2438
2439 \end_inset
2440
2441
2442 \end_layout
2443
2444 \begin_layout Standard
2445 Additionally to the table dialog and toolbar, the menu 
2446 \family sans
2447 Edit\SpecialChar \menuseparator
2448 Table
2449 \family default
2450  allows you to add and delete border lines for the current row/column and
2451  to set the current selection as multicolumn.
2452  The menu is only available when the cursor is inside a table.
2453 \end_layout
2454
2455 \begin_layout Section
2456 Table Floats
2457 \begin_inset CommandInset label
2458 LatexCommand label
2459 name "sec:Table-Floats"
2460
2461 \end_inset
2462
2463
2464 \begin_inset Index
2465 status collapsed
2466
2467 \begin_layout Plain Layout
2468 Floats ! Tables
2469 \end_layout
2470
2471 \end_inset
2472
2473
2474 \begin_inset Index
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478 Table ! Floats
2479 \end_layout
2480
2481 \end_inset
2482
2483
2484 \end_layout
2485
2486 \begin_layout Standard
2487 For general explanations about floats, have a look at section
2488 \begin_inset space ~
2489 \end_inset
2490
2491
2492 \begin_inset CommandInset ref
2493 LatexCommand ref
2494 reference "sec:FloatIntroduction"
2495
2496 \end_inset
2497
2498 .
2499 \end_layout
2500
2501 \begin_layout Standard
2502 \begin_inset Float table
2503 placement h
2504 wide false
2505 sideways false
2506 status open
2507
2508 \begin_layout Plain Layout
2509 \begin_inset Caption
2510
2511 \begin_layout Plain Layout
2512 \begin_inset CommandInset label
2513 LatexCommand label
2514 name "tab:a table float"
2515
2516 \end_inset
2517
2518 A table float.
2519 \end_layout
2520
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \begin_layout Plain Layout
2527 \align center
2528 \begin_inset Tabular
2529 <lyxtabular version="3" rows="3" columns="3">
2530 <features>
2531 <column alignment="center" valignment="top" width="0pt">
2532 <column alignment="center" valignment="top" width="0pt">
2533 <column alignment="center" valignment="top" width="0pt">
2534 <row>
2535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Plain Layout
2539
2540 \family roman
2541 \series medium
2542 \shape up
2543 \size normal
2544 \emph off
2545 \bar no
2546 \noun off
2547 \color none
2548 1
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557
2558 \family roman
2559 \series medium
2560 \shape up
2561 \size normal
2562 \emph off
2563 \bar no
2564 \noun off
2565 \color none
2566 2
2567 \end_layout
2568
2569 \end_inset
2570 </cell>
2571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2572 \begin_inset Text
2573
2574 \begin_layout Plain Layout
2575
2576 \family roman
2577 \series medium
2578 \shape up
2579 \size normal
2580 \emph off
2581 \bar no
2582 \noun off
2583 \color none
2584 3
2585 \end_layout
2586
2587 \end_inset
2588 </cell>
2589 </row>
2590 <row>
2591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2592 \begin_inset Text
2593
2594 \begin_layout Plain Layout
2595
2596 \family roman
2597 \series medium
2598 \shape up
2599 \size normal
2600 \emph off
2601 \bar no
2602 \noun off
2603 \color none
2604 Joe
2605 \end_layout
2606
2607 \end_inset
2608 </cell>
2609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Plain Layout
2613
2614 \family roman
2615 \series medium
2616 \shape up
2617 \size normal
2618 \emph off
2619 \bar no
2620 \noun off
2621 \color none
2622 Mary
2623 \end_layout
2624
2625 \end_inset
2626 </cell>
2627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2628 \begin_inset Text
2629
2630 \begin_layout Plain Layout
2631
2632 \family roman
2633 \series medium
2634 \shape up
2635 \size normal
2636 \emph off
2637 \bar no
2638 \noun off
2639 \color none
2640 Ted
2641 \end_layout
2642
2643 \end_inset
2644 </cell>
2645 </row>
2646 <row>
2647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2648 \begin_inset Text
2649
2650 \begin_layout Plain Layout
2651
2652 \family roman
2653 \series medium
2654 \shape up
2655 \size normal
2656 \emph off
2657 \bar no
2658 \noun off
2659 \color none
2660 \begin_inset Formula $\int x^{2}dx$
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672
2673 \family roman
2674 \series medium
2675 \shape up
2676 \size normal
2677 \emph off
2678 \bar no
2679 \noun off
2680 \color none
2681 \begin_inset Formula $\left[\begin{array}{cc}
2682 a & b\\
2683 c & d\end{array}\right]$
2684 \end_inset
2685
2686
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695
2696 \family roman
2697 \series medium
2698 \shape up
2699 \size normal
2700 \emph off
2701 \bar no
2702 \noun off
2703 \color none
2704 \begin_inset Formula $1+1=2$
2705 \end_inset
2706
2707
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 </row>
2713 </lyxtabular>
2714
2715 \end_inset
2716
2717
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \begin_layout Standard
2726 Table floats can be inserted using the menu 
2727 \family sans
2728 Insert\SpecialChar \menuseparator
2729 Float\SpecialChar \menuseparator
2730 Table
2731 \family default
2732  or the toolbar button 
2733 \begin_inset Graphics
2734         filename ../images/float-insert_table.png
2735         scale 85
2736         scaleBeforeRotation
2737
2738 \end_inset
2739
2740 .
2741 \end_layout
2742
2743 \begin_layout Standard
2744 The float appears as a collapsible box with a caption that has the label
2745  
2746 \begin_inset Quotes eld
2747 \end_inset
2748
2749 Table
2750 \begin_inset space ~
2751 \end_inset
2752
2753 #:
2754 \begin_inset Quotes erd
2755 \end_inset
2756
2757  (# is the actual table number).
2758  You can insert tables to the float above or below the caption.
2759 \end_layout
2760
2761 \begin_layout Standard
2762 Table
2763 \begin_inset space ~
2764 \end_inset
2765
2766
2767 \begin_inset CommandInset ref
2768 LatexCommand ref
2769 reference "tab:a table float"
2770
2771 \end_inset
2772
2773  is an example table within a table float.
2774 \end_layout
2775
2776 \begin_layout Standard
2777 Having the caption above the table is the common rule that is unfortunately
2778  not supported in LaTeX's standard classes.
2779  That means if you are using the document classes 
2780 \family sans
2781 article
2782 \family default
2783
2784 \family sans
2785 book
2786 \family default
2787
2788 \family sans
2789 letter
2790 \family default
2791 , or 
2792 \family sans
2793 report
2794 \family default
2795  there will be no space between the caption and the table.
2796  To insert the needed space, add the following option to the load command
2797  of the LaTeX-package 
2798 \series bold
2799 caption
2800 \series default
2801
2802 \begin_inset Index
2803 status collapsed
2804
2805 \begin_layout Plain Layout
2806 LaTeX-packages ! caption
2807 \end_layout
2808
2809 \end_inset
2810
2811  in your document preamble
2812 \begin_inset Foot
2813 status collapsed
2814
2815 \begin_layout Plain Layout
2816 For more information have a look at section
2817 \begin_inset space ~
2818 \end_inset
2819
2820
2821 \begin_inset CommandInset ref
2822 LatexCommand ref
2823 reference "sec:Caption-Placement"
2824
2825 \end_inset
2826
2827 .
2828 \end_layout
2829
2830 \end_inset
2831
2832 :
2833 \end_layout
2834
2835 \begin_layout Standard
2836
2837 \series bold
2838 tableposition=top
2839 \end_layout
2840
2841 \begin_layout Standard
2842 The package 
2843 \series bold
2844 caption
2845 \series default
2846 , which is described in section
2847 \begin_inset space ~
2848 \end_inset
2849
2850
2851 \begin_inset CommandInset ref
2852 LatexCommand ref
2853 reference "sec:Caption-Formatting"
2854
2855 \end_inset
2856
2857 , is used to adjust the caption format.
2858 \end_layout
2859
2860 \begin_layout Standard
2861 \begin_inset Index
2862 status collapsed
2863
2864 \begin_layout Plain Layout
2865 References ! to Tables
2866 \end_layout
2867
2868 \end_inset
2869
2870 Tables can be cross-referenced in the text by referencing their label.
2871  To do this insert a label in the caption using the menu 
2872 \family sans
2873 Insert\SpecialChar \menuseparator
2874 Label
2875 \family default
2876  or the toolbar button 
2877 \begin_inset Graphics
2878         filename ../images/label-insert.png
2879         scale 85
2880         scaleBeforeRotation
2881
2882 \end_inset
2883
2884 .
2885  You can now refer to the label using the menu 
2886 \family sans
2887 Insert\SpecialChar \menuseparator
2888 Cross
2889 \begin_inset space ~
2890 \end_inset
2891
2892 reference
2893 \family default
2894  or the toolbar button 
2895 \begin_inset Graphics
2896         filename ../images/dialog-show-new-inset_ref.png
2897         scale 85
2898         scaleBeforeRotation
2899
2900 \end_inset
2901
2902 .
2903 \begin_inset Newline newline
2904 \end_inset
2905
2906 Referencing is explained in detail in section
2907 \begin_inset space ~
2908 \end_inset
2909
2910
2911 \begin_inset CommandInset ref
2912 LatexCommand ref
2913 reference "sec:Referencing-Floats"
2914
2915 \end_inset
2916
2917 .
2918 \end_layout
2919
2920 \begin_layout Section
2921 Longtables
2922 \begin_inset CommandInset label
2923 LatexCommand label
2924 name "sec:Longtables"
2925
2926 \end_inset
2927
2928
2929 \begin_inset Index
2930 status collapsed
2931
2932 \begin_layout Plain Layout
2933 Longtables
2934 \end_layout
2935
2936 \end_inset
2937
2938
2939 \begin_inset Index
2940 status collapsed
2941
2942 \begin_layout Plain Layout
2943 Table ! Longtables
2944 \end_layout
2945
2946 \end_inset
2947
2948
2949 \end_layout
2950
2951 \begin_layout Standard
2952 If the table is too long to fit on one page, you can use the option 
2953 \family sans
2954 Use
2955 \begin_inset space ~
2956 \end_inset
2957
2958 long
2959 \begin_inset space ~
2960 \end_inset
2961
2962 table
2963 \family default
2964  in the tab 
2965 \family sans
2966 Longtable
2967 \family default
2968  of the table dialog to split the table automatically over more pages.
2969  Doing this enables the following options:
2970 \end_layout
2971
2972 \begin_layout Description
2973
2974 \family sans
2975 Header
2976 \family default
2977 : The current row and all rows above, that don't have any special options
2978  defined, are defined to be the header rows of all pages of the longtable;
2979  except for the first page, if 
2980 \family sans
2981 First
2982 \begin_inset space ~
2983 \end_inset
2984
2985 header
2986 \family default
2987  is defined.
2988  This therefore called the main header.
2989 \end_layout
2990
2991 \begin_layout Description
2992
2993 \family sans
2994 First
2995 \begin_inset space ~
2996 \end_inset
2997
2998 header
2999 \family default
3000 : The current row and all rows above, that don't have any special options
3001  defined, are defined to be the header rows of the first page of the longtable.
3002 \end_layout
3003
3004 \begin_layout Description
3005
3006 \family sans
3007 Footer
3008 \family default
3009 : The current row and all rows below, that don't have any special options
3010  defined, are defined to be the footer rows of all pages of the longtable;
3011  except for the last page, if 
3012 \family sans
3013 Last
3014 \begin_inset space ~
3015 \end_inset
3016
3017 footer
3018 \family default
3019  is defined.
3020 \end_layout
3021
3022 \begin_layout Description
3023
3024 \family sans
3025 Last
3026 \begin_inset space ~
3027 \end_inset
3028
3029 footer
3030 \family default
3031 : The current row and all rows below, that don't have any special options
3032  defined, are defined to be the footer rows of the last page of the longtable.
3033 \end_layout
3034
3035 \begin_layout Description
3036 Caption: The first row is reset as single column.
3037  You can now insert there the table caption via the menu 
3038 \family sans
3039 Insert\SpecialChar \menuseparator
3040 Caption
3041 \family default
3042 .
3043  More about longtable captions is explained in sec.
3044 \begin_inset space \thinspace{}
3045 \end_inset
3046
3047
3048 \begin_inset CommandInset ref
3049 LatexCommand ref
3050 reference "sub:Longtable-Captions"
3051
3052 \end_inset
3053
3054 .
3055 \end_layout
3056
3057 \begin_layout Standard
3058 You can also specify a row where the table is splitted.
3059  If you set more than one option in the same table row, you should be aware
3060  of the fact that only the first one is used in the given table row.
3061  The others will then be defined as 
3062 \emph on
3063 empty
3064 \emph default
3065 .
3066  In this context, first means first in this order: 
3067 \family sans
3068 Header,
3069 \family default
3070  
3071 \family sans
3072 First
3073 \begin_inset space ~
3074 \end_inset
3075
3076 header, Footer, Last
3077 \begin_inset space ~
3078 \end_inset
3079
3080 footer.
3081
3082 \family default
3083  See the following longtable to see how it works:
3084 \end_layout
3085
3086 \begin_layout Standard
3087 \align center
3088 \begin_inset Tabular
3089 <lyxtabular version="3" rows="69" columns="3">
3090 <features islongtable="true">
3091 <column alignment="left" valignment="top" width="0cm">
3092 <column alignment="left" valignment="top" width="0pt">
3093 <column alignment="center" valignment="top" width="0pt">
3094 <row endfirsthead="true">
3095 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Plain Layout
3099
3100 \series bold
3101 Example Phone List (ignore the names)
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 </row>
3125 <row endfirsthead="true">
3126 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130
3131 \series bold
3132 NAME
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150
3151 \series bold
3152 TEL.
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 </row>
3158 <row endhead="true">
3159 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \series bold
3165 Example Phone List
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 </row>
3189 <row endhead="true">
3190 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \series bold
3196 NAME
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \series bold
3216 TEL.
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row endfoot="true">
3223 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227  continued on next page
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 </row>
3251 <row>
3252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \series bold
3258 Annovi
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 Silvia
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276 111
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 </row>
3282 <row>
3283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287
3288 \series bold
3289 Bertoli
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 Stefano
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307 111
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 </row>
3313 <row>
3314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318
3319 \series bold
3320 Bozzi
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 Walter
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 111
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row>
3345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \series bold
3351 Cachia
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 Maria
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 111
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 <row>
3376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 Cachia
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 Maurizio
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 111
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row>
3407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \series bold
3413 Cinquemani
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 Giusi
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 111
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 <row>
3438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \series bold
3444 Colin
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 Bernard
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 111
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row>
3469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 Concli
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Gianfranco
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 111
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 <row>
3500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 Dal Bosco
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Carolina
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 111
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Dalpiaz
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Annamaria
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 Feliciello
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 Domenico
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 111
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \series bold
3599 Focarelli
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Paola
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630 Galletti
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 Oreste
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661 Gasparini
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Franca
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692 Rizzardi
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Paola
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723 Lassini
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Giancarlo
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 111
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752
3753 \series bold
3754 Malfatti
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 Luciano
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 111
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \series bold
3785 Malfatti
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Valeriano
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \series bold
3816 Meneguzzo
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Roberto
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847 Mezzadra
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 Roberto
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Pirpamer
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Erich
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 111
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909 Pochiesa
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 Paolo
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 111, 222
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \series bold
3940 Radina
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Claudio
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 111
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \series bold
3971 Stuffer
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Oskar
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 111
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000
4001 \series bold
4002 Tacchelli
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Ugo
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 111
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033 Tezzele
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Margit
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 111
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \series bold
4064 Unterkalmsteiner
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Frieda
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 111
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \series bold
4095 Vieider
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 Hilde
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 111
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \series bold
4126 Vigna
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 Jürgen
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 111
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \series bold
4157 Weber
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Maurizio
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 111
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \series bold
4188 Winkler
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 Franz
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 111
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217  
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 <row>
4242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246
4247 \series bold
4248 Annovi
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 Silvia
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 555
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 </row>
4272 <row>
4273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277
4278 \series bold
4279 Bertoli
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 Stefano
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 555
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 </row>
4303 <row>
4304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308
4309 \series bold
4310 Bozzi
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 Walter
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 555
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 </row>
4334 <row>
4335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339
4340 \series bold
4341 Cachia
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 Maria
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 555
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 </row>
4365 <row>
4366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370
4371 \series bold
4372 Cachia
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 Maurizio
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 555
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 </row>
4396 <row>
4397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401
4402 \series bold
4403 Cinquemani
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 Giusi
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 555
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 </row>
4427 <row>
4428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432
4433 \series bold
4434 Colin
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 Bernard
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 555
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \series bold
4465 Concli
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 Gianfranco
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 555
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \series bold
4496 Dal Bosco
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 Carolina
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 555
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Dalpiaz
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Annamaria
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Feliciello
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Domenico
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 555
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Focarelli
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Paola
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Galletti
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Oreste
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 555
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649
4650 \series bold
4651 Gasparini
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 Franca
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680
4681 \series bold
4682 Rizzardi
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 Paola
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711
4712 \series bold
4713 Lassini
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 Giancarlo
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 555
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742
4743 \series bold
4744 Malfatti
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 Luciano
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 555
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \series bold
4775 Malfatti
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 Valeriano
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 555
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 </row>
4799 <row>
4800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804
4805 \series bold
4806 Meneguzzo
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 Roberto
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 555
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \series bold
4837 Mezzadra
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 Roberto
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 555
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 </row>
4861 <row>
4862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866
4867 \series bold
4868 Pirpamer
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 Erich
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 555
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 <row>
4893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897
4898 \series bold
4899 Pochiesa
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 Paolo
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 555, 222
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row>
4924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928
4929 \series bold
4930 Radina
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 Claudio
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 555
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row>
4955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959
4960 \series bold
4961 Stuffer
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 Oskar
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 555
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 </row>
4985 <row>
4986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990
4991 \series bold
4992 Tacchelli
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Ugo
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 555
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 </row>
5016 <row>
5017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021
5022 \series bold
5023 Tezzele
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Margit
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 555
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \series bold
5054 Unterkalmsteiner
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 Frieda
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 555
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 </row>
5078 <row>
5079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \series bold
5085 Vieider
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 Hilde
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 555
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \series bold
5116 Vigna
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 Jürgen
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 999
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 <row>
5141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \series bold
5147 Weber
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 Maurizio
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 555
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 <row>
5172 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176
5177 \series bold
5178 Winkler
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 Franz
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 555
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row endlastfoot="true">
5203 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 end
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 </row>
5231 </lyxtabular>
5232
5233 \end_inset
5234
5235
5236 \begin_inset ERT
5237 status collapsed
5238
5239 \begin_layout Plain Layout
5240
5241
5242 \backslash
5243 addtocounter{table}{-1}
5244 \end_layout
5245
5246 \end_inset
5247
5248
5249 \begin_inset Note Note
5250 status collapsed
5251
5252 \begin_layout Plain Layout
5253 See greyed-out note in section
5254 \begin_inset space ~
5255 \end_inset
5256
5257
5258 \begin_inset CommandInset ref
5259 LatexCommand ref
5260 reference "sub:Longtable-Captions"
5261
5262 \end_inset
5263
5264  for an explanation of this command.
5265 \end_layout
5266
5267 \end_inset
5268
5269
5270 \end_layout
5271
5272 \begin_layout Subsection
5273 Footnotes in Longtables
5274 \begin_inset CommandInset label
5275 LatexCommand label
5276 name "sub:Footnotes-in-Longtables"
5277
5278 \end_inset
5279
5280
5281 \begin_inset Index
5282 status collapsed
5283
5284 \begin_layout Plain Layout
5285 Longtables ! Footnotes
5286 \end_layout
5287
5288 \end_inset
5289
5290
5291 \end_layout
5292
5293 \begin_layout Standard
5294 Footnotes can be inserted to every longtable cell.
5295  They appear at the bottom of the page where the table cell with the footnote
5296  appears.
5297  Table
5298 \begin_inset space ~
5299 \end_inset
5300
5301
5302 \begin_inset CommandInset ref
5303 LatexCommand ref
5304 reference "tab:DiffCaptions"
5305
5306 \end_inset
5307
5308  has for example a footnote.
5309 \end_layout
5310
5311 \begin_layout Subsection
5312 Longtable Alignment
5313 \begin_inset Index
5314 status collapsed
5315
5316 \begin_layout Plain Layout
5317 Longtables ! Alignment
5318 \end_layout
5319
5320 \end_inset
5321
5322
5323 \end_layout
5324
5325 \begin_layout Standard
5326 Longtables are by default centered.
5327  In contrary to the alignment of the table columns and row, the table alignment
5328  can currently not be changed in the table dialog.
5329  To change the alignment of longtables you have to change the value of the
5330  lengths 
5331 \series bold
5332
5333 \backslash
5334 LTleft 
5335 \series default
5336 and 
5337 \series bold
5338
5339 \backslash
5340 LTright
5341 \series default
5342  by inserting this line as TeX-Code before the corresponding longtable:
5343 \end_layout
5344
5345 \begin_layout Standard
5346
5347 \series bold
5348
5349 \backslash
5350 setlength{
5351 \backslash
5352 LTleft}{value}
5353 \end_layout
5354
5355 \begin_layout Standard
5356 Where the value can have any of the units listed in Table
5357 \begin_inset space ~
5358 \end_inset
5359
5360
5361 \begin_inset CommandInset ref
5362 LatexCommand ref
5363 reference "tab:Units"
5364
5365 \end_inset
5366
5367 .
5368  
5369 \series bold
5370
5371 \backslash
5372 LTleft
5373 \series default
5374  controls the horizontal distance from the left page border to the longtable,
5375  
5376 \series bold
5377
5378 \backslash
5379 LTright
5380 \series default
5381  the distance from the right side.
5382  The default value for both lengths is 
5383 \series bold
5384
5385 \backslash
5386 fill
5387 \series default
5388 , which is in this case the same as an horizontal fill in LyX.
5389 \end_layout
5390
5391 \begin_layout Standard
5392 The following longtable was left-aligned by setting 
5393 \series bold
5394
5395 \backslash
5396 LTleft
5397 \series default
5398  to 0
5399 \begin_inset space \thinspace{}
5400 \end_inset
5401
5402 pt.
5403 \begin_inset ERT
5404 status collapsed
5405
5406 \begin_layout Plain Layout
5407
5408
5409 \backslash
5410 setlength{
5411 \backslash
5412 LTleft}{0pt}
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \begin_layout Standard
5421 \begin_inset Tabular
5422 <lyxtabular version="3" rows="5" columns="5">
5423 <features islongtable="true">
5424 <column alignment="center" valignment="top" width="0">
5425 <column alignment="center" valignment="top" width="0">
5426 <column alignment="center" valignment="top" width="0">
5427 <column alignment="center" valignment="top" width="0">
5428 <column alignment="center" valignment="top" width="0">
5429 <row>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 1
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 2
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 3
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 4
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 5
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 </row>
5476 <row>
5477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 asd
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 s
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 s
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 s
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 asd
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 </row>
5523 <row>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 asd
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 s
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 s
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 s
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 asd
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 </row>
5570 <row>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 asd
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 s
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 s
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 asd
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 </row>
5617 <row>
5618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 asd
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 asd
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 asd
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 asd
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 </row>
5664 </lyxtabular>
5665
5666 \end_inset
5667
5668
5669 \begin_inset ERT
5670 status collapsed
5671
5672 \begin_layout Plain Layout
5673
5674
5675 \backslash
5676 setlength{
5677 \backslash
5678 LTleft}{
5679 \backslash
5680 fill}
5681 \end_layout
5682
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \begin_layout Subsection
5689 Longtable Captions
5690 \begin_inset Index
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694 Longtables ! Captions
5695 \end_layout
5696
5697 \end_inset
5698
5699
5700 \begin_inset CommandInset label
5701 LatexCommand label
5702 name "sub:Longtable-Captions"
5703
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \begin_layout Standard
5710 A longtable cannot be put into a table float because floats can only be
5711  on one page but the caption environment of floats can also be used for
5712  longtables.
5713  Therefore the caption is inserted as first row of the table, as explained
5714  in sec.
5715 \begin_inset space \thinspace{}
5716 \end_inset
5717
5718
5719 \begin_inset CommandInset ref
5720 LatexCommand ref
5721 reference "sec:Longtables"
5722
5723 \end_inset
5724
5725 .
5726  The first table row is then only a dummy row for the caption, the actual
5727  table starts with the second row.
5728 \end_layout
5729
5730 \begin_layout Standard
5731 Here is a short longtable to see how it works:
5732 \end_layout
5733
5734 \begin_layout Standard
5735 \begin_inset Tabular
5736 <lyxtabular version="3" rows="6" columns="5">
5737 <features islongtable="true">
5738 <column alignment="center" valignment="top" width="0">
5739 <column alignment="center" valignment="top" width="0">
5740 <column alignment="center" valignment="top" width="0">
5741 <column alignment="center" valignment="top" width="0">
5742 <column alignment="center" valignment="top" width="0">
5743 <row caption="true">
5744 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 \begin_inset Caption
5749
5750 \begin_layout Plain Layout
5751 Longtable with caption
5752 \begin_inset OptArg
5753 status open
5754
5755 \begin_layout Plain Layout
5756 Longtable
5757 \end_layout
5758
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \end_inset
5765
5766
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 1
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 2
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 3
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 4
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 5
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 </row>
5855 <row>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 asd
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 s
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 s
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 asd
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 asd
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 s
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 s
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 asd
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 asd
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 s
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 s
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 asd
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 asd
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 asd
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 </lyxtabular>
6044
6045 \end_inset
6046
6047
6048 \end_layout
6049
6050 \begin_layout Standard
6051 \begin_inset VSpace medskip
6052 \end_inset
6053
6054
6055 \begin_inset Note Greyedout
6056 status open
6057
6058 \begin_layout Plain Layout
6059
6060 \series bold
6061 Note:
6062 \series default
6063  The table number is increased for every longtable, also if you didn't set
6064  a caption for it.
6065  For this reason you could have the case that e.g.
6066 \begin_inset space \space{}
6067 \end_inset
6068
6069 Table
6070 \begin_inset space ~
6071 \end_inset
6072
6073 2.4 follows on Table
6074 \begin_inset space ~
6075 \end_inset
6076
6077 2.1 in the list of tables if there are two longtables without captions.
6078  To avoid this you can add the following command in TeX-Code behind every
6079  longtable without a caption:
6080 \end_layout
6081
6082 \begin_layout Plain Layout
6083
6084 \series bold
6085
6086 \backslash
6087 addtocounter{table}{-1}
6088 \end_layout
6089
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \begin_layout Standard
6096 \begin_inset Note Greyedout
6097 status open
6098
6099 \begin_layout Plain Layout
6100
6101 \series bold
6102 Note:
6103 \series default
6104  If you are using
6105 \series bold
6106  hyperref
6107 \series default
6108
6109 \begin_inset Index
6110 status collapsed
6111
6112 \begin_layout Plain Layout
6113 LaTeX-packages ! hyperref
6114 \end_layout
6115
6116 \end_inset
6117
6118  in the 
6119 \family sans
6120 PDF Properties
6121 \family default
6122  of the 
6123 \family sans
6124 Document Settings
6125 \family default
6126  dialog to link cross-references, the link to a longtable caption will always
6127  point to the beginning of the document.
6128 \end_layout
6129
6130 \end_inset
6131
6132
6133 \end_layout
6134
6135 \begin_layout Standard
6136 \begin_inset Newpage newpage
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \begin_layout Subsubsection
6143 References to Longtables
6144 \begin_inset Index
6145 status collapsed
6146
6147 \begin_layout Plain Layout
6148 Longtables ! References
6149 \end_layout
6150
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \begin_layout Standard
6157 \begin_inset Tabular
6158 <lyxtabular version="3" rows="6" columns="5">
6159 <features islongtable="true">
6160 <column alignment="center" valignment="top" width="0">
6161 <column alignment="center" valignment="top" width="0">
6162 <column alignment="center" valignment="top" width="0">
6163 <column alignment="center" valignment="top" width="0">
6164 <column alignment="center" valignment="top" width="0">
6165 <row caption="true">
6166 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 \begin_inset Caption
6171
6172 \begin_layout Plain Layout
6173 Referenced longtable
6174 \begin_inset CommandInset label
6175 LatexCommand label
6176 name "tab:RefExample"
6177
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 </row>
6227 <row>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 1
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 2
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 3
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 4
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 5
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 </row>
6274 <row>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 asd
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 s
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 s
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 s
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 asd
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 </row>
6321 <row>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 asd
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 s
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 s
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 s
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 asd
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 </row>
6368 <row>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 asd
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 s
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 s
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 s
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 asd
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 <row>
6416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 asd
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 sad
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 asd
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 asd
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 asd
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 </lyxtabular>
6463
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \begin_layout Standard
6470 To reference a longtable, insert a label into the caption.
6471 \end_layout
6472
6473 \begin_layout Standard
6474 This is a reference to Table
6475 \begin_inset space ~
6476 \end_inset
6477
6478
6479 \begin_inset CommandInset ref
6480 LatexCommand ref
6481 reference "tab:RefExample"
6482
6483 \end_inset
6484
6485 .
6486 \end_layout
6487
6488 \begin_layout Standard
6489 The caption layout can be set together with all other captions of your document
6490  using the LaTeX-package 
6491 \series bold
6492 caption
6493 \series default
6494
6495 \begin_inset Index
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499 LaTeX-packages ! caption
6500 \end_layout
6501
6502 \end_inset
6503
6504 , see section
6505 \begin_inset space ~
6506 \end_inset
6507
6508
6509 \begin_inset CommandInset ref
6510 LatexCommand ref
6511 reference "sec:Caption-Formatting"
6512
6513 \end_inset
6514
6515 .
6516 \end_layout
6517
6518 \begin_layout Subsubsection
6519 Caption Width
6520 \begin_inset Index
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524 Longtables ! Caption Width
6525 \end_layout
6526
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \begin_layout Standard
6533 The maximal width of of caption lines is defined by the length 
6534 \series bold
6535
6536 \backslash
6537 LTcapwidth
6538 \series default
6539 .
6540  Its default value is 4
6541 \begin_inset space \thinspace{}
6542 \end_inset
6543
6544 in.
6545  To change it add the following command to your document preamble or as
6546  TeX-Code into your document before the longtable that should be affected
6547 \end_layout
6548
6549 \begin_layout Standard
6550
6551 \series bold
6552
6553 \backslash
6554 setlength{
6555 \backslash
6556 LTcapwidth}{width}
6557 \end_layout
6558
6559 \begin_layout Standard
6560 where the width could have one of the units listed in appendix
6561 \begin_inset space ~
6562 \end_inset
6563
6564
6565 \begin_inset CommandInset ref
6566 LatexCommand ref
6567 reference "cha:Units-available-in"
6568
6569 \end_inset
6570
6571 .
6572 \end_layout
6573
6574 \begin_layout Standard
6575 The following tables show the difference:
6576 \end_layout
6577
6578 \begin_layout Standard
6579 \begin_inset Tabular
6580 <lyxtabular version="3" rows="6" columns="5">
6581 <features islongtable="true">
6582 <column alignment="center" valignment="top" width="0">
6583 <column alignment="center" valignment="top" width="0">
6584 <column alignment="center" valignment="top" width="0">
6585 <column alignment="center" valignment="top" width="0">
6586 <column alignment="center" valignment="top" width="0">
6587 <row caption="true">
6588 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 \begin_inset Caption
6593
6594 \begin_layout Plain Layout
6595 long full title with default width long full title with default width long
6596  full title with default width
6597 \begin_inset OptArg
6598 status collapsed
6599
6600 \begin_layout Plain Layout
6601 caption with default width
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 </row>
6653 <row>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 1
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 2
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 3
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 4
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 5
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 </row>
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 asd
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 s
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 s
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 s
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 asd
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 s
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 s
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 s
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 asd
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 </row>
6794 <row>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 asd
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 s
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 s
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 asd
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 </row>
6841 <row>
6842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 asd
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 sad
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 asd
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 asd
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 asd
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 </row>
6888 </lyxtabular>
6889
6890 \end_inset
6891
6892
6893 \end_layout
6894
6895 \begin_layout Standard
6896 \begin_inset ERT
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900
6901
6902 \backslash
6903 setlength{
6904 \backslash
6905 LTcapwidth}{5cm}
6906 \end_layout
6907
6908 \end_inset
6909
6910
6911 \begin_inset Tabular
6912 <lyxtabular version="3" rows="6" columns="5">
6913 <features islongtable="true">
6914 <column alignment="center" valignment="top" width="0">
6915 <column alignment="center" valignment="top" width="0">
6916 <column alignment="center" valignment="top" width="0">
6917 <column alignment="center" valignment="top" width="0">
6918 <column alignment="center" valignment="top" width="0">
6919 <row caption="true">
6920 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 \begin_inset Caption
6925
6926 \begin_layout Plain Layout
6927 long full title with width set to 5
6928 \begin_inset space \thinspace{}
6929 \end_inset
6930
6931 cm long full title with width set to 5
6932 \begin_inset space \thinspace{}
6933 \end_inset
6934
6935 cm long full title with width set to 5
6936 \begin_inset space \thinspace{}
6937 \end_inset
6938
6939 cm
6940 \begin_inset OptArg
6941 status collapsed
6942
6943 \begin_layout Plain Layout
6944 caption with width
6945 \begin_inset space \thinspace{}
6946 \end_inset
6947
6948 =
6949 \begin_inset space \thinspace{}
6950 \end_inset
6951
6952 5
6953 \begin_inset space \thinspace{}
6954 \end_inset
6955
6956 cm
6957 \end_layout
6958
6959 \end_inset
6960
6961
6962 \end_layout
6963
6964 \end_inset
6965
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 </row>
7008 <row>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 1
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 2
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 3
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 4
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 5
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 </row>
7055 <row>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 asd
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 s
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 s
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 s
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 asd
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 </row>
7102 <row>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 asd
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 s
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 asd
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 </row>
7149 <row>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 asd
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 s
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 </row>
7196 <row>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 sad
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 asd
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 asd
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 </row>
7243 </lyxtabular>
7244
7245 \end_inset
7246
7247
7248 \end_layout
7249
7250 \begin_layout Standard
7251 \begin_inset ERT
7252 status collapsed
7253
7254 \begin_layout Plain Layout
7255
7256
7257 \backslash
7258 setlength{
7259 \backslash
7260 LTcapwidth}{4in}
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \begin_layout Standard
7269 \begin_inset Note Greyedout
7270 status open
7271
7272 \begin_layout Plain Layout
7273
7274 \series bold
7275 Note:
7276 \series default
7277  When the LaTeX-package 
7278 \series bold
7279 caption
7280 \series default
7281
7282 \begin_inset Index
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 LaTeX-packages ! caption
7287 \end_layout
7288
7289 \end_inset
7290
7291  is used, as in this document, the full page width is used for the caption
7292  when you use the default value of 4
7293 \begin_inset space \thinspace{}
7294 \end_inset
7295
7296 in for 
7297 \series bold
7298
7299 \backslash
7300 LTcapwidth
7301 \series default
7302 .
7303  To get in this case exactly a 4
7304 \begin_inset space \thinspace{}
7305 \end_inset
7306
7307 in wide caption, you can either use a value slightly different from 4.0
7308 \begin_inset space \thinspace{}
7309 \end_inset
7310
7311 in, e.g.
7312 \begin_inset space \space{}
7313 \end_inset
7314
7315 3.99
7316 \begin_inset space \thinspace{}
7317 \end_inset
7318
7319 in, or the LaTeX-command 
7320 \series bold
7321
7322 \backslash
7323 captionsetup{width=value}
7324 \series default
7325  that is provided by the 
7326 \series bold
7327 caption
7328 \series default
7329 -package.
7330 \end_layout
7331
7332 \end_inset
7333
7334
7335 \end_layout
7336
7337 \begin_layout Subsubsection
7338 Different Captions for Table Pages
7339 \begin_inset Index
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343 Longtables ! Different Captions for Pages
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \begin_layout Standard
7352 When the other captions should differ from the one of the first table page,
7353  insert a caption with a non-empty short title in a dummy caption row marked
7354  as first header.
7355  The caption used for the other table pages is inserted as caption without
7356  a short title in a dummy caption row that is marked as main header.
7357  When this caption shouldn't include the table number, use the command
7358 \end_layout
7359
7360 \begin_layout Standard
7361
7362 \series bold
7363
7364 \backslash
7365 caption*{caption text}
7366 \end_layout
7367
7368 \begin_layout Standard
7369 instead of LyX's caption box.
7370  The label to reference the table is inserted into the caption of the first
7371  header.
7372  Table
7373 \begin_inset space ~
7374 \end_inset
7375
7376
7377 \begin_inset CommandInset ref
7378 LatexCommand ref
7379 reference "tab:DiffCaptions"
7380
7381 \end_inset
7382
7383  is an example for a longtable with different heading where the second caption
7384  doesn't include the table number.
7385 \end_layout
7386
7387 \begin_layout Standard
7388 \align center
7389 \begin_inset Tabular
7390 <lyxtabular version="3" rows="60" columns="3">
7391 <features islongtable="true">
7392 <column alignment="left" valignment="top" width="0cm">
7393 <column alignment="left" valignment="top" width="0pt">
7394 <column alignment="center" valignment="top" width="0pt">
7395 <row endfirsthead="true" caption="true">
7396 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 \begin_inset Caption
7401
7402 \begin_layout Plain Layout
7403 Example Phone List
7404 \begin_inset CommandInset label
7405 LatexCommand label
7406 name "tab:DiffCaptions"
7407
7408 \end_inset
7409
7410
7411 \begin_inset OptArg
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 Example Phone List
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \end_inset
7424
7425
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row endfirsthead="true">
7450 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \series bold
7456 Example Phone List (ignore the names)
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row endfirsthead="true">
7481 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \series bold
7487 NAME
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \series bold
7507 TEL.
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row endhead="true" caption="true">
7514 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 \begin_inset ERT
7519 status open
7520
7521 \begin_layout Plain Layout
7522
7523
7524 \backslash
7525 caption*{Continued Example Phone List}
7526 \backslash
7527
7528 \backslash
7529 %
7530 \end_layout
7531
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 </row>
7558 <row endhead="true">
7559 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \series bold
7565 Example Phone List
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 </row>
7589 <row endhead="true">
7590 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594
7595 \series bold
7596 NAME
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \series bold
7616 TEL.
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row endfoot="true">
7623 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 continued on next page
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row>
7652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \series bold
7658 Annovi
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 Silvia
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 111
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 <row>
7683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \series bold
7689 Bertoli
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 Stefano
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 111
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 </row>
7713 <row>
7714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \series bold
7720 Bozzi
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 Walter
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 111
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 <row>
7745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \series bold
7751 Cachia
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 Maria
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 111
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row>
7776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \series bold
7782 Cachia
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 Maurizio
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 111
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 </row>
7806 <row>
7807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \series bold
7813 Cinquemani
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 Giusi
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 111
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 </row>
7837 <row>
7838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \series bold
7844 Colin
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 Bernard
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 111
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row>
7869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \series bold
7875 Concli
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Gianfranco
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 111
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 <row>
7900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \series bold
7906 Dal Bosco
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Carolina
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 111
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \series bold
7937 Dalpiaz
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 Annamaria
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 111
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \series bold
7968 Feliciello
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 Domenico
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 111
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \series bold
7999 Focarelli
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 Paola
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 111
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \series bold
8030 Galletti
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 Oreste
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 111
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 Gasparini
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Franca
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 111
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \series bold
8092 Rizzardi
8093 \series default
8094
8095 \begin_inset Foot
8096 status open
8097
8098 \begin_layout Plain Layout
8099 Example footnote
8100 \end_layout
8101
8102 \end_inset
8103
8104
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Paola
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 111
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \series bold
8135 Lassini
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 Giancarlo
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 111
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \series bold
8166 Malfatti
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 Luciano
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 111
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \series bold
8197 Malfatti
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 Valeriano
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 111
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \series bold
8228 Meneguzzo
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 Roberto
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 111
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \series bold
8259 Mezzadra
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 Roberto
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 111
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \series bold
8290 Pirpamer
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 Erich
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 111
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row>
8315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319
8320 \series bold
8321 Pochiesa
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Paolo
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 111, 222
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \series bold
8352 Radina
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 Claudio
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 111
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381
8382 \series bold
8383 Stuffer
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Oskar
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 111
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \series bold
8414 Tacchelli
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 Ugo
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 111
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \series bold
8445 Tezzele
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 Margit
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 111
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \series bold
8476 Unterkalmsteiner
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 Frieda
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 111
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 </row>
8500 <row>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \series bold
8507 Vieider
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 Hilde
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 111
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \series bold
8538 Vigna
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 Jürgen
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 111
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \series bold
8569 Weber
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Maurizio
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 111
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \series bold
8600 Winkler
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Franz
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 111
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629  
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \series bold
8660 Annovi
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Silvia
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 555
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \series bold
8691 Bertoli
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 Stefano
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 555
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row>
8716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \series bold
8722 Bozzi
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Walter
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 555
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751
8752 \series bold
8753 Cachia
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 Maria
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 555
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 <row>
8778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782
8783 \series bold
8784 Cachia
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 Maurizio
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 555
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \series bold
8815 Cinquemani
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 Giusi
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 555
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row>
8840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \series bold
8846 Colin
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 Bernard
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 555
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877 Concli
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Gianfranco
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 555
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906
8907 \series bold
8908 Dal Bosco
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Carolina
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 555
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \series bold
8939 Dalpiaz
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 Annamaria
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 555
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \series bold
8970 Feliciello
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Domenico
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 555
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \series bold
9001 Focarelli
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Paola
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 555
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032 Galletti
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 Oreste
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 555
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \series bold
9063 Gasparini
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 Franca
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 555
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \series bold
9094 Rizzardi
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Paola
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 555
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 Lassini
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 Giancarlo
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 555
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \series bold
9156 Malfatti
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Luciano
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 555
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \series bold
9187 Malfatti
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Valeriano
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 555
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \series bold
9218 Meneguzzo
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Roberto
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 555
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249 Mezzadra
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Roberto
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 555
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row endlastfoot="true">
9274 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 </lyxtabular>
9303
9304 \end_inset
9305
9306
9307 \end_layout
9308
9309 \begin_layout Section
9310 Special Longtable Issues
9311 \begin_inset CommandInset label
9312 LatexCommand label
9313 name "sec:Special-Longtable-Issues"
9314
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \begin_layout Subsection
9321 Longtable Calculation
9322 \begin_inset Index
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326 Longtables ! Calculation
9327 \end_layout
9328
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \begin_layout Standard
9335 LaTeX calculates the height of table pages and their page breaks using so
9336  called chunks.
9337  Chunks are pieces of the tables that are at once in LaTeX's memory.
9338  The default value is historically set to only 20 table rows.
9339  If you are using longtables with many pages this may slow down the creation
9340  of your document.
9341  You can safely increase the chunk size to values of 100-1000 by adding
9342  this command line to your document preamble:
9343 \end_layout
9344
9345 \begin_layout Standard
9346
9347 \series bold
9348
9349 \backslash
9350 setcounter{LTchunksize}{100}
9351 \end_layout
9352
9353 \begin_layout Subsection
9354 Floats and Longtables
9355 \begin_inset Index
9356 status collapsed
9357
9358 \begin_layout Plain Layout
9359 Longtables ! Floats
9360 \end_layout
9361
9362 \end_inset
9363
9364
9365 \end_layout
9366
9367 \begin_layout Standard
9368 There might be problems when a float appears on the same page where a longtable
9369  starts.
9370  To avoid such situation, add the command 
9371 \series bold
9372
9373 \backslash
9374 clearpage
9375 \series default
9376  as TeX-Code before your longtable.
9377 \end_layout
9378
9379 \begin_layout Subsection
9380 Forced Page Breaks
9381 \begin_inset Index
9382 status collapsed
9383
9384 \begin_layout Plain Layout
9385 Longtables ! Forced Page Breaks
9386 \end_layout
9387
9388 \end_inset
9389
9390
9391 \end_layout
9392
9393 \begin_layout Standard
9394 By default tables are only broken between rows.
9395  If you have a cell with multiples lines and want to have a page break within
9396  the cell, insert the new line command 
9397 \begin_inset Quotes eld
9398 \end_inset
9399
9400
9401 \series bold
9402
9403 \backslash
9404
9405 \backslash
9406
9407 \series default
9408
9409 \begin_inset Quotes erd
9410 \end_inset
9411
9412  as TeX-Code at this point of the cell where it should be broken.
9413  Before the 
9414 \series bold
9415
9416 \backslash
9417
9418 \backslash
9419
9420 \series default
9421  command you have to insert in TeX-Code so many 
9422 \begin_inset Quotes eld
9423 \end_inset
9424
9425
9426 \series bold
9427 &
9428 \series default
9429
9430 \begin_inset Quotes erd
9431 \end_inset
9432
9433  characters like the number of the following table columns.
9434  The 
9435 \series bold
9436 &
9437 \series default
9438  is the character to separate table cells.
9439  Write in TeX-Code after each 
9440 \series bold
9441 &
9442 \series default
9443  the content of the corresponding following cell and delete the content
9444  of these cells.
9445 \begin_inset Newline newline
9446 \end_inset
9447
9448 Behind the the 
9449 \series bold
9450
9451 \backslash
9452
9453 \backslash
9454
9455 \series default
9456  command, insert so many 
9457 \series bold
9458 &
9459 \series default
9460  characters like the number of table columns before the current column.
9461  In Table
9462 \begin_inset space ~
9463 \end_inset
9464
9465
9466 \begin_inset CommandInset ref
9467 LatexCommand ref
9468 reference "tab:ForcedPagebreak"
9469
9470 \end_inset
9471
9472  the cell that should be broken is in the second column followed by another
9473  column.
9474  Therefore the following command was inserted in the cell as TeX-Code behind
9475  
9476 \begin_inset Quotes eld
9477 \end_inset
9478
9479
9480 \emph on
9481 Castelchiodato,
9482 \emph default
9483
9484 \begin_inset Quotes erd
9485 \end_inset
9486
9487 :
9488 \end_layout
9489
9490 \begin_layout Standard
9491
9492 \series bold
9493 & 111
9494 \backslash
9495
9496 \backslash
9497
9498 \begin_inset Newline newline
9499 \end_inset
9500
9501 &
9502 \end_layout
9503
9504 \begin_layout Standard
9505 The 
9506 \begin_inset Quotes eld
9507 \end_inset
9508
9509 111
9510 \begin_inset Quotes erd
9511 \end_inset
9512
9513  in the third columns of the row was deleted.
9514  If your footer row of the longtable has for a certain reason no upper line
9515  but you would have a horizontal line where the cell is broken, use this
9516  command instead:
9517 \end_layout
9518
9519 \begin_layout Standard
9520
9521 \series bold
9522 & 111
9523 \backslash
9524
9525 \backslash
9526
9527 \begin_inset Newline newline
9528 \end_inset
9529
9530
9531 \backslash
9532 hline &
9533 \end_layout
9534
9535 \begin_layout Standard
9536 When the cell to be broken is in the last column, the command
9537 \end_layout
9538
9539 \begin_layout Standard
9540
9541 \series bold
9542
9543 \backslash
9544 setlength{
9545 \backslash
9546 parfillskip}{0pt}
9547 \end_layout
9548
9549 \begin_layout Standard
9550 must be inserted as TeX-Code at the beginning of the cell.
9551  This assures that the part of the cell that will be displayed on the new
9552  page appears with the full width.
9553 \end_layout
9554
9555 \begin_layout Standard
9556 \align center
9557 \begin_inset Tabular
9558 <lyxtabular version="3" rows="39" columns="3">
9559 <features islongtable="true">
9560 <column alignment="left" valignment="top" width="0cm">
9561 <column alignment="left" valignment="top" width="3cm">
9562 <column alignment="center" valignment="top" width="0pt">
9563 <row endfirsthead="true" caption="true">
9564 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 \begin_inset Caption
9569
9570 \begin_layout Plain Layout
9571 Table with forced page break in table cell
9572 \begin_inset CommandInset label
9573 LatexCommand label
9574 name "tab:ForcedPagebreak"
9575
9576 \end_inset
9577
9578
9579 \begin_inset OptArg
9580 status collapsed
9581
9582 \begin_layout Plain Layout
9583 Table with forced page break in table cell
9584 \end_layout
9585
9586 \end_inset
9587
9588
9589 \end_layout
9590
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 <row endfirsthead="true">
9618 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622
9623 \series bold
9624 Example Phone List (ignore the names)
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row endfirsthead="true">
9649 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \series bold
9655 NAME
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \series bold
9675 TEL.
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row endhead="true" caption="true">
9682 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 \begin_inset ERT
9687 status collapsed
9688
9689 \begin_layout Plain Layout
9690
9691
9692 \backslash
9693 caption*{Continued table with forced page break in table cell}
9694 \backslash
9695
9696 \backslash
9697 %
9698 \end_layout
9699
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row endhead="true">
9727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731  
9732 \series bold
9733 Example Phone List
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row endhead="true">
9758 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \series bold
9764 NAME
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \series bold
9784 TEL.
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row endfoot="true">
9791 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 continued on next page
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 </row>
9819 <row>
9820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \series bold
9826 Annovi
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 Silvia
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844 111
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 </row>
9850 <row>
9851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \series bold
9857 Bertoli
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866 Stefano
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 111
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 <row>
9882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \series bold
9888 Bozzi
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897 Walter
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 111
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row>
9913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \series bold
9919 Cachia
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 Maria
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 111
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row>
9944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \series bold
9950 Cachia
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 Maurizio
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 111
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 </row>
9974 <row>
9975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \series bold
9981 Cinquemani
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 Giusi
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 111
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 </row>
10005 <row>
10006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012 Colin
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 Bernard
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 111
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \series bold
10043 Concli
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 Gianfranco
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 111
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row>
10068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 Dal Bosco
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 Carolina
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 111
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 Dalpiaz
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 Annamaria
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 111
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Feliciello
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Domenico
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Focarelli
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Paola
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Galletti
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Oreste
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Gasparini
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Franca
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Lassini
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Giancarlo
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Malfatti
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Luciano
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Malfatti
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Valeriano
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Meneguzzo
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Roberto
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Mezzadra
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Roberto
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Pirpamer
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Erich
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Pochiesa
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Paolo
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111, 222
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Radina
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Claudio
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Rizzardi
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Paolo, 11.
10518  Fürst von Montecompatri, 11.
10519  Fürst von Sulmona und Vivaro, 10.
10520  Fürst von Rossano, 5.
10521  Herzog von Canemorte, 11.
10522  Herzog von Palombara, 5.
10523  Herzog von Castelchiodato,
10524 \begin_inset ERT
10525 status open
10526
10527 \begin_layout Plain Layout
10528
10529 & 111
10530 \backslash
10531
10532 \backslash
10533
10534 \end_layout
10535
10536 \begin_layout Plain Layout
10537
10538 &
10539 \end_layout
10540
10541 \end_inset
10542
10543  11.
10544  Herzog von Poggionativo, 11.
10545  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10546  Graf von Valinfreda, 11.
10547  Baron von Cropalati, 11.
10548  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Stuffer
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Oskar
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Tacchelli
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Ugo
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 111
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 Tezzele
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Margit
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 111
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 <row>
10657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \series bold
10663 Unterkalmsteiner
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Frieda
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 111
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \series bold
10694 Vieider
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 Hilde
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 111
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 <row>
10719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723
10724 \series bold
10725 Vigna
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 Jürgen
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 111
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \series bold
10756 Weber
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 Maurizio
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 111
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 </row>
10780 <row>
10781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \series bold
10787 Winkler
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 Franz
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 111
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 </row>
10811 <row endlastfoot="true">
10812 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 </lyxtabular>
10841
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \begin_layout Standard
10848 \begin_inset Newpage newpage
10849 \end_inset
10850
10851
10852 \end_layout
10853
10854 \begin_layout Section
10855 Multiple Lines Columns and Rows
10856 \end_layout
10857
10858 \begin_layout Subsection
10859 Multiple Lines in Table Cells
10860 \begin_inset CommandInset label
10861 LatexCommand label
10862 name "sub:Multiple-Lines-in"
10863
10864 \end_inset
10865
10866
10867 \begin_inset Index
10868 status collapsed
10869
10870 \begin_layout Plain Layout
10871 Multiple Lines in Table Cells
10872 \end_layout
10873
10874 \end_inset
10875
10876
10877 \begin_inset Index
10878 status collapsed
10879
10880 \begin_layout Plain Layout
10881 Table ! Linebreaks
10882 \end_layout
10883
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \begin_layout Standard
10890 \noindent
10891 \begin_inset Float table
10892 placement H
10893 wide false
10894 sideways false
10895 status open
10896
10897 \begin_layout Plain Layout
10898 \begin_inset Caption
10899
10900 \begin_layout Plain Layout
10901 \begin_inset CommandInset label
10902 LatexCommand label
10903 name "tab:Table-with-multiple"
10904
10905 \end_inset
10906
10907 Table with multiple lines in cells
10908 \end_layout
10909
10910 \end_inset
10911
10912
10913 \end_layout
10914
10915 \begin_layout Plain Layout
10916 \align center
10917 \begin_inset Tabular
10918 <lyxtabular version="3" rows="3" columns="3">
10919 <features>
10920 <column alignment="center" valignment="middle" width="2.5cm">
10921 <column alignment="center" valignment="middle" width="0">
10922 <column alignment="center" valignment="middle" width="0">
10923 <row>
10924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 multiple
10929 \begin_inset Newline linebreak
10930 \end_inset
10931
10932 lines
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 b
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 c
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 d
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 e
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 f
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 </row>
10985 <row>
10986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 g
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 h
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 i
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 </lyxtabular>
11015
11016 \end_inset
11017
11018
11019 \end_layout
11020
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \begin_layout Standard
11027 Adjusting a fixed width for a column, enables to enter text as a paragraph
11028  with multiple lines and hyphenations.
11029 \end_layout
11030
11031 \begin_layout Standard
11032 To produce Table
11033 \begin_inset space ~
11034 \end_inset
11035
11036
11037 \begin_inset CommandInset ref
11038 LatexCommand ref
11039 reference "tab:Table-with-multiple"
11040
11041 \end_inset
11042
11043 , create a 3×3 table, mark the first cell and right-click on it.
11044  In the appearing table dialog we set a cell width of 2.5
11045 \begin_inset space \thinspace{}
11046 \end_inset
11047
11048 cm and choose centered for the vertical and horizontal alignment.
11049  The vertical alignment is used for all cells of the row.
11050  As our text is smaller than than 2.5
11051 \begin_inset space \thinspace{}
11052 \end_inset
11053
11054 cm, only one line will appear.
11055  To get two lines, a justified line break (shortcut 
11056 \begin_inset Info
11057 type  "shortcut"
11058 arg   "newline-insert linebreak"
11059 \end_inset
11060
11061 ) was added.
11062  If the text is wider than the set cell width, it will automatically be
11063  broken to several lines.
11064 \end_layout
11065
11066 \begin_layout Standard
11067 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11068  by LaTeX if it is the first entry.
11069  Therefore you need to insert something, to make the word not being the
11070  first entry.
11071  So add a horizontal space of 0
11072 \begin_inset space \thinspace{}
11073 \end_inset
11074
11075 pt before the word.
11076  As the space is zero, it doesn't change the output.
11077  Table
11078 \begin_inset space ~
11079 \end_inset
11080
11081
11082 \begin_inset CommandInset ref
11083 LatexCommand ref
11084 reference "tab:Table-with-and"
11085
11086 \end_inset
11087
11088  shows the effect.
11089 \end_layout
11090
11091 \begin_layout Standard
11092 \begin_inset Float table
11093 placement h
11094 wide false
11095 sideways false
11096 status open
11097
11098 \begin_layout Plain Layout
11099 \begin_inset Caption
11100
11101 \begin_layout Plain Layout
11102 \begin_inset CommandInset label
11103 LatexCommand label
11104 name "tab:Table-with-and"
11105
11106 \end_inset
11107
11108 Table with and without hyphenation
11109 \end_layout
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Plain Layout
11117 \begin_inset space \hfill{}
11118 \end_inset
11119
11120
11121 \begin_inset Tabular
11122 <lyxtabular version="3" rows="3" columns="3">
11123 <features>
11124 <column alignment="center" valignment="middle" width="2.5cm">
11125 <column alignment="center" valignment="middle" width="0">
11126 <column alignment="center" valignment="middle" width="0">
11127 <row>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 verylongtablecellword
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 b
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 c
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 </row>
11156 <row>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 d
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 e
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 f
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 </row>
11185 <row>
11186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 g
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 h
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 i
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 </row>
11214 </lyxtabular>
11215
11216 \end_inset
11217
11218
11219 \begin_inset space \hfill{}
11220 \end_inset
11221
11222
11223 \begin_inset Tabular
11224 <lyxtabular version="3" rows="3" columns="3">
11225 <features>
11226 <column alignment="center" valignment="middle" width="2.5cm">
11227 <column alignment="center" valignment="middle" width="0">
11228 <column alignment="center" valignment="middle" width="0">
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 \begin_inset space \hspace{}
11235 \length 0pt
11236 \end_inset
11237
11238 verylongtablecellword
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 b
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 c
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 <row>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 d
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 e
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 f
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 </row>
11291 <row>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 g
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 h
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 i
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 </row>
11320 </lyxtabular>
11321
11322 \end_inset
11323
11324
11325 \begin_inset space \hfill{}
11326 \end_inset
11327
11328
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Subsection
11337 Multicolumns
11338 \begin_inset CommandInset label
11339 LatexCommand label
11340 name "sub:Multicolumns"
11341
11342 \end_inset
11343
11344
11345 \begin_inset Index
11346 status collapsed
11347
11348 \begin_layout Plain Layout
11349 Multicolumns
11350 \end_layout
11351
11352 \end_inset
11353
11354
11355 \begin_inset Index
11356 status collapsed
11357
11358 \begin_layout Plain Layout
11359 Table ! Multicolumns
11360 \end_layout
11361
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \begin_layout Subsubsection
11368 Multicolumn Basics
11369 \end_layout
11370
11371 \begin_layout Standard
11372 To span a cell over multiple columns, mark as much cells within a line that
11373  should be one spanned cell and use either the table-toolbar button 
11374 \begin_inset Graphics
11375         filename ../images/tabular-feature_multicolumn.png
11376         scale 85
11377         scaleBeforeRotation
11378
11379 \end_inset
11380
11381 , or the menu 
11382 \family sans
11383 Edit\SpecialChar \menuseparator
11384 Table\SpecialChar \menuseparator
11385 Multicolumn
11386 \family default
11387 , or right click on the marked cells and choose multicolumn in the appearing
11388  table dialog under the tab 
11389 \family sans
11390 Table Settings
11391 \family default
11392 .
11393 \end_layout
11394
11395 \begin_layout Standard
11396 Multicolumns have there own cell settings.
11397  That means changing cell borders, cell alignment, and the width only affects
11398  the multicolumn.
11399  Here is an example table with a multicolumn cell in the first row and one
11400  in the last row without the upper border:
11401 \end_layout
11402
11403 \begin_layout Standard
11404 \align center
11405 \begin_inset Tabular
11406 <lyxtabular version="3" rows="3" columns="4">
11407 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11408 <column alignment="center" valignment="top" width="0pt">
11409 <column alignment="center" valignment="middle" width="0">
11410 <column alignment="center" valignment="top" width="0in">
11411 <column alignment="center" valignment="top" width="0pt">
11412 <row>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 abc
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 def ghi
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 jkl
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455
11456 \family roman
11457 \series medium
11458 \shape up
11459 \size normal
11460 \emph off
11461 \bar no
11462 \noun off
11463 \color none
11464 A
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 B
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 C
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 D
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 1
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 2
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 3
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 4
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 </lyxtabular>
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Subsubsection
11543 Multicolumn Calculations
11544 \begin_inset CommandInset label
11545 LatexCommand label
11546 name "sub:Multicolumn-Calculations"
11547
11548 \end_inset
11549
11550
11551 \begin_inset Index
11552 status collapsed
11553
11554 \begin_layout Plain Layout
11555 Multicolumns ! Calculations
11556 \end_layout
11557
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \begin_layout Standard
11564 LyX supports multicolumns directly, but we have to take notice of the cell
11565  width of the columns spanned by the multicolumn cell.
11566 \end_layout
11567
11568 \begin_layout Standard
11569 \begin_inset Float table
11570 placement h
11571 wide false
11572 sideways false
11573 status open
11574
11575 \begin_layout Plain Layout
11576 \begin_inset Caption
11577
11578 \begin_layout Plain Layout
11579 \begin_inset CommandInset label
11580 LatexCommand label
11581 name "tab:Table-with-centered"
11582
11583 \end_inset
11584
11585 Table with centered multicolumn text above two columns that have exactly
11586  half the width of the multicolumn cell
11587 \begin_inset OptArg
11588 status collapsed
11589
11590 \begin_layout Plain Layout
11591 Perfect multicolumn table
11592 \end_layout
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \begin_layout Plain Layout
11605 \align center
11606 \begin_inset Tabular
11607 <lyxtabular version="3" rows="3" columns="3">
11608 <features>
11609 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11610 <column alignment="center" valignment="middle" width="0">
11611 <column alignment="center" valignment="top" width="0">
11612 <row>
11613 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 multiple lines multicolumn
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 c
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 <row>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 d
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 e
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 f
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 </row>
11670 <row>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 g
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 h
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 i
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 </row>
11699 </lyxtabular>
11700
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \begin_layout Standard
11712 To create for example Table
11713 \begin_inset space ~
11714 \end_inset
11715
11716
11717 \begin_inset CommandInset ref
11718 LatexCommand ref
11719 reference "tab:Table-with-centered"
11720
11721 \end_inset
11722
11723 , mark the first two cells in the first row of a 3×3 table and right-click
11724  on them.
11725  Now choose for this cell 
11726 \emph on
11727 multicolumn
11728 \emph default
11729
11730 \emph on
11731 centered alignment
11732 \emph default
11733  and a width of 2.5
11734 \begin_inset space \thinspace{}
11735 \end_inset
11736
11737 cm in the table dialog.
11738  The spanned columns should have exactly half the width of the multicolumn
11739  cell, so that you would adjust a width of 1.25
11740 \begin_inset space \thinspace{}
11741 \end_inset
11742
11743 cm for the first column.
11744  The second column has then automatically a width of 1.25
11745 \begin_inset space \thinspace{}
11746 \end_inset
11747
11748 cm (multicolumn width - width of first column).
11749  This was done for Table
11750 \begin_inset space ~
11751 \end_inset
11752
11753
11754 \begin_inset CommandInset ref
11755 LatexCommand ref
11756 reference "tab:Table-without-half"
11757
11758 \end_inset
11759
11760 .
11761 \end_layout
11762
11763 \begin_layout Standard
11764 \begin_inset Float table
11765 wide false
11766 sideways false
11767 status open
11768
11769 \begin_layout Plain Layout
11770 \begin_inset Caption
11771
11772 \begin_layout Plain Layout
11773 \begin_inset CommandInset label
11774 LatexCommand label
11775 name "tab:Table-without-half"
11776
11777 \end_inset
11778
11779 Table where the spanned table columns have not exactly half the width of
11780  the multicolumn cell
11781 \begin_inset OptArg
11782 status collapsed
11783
11784 \begin_layout Plain Layout
11785 Imperfect multicolumn table
11786 \end_layout
11787
11788 \end_inset
11789
11790
11791 \end_layout
11792
11793 \end_inset
11794
11795
11796 \end_layout
11797
11798 \begin_layout Plain Layout
11799 \align center
11800 \begin_inset Tabular
11801 <lyxtabular version="3" rows="3" columns="3">
11802 <features>
11803 <column alignment="center" valignment="top" width="1.25cm">
11804 <column alignment="center" valignment="top" width="0">
11805 <column alignment="center" valignment="top" width="0">
11806 <row>
11807 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 multiple lines multicolumn
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 c
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 <row>
11836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 d
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 e
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 f
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 </row>
11864 <row>
11865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 g
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 h
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 i
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 </row>
11893 </lyxtabular>
11894
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \begin_layout Standard
11906 You can see that the first column has not the half width of the multicolumn
11907  cell, it is a bit bigger.
11908  The reason is that the given width of a cell 
11909 \begin_inset Formula $W_{g}$
11910 \end_inset
11911
11912  is not its total width 
11913 \begin_inset Formula $W_{\mathrm{tot}}$
11914 \end_inset
11915
11916  because a cell is always a bit larger than its given width.
11917  Appendix
11918 \begin_inset space ~
11919 \end_inset
11920
11921
11922 \begin_inset CommandInset ref
11923 LatexCommand eqref
11924 reference "cha:Explanation-of-Equation"
11925
11926 \end_inset
11927
11928  explains it in detail.
11929 \end_layout
11930
11931 \begin_layout Standard
11932 The needed given width 
11933 \begin_inset Formula $W_{g\, n}$
11934 \end_inset
11935
11936  when 
11937 \emph on
11938 n
11939 \emph default
11940  columns are spanned can be calculated, so that each column has a total
11941  width of 
11942 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11943 \end_inset
11944
11945 :
11946 \begin_inset Formula \begin{equation}
11947 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11948
11949 \end_inset
11950
11951
11952 \end_layout
11953
11954 \begin_layout Standard
11955 In our case we have 
11956 \begin_inset Formula $n=2$
11957 \end_inset
11958
11959
11960 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11961 \end_inset
11962
11963 cm and the default values for the lengths, so that equation 
11964 \begin_inset CommandInset ref
11965 LatexCommand ref
11966 reference "eq:Wgn"
11967
11968 \end_inset
11969
11970  becomes
11971 \begin_inset Formula \begin{equation}
11972 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11973
11974 \end_inset
11975
11976
11977 \end_layout
11978
11979 \begin_layout Standard
11980 To enable calculations in LaTeX, the LaTeX-package 
11981 \series bold
11982 calc
11983 \series default
11984  must be loaded with the document preamble line
11985 \begin_inset Index
11986 status collapsed
11987
11988 \begin_layout Plain Layout
11989 LaTeX-packages ! calc
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \end_layout
11996
11997 \begin_layout Standard
11998
11999 \series bold
12000
12001 \backslash
12002 usepackage{calc}
12003 \end_layout
12004
12005 \begin_layout Standard
12006 LyX does not allow to calculate lengths in the width-field of the table
12007  dialog.
12008  Therefore you have to format the column by inserting a LaTeX-argument in
12009  the dialog.
12010  Here is an overview about the arguments:
12011 \end_layout
12012
12013 \begin_layout Itemize
12014
12015 \series bold
12016 p{width}
12017 \series default
12018  creates cell with a fixed width, its text is vertically top-aligned
12019 \end_layout
12020
12021 \begin_layout Itemize
12022
12023 \series bold
12024 m{width}
12025 \series default
12026  creates cell with a fixed width, its text is vertically centered
12027 \end_layout
12028
12029 \begin_layout Itemize
12030
12031 \series bold
12032 b{width}
12033 \series default
12034  creates cell with a fixed width, its text is vertically bottom-aligned
12035 \end_layout
12036
12037 \begin_layout Standard
12038 By entering a LaTeX-argument, all cell settings set in the table dialog
12039  are overwritten.
12040 \end_layout
12041
12042 \begin_layout Standard
12043 \begin_inset Note Greyedout
12044 status open
12045
12046 \begin_layout Plain Layout
12047
12048 \series bold
12049 Note:
12050 \series default
12051  Due to a bug, LyX shows the overwritten settings anyway.
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \end_layout
12058
12059 \begin_layout Standard
12060 As the text should be horizontally centered, the command 
12061 \series bold
12062
12063 \backslash
12064 centering
12065 \series default
12066  is added.
12067  You can now enter the following LaTeX-argument for the first spanned column:
12068 \end_layout
12069
12070 \begin_layout Standard
12071
12072 \series bold
12073 >{
12074 \backslash
12075 centering}m{1.25cm-6.2pt}
12076 \end_layout
12077
12078 \begin_layout Standard
12079 The command 
12080 \series bold
12081 >{ }
12082 \series default
12083  means, that the commands inside the braces are applied before the cell
12084  is created.
12085 \end_layout
12086
12087 \begin_layout Standard
12088 Although we have chosen centered alignment for the text of the multicolumn
12089  cell, it is still left aligned.
12090  This is because LyX only applies the alignment to single columns.
12091  So we have to use for the multicolumn the LaTeX-argument
12092 \end_layout
12093
12094 \begin_layout Standard
12095
12096 \series bold
12097 >{
12098 \backslash
12099 centering}m{2.5cm}
12100 \end_layout
12101
12102 \begin_layout Subsection
12103 Multirows
12104 \begin_inset Index
12105 status collapsed
12106
12107 \begin_layout Plain Layout
12108 Multirows
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \begin_inset Index
12115 status collapsed
12116
12117 \begin_layout Plain Layout
12118 Table ! Multirows
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \begin_layout Standard
12127 In contrary to multicolumns multirows are not yet supported by LyX so a
12128  bit of TeX-Code needs to be used.
12129  To use multirows load the LaTeX-package 
12130 \series bold
12131 multirow
12132 \series default
12133
12134 \begin_inset Index
12135 status collapsed
12136
12137 \begin_layout Plain Layout
12138 LaTeX-packages ! multirow
12139 \end_layout
12140
12141 \end_inset
12142
12143  in your document preamble with the command
12144 \end_layout
12145
12146 \begin_layout Standard
12147
12148 \series bold
12149
12150 \backslash
12151 usepackage{multirow}
12152 \end_layout
12153
12154 \begin_layout Standard
12155 Multirows are created with the command
12156 \end_layout
12157
12158 \begin_layout Standard
12159
12160 \series bold
12161
12162 \backslash
12163 multirow{number of rows}{cell width}{cell entry}
12164 \end_layout
12165
12166 \begin_layout Standard
12167 To create the following table:
12168 \end_layout
12169
12170 \begin_layout Standard
12171 \align center
12172 \begin_inset ERT
12173 status collapsed
12174
12175 \begin_layout Plain Layout
12176
12177
12178 \backslash
12179 renewcommand{
12180 \backslash
12181 multirowsetup}{
12182 \backslash
12183 centering}
12184 \end_layout
12185
12186 \end_inset
12187
12188
12189 \begin_inset Tabular
12190 <lyxtabular version="3" rows="3" columns="3">
12191 <features>
12192 <column alignment="center" valignment="top" width="0">
12193 <column alignment="center" valignment="top" width="0">
12194 <column alignment="center" valignment="top" width="0">
12195 <row>
12196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 a
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 b
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12215 \begin_inset Text
12216
12217 \begin_layout Plain Layout
12218 c
12219 \end_layout
12220
12221 \end_inset
12222 </cell>
12223 </row>
12224 <row>
12225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 \begin_inset ERT
12230 status collapsed
12231
12232 \begin_layout Plain Layout
12233
12234
12235 \backslash
12236 multirow{2}{2.5cm}{
12237 \end_layout
12238
12239 \end_inset
12240
12241 multirow entry
12242 \begin_inset ERT
12243 status collapsed
12244
12245 \begin_layout Plain Layout
12246
12247 }
12248 \end_layout
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 e
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 f
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 </row>
12276 <row>
12277 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Plain Layout
12281
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Plain Layout
12290 h
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 i
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 </lyxtabular>
12306
12307 \end_inset
12308
12309
12310 \begin_inset ERT
12311 status collapsed
12312
12313 \begin_layout Plain Layout
12314
12315
12316 \backslash
12317 renewcommand{
12318 \backslash
12319 multirowsetup}{
12320 \backslash
12321 raggedright}
12322 \end_layout
12323
12324 \end_inset
12325
12326
12327 \end_layout
12328
12329 \begin_layout Standard
12330 create a 3×3 table.
12331  To get rid of the line above the last cell in the first column, the cell
12332  is marked as multicolumn and the upper border is unset.
12333  The multirow is now created in the second row of the first column by inserting
12334  there the command
12335 \end_layout
12336
12337 \begin_layout Standard
12338
12339 \series bold
12340
12341 \backslash
12342 multirow{2}{2.5cm}{
12343 \end_layout
12344
12345 \begin_layout Standard
12346 as TeX-Code.
12347  According to the command parameters the multirow spans now two rows and
12348  has a width of 2.5
12349 \begin_inset space \thinspace{}
12350 \end_inset
12351
12352 cm.
12353  The content of the multirow cell follows outside the TeX-Code box and the
12354  command is finished with a right brace 
12355 \series bold
12356 }
12357 \series default
12358  in another TeX-Code-box behind the text.
12359 \end_layout
12360
12361 \begin_layout Standard
12362
12363 \series bold
12364
12365 \backslash
12366 multirow
12367 \series default
12368  left-aligns its content by default.
12369  To override the default, renew the command 
12370 \series bold
12371
12372 \backslash
12373 multirowsetup
12374 \series default
12375  with the command
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381
12382 \backslash
12383 renewcommand{
12384 \backslash
12385 multirowsetup}{
12386 \backslash
12387 centering}
12388 \end_layout
12389
12390 \begin_layout Standard
12391 in TeX-Code in the document preamble.
12392  Then all entries of multirow cells in the document are centered.
12393  If centering is only needed for several tables, you can renew the command
12394  in an TeX-Code box just before the table instead of the preamble.
12395  If the text should be right-aligned, replace 
12396 \series bold
12397
12398 \backslash
12399 centering
12400 \series default
12401  by 
12402 \series bold
12403
12404 \backslash
12405 raggedleft
12406 \series default
12407 .
12408  To return to left-alignment 
12409 \series bold
12410
12411 \backslash
12412 raggedright
12413 \series default
12414  is used.
12415 \end_layout
12416
12417 \begin_layout Section
12418 Formal Tables
12419 \begin_inset CommandInset label
12420 LatexCommand label
12421 name "sec:Formal-Tables"
12422
12423 \end_inset
12424
12425
12426 \begin_inset Index
12427 status collapsed
12428
12429 \begin_layout Plain Layout
12430 Table ! Formal
12431 \end_layout
12432
12433 \end_inset
12434
12435
12436 \end_layout
12437
12438 \begin_layout Standard
12439 Tables are often typeset in books similar to Table
12440 \begin_inset space ~
12441 \end_inset
12442
12443
12444 \begin_inset CommandInset ref
12445 LatexCommand ref
12446 reference "tab:Example-booktabs-table"
12447
12448 \end_inset
12449
12450 .
12451  This kind of tables is called 
12452 \begin_inset Quotes eld
12453 \end_inset
12454
12455
12456 \emph on
12457 formal
12458 \emph default
12459
12460 \begin_inset Quotes erd
12461 \end_inset
12462
12463 .
12464  To make a table a formal table use the option 
12465 \family sans
12466 Formal
12467 \family default
12468  in the 
12469 \family sans
12470 Borders
12471 \family default
12472  tab of the table dialog.
12473 \end_layout
12474
12475 \begin_layout Standard
12476 \begin_inset Float table
12477 placement h
12478 wide false
12479 sideways false
12480 status open
12481
12482 \begin_layout Plain Layout
12483 \begin_inset Caption
12484
12485 \begin_layout Plain Layout
12486 \begin_inset CommandInset label
12487 LatexCommand label
12488 name "tab:Example-booktabs-table"
12489
12490 \end_inset
12491
12492 Example booktabs-table
12493 \end_layout
12494
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \begin_layout Plain Layout
12501 \align center
12502 \begin_inset Tabular
12503 <lyxtabular version="3" rows="8" columns="4">
12504 <features booktabs="true">
12505 <column alignment="center" valignment="top" width="0">
12506 <column alignment="center" valignment="top" width="0">
12507 <column alignment="center" valignment="top" width="0">
12508 <column alignment="center" valignment="top" width="0">
12509 <row>
12510 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 System
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 <cell alignment="center" valignment="top" topline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 Medipix
12524 \begin_inset space \thinspace{}
12525 \end_inset
12526
12527 1
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 Medipix
12537 \begin_inset space \thinspace{}
12538 \end_inset
12539
12540 2
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 </row>
12555 <row>
12556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 \begin_inset ERT
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564
12565
12566 \backslash
12567 cmidrule(r){2-2}
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \begin_inset ERT
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577
12578
12579 \backslash
12580 cmidrule(l){3-4}
12581 \end_layout
12582
12583 \end_inset
12584
12585 Detector thickness [µm]
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 300
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 300
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 700
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 </row>
12618 <row>
12619 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 Edge angle [°]
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 3.55
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 2.71
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" topline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 7.99
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 </row>
12656 <row topspace="default">
12657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 Spatial resolution [µm]
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 4.26
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 <cell alignment="center" valignment="top" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 10.17
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 10.56
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 </row>
12694 <row topspace="default">
12695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 MTF at 
12700 \begin_inset Formula $f_{\mathrm{max}}$
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 0.53
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 0.37
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 0.39
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row topspace="default">
12737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 \begin_inset ERT
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745
12746
12747 \backslash
12748 cmidrule(l{10pt}){1-1}
12749 \end_layout
12750
12751 \end_inset
12752
12753 LSF-spatial resolution
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell alignment="center" valignment="top" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 </row>
12786 <row>
12787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 in Âµm
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 129.7
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 52.75
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 50.78
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 </row>
12824 <row>
12825 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 in % of pixel size
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 76.3
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 95.9
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 92.3
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 </row>
12862 </lyxtabular>
12863
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \end_inset
12870
12871
12872 \end_layout
12873
12874 \begin_layout Standard
12875 Spaces to table rows can be added using the 
12876 \family sans
12877 Borders
12878 \family default
12879  tab of the table dialog as described in section
12880 \begin_inset space ~
12881 \end_inset
12882
12883
12884 \begin_inset CommandInset ref
12885 LatexCommand ref
12886 reference "sub:Row-Spacing"
12887
12888 \end_inset
12889
12890 .
12891 \end_layout
12892
12893 \begin_layout Standard
12894 In contrary to normal tables, formal tables have no vertical table lines.
12895  The horizontal table lines can be set like for normal tables but they appear
12896  with different width in the output:
12897 \begin_inset Newline newline
12898 \end_inset
12899
12900 The first and the last table line have a default width of 0.08
12901 \begin_inset space \thinspace{}
12902 \end_inset
12903
12904 em while the other lines have a default width of 0.05
12905 \begin_inset space \thinspace{}
12906 \end_inset
12907
12908 em.
12909 \end_layout
12910
12911 \begin_layout Standard
12912 The default widths can be changed with the following preamble lines
12913 \end_layout
12914
12915 \begin_layout Standard
12916
12917 \series bold
12918
12919 \backslash
12920 let
12921 \backslash
12922 mytoprule
12923 \backslash
12924 toprule
12925 \begin_inset Newline newline
12926 \end_inset
12927
12928
12929 \backslash
12930 renewcommand{
12931 \backslash
12932 toprule}{
12933 \backslash
12934 mytoprule[width]}
12935 \end_layout
12936
12937 \begin_layout Standard
12938 This example is for the first line, the so called 
12939 \series bold
12940 toprule
12941 \series default
12942 .
12943  If you want to change the width for the last line, replace 
12944 \series bold
12945 toprule
12946 \series default
12947  by 
12948 \series bold
12949 bottomrule
12950 \series default
12951 .
12952  To change the width for the other lines replace 
12953 \series bold
12954 toprule
12955 \series default
12956  by 
12957 \series bold
12958 midrule
12959 \series default
12960 .
12961  You can use all units listed in appendix
12962 \begin_inset space ~
12963 \end_inset
12964
12965
12966 \begin_inset CommandInset ref
12967 LatexCommand ref
12968 reference "cha:Units-available-in"
12969
12970 \end_inset
12971
12972  to set the width.
12973 \end_layout
12974
12975 \begin_layout Standard
12976 Lines that don't span over all table columns can be created by setting a
12977  table line for multicolumn cells.
12978  LyX will then internally use the command 
12979 \series bold
12980
12981 \backslash
12982 cmidrule
12983 \series default
12984  to create this line.
12985  Its full scheme is
12986 \end_layout
12987
12988 \begin_layout Standard
12989
12990 \series bold
12991
12992 \backslash
12993 cmidrule[width](trim){startcol-endcol}
12994 \end_layout
12995
12996 \begin_layout Standard
12997 The options of 
12998 \series bold
12999
13000 \backslash
13001 cmidrule
13002 \series default
13003  are are currently not supported by LyX so you have to use TeX-Code to be
13004  able to use them.
13005  
13006 \series bold
13007
13008 \backslash
13009 cmidrule
13010 \series default
13011 s can manually be created by inserting the command as TeX-Code as first
13012  cell entry of the first cell of a row.
13013  The line is then drawn in the output above the current row.
13014 \end_layout
13015
13016 \begin_layout Standard
13017 The default for the width is 0.03
13018 \begin_inset space \thinspace{}
13019 \end_inset
13020
13021 em.
13022  Startcol is the number of the column where the line starts and endcol the
13023  column number where the line ends.
13024  The endcol always needs to be specified, also when the line should span
13025  only one column.
13026  The optional parameter trim could be either 
13027 \emph on
13028 l{trimwidth}
13029 \emph default
13030 , or 
13031 \emph on
13032 r{trimwidth}
13033 \emph default
13034  where the trimwidth is also optional.
13035  Using for example the parameter 
13036 \emph on
13037 l{2pt}
13038 \emph default
13039  means that the line is trimmed from its left end by 2
13040 \begin_inset space \thinspace{}
13041 \end_inset
13042
13043 pt.
13044  If you don't specify the trimwidth the lines are trimmed by the default
13045  of 0.5
13046 \begin_inset space \thinspace{}
13047 \end_inset
13048
13049 em.
13050 \end_layout
13051
13052 \begin_layout Standard
13053 \begin_inset VSpace bigskip
13054 \end_inset
13055
13056 Table
13057 \begin_inset space ~
13058 \end_inset
13059
13060
13061 \begin_inset CommandInset ref
13062 LatexCommand ref
13063 reference "tab:Example-booktabs-table"
13064
13065 \end_inset
13066
13067  was created using the commands
13068 \end_layout
13069
13070 \begin_layout Standard
13071
13072 \series bold
13073
13074 \backslash
13075 cmidrule(r){2-2}
13076 \backslash
13077 cmidrule(l){3-4}
13078 \end_layout
13079
13080 \begin_layout Standard
13081 at the beginning of the in the second row and
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087
13088 \backslash
13089 cmidrule(l{10pt}){1-1}
13090 \end_layout
13091
13092 \begin_layout Standard
13093 in the sixth row.
13094 \end_layout
13095
13096 \begin_layout Standard
13097 \begin_inset VSpace bigskip
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \begin_layout Standard
13104 You might want to have overlapping 
13105 \series bold
13106
13107 \backslash
13108 cmidrule
13109 \series default
13110 s like in Table
13111 \begin_inset space ~
13112 \end_inset
13113
13114
13115 \begin_inset CommandInset ref
13116 LatexCommand ref
13117 reference "tab:Special-booktabs-table"
13118
13119 \end_inset
13120
13121 .
13122  This can be achieved with the TeX-Code command
13123 \end_layout
13124
13125 \begin_layout Standard
13126
13127 \series bold
13128
13129 \backslash
13130 morecmidrules
13131 \end_layout
13132
13133 \begin_layout Standard
13134 The command that was used for the second row of Table
13135 \begin_inset space ~
13136 \end_inset
13137
13138
13139 \begin_inset CommandInset ref
13140 LatexCommand ref
13141 reference "tab:Special-booktabs-table"
13142
13143 \end_inset
13144
13145  is
13146 \end_layout
13147
13148 \begin_layout Standard
13149
13150 \series bold
13151
13152 \backslash
13153 cmidrule(r){2-2}
13154 \backslash
13155 cmidrule(l){3-4}
13156 \backslash
13157 morecmidrules
13158 \backslash
13159 cmidrule{2-4}
13160 \end_layout
13161
13162 \begin_layout Standard
13163 The command for the sixth row is
13164 \end_layout
13165
13166 \begin_layout Standard
13167
13168 \series bold
13169
13170 \backslash
13171 midrule
13172 \backslash
13173 morecmidrules
13174 \backslash
13175 cmidrule{3-4}
13176 \end_layout
13177
13178 \begin_layout Standard
13179 \begin_inset VSpace bigskip
13180 \end_inset
13181
13182
13183 \end_layout
13184
13185 \begin_layout Standard
13186 If you are anyway not satisfied with the border line spacing, you can use
13187  the following command to produce lines that span over all table columns
13188 \series bold
13189 :
13190 \end_layout
13191
13192 \begin_layout Standard
13193
13194 \series bold
13195
13196 \backslash
13197 specialrule{width}{space above}{space below}
13198 \end_layout
13199
13200 \begin_layout Standard
13201 For more informations about these specialties, we refer to the manual of
13202  the LaTeX-package 
13203 \series bold
13204 booktabs
13205 \series default
13206  
13207 \begin_inset CommandInset citation
13208 LatexCommand cite
13209 key "booktabs"
13210
13211 \end_inset
13212
13213 .
13214 \begin_inset Index
13215 status collapsed
13216
13217 \begin_layout Plain Layout
13218 LaTeX-packages ! booktabs
13219 \end_layout
13220
13221 \end_inset
13222
13223
13224 \end_layout
13225
13226 \begin_layout Standard
13227 \begin_inset Float table
13228 placement h
13229 wide false
13230 sideways false
13231 status open
13232
13233 \begin_layout Plain Layout
13234 \begin_inset Caption
13235
13236 \begin_layout Plain Layout
13237 \begin_inset CommandInset label
13238 LatexCommand label
13239 name "tab:Special-booktabs-table"
13240
13241 \end_inset
13242
13243 Special booktabs-table
13244 \end_layout
13245
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \begin_layout Plain Layout
13252 \align center
13253 \begin_inset Tabular
13254 <lyxtabular version="3" rows="8" columns="4">
13255 <features booktabs="true">
13256 <column alignment="center" valignment="top" width="0">
13257 <column alignment="center" valignment="top" width="0">
13258 <column alignment="center" valignment="top" width="0">
13259 <column alignment="center" valignment="top" width="0">
13260 <row>
13261 <cell alignment="center" valignment="top" topline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 System
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 Medipix
13275 \begin_inset space \thinspace{}
13276 \end_inset
13277
13278 1
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 Medipix
13288 \begin_inset space \thinspace{}
13289 \end_inset
13290
13291 2
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 </row>
13306 <row>
13307 <cell alignment="center" valignment="top" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 \begin_inset ERT
13312 status collapsed
13313
13314 \begin_layout Plain Layout
13315
13316
13317 \backslash
13318 cmidrule(r){2-2}
13319 \end_layout
13320
13321 \end_inset
13322
13323
13324 \begin_inset ERT
13325 status collapsed
13326
13327 \begin_layout Plain Layout
13328
13329
13330 \backslash
13331 cmidrule(l){3-4}
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \begin_inset ERT
13338 status collapsed
13339
13340 \begin_layout Plain Layout
13341
13342
13343 \backslash
13344 morecmidrules 
13345 \end_layout
13346
13347 \end_inset
13348
13349
13350 \begin_inset ERT
13351 status collapsed
13352
13353 \begin_layout Plain Layout
13354
13355
13356 \backslash
13357 cmidrule{2-4}
13358 \end_layout
13359
13360 \end_inset
13361
13362 Detector thickness [µm]
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 300
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 <cell alignment="center" valignment="top" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 300
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 700
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 </row>
13395 <row>
13396 <cell alignment="center" valignment="top" topline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 Edge angle [°]
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 3.55
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 2.71
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 7.99
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 </row>
13433 <row topspace="default">
13434 <cell alignment="center" valignment="top" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 Spatial resolution [µm]
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 4.26
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 10.17
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 10.56
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 </row>
13471 <row topspace="default">
13472 <cell alignment="center" valignment="top" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 MTF at 
13477 \begin_inset Formula $f_{\mathrm{max}}$
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 0.53
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 0.37
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 0.39
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 </row>
13513 <row>
13514 <cell alignment="center" valignment="top" topline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518 \begin_inset ERT
13519 status collapsed
13520
13521 \begin_layout Plain Layout
13522
13523
13524 \backslash
13525 morecmidrules 
13526 \end_layout
13527
13528 \end_inset
13529
13530
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536
13537 \backslash
13538 cmidrule{3-4}
13539 \end_layout
13540
13541 \end_inset
13542
13543 LSF-spatial resolution
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" topline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" topline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 </row>
13576 <row>
13577 <cell alignment="center" valignment="top" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 in Âµm
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 129.7
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 <cell alignment="center" valignment="top" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 52.75
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 50.78
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 </row>
13614 <row>
13615 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 in % of pixel size
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 76.3
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 95.9
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 92.3
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 </row>
13652 </lyxtabular>
13653
13654 \end_inset
13655
13656
13657 \end_layout
13658
13659 \end_inset
13660
13661
13662 \end_layout
13663
13664 \begin_layout Section
13665 Vertical Table Alignment
13666 \begin_inset Index
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670 Table ! Alignment
13671 \end_layout
13672
13673 \end_inset
13674
13675
13676 \end_layout
13677
13678 \begin_layout Standard
13679 To align tables vertically in a text line the table must be inside a box.
13680  The box can then be vertically aligned as described in section
13681 \begin_inset space ~
13682 \end_inset
13683
13684
13685 \begin_inset CommandInset ref
13686 LatexCommand ref
13687 reference "sec:Box-Dialog"
13688
13689 \end_inset
13690
13691 .
13692 \end_layout
13693
13694 \begin_layout Standard
13695 In the following example the tables are inside a minipage
13696 \begin_inset Foot
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700 Minipages are described in section
13701 \begin_inset space ~
13702 \end_inset
13703
13704
13705 \begin_inset CommandInset ref
13706 LatexCommand ref
13707 reference "sec:Minipages"
13708
13709 \end_inset
13710
13711 .
13712 \end_layout
13713
13714 \end_inset
13715
13716  box that has a width of 15
13717 \begin_inset space \thinspace{}
13718 \end_inset
13719
13720 col%:
13721 \end_layout
13722
13723 \begin_layout Itemize
13724 test 
13725 \begin_inset Box Frameless
13726 position "t"
13727 hor_pos "c"
13728 has_inner_box 1
13729 inner_pos "c"
13730 use_parbox 0
13731 width "15col%"
13732 special "none"
13733 height "1in"
13734 height_special "totalheight"
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738 \begin_inset Tabular
13739 <lyxtabular version="3" rows="3" columns="3">
13740 <features>
13741 <column alignment="center" valignment="top" width="0">
13742 <column alignment="center" valignment="top" width="0">
13743 <column alignment="center" valignment="top" width="0">
13744 <row>
13745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 a
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 d
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 g
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 </row>
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 b
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 e
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 h
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 </row>
13802 <row>
13803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 c
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 f
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 i
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 </row>
13831 </lyxtabular>
13832
13833 \end_inset
13834
13835
13836 \end_layout
13837
13838 \end_inset
13839
13840  test 
13841 \begin_inset ERT
13842 status collapsed
13843
13844 \begin_layout Plain Layout
13845
13846
13847 \backslash
13848 raisebox{0.85
13849 \backslash
13850 baselineskip}{
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \begin_inset Box Frameless
13857 position "t"
13858 hor_pos "c"
13859 has_inner_box 1
13860 inner_pos "c"
13861 use_parbox 0
13862 width "15col%"
13863 special "none"
13864 height "1in"
13865 height_special "totalheight"
13866 status collapsed
13867
13868 \begin_layout Plain Layout
13869 \begin_inset Tabular
13870 <lyxtabular version="3" rows="3" columns="3">
13871 <features>
13872 <column alignment="center" valignment="top" width="0">
13873 <column alignment="center" valignment="top" width="0">
13874 <column alignment="center" valignment="top" width="0">
13875 <row>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 a
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 d
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 g
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 </row>
13904 <row>
13905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 b
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 e
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 h
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 </row>
13933 <row>
13934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 c
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 f
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 i
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 </row>
13962 </lyxtabular>
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \end_inset
13970
13971
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977 }
13978 \end_layout
13979
13980 \end_inset
13981
13982
13983 \end_layout
13984
13985 \begin_layout Itemize
13986 test 
13987 \begin_inset Box Frameless
13988 position "c"
13989 hor_pos "c"
13990 has_inner_box 1
13991 inner_pos "c"
13992 use_parbox 0
13993 width "15col%"
13994 special "none"
13995 height "1in"
13996 height_special "totalheight"
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000 \begin_inset Tabular
14001 <lyxtabular version="3" rows="3" columns="3">
14002 <features>
14003 <column alignment="center" valignment="top" width="0">
14004 <column alignment="center" valignment="top" width="0">
14005 <column alignment="center" valignment="top" width="0">
14006 <row>
14007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 a
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 d
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 g
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 </row>
14035 <row>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 b
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 e
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 h
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 </row>
14064 <row>
14065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 c
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 f
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 i
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 </row>
14093 </lyxtabular>
14094
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \end_inset
14101
14102
14103 \end_layout
14104
14105 \begin_layout Itemize
14106 test 
14107 \begin_inset Box Frameless
14108 position "b"
14109 hor_pos "c"
14110 has_inner_box 1
14111 inner_pos "c"
14112 use_parbox 0
14113 width "15col%"
14114 special "none"
14115 height "1in"
14116 height_special "totalheight"
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120 \begin_inset Tabular
14121 <lyxtabular version="3" rows="3" columns="3">
14122 <features>
14123 <column alignment="center" valignment="top" width="0">
14124 <column alignment="center" valignment="top" width="0">
14125 <column alignment="center" valignment="top" width="0">
14126 <row>
14127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 a
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 d
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 g
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 </row>
14155 <row>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 b
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 e
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 h
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 c
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 f
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 i
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 </row>
14213 </lyxtabular>
14214
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \end_inset
14221
14222  test 
14223 \begin_inset ERT
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227
14228
14229 \backslash
14230 raisebox{-0.32
14231 \backslash
14232 baselineskip}{
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \begin_inset Box Frameless
14239 position "b"
14240 hor_pos "c"
14241 has_inner_box 1
14242 inner_pos "c"
14243 use_parbox 0
14244 width "15col%"
14245 special "none"
14246 height "1in"
14247 height_special "totalheight"
14248 status collapsed
14249
14250 \begin_layout Plain Layout
14251 \begin_inset Tabular
14252 <lyxtabular version="3" rows="3" columns="3">
14253 <features>
14254 <column alignment="center" valignment="top" width="0">
14255 <column alignment="center" valignment="top" width="0">
14256 <column alignment="center" valignment="top" width="0">
14257 <row>
14258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 a
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 d
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280 g
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 </row>
14286 <row>
14287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 b
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 e
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 h
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 </row>
14315 <row>
14316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 c
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 f
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 i
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 </row>
14344 </lyxtabular>
14345
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352
14353
14354 \begin_inset ERT
14355 status collapsed
14356
14357 \begin_layout Plain Layout
14358
14359 }
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Standard
14368 As you can see, the content of the first and last table row is not correctly
14369  aligned with the text line where the table is in.
14370  To get this alignment, the minipage box must be set into a raisebox
14371 \begin_inset Foot
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375 Raiseboxes are described in section
14376 \begin_inset space ~
14377 \end_inset
14378
14379
14380 \begin_inset CommandInset ref
14381 LatexCommand ref
14382 reference "sub:Vertical-Alignment"
14383
14384 \end_inset
14385
14386 .
14387 \end_layout
14388
14389 \end_inset
14390
14391 .
14392  In the example above the second table in the first item is aligned using
14393  the TeX-Code-command
14394 \end_layout
14395
14396 \begin_layout Standard
14397
14398 \series bold
14399
14400 \backslash
14401 raisebox{0.85
14402 \backslash
14403 baselineskip}{
14404 \end_layout
14405
14406 \begin_layout Standard
14407 before the box.
14408  Behind the box the closing brace 
14409 \series bold
14410 }
14411 \series default
14412  is inserted as TeX-Code.
14413  For the second table in the last item the command
14414 \end_layout
14415
14416 \begin_layout Standard
14417
14418 \series bold
14419
14420 \backslash
14421 raisebox{-0.32
14422 \backslash
14423 baselineskip}{
14424 \end_layout
14425
14426 \begin_layout Standard
14427 is used.
14428 \end_layout
14429
14430 \begin_layout Standard
14431 \begin_inset Note Greyedout
14432 status open
14433
14434 \begin_layout Plain Layout
14435
14436 \series bold
14437 Note:
14438 \series default
14439  The alignment of the table row content to the surrounding text line is
14440  not exact.
14441  The needed factor of the 
14442 \series bold
14443
14444 \backslash
14445 raisebox
14446 \series default
14447  command for this alignment depends on the document font, the font size,
14448  and the table line thickness.
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Section
14457 Colored Tables
14458 \begin_inset CommandInset label
14459 LatexCommand label
14460 name "sec:Colored-Tables"
14461
14462 \end_inset
14463
14464
14465 \begin_inset Index
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469 Table ! Color
14470 \end_layout
14471
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \begin_layout Subsection
14478 Colored Cells
14479 \begin_inset Index
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 Table Color ! for Cells
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \begin_inset Index
14490 status collapsed
14491
14492 \begin_layout Plain Layout
14493 Color ! for Table Cells
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \begin_layout Standard
14502 \begin_inset Float table
14503 placement h
14504 wide false
14505 sideways false
14506 status open
14507
14508 \begin_layout Plain Layout
14509 \begin_inset Caption
14510
14511 \begin_layout Plain Layout
14512 \begin_inset CommandInset label
14513 LatexCommand label
14514 name "tab:Table-colored-without"
14515
14516 \end_inset
14517
14518 Table colored without using the package 
14519 \series bold
14520 colortbl
14521 \series default
14522
14523 \begin_inset OptArg
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527 Table without colortbl
14528 \end_layout
14529
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \begin_layout Plain Layout
14541 \align center
14542 \begin_inset Tabular
14543 <lyxtabular version="3" rows="3" columns="3">
14544 <features>
14545 <column alignment="center" valignment="top" width="0">
14546 <column alignment="center" valignment="top" width="0">
14547 <column alignment="center" valignment="top" width="0">
14548 <row>
14549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553
14554 \color green
14555 a
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564
14565 \color red
14566 b
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575
14576 \color red
14577 c
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 </row>
14583 <row>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588
14589 \color green
14590 d
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \color blue
14601 e
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610
14611 \color blue
14612 f
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 </row>
14618 <row>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623
14624 \color green
14625 g
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634
14635 \color blue
14636 h
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645
14646 \color blue
14647 i
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 </lyxtabular>
14654
14655 \end_inset
14656
14657
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \end_layout
14664
14665 \begin_layout Standard
14666 If you only need colored text, mark the cells and choose a color in the
14667  menu 
14668 \family sans
14669 Edit\SpecialChar \menuseparator
14670 Text
14671 \begin_inset space ~
14672 \end_inset
14673
14674 Style
14675 \family default
14676 .
14677  This was used to create Table
14678 \begin_inset space ~
14679 \end_inset
14680
14681
14682 \begin_inset CommandInset ref
14683 LatexCommand ref
14684 reference "tab:Table-colored-without"
14685
14686 \end_inset
14687
14688 .
14689  In any other case you have to use the LaTeX-package 
14690 \series bold
14691 colortbl
14692 \series default
14693 .
14694 \begin_inset Index
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698 LaTeX-packages ! colortbl
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 \begin_inset ERT
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711
14712
14713 \backslash
14714 ifcolortbl
14715 \end_layout
14716
14717 \end_inset
14718
14719
14720 \begin_inset Note Note
14721 status open
14722
14723 \begin_layout Plain Layout
14724 The following section part will only be displayed when the LaTeX-package
14725  
14726 \series bold
14727 colortbl
14728 \series default
14729  is installed.
14730 \end_layout
14731
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \begin_layout Standard
14738 To create colored tables, 
14739 \series bold
14740 colortbl
14741 \series default
14742  must be loaded in the preamble with the line
14743 \end_layout
14744
14745 \begin_layout Standard
14746
14747 \series bold
14748
14749 \backslash
14750 usepackage{colortbl}
14751 \end_layout
14752
14753 \begin_layout Standard
14754 The color of a column is adjusted with the command
14755 \end_layout
14756
14757 \begin_layout Standard
14758
14759 \series bold
14760
14761 \backslash
14762 columncolor{name of color}
14763 \end_layout
14764
14765 \begin_layout Standard
14766 inside the command 
14767 \series bold
14768 >{ }
14769 \series default
14770 .
14771  More about the command 
14772 \series bold
14773 >{}
14774 \series default
14775  is described in section
14776 \begin_inset space ~
14777 \end_inset
14778
14779
14780 \begin_inset CommandInset ref
14781 LatexCommand ref
14782 reference "sub:Multicolumn-Calculations"
14783
14784 \end_inset
14785
14786 .
14787 \end_layout
14788
14789 \begin_layout Standard
14790 The following color names are predefined:
14791 \end_layout
14792
14793 \begin_layout Standard
14794
14795 \family sans
14796 red
14797 \family default
14798
14799 \family sans
14800 green
14801 \family default
14802
14803 \family sans
14804 yellow
14805 \family default
14806
14807 \family sans
14808 blue
14809 \family default
14810
14811 \family sans
14812 cyan
14813 \family default
14814
14815 \family sans
14816 magenta
14817 \family default
14818
14819 \family sans
14820 black
14821 \family default
14822  and 
14823 \family sans
14824 white
14825 \end_layout
14826
14827 \begin_layout Standard
14828 \begin_inset VSpace medskip
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \begin_layout Standard
14835 You can also define your own color with the command
14836 \end_layout
14837
14838 \begin_layout Standard
14839
14840 \series bold
14841
14842 \backslash
14843 definecolor{color name}{color model}{color values}
14844 \end_layout
14845
14846 \begin_layout Standard
14847 The color model can be
14848 \end_layout
14849
14850 \begin_layout Labeling
14851 \labelwidthstring 00.00.0000
14852 cmyk: cyan, magenta, yellow, black
14853 \end_layout
14854
14855 \begin_layout Labeling
14856 \labelwidthstring 00.00.0000
14857 rgb: red, green blue
14858 \end_layout
14859
14860 \begin_layout Labeling
14861 \labelwidthstring 00.00.0000
14862 gray gray
14863 \end_layout
14864
14865 \begin_layout Standard
14866 and the color values are comma separated numbers between 0 and 1 describing
14867  the factor for the corresponding color of the color model.
14868 \end_layout
14869
14870 \begin_layout Standard
14871 You can e.g.
14872 \begin_inset space \space{}
14873 \end_inset
14874
14875 define the color "
14876 \emph on
14877 darkgreen
14878 \emph default
14879 " in the preamble with
14880 \end_layout
14881
14882 \begin_layout Standard
14883
14884 \series bold
14885
14886 \backslash
14887 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14888 \end_layout
14889
14890 \begin_layout Standard
14891 and the color "
14892 \emph on
14893 lightgray
14894 \emph default
14895 " with
14896 \end_layout
14897
14898 \begin_layout Standard
14899
14900 \series bold
14901
14902 \backslash
14903 definecolor{lightgray}{gray}{0.8}
14904 \end_layout
14905
14906 \begin_layout Standard
14907 \begin_inset VSpace medskip
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \begin_layout Standard
14914 Lines are colored with the command
14915 \end_layout
14916
14917 \begin_layout Standard
14918
14919 \series bold
14920
14921 \backslash
14922 rowcolor{name of color}
14923 \end_layout
14924
14925 \begin_layout Standard
14926 and cells are colored with the command
14927 \end_layout
14928
14929 \begin_layout Standard
14930
14931 \series bold
14932
14933 \backslash
14934 cellcolor{name of color}
14935 \end_layout
14936
14937 \begin_layout Standard
14938 Both commands are inserted at the beginning of a cell as TeX-Code.
14939 \end_layout
14940
14941 \begin_layout Standard
14942 To color characters in the table, mark the cells and use the LyX menu 
14943 \family sans
14944 Edit\SpecialChar \menuseparator
14945 Text
14946 \begin_inset space ~
14947 \end_inset
14948
14949 Style
14950 \family default
14951 .
14952  If a cell contains TeX-Code mark only the characters, otherwise the colored
14953  TeX-Code will cause LaTeX-errors.
14954 \end_layout
14955
14956 \begin_layout Standard
14957 \begin_inset Note Greyedout
14958 status open
14959
14960 \begin_layout Plain Layout
14961
14962 \series bold
14963 Note:
14964 \series default
14965  Not all DVI-viewers are able to display self-defined colors.
14966 \end_layout
14967
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \begin_layout Standard
14974 \begin_inset VSpace bigskip
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 To create Table
14982 \begin_inset space ~
14983 \end_inset
14984
14985
14986 \begin_inset CommandInset ref
14987 LatexCommand ref
14988 reference "tab:Table-colored-using"
14989
14990 \end_inset
14991
14992  do the following: The color of the first column should be 
14993 \emph on
14994 darkgreen
14995 \emph default
14996 .
14997  So insert
14998 \end_layout
14999
15000 \begin_layout Standard
15001
15002 \series bold
15003 >{
15004 \backslash
15005 columncolor{darkgreen}
15006 \backslash
15007 centering}c
15008 \end_layout
15009
15010 \begin_layout Standard
15011 as LaTeX-argument for this column.
15012  The first row should be blue, therefore the TeX-Code command
15013 \end_layout
15014
15015 \begin_layout Standard
15016
15017 \series bold
15018
15019 \backslash
15020 rowcolow{cyan}
15021 \end_layout
15022
15023 \begin_layout Standard
15024 is inserted to the first cell of this row.
15025  Note that this overwrites the column color for the first cell.
15026  The last cell of the last row is colored magenta by inserting the TeX-Code
15027  command
15028 \end_layout
15029
15030 \begin_layout Standard
15031
15032 \series bold
15033
15034 \backslash
15035 cellcolor{magenta}
15036 \end_layout
15037
15038 \begin_layout Standard
15039 The characters could now be colored using the menu 
15040 \family sans
15041 Edit\SpecialChar \menuseparator
15042 Text
15043 \begin_inset space ~
15044 \end_inset
15045
15046 Style
15047 \family default
15048 .
15049 \end_layout
15050
15051 \begin_layout Standard
15052 \begin_inset Float table
15053 placement h
15054 wide false
15055 sideways false
15056 status open
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Caption
15060
15061 \begin_layout Plain Layout
15062 \begin_inset CommandInset label
15063 LatexCommand label
15064 name "tab:Table-colored-using"
15065
15066 \end_inset
15067
15068 Table colored using the package 
15069 \series bold
15070 colortbl
15071 \series default
15072
15073 \begin_inset OptArg
15074 status collapsed
15075
15076 \begin_layout Plain Layout
15077 Table with colortbl
15078 \end_layout
15079
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \begin_layout Plain Layout
15091 \align center
15092 \begin_inset Tabular
15093 <lyxtabular version="3" rows="3" columns="3">
15094 <features>
15095 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15096 <column alignment="center" valignment="top" width="0">
15097 <column alignment="center" valignment="top" width="0">
15098 <row>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 rowcolor{cyan}
15111 \end_layout
15112
15113 \end_inset
15114
15115
15116 \color magenta
15117 a
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \color red
15128 b
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \color red
15139 c
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150
15151 \color yellow
15152 d
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161
15162 \color blue
15163 e
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \color blue
15174 f
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row>
15181 <cell alignment="center" valignment="top" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185
15186 \color yellow
15187 g
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \color blue
15198 h
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 \begin_inset ERT
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211
15212
15213 \backslash
15214 cellcolor{magenta}
15215 \end_layout
15216
15217 \end_inset
15218
15219
15220 \color green
15221 i
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 </row>
15227 </lyxtabular>
15228
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \begin_layout Standard
15240 \begin_inset ERT
15241 status collapsed
15242
15243 \begin_layout Plain Layout
15244
15245
15246 \backslash
15247 else
15248 \end_layout
15249
15250 \end_inset
15251
15252
15253 \begin_inset Note Note
15254 status open
15255
15256 \begin_layout Plain Layout
15257 The following will be displayed when the LaTeX-package 
15258 \series bold
15259 colortbl
15260 \series default
15261  is not installed:
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \begin_layout Standard
15270 You need to install the package 
15271 \series bold
15272 colortbl
15273 \series default
15274  to see the content of this section in the output.
15275 \end_layout
15276
15277 \begin_layout Standard
15278 \begin_inset ERT
15279 status collapsed
15280
15281 \begin_layout Plain Layout
15282
15283
15284 \backslash
15285 fi
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \begin_layout Subsection
15294 Colored Lines
15295 \begin_inset Index
15296 status collapsed
15297
15298 \begin_layout Plain Layout
15299 Table Color ! for Lines
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \begin_inset Index
15306 status collapsed
15307
15308 \begin_layout Plain Layout
15309 Color ! for Table Lines
15310 \end_layout
15311
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \begin_layout Standard
15318 As described in section
15319 \begin_inset space ~
15320 \end_inset
15321
15322
15323 \begin_inset CommandInset ref
15324 LatexCommand ref
15325 reference "sub:Line-Thickness"
15326
15327 \end_inset
15328
15329 , the line thickness for all lines in a table can be adjusted with the length
15330  
15331 \series bold
15332
15333 \backslash
15334 arrayrulewidth
15335 \series default
15336 .
15337  It is set to 1.5
15338 \begin_inset space \thinspace{}
15339 \end_inset
15340
15341 pt for all tables of this section.
15342 \begin_inset ERT
15343 status collapsed
15344
15345 \begin_layout Plain Layout
15346
15347
15348 \backslash
15349 setlength{
15350 \backslash
15351 arrayrulewidth}{1.5pt}
15352 \end_layout
15353
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \begin_layout Standard
15360 To color vertical lines for example with green, create the following column
15361  format in the document preamble, according to the description in section
15362 \begin_inset space ~
15363 \end_inset
15364
15365
15366 \begin_inset CommandInset ref
15367 LatexCommand ref
15368 reference "sub:Customized-Format"
15369
15370 \end_inset
15371
15372 :
15373 \end_layout
15374
15375 \begin_layout Standard
15376
15377 \series bold
15378
15379 \backslash
15380 newcolumntype{W}{!{
15381 \backslash
15382 color{green}
15383 \backslash
15384 vline}}
15385 \end_layout
15386
15387 \begin_layout Standard
15388 For Table
15389 \begin_inset space ~
15390 \end_inset
15391
15392
15393 \begin_inset CommandInset ref
15394 LatexCommand ref
15395 reference "tab:Table-with-vertical-colored"
15396
15397 \end_inset
15398
15399  the LaTeX-argument
15400 \series bold
15401  WcW
15402 \series default
15403  was used for the last column and
15404 \series bold
15405  Wc
15406 \series default
15407  for the other columns.
15408 \end_layout
15409
15410 \begin_layout Standard
15411 If you want to have several colors, define more column formats.
15412 \end_layout
15413
15414 \begin_layout Standard
15415 \begin_inset Float table
15416 placement h
15417 wide false
15418 sideways false
15419 status open
15420
15421 \begin_layout Plain Layout
15422 \begin_inset Caption
15423
15424 \begin_layout Plain Layout
15425 \begin_inset CommandInset label
15426 LatexCommand label
15427 name "tab:Table-with-vertical-colored"
15428
15429 \end_inset
15430
15431 Table with colored vertical lines
15432 \end_layout
15433
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \begin_layout Plain Layout
15440 \align center
15441 \begin_inset Tabular
15442 <lyxtabular version="3" rows="3" columns="3">
15443 <features>
15444 <column alignment="center" valignment="top" width="0" special="Wc">
15445 <column alignment="center" valignment="top" width="0" special="Wc">
15446 <column alignment="center" valignment="top" width="0" special="WcW">
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452 sd
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 </row>
15476 <row>
15477 <cell alignment="center" valignment="top" topline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" topline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490 sd
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 sd
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 </row>
15534 </lyxtabular>
15535
15536 \end_inset
15537
15538
15539 \end_layout
15540
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \begin_layout Standard
15547 \begin_inset VSpace bigskip
15548 \end_inset
15549
15550 To color horizontal lines for example with red, like in Table
15551 \begin_inset space ~
15552 \end_inset
15553
15554
15555 \begin_inset CommandInset ref
15556 LatexCommand ref
15557 reference "tab:Table-with-horizontal-colored"
15558
15559 \end_inset
15560
15561 , insert these commands in TeX-Code before the table or table float:
15562 \end_layout
15563
15564 \begin_layout Standard
15565
15566 \series bold
15567
15568 \backslash
15569 let
15570 \backslash
15571 myHlineC
15572 \backslash
15573 hline
15574 \begin_inset Newline newline
15575 \end_inset
15576
15577
15578 \backslash
15579 renewcommand{
15580 \backslash
15581 hline}
15582 \begin_inset Newline newline
15583 \end_inset
15584
15585
15586 \begin_inset ERT
15587 status collapsed
15588
15589 \begin_layout Plain Layout
15590
15591
15592 \backslash
15593 hphantom{ }
15594 \end_layout
15595
15596 \end_inset
15597
15598 {
15599 \backslash
15600 arrayrulecolor{red}
15601 \backslash
15602 myHlineC
15603 \backslash
15604 arrayrulecolor{black}}
15605 \end_layout
15606
15607 \begin_layout Standard
15608 \begin_inset ERT
15609 status collapsed
15610
15611 \begin_layout Plain Layout
15612
15613
15614 \backslash
15615 let
15616 \backslash
15617 myHlineC
15618 \backslash
15619 hline
15620 \end_layout
15621
15622 \begin_layout Plain Layout
15623
15624
15625 \backslash
15626 renewcommand{
15627 \backslash
15628 hline}
15629 \end_layout
15630
15631 \begin_layout Plain Layout
15632
15633  {
15634 \backslash
15635 arrayrulecolor{red}
15636 \backslash
15637 myHlineC
15638 \backslash
15639 arrayrulecolor{black}}
15640 \end_layout
15641
15642 \end_inset
15643
15644
15645 \begin_inset Float table
15646 placement h
15647 wide false
15648 sideways false
15649 status open
15650
15651 \begin_layout Plain Layout
15652 \begin_inset Caption
15653
15654 \begin_layout Plain Layout
15655 \begin_inset CommandInset label
15656 LatexCommand label
15657 name "tab:Table-with-horizontal-colored"
15658
15659 \end_inset
15660
15661 Table with colored horizontal lines
15662 \end_layout
15663
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \begin_layout Plain Layout
15670 \align center
15671 \begin_inset Tabular
15672 <lyxtabular version="3" rows="3" columns="3">
15673 <features>
15674 <column alignment="center" valignment="top" width="0">
15675 <column alignment="center" valignment="top" width="0">
15676 <column alignment="center" valignment="top" width="0">
15677 <row>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682 sd
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 </row>
15706 <row>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 sd
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 sd
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 </lyxtabular>
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \begin_layout Standard
15777 To return to the default line color black, insert this command in TeX-Code
15778  behind the table or table float:
15779 \end_layout
15780
15781 \begin_layout Standard
15782
15783 \series bold
15784
15785 \backslash
15786 renewcommand{
15787 \backslash
15788 hline}{
15789 \backslash
15790 myHlineC}
15791 \end_layout
15792
15793 \begin_layout Standard
15794 Table
15795 \begin_inset space ~
15796 \end_inset
15797
15798
15799 \begin_inset CommandInset ref
15800 LatexCommand ref
15801 reference "tab:Table-with-colored"
15802
15803 \end_inset
15804
15805  is an example with colored vertical and horizontal lines.
15806 \end_layout
15807
15808 \begin_layout Standard
15809 \begin_inset Float table
15810 placement h
15811 wide false
15812 sideways false
15813 status open
15814
15815 \begin_layout Plain Layout
15816 \begin_inset Caption
15817
15818 \begin_layout Plain Layout
15819 \begin_inset CommandInset label
15820 LatexCommand label
15821 name "tab:Table-with-colored"
15822
15823 \end_inset
15824
15825 Table with colored lines
15826 \end_layout
15827
15828 \end_inset
15829
15830
15831 \end_layout
15832
15833 \begin_layout Plain Layout
15834 \align center
15835 \begin_inset Tabular
15836 <lyxtabular version="3" rows="3" columns="3">
15837 <features>
15838 <column alignment="center" valignment="top" width="0" special="Wc">
15839 <column alignment="center" valignment="top" width="0" special="Wc">
15840 <column alignment="center" valignment="top" width="0" special="WcW">
15841 <row>
15842 <cell alignment="center" valignment="top" topline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 sd
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" topline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 </row>
15870 <row>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 sd
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 </row>
15899 <row topspace="default">
15900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 sd
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 </lyxtabular>
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Standard
15941 \begin_inset ERT
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945
15946
15947 \backslash
15948 renewcommand{
15949 \backslash
15950 hline}{
15951 \backslash
15952 myHlineC}
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Standard
15961 \begin_inset ERT
15962 status collapsed
15963
15964 \begin_layout Plain Layout
15965
15966
15967 \backslash
15968 setlength{
15969 \backslash
15970 arrayrulewidth}{0.4pt}
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Section
15979 Table Customization
15980 \begin_inset Index
15981 status collapsed
15982
15983 \begin_layout Plain Layout
15984 Table Customization
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \begin_inset Index
15991 status collapsed
15992
15993 \begin_layout Plain Layout
15994 Table ! Customization
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Subsection
16003 Row Spacing
16004 \begin_inset CommandInset label
16005 LatexCommand label
16006 name "sub:Row-Spacing"
16007
16008 \end_inset
16009
16010
16011 \begin_inset Index
16012 status collapsed
16013
16014 \begin_layout Plain Layout
16015 Table Customization ! Row Spacing
16016 \end_layout
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \begin_layout Standard
16024 You can add vertical space to table rows in the 
16025 \family sans
16026 Borders
16027 \family default
16028  tab of the table dialog.
16029  You find there three possibilities:
16030 \end_layout
16031
16032 \begin_layout Description
16033 Top
16034 \begin_inset space ~
16035 \end_inset
16036
16037 of
16038 \begin_inset space ~
16039 \end_inset
16040
16041 row will add space above the characters of the table row.
16042  If the table is a formal table
16043 \begin_inset Foot
16044 status collapsed
16045
16046 \begin_layout Plain Layout
16047 Formal tables are explained in section
16048 \begin_inset space ~
16049 \end_inset
16050
16051
16052 \begin_inset CommandInset ref
16053 LatexCommand ref
16054 reference "sec:Formal-Tables"
16055
16056 \end_inset
16057
16058 .
16059 \end_layout
16060
16061 \end_inset
16062
16063  LyX will insert as default 0.5
16064 \begin_inset space \thinspace{}
16065 \end_inset
16066
16067 em space.
16068  For normal tables the inserted space will unfortunately destroy the vertical
16069  table lines as in the following table:
16070 \begin_inset VSpace medskip
16071 \end_inset
16072
16073
16074 \begin_inset Newline newline
16075 \end_inset
16076
16077
16078 \begin_inset space \hspace*{}
16079 \length 0pt
16080 \end_inset
16081
16082
16083 \begin_inset space \hfill{}
16084 \end_inset
16085
16086
16087 \begin_inset Tabular
16088 <lyxtabular version="3" rows="3" columns="1">
16089 <features>
16090 <column alignment="center" valignment="top" width="0">
16091 <row>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 A
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row topspace="3mm">
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 3
16108 \begin_inset space \thinspace{}
16109 \end_inset
16110
16111 mm space top of row
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 </row>
16117 <row>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 C
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 </lyxtabular>
16129
16130 \end_inset
16131
16132
16133 \begin_inset space \hfill{}
16134 \end_inset
16135
16136
16137 \begin_inset space \hspace*{}
16138 \length 0pt
16139 \end_inset
16140
16141
16142 \begin_inset VSpace medskip
16143 \end_inset
16144
16145
16146 \begin_inset Newline newline
16147 \end_inset
16148
16149 So inserting space to the top of row for normal tables is only useful when
16150  you don't have vertical lines.
16151 \end_layout
16152
16153 \begin_layout Description
16154 Bottom
16155 \begin_inset space ~
16156 \end_inset
16157
16158 of
16159 \begin_inset space ~
16160 \end_inset
16161
16162 row will add space below the characters of the table row.
16163  If the table is a formal table LyX will insert as default 0.5
16164 \begin_inset space \thinspace{}
16165 \end_inset
16166
16167 em space, for normal tables the default size is 2
16168 \begin_inset space \thinspace{}
16169 \end_inset
16170
16171 pt.
16172 \end_layout
16173
16174 \begin_layout Description
16175 Between
16176 \begin_inset space ~
16177 \end_inset
16178
16179 rows adds space between the current and the following row.
16180  If the table is a formal table LyX will insert as default 0.5
16181 \begin_inset space \thinspace{}
16182 \end_inset
16183
16184 em space.
16185  For normal tables the inserted space will unfortunately destroy the vertical
16186  table lines as in the following table:
16187 \begin_inset VSpace medskip
16188 \end_inset
16189
16190
16191 \begin_inset Newline newline
16192 \end_inset
16193
16194
16195 \begin_inset space \hspace*{}
16196 \length 0pt
16197 \end_inset
16198
16199
16200 \begin_inset space \hfill{}
16201 \end_inset
16202
16203
16204 \begin_inset Tabular
16205 <lyxtabular version="3" rows="3" columns="1">
16206 <features>
16207 <column alignment="center" valignment="top" width="0">
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 A
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row interlinespace="3mm">
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 \begin_inset Formula $\downarrow$
16225 \end_inset
16226
16227  3
16228 \begin_inset space \thinspace{}
16229 \end_inset
16230
16231 mm space between row 
16232 \begin_inset Formula $\downarrow$
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 \begin_inset Formula $\uparrow$
16247 \end_inset
16248
16249  3
16250 \begin_inset space \thinspace{}
16251 \end_inset
16252
16253 mm space between row 
16254 \begin_inset Formula $\uparrow$
16255 \end_inset
16256
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 </lyxtabular>
16264
16265 \end_inset
16266
16267
16268 \begin_inset space \hfill{}
16269 \end_inset
16270
16271
16272 \begin_inset space \hspace*{}
16273 \length 0pt
16274 \end_inset
16275
16276
16277 \begin_inset VSpace medskip
16278 \end_inset
16279
16280
16281 \begin_inset Newline newline
16282 \end_inset
16283
16284 So inserting space between rows for normal tables is only useful when you
16285  don't have vertical lines.
16286 \end_layout
16287
16288 \begin_layout Standard
16289 \begin_inset VSpace bigskip
16290 \end_inset
16291
16292 When you want to add extra height to all cells of all tables, you can do
16293  this with the following preamble lines:
16294 \end_layout
16295
16296 \begin_layout Standard
16297
16298 \series bold
16299
16300 \backslash
16301 @ifundefined{extrarowheight}
16302 \begin_inset Newline newline
16303 \end_inset
16304
16305
16306 \begin_inset ERT
16307 status collapsed
16308
16309 \begin_layout Plain Layout
16310
16311
16312 \backslash
16313 hphantom{ }
16314 \end_layout
16315
16316 \end_inset
16317
16318 {
16319 \backslash
16320 usepackage{array}}{}
16321 \begin_inset Newline newline
16322 \end_inset
16323
16324
16325 \backslash
16326 setlength{
16327 \backslash
16328 extrarowheight}{height}
16329 \end_layout
16330
16331 \begin_layout Standard
16332 But this has the disadvantage that the cell texts are no longer exactly
16333  vertically centered.
16334  (The package 
16335 \series bold
16336 array
16337 \series default
16338  will be loaded automatically by LyX when you use self defined table formats.
16339  To avoid that it is loaded twice the command 
16340 \series bold
16341
16342 \backslash
16343 @ifundefined
16344 \series default
16345  is used in the above command.)
16346 \end_layout
16347
16348 \begin_layout Subsection
16349 Special Cell Alignment
16350 \begin_inset Index
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354 Table Customization ! Special Cell Alignment
16355 \end_layout
16356
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \begin_layout Standard
16363 Sometimes it looks better when the cell entries of a column are aligned
16364  with a special character, e.g.
16365 \begin_inset space \space{}
16366 \end_inset
16367
16368 with the decimal separator as in Table
16369 \begin_inset space ~
16370 \end_inset
16371
16372
16373 \begin_inset CommandInset ref
16374 LatexCommand ref
16375 reference "tab:Table-cells-of"
16376
16377 \end_inset
16378
16379 .
16380 \end_layout
16381
16382 \begin_layout Standard
16383 \begin_inset Float table
16384 placement h
16385 wide false
16386 sideways false
16387 status open
16388
16389 \begin_layout Plain Layout
16390 \begin_inset Caption
16391
16392 \begin_layout Plain Layout
16393 \begin_inset CommandInset label
16394 LatexCommand label
16395 name "tab:Table-cells-of"
16396
16397 \end_inset
16398
16399 Table cells of a column aligned with the decimal separator.
16400 \end_layout
16401
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \begin_layout Plain Layout
16408 \align center
16409 \begin_inset Tabular
16410 <lyxtabular version="3" rows="4" columns="2">
16411 <features>
16412 <column alignment="right" valignment="top" width="0">
16413 <column alignment="left" valignment="top" width="0" special="@{}l">
16414 <row>
16415 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 heading
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 <row>
16435 <cell alignment="center" valignment="top" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 12.
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 6
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 0.
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 68
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 -123.
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 0
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 </lyxtabular>
16495
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \end_inset
16502
16503
16504 \end_layout
16505
16506 \begin_layout Standard
16507 This table was created with a 4×2 table.
16508  The heading is a centered multicolumn.
16509  The first column is right-aligned and contains the digits before the decimal
16510  point and the decimal point.
16511  The second column is left aligned and contains the digits after the decimal
16512  point.
16513  To omit the space that is normally between two table columns, use the following
16514  LaTeX-argument for the second column:
16515 \end_layout
16516
16517 \begin_layout Standard
16518
16519 \series bold
16520 @{}l
16521 \end_layout
16522
16523 \begin_layout Standard
16524 Table
16525 \begin_inset space ~
16526 \end_inset
16527
16528
16529 \begin_inset CommandInset ref
16530 LatexCommand ref
16531 reference "tab:Several-table-cell"
16532
16533 \end_inset
16534
16535  shows some example alignments.
16536  For the alignment with the relation sign, you must add the second smallest
16537  math-space at the beginning of the last column to get the correct space
16538  surrounding the relation sign.
16539 \end_layout
16540
16541 \begin_layout Standard
16542 \begin_inset Float table
16543 wide false
16544 sideways false
16545 status open
16546
16547 \begin_layout Plain Layout
16548 \begin_inset Caption
16549
16550 \begin_layout Plain Layout
16551 \begin_inset CommandInset label
16552 LatexCommand label
16553 name "tab:Several-table-cell"
16554
16555 \end_inset
16556
16557 Several table cell alignments.
16558 \end_layout
16559
16560 \end_inset
16561
16562
16563 \end_layout
16564
16565 \begin_layout Plain Layout
16566 \align center
16567 \begin_inset Tabular
16568 <lyxtabular version="3" rows="4" columns="6">
16569 <features>
16570 <column alignment="right" valignment="top" width="0">
16571 <column alignment="left" valignment="top" width="0" special="@{}l">
16572 <column alignment="right" valignment="top" width="0">
16573 <column alignment="left" valignment="top" width="0" special="@{}l">
16574 <column alignment="right" valignment="top" width="0">
16575 <column alignment="left" valignment="top" width="0" special="@{}l">
16576 <row>
16577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 units
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 exponents
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 relations
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="center" valignment="top" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 12×
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 24
16647 \begin_inset space \thinspace{}
16648 \end_inset
16649
16650 bottles
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 \begin_inset Formula $10\cdot$
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 \begin_inset Formula $10^{\mbox{-}17}$
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\Gamma(t)\propto$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\:\Upsilon(t)$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 1024×
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 768
16719 \begin_inset space \thinspace{}
16720 \end_inset
16721
16722 Pixels
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 \begin_inset Formula $5.78\cdot$
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 \begin_inset Formula $10^{7}$
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset Formula $A\ne$
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $\: B_{\mathrm{red}}$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="center" valignment="top" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 32×
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 6
16791 \begin_inset space \thinspace{}
16792 \end_inset
16793
16794 cm
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 -
16804 \begin_inset Formula $33.5\cdot$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $10^{4}$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Formula $\sin(\alpha)\ge$
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $\:\sin(\beta)$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 </lyxtabular>
16850
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \begin_layout Standard
16862 \begin_inset VSpace bigskip
16863 \end_inset
16864
16865 There is also the LaTeX-package 
16866 \series bold
16867 dcolumn
16868 \series default
16869
16870 \begin_inset Index
16871 status collapsed
16872
16873 \begin_layout Plain Layout
16874 LaTeX-packages ! dcolumn
16875 \end_layout
16876
16877 \end_inset
16878
16879  that provides table cell alignments.
16880  But this unfortunately treats the cell entries as math and doesn't allow
16881  formulas in table cells: The first column of Table
16882 \begin_inset space ~
16883 \end_inset
16884
16885
16886 \begin_inset CommandInset ref
16887 LatexCommand ref
16888 reference "tab:Several-table-cell"
16889
16890 \end_inset
16891
16892  will look with 
16893 \series bold
16894 dcolumn
16895 \series default
16896  like the first column in Table
16897 \begin_inset space ~
16898 \end_inset
16899
16900
16901 \begin_inset CommandInset ref
16902 LatexCommand ref
16903 reference "tab:Alignments-when"
16904
16905 \end_inset
16906
16907  and only with some tricks like the expected.
16908  The alignment of the second and third column of Table
16909 \begin_inset space ~
16910 \end_inset
16911
16912
16913 \begin_inset CommandInset ref
16914 LatexCommand ref
16915 reference "tab:Several-table-cell"
16916
16917 \end_inset
16918
16919  is not possible with 
16920 \series bold
16921 dcolumn
16922 \series default
16923 .
16924 \end_layout
16925
16926 \begin_layout Standard
16927 \begin_inset Float table
16928 placement h
16929 wide false
16930 sideways false
16931 status open
16932
16933 \begin_layout Plain Layout
16934 \begin_inset Caption
16935
16936 \begin_layout Plain Layout
16937 \begin_inset CommandInset label
16938 LatexCommand label
16939 name "tab:Alignments-when"
16940
16941 \end_inset
16942
16943 Alignments when LaTeX-package dcolumn is used.
16944  For all column alignments tricks have to be used to get the output.
16945 \end_layout
16946
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \begin_layout Plain Layout
16953 \align center
16954 \begin_inset Tabular
16955 <lyxtabular version="3" rows="4" columns="3">
16956 <features>
16957 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16958 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16959 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16960 <row>
16961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 units
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974 units
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 units
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row>
16990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 12x24
16995 \begin_inset space \thinspace{}
16996 \end_inset
16997
16998 bottles
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 12x24
17008 \begin_inset space \thinspace{}
17009 \end_inset
17010
17011
17012 \begin_inset Formula $\mbox{bottles}$
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 <cell alignment="center" valignment="top" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024 12
17025 \begin_inset ERT
17026 status collapsed
17027
17028 \begin_layout Plain Layout
17029
17030
17031 \backslash
17032 times 
17033 \end_layout
17034
17035 \end_inset
17036
17037 24~
17038 \begin_inset Formula $\mbox{bottles}$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 1024x768
17053 \begin_inset space \thinspace{}
17054 \end_inset
17055
17056 Pixels
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 1024x768
17066 \begin_inset space \thinspace{}
17067 \end_inset
17068
17069
17070 \begin_inset Formula $\mbox{Pixels}$
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 <cell alignment="center" valignment="top" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082 1024
17083 \begin_inset ERT
17084 status collapsed
17085
17086 \begin_layout Plain Layout
17087
17088
17089 \backslash
17090 times 
17091 \end_layout
17092
17093 \end_inset
17094
17095 768~
17096 \begin_inset Formula $\mbox{Pixels}$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 32x6
17111 \begin_inset space \thinspace{}
17112 \end_inset
17113
17114 cm
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 32x6
17124 \begin_inset space \thinspace{}
17125 \end_inset
17126
17127
17128 \begin_inset Formula $\mbox{cm}$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 32
17141 \begin_inset ERT
17142 status collapsed
17143
17144 \begin_layout Plain Layout
17145
17146
17147 \backslash
17148 times 
17149 \end_layout
17150
17151 \end_inset
17152
17153 6~
17154 \begin_inset Formula $\mbox{cm}$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 </lyxtabular>
17164
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \begin_layout Subsection
17176 Customized Cell/Column Format
17177 \begin_inset CommandInset label
17178 LatexCommand label
17179 name "sub:Customized-Format"
17180
17181 \end_inset
17182
17183
17184 \begin_inset Index
17185 status collapsed
17186
17187 \begin_layout Plain Layout
17188 Table Customization ! Cell/Column Format
17189 \end_layout
17190
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \begin_layout Standard
17197 Calculating the needed width for spanned columns like in section
17198 \begin_inset space ~
17199 \end_inset
17200
17201
17202 \begin_inset CommandInset ref
17203 LatexCommand ref
17204 reference "sub:Multicolumn-Calculations"
17205
17206 \end_inset
17207
17208  is very annoying if you have several tables with multicolumn cells.
17209  To make life easier, you can define a cell/column format in the preamble,
17210  so that it can be used in all tables of the document.
17211  The format is defined with the command
17212 \end_layout
17213
17214 \begin_layout Standard
17215
17216 \series bold
17217
17218 \backslash
17219 newcolumntype{name of format}[number of arguments]{commands}
17220 \end_layout
17221
17222 \begin_layout Standard
17223 The format name may only consist of one letter.
17224  The letters 
17225 \emph on
17226 b
17227 \emph default
17228
17229 \emph on
17230 c
17231 \emph default
17232
17233 \emph on
17234 l
17235 \emph default
17236
17237 \emph on
17238 m
17239 \emph default
17240
17241 \emph on
17242 p
17243 \emph default
17244  and 
17245 \emph on
17246 r
17247 \emph default
17248  are predefined and cannot be used.
17249  But all letters are allowed as capitals.
17250 \end_layout
17251
17252 \begin_layout Standard
17253 \begin_inset VSpace medskip
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \begin_layout Standard
17260 For vertically and horizontally centered multicolumn cells with a fixed
17261  width you can define the cell format
17262 \end_layout
17263
17264 \begin_layout Standard
17265
17266 \series bold
17267
17268 \backslash
17269 newcolumntype{M}[1]{>{
17270 \backslash
17271 centering
17272 \backslash
17273 hspace{0pt}}m{#1}}
17274 \end_layout
17275
17276 \begin_layout Standard
17277 where 
17278 \series bold
17279
17280 \backslash
17281 hspace{0pt}
17282 \series default
17283  avoids the problem of hyphenating the first word, as described in section
17284 \begin_inset space ~
17285 \end_inset
17286
17287
17288 \begin_inset CommandInset ref
17289 LatexCommand ref
17290 reference "sub:Multiple-Lines-in"
17291
17292 \end_inset
17293
17294 .
17295  Now you can simply enter
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301 M{width}
17302 \end_layout
17303
17304 \begin_layout Standard
17305 as LaTeX-argument in the table dialog to create a multicolumn.
17306 \end_layout
17307
17308 \begin_layout Standard
17309 \begin_inset VSpace bigskip
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \begin_layout Standard
17316 For cells spanned by a multicolumn cell, you can define the format
17317 \end_layout
17318
17319 \begin_layout Standard
17320
17321 \series bold
17322
17323 \backslash
17324 newcolumntype{S}[2]{>{
17325 \backslash
17326 centering
17327 \backslash
17328 hspace{0pt}}
17329 \begin_inset Newline newline
17330 \end_inset
17331
17332
17333 \begin_inset ERT
17334 status collapsed
17335
17336 \begin_layout Plain Layout
17337
17338
17339 \backslash
17340 phantom{
17341 \end_layout
17342
17343 \end_inset
17344
17345
17346 \backslash
17347 newcolumntype
17348 \begin_inset ERT
17349 status collapsed
17350
17351 \begin_layout Plain Layout
17352
17353 }
17354 \end_layout
17355
17356 \end_inset
17357
17358 m{(#1+(2
17359 \backslash
17360 tabcolsep+
17361 \backslash
17362 arrayrulewidth)*(1-#2))/#2}}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 This format uses equation 
17367 \begin_inset CommandInset ref
17368 LatexCommand eqref
17369 reference "eq:Wgn"
17370
17371 \end_inset
17372
17373  to calculate the needed width so that each spanned cell has the same width.
17374 \end_layout
17375
17376 \begin_layout Standard
17377 You can now enter
17378 \end_layout
17379
17380 \begin_layout Standard
17381
17382 \series bold
17383 S{width of multicolumn cell}{number of spanned columns}
17384 \end_layout
17385
17386 \begin_layout Standard
17387 as LaTeX-argument of the column.
17388 \end_layout
17389
17390 \begin_layout Standard
17391 \begin_inset VSpace bigskip
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \begin_layout Standard
17398 For colored columns, you can define
17399 \end_layout
17400
17401 \begin_layout Standard
17402
17403 \series bold
17404
17405 \backslash
17406 newcolumntype{K}[1]{>{
17407 \backslash
17408 columncolor{#1}
17409 \backslash
17410 hspace{0pt}}c}
17411 \end_layout
17412
17413 \begin_layout Standard
17414 The 
17415 \begin_inset Quotes eld
17416 \end_inset
17417
17418 c
17419 \begin_inset Quotes erd
17420 \end_inset
17421
17422  at the end creates a column with a flexible width whose text is horizontally
17423  centered.
17424  You can now enter
17425 \end_layout
17426
17427 \begin_layout Standard
17428
17429 \series bold
17430 K{color name}
17431 \end_layout
17432
17433 \begin_layout Standard
17434 as LaTeX-argument.
17435 \end_layout
17436
17437 \begin_layout Standard
17438 \begin_inset VSpace bigskip
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \begin_layout Standard
17445 To create Table
17446 \begin_inset space ~
17447 \end_inset
17448
17449
17450 \begin_inset CommandInset ref
17451 LatexCommand ref
17452 reference "tab:Table-using-user-defined"
17453
17454 \end_inset
17455
17456  use the LaTeX-arguments
17457 \end_layout
17458
17459 \begin_layout Standard
17460
17461 \series bold
17462 M{2.5cm}
17463 \end_layout
17464
17465 \begin_layout Standard
17466 for the first column and the multicolumn,
17467 \end_layout
17468
17469 \begin_layout Standard
17470
17471 \series bold
17472 K{red}
17473 \end_layout
17474
17475 \begin_layout Standard
17476 for the the last column, and
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482 S{2.5cm}{2}
17483 \end_layout
17484
17485 \begin_layout Standard
17486 for the cells in the second column.
17487 \end_layout
17488
17489 \begin_layout Standard
17490 \begin_inset Float table
17491 placement h
17492 wide false
17493 sideways false
17494 status open
17495
17496 \begin_layout Plain Layout
17497 \begin_inset Caption
17498
17499 \begin_layout Plain Layout
17500 \begin_inset CommandInset label
17501 LatexCommand label
17502 name "tab:Table-using-user-defined"
17503
17504 \end_inset
17505
17506 Table using user-defined table formats
17507 \end_layout
17508
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \begin_layout Plain Layout
17515 \align center
17516 \begin_inset Tabular
17517 <lyxtabular version="3" rows="3" columns="4">
17518 <features>
17519 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17520 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17521 <column alignment="center" valignment="middle" width="0">
17522 <column alignment="center" valignment="middle" width="0" special="K{red}">
17523 <row>
17524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 verylongtablecellword
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 multiple lines multicolumn
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 c
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 <row>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 d
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 e
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 f
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 g
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 <row>
17600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 h
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 i
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 j
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 k
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 </row>
17637 </lyxtabular>
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \begin_layout Subsection
17650 Line Thickness
17651 \begin_inset CommandInset label
17652 LatexCommand label
17653 name "sub:Line-Thickness"
17654
17655 \end_inset
17656
17657
17658 \begin_inset Index
17659 status collapsed
17660
17661 \begin_layout Plain Layout
17662 Table Customization ! Line Thickness
17663 \end_layout
17664
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Standard
17671 The line thickness for all lines in a table can be adjusted with the length
17672  
17673 \series bold
17674
17675 \backslash
17676 arrayrulewidth
17677 \series default
17678 .
17679  To set for example a line thickness of 1.5
17680 \begin_inset space \thinspace{}
17681 \end_inset
17682
17683 pt, like in Table
17684 \begin_inset space ~
17685 \end_inset
17686
17687
17688 \begin_inset CommandInset ref
17689 LatexCommand ref
17690 reference "tab:Table-with-1.5"
17691
17692 \end_inset
17693
17694 , insert the command
17695 \end_layout
17696
17697 \begin_layout Standard
17698
17699 \series bold
17700
17701 \backslash
17702 setlength{
17703 \backslash
17704 arrayrulewidth}{1.5pt}
17705 \end_layout
17706
17707 \begin_layout Standard
17708 in TeX-Code before the table or table float.
17709  The changed thickness is valid for all following tables.
17710  To use the default value again, set 
17711 \series bold
17712
17713 \backslash
17714 arrayrulewidth
17715 \series default
17716  to 0.4
17717 \begin_inset space \thinspace{}
17718 \end_inset
17719
17720 pt in TeX-Code behind the table or table float.
17721 \end_layout
17722
17723 \begin_layout Standard
17724 \begin_inset ERT
17725 status collapsed
17726
17727 \begin_layout Plain Layout
17728
17729
17730 \backslash
17731 setlength{
17732 \backslash
17733 arrayrulewidth}{1.5pt}
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \begin_inset Float table
17740 wide false
17741 sideways false
17742 status open
17743
17744 \begin_layout Plain Layout
17745 \begin_inset Caption
17746
17747 \begin_layout Plain Layout
17748 \begin_inset CommandInset label
17749 LatexCommand label
17750 name "tab:Table-with-1.5"
17751
17752 \end_inset
17753
17754 Table with 1.5
17755 \begin_inset space \thinspace{}
17756 \end_inset
17757
17758 pt thick lines
17759 \end_layout
17760
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \begin_layout Plain Layout
17767 \align center
17768 \begin_inset Tabular
17769 <lyxtabular version="3" rows="3" columns="3">
17770 <features>
17771 <column alignment="center" valignment="top" width="0">
17772 <column alignment="center" valignment="top" width="0">
17773 <column alignment="center" valignment="top" width="0">
17774 <row>
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 sd
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 </row>
17803 <row>
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" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817 sd
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 </row>
17832 <row>
17833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 sd
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 </lyxtabular>
17862
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \begin_inset ERT
17872 status collapsed
17873
17874 \begin_layout Plain Layout
17875
17876
17877 \backslash
17878 setlength{
17879 \backslash
17880 arrayrulewidth}{0.4pt}
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 \begin_inset VSpace bigskip
17890 \end_inset
17891
17892 To set the line thickness to 1.5
17893 \begin_inset space \thinspace{}
17894 \end_inset
17895
17896 pt only for horizontal lines, like in Table
17897 \begin_inset space ~
17898 \end_inset
17899
17900
17901 \begin_inset CommandInset ref
17902 LatexCommand ref
17903 reference "tab:Table-with-horizontal"
17904
17905 \end_inset
17906
17907 , insert these commands in TeX-Code before the table or table float:
17908 \end_layout
17909
17910 \begin_layout Standard
17911
17912 \series bold
17913
17914 \backslash
17915 let
17916 \backslash
17917 myHline
17918 \backslash
17919 hline
17920 \begin_inset Newline newline
17921 \end_inset
17922
17923
17924 \backslash
17925 renewcommand{
17926 \backslash
17927 hline}
17928 \begin_inset Newline newline
17929 \end_inset
17930
17931  {
17932 \backslash
17933 noalign{
17934 \backslash
17935 global
17936 \backslash
17937 arrayrulewidth 1.5pt}
17938 \begin_inset Newline newline
17939 \end_inset
17940
17941  
17942 \backslash
17943 myHline
17944 \backslash
17945 noalign{
17946 \backslash
17947 global
17948 \backslash
17949 arrayrulewidth 0.4pt}}
17950 \end_layout
17951
17952 \begin_layout Standard
17953 To return to the default line thickness, insert this command in TeX-Code
17954  behind the table or table float:
17955 \end_layout
17956
17957 \begin_layout Standard
17958
17959 \series bold
17960
17961 \backslash
17962 renewcommand{
17963 \backslash
17964 hline}{
17965 \backslash
17966 myHline}
17967 \end_layout
17968
17969 \begin_layout Standard
17970 \begin_inset ERT
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974
17975
17976 \backslash
17977 let
17978 \backslash
17979 myHline
17980 \backslash
17981 hline
17982 \end_layout
17983
17984 \begin_layout Plain Layout
17985
17986
17987 \backslash
17988 renewcommand{
17989 \backslash
17990 hline}
17991 \end_layout
17992
17993 \begin_layout Plain Layout
17994
17995  {
17996 \backslash
17997 noalign{
17998 \backslash
17999 global
18000 \backslash
18001 arrayrulewidth 1.5pt}
18002 \end_layout
18003
18004 \begin_layout Plain Layout
18005
18006   
18007 \backslash
18008 myHline
18009 \backslash
18010 noalign{
18011 \backslash
18012 global
18013 \backslash
18014 arrayrulewidth 0.4pt}}
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \begin_inset Float table
18021 wide false
18022 sideways false
18023 status open
18024
18025 \begin_layout Plain Layout
18026 \begin_inset Caption
18027
18028 \begin_layout Plain Layout
18029 \begin_inset CommandInset label
18030 LatexCommand label
18031 name "tab:Table-with-horizontal"
18032
18033 \end_inset
18034
18035 Table with 1.5
18036 \begin_inset space \thinspace{}
18037 \end_inset
18038
18039 pt thick horizontal lines
18040 \end_layout
18041
18042 \end_inset
18043
18044
18045 \end_layout
18046
18047 \begin_layout Plain Layout
18048 \align center
18049 \begin_inset Tabular
18050 <lyxtabular version="3" rows="3" columns="3">
18051 <features>
18052 <column alignment="center" valignment="top" width="0">
18053 <column alignment="center" valignment="top" width="0">
18054 <column alignment="center" valignment="top" width="0">
18055 <row>
18056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 sd
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 </row>
18084 <row>
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" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 sd
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 </row>
18113 <row>
18114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136 sd
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 </row>
18142 </lyxtabular>
18143
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \begin_inset ERT
18153 status collapsed
18154
18155 \begin_layout Plain Layout
18156
18157
18158 \backslash
18159 renewcommand{
18160 \backslash
18161 hline}{
18162 \backslash
18163 myHline}
18164 \end_layout
18165
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \begin_layout Standard
18172 \begin_inset VSpace bigskip
18173 \end_inset
18174
18175 To set the line thickness to 1.5
18176 \begin_inset space \thinspace{}
18177 \end_inset
18178
18179 pt only for vertical lines, create the following column format in the document
18180  preamble, according to the description in section
18181 \begin_inset space ~
18182 \end_inset
18183
18184
18185 \begin_inset CommandInset ref
18186 LatexCommand ref
18187 reference "sub:Customized-Format"
18188
18189 \end_inset
18190
18191 :
18192 \end_layout
18193
18194 \begin_layout Standard
18195
18196 \series bold
18197
18198 \backslash
18199 newcolumntype{V}{!{
18200 \backslash
18201 vrule width 1.5pt}}
18202 \end_layout
18203
18204 \begin_layout Standard
18205 For Table
18206 \begin_inset space ~
18207 \end_inset
18208
18209
18210 \begin_inset CommandInset ref
18211 LatexCommand ref
18212 reference "tab:Table-with-vertical"
18213
18214 \end_inset
18215
18216  the LaTeX-argument
18217 \end_layout
18218
18219 \begin_layout Standard
18220
18221 \series bold
18222 VcV
18223 \end_layout
18224
18225 \begin_layout Standard
18226 was used for the last column and
18227 \end_layout
18228
18229 \begin_layout Standard
18230
18231 \series bold
18232 Vc
18233 \end_layout
18234
18235 \begin_layout Standard
18236 for the other columns.
18237 \end_layout
18238
18239 \begin_layout Standard
18240 \begin_inset Float table
18241 wide false
18242 sideways false
18243 status open
18244
18245 \begin_layout Plain Layout
18246 \begin_inset Caption
18247
18248 \begin_layout Plain Layout
18249 \begin_inset CommandInset label
18250 LatexCommand label
18251 name "tab:Table-with-vertical"
18252
18253 \end_inset
18254
18255 Table with 1.5
18256 \begin_inset space \thinspace{}
18257 \end_inset
18258
18259 pt thick vertical lines
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Plain Layout
18268 \align center
18269 \begin_inset Tabular
18270 <lyxtabular version="3" rows="3" columns="3">
18271 <features>
18272 <column alignment="center" valignment="top" width="0" special="Vc">
18273 <column alignment="center" valignment="top" width="0" special="Vc">
18274 <column alignment="center" valignment="top" width="0" special="VcV">
18275 <row>
18276 <cell alignment="center" valignment="top" topline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 sd
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
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 sd
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" topline="true" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 </row>
18333 <row>
18334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 sd
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 </row>
18362 </lyxtabular>
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \end_layout
18373
18374 \begin_layout Subsection
18375 Dashed Lines
18376 \begin_inset Index
18377 status collapsed
18378
18379 \begin_layout Plain Layout
18380 Table Customization ! Dashed Lines
18381 \end_layout
18382
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \begin_layout Standard
18389 \begin_inset ERT
18390 status collapsed
18391
18392 \begin_layout Plain Layout
18393
18394
18395 \backslash
18396 ifarydshln
18397 \end_layout
18398
18399 \end_inset
18400
18401
18402 \begin_inset Note Note
18403 status open
18404
18405 \begin_layout Plain Layout
18406 The following section will only be displayed when the LaTeX-package 
18407 \series bold
18408 arydshln
18409 \series default
18410  is installed.
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \begin_layout Standard
18419 \begin_inset Float table
18420 placement H
18421 wide false
18422 sideways false
18423 status open
18424
18425 \begin_layout Plain Layout
18426 \begin_inset Caption
18427
18428 \begin_layout Plain Layout
18429 \begin_inset CommandInset label
18430 LatexCommand label
18431 name "tab:Table-with-dashed"
18432
18433 \end_inset
18434
18435 Table with dashed lines
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Plain Layout
18444 \align center
18445 \begin_inset Tabular
18446 <lyxtabular version="3" rows="5" columns="5">
18447 <features>
18448 <column alignment="center" valignment="top" width="0">
18449 <column alignment="center" valignment="top" width="0">
18450 <column alignment="center" valignment="top" width="0" special=":c">
18451 <column alignment="center" valignment="top" width="0">
18452 <column alignment="center" valignment="top" width="0">
18453 <row>
18454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458 a
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 b
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 c
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 d
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 e
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 <row>
18501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 f
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 g
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 <cell alignment="center" valignment="top" topline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523 h
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 i
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 j
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 </row>
18547 <row>
18548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 \begin_inset ERT
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556
18557
18558 \backslash
18559 hdashline 
18560 \end_layout
18561
18562 \end_inset
18563
18564 k
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573 l
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582 m
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 n
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 o
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 </row>
18606 <row>
18607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 \begin_inset ERT
18612 status collapsed
18613
18614 \begin_layout Plain Layout
18615
18616
18617 \backslash
18618 cdashline{4-5}
18619 \end_layout
18620
18621 \end_inset
18622
18623 p
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 q
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641 r
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650 s
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670 t
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679 u
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688 v
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 w
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706 x
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 </row>
18712 </lyxtabular>
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \begin_layout Standard
18725 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18726  As prerequisite the LaTeX-package 
18727 \series bold
18728 arydshln
18729 \series default
18730
18731 \begin_inset Index
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735 LaTeX-packages ! arydshln
18736 \end_layout
18737
18738 \end_inset
18739
18740  must be loaded in the document preamble with the command
18741 \end_layout
18742
18743 \begin_layout Standard
18744
18745 \series bold
18746
18747 \backslash
18748 usepackage{arydshln}
18749 \end_layout
18750
18751 \begin_layout Standard
18752 To make a vertical line dashed, enter the colon 
18753 \begin_inset Quotes eld
18754 \end_inset
18755
18756 :
18757 \begin_inset Quotes erd
18758 \end_inset
18759
18760  together with the character for the horizontal alignment as LaTeX-argument
18761  in the table cell dialog.
18762 \end_layout
18763
18764 \begin_layout Standard
18765 For a horizontal dashed line add the command
18766 \end_layout
18767
18768 \begin_layout Standard
18769
18770 \series bold
18771
18772 \backslash
18773 hdashline
18774 \end_layout
18775
18776 \begin_layout Standard
18777 in TeX-Code as first element of the first cell in the table row.
18778 \end_layout
18779
18780 \begin_layout Standard
18781 For dashed multicolumn lines use the command
18782 \end_layout
18783
18784 \begin_layout Standard
18785
18786 \series bold
18787
18788 \backslash
18789 cdashline{line number
18790 \series default
18791 }
18792 \end_layout
18793
18794 \begin_layout Standard
18795 in TeX-Code as first element of the first cell in the table row.
18796  If you have for example a multicolumn spanning over columns 2 to 4 and
18797  you want to have a dashed line above, add the command
18798 \end_layout
18799
18800 \begin_layout Standard
18801
18802 \series bold
18803
18804 \backslash
18805 cdashline{2-4}
18806 \end_layout
18807
18808 \begin_layout Standard
18809 as first element of the first cell in the row of the multicolumn.
18810 \end_layout
18811
18812 \begin_layout Standard
18813 \begin_inset VSpace bigskip
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \begin_layout Standard
18820 Table
18821 \begin_inset space ~
18822 \end_inset
18823
18824
18825 \begin_inset CommandInset ref
18826 LatexCommand ref
18827 reference "tab:Table-with-dashed"
18828
18829 \end_inset
18830
18831  was created using 
18832 \begin_inset Quotes eld
18833 \end_inset
18834
18835
18836 \series bold
18837 :c
18838 \series default
18839
18840 \begin_inset Quotes erd
18841 \end_inset
18842
18843  as LaTeX-argument of the third column.
18844  The TeX-Code command 
18845 \series bold
18846
18847 \backslash
18848 hdashline
18849 \series default
18850  was inserted to the first cell of the third row and the the TeX-Code command
18851 \begin_inset Newline newline
18852 \end_inset
18853
18854  
18855 \series bold
18856
18857 \backslash
18858 cdashline{4-5}
18859 \series default
18860  was inserted to the first cell of the fourth row.
18861 \end_layout
18862
18863 \begin_layout Standard
18864 \begin_inset Note Greyedout
18865 status open
18866
18867 \begin_layout Plain Layout
18868
18869 \series bold
18870 Note:
18871 \series default
18872  The used LaTeX-package 
18873 \series bold
18874 arydshln
18875 \series default
18876  is apparently not compatible with the LaTeX-package 
18877 \series bold
18878 colortbl
18879 \series default
18880
18881 \begin_inset Index
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885 LaTeX-packages ! colortbl
18886 \end_layout
18887
18888 \end_inset
18889
18890  that is used for colored tables in section
18891 \begin_inset space ~
18892 \end_inset
18893
18894
18895 \begin_inset CommandInset ref
18896 LatexCommand ref
18897 reference "sec:Colored-Tables"
18898
18899 \end_inset
18900
18901 .
18902  That means colored tables cannot have dashed lines.
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Standard
18911 \begin_inset ERT
18912 status collapsed
18913
18914 \begin_layout Plain Layout
18915
18916
18917 \backslash
18918 else
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \begin_inset Note Note
18925 status open
18926
18927 \begin_layout Plain Layout
18928 The following will be displayed when the LaTeX-package 
18929 \series bold
18930 arydshln
18931 \series default
18932  is not installed:
18933 \end_layout
18934
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \begin_layout Standard
18941 You need to install the package 
18942 \series bold
18943 arydshln
18944 \series default
18945  to see the content of this section in the output.
18946 \end_layout
18947
18948 \begin_layout Standard
18949 \begin_inset ERT
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953
18954
18955 \backslash
18956 fi
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \begin_layout Chapter
18965 Floats
18966 \begin_inset Index
18967 status collapsed
18968
18969 \begin_layout Plain Layout
18970 Floats
18971 \end_layout
18972
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \begin_layout Section
18979 Introduction
18980 \begin_inset CommandInset label
18981 LatexCommand label
18982 name "sec:FloatIntroduction"
18983
18984 \end_inset
18985
18986
18987 \begin_inset Index
18988 status collapsed
18989
18990 \begin_layout Plain Layout
18991 Floats ! Introduction
18992 \end_layout
18993
18994 \end_inset
18995
18996
18997 \end_layout
18998
18999 \begin_layout Standard
19000 A float is a block of text associated with some sort of label, which doesn't
19001  have a fixed location.
19002  It can 
19003 \begin_inset Quotes eld
19004 \end_inset
19005
19006 float
19007 \begin_inset Quotes erd
19008 \end_inset
19009
19010  forward or backward a page or two, to wherever it fits best.
19011  
19012 \family sans
19013 Footnotes
19014 \family default
19015  and 
19016 \family sans
19017 Margin
19018 \begin_inset space ~
19019 \end_inset
19020
19021 Notes
19022 \family default
19023  are also floats, because they can float to the next page when there are
19024  too many notes at the page.
19025 \end_layout
19026
19027 \begin_layout Standard
19028 Floats allow a high quality layout.
19029  Images and tables can evenly be spread to the pages to avoid white space
19030  and pages without text.
19031  As the floating often destroys the context between the text and the image/table
19032 , every float can be referenced in the text.
19033  Floats are therefore numbered.
19034  Referencing is described in section
19035 \begin_inset space ~
19036 \end_inset
19037
19038
19039 \begin_inset CommandInset ref
19040 LatexCommand ref
19041 reference "sec:Referencing-Floats"
19042
19043 \end_inset
19044
19045 .
19046 \end_layout
19047
19048 \begin_layout Standard
19049 To insert a float, use the menu 
19050 \family sans
19051 Insert\SpecialChar \menuseparator
19052 Float
19053 \family default
19054 .
19055  This inserts the 
19056 \family sans
19057 Caption
19058 \family default
19059  inset, a box with a label.
19060  The label will automatically be translated to the document language in
19061  the output.
19062  Behind the label you can insert the caption text.
19063  The image or table is inserted above or below the caption in a separate
19064  paragraph within the float.
19065  More about the caption placement is described in section
19066 \begin_inset space ~
19067 \end_inset
19068
19069
19070 \begin_inset CommandInset ref
19071 LatexCommand ref
19072 reference "sec:Caption-Placement"
19073
19074 \end_inset
19075
19076 .
19077  To keep your LyX-document readable, you can open and close the float box
19078  by left-clicking on the box label.
19079  A closed float box looks like this: 
19080 \begin_inset Graphics
19081         filename clipart/floatQt4.png
19082         scale 70
19083         scaleBeforeRotation
19084
19085 \end_inset
19086
19087  -- a gray button with a red label.
19088 \end_layout
19089
19090 \begin_layout Standard
19091 It is recommended to insert floats as a separate paragraph to avoid possible
19092  LaTeX-errors that can occur when the surrounding text is specially formatted.
19093 \end_layout
19094
19095 \begin_layout Standard
19096 Existing figures or tables can be put into a float by marking them and then
19097  pressing the corresponding toolbar button for a new float.
19098 \end_layout
19099
19100 \begin_layout Section
19101 Float Types
19102 \end_layout
19103
19104 \begin_layout Standard
19105 Besides figure and table floats that are described in section
19106 \begin_inset space ~
19107 \end_inset
19108
19109
19110 \begin_inset CommandInset ref
19111 LatexCommand ref
19112 reference "sec:Figure-Floats"
19113
19114 \end_inset
19115
19116  and 
19117 \begin_inset CommandInset ref
19118 LatexCommand ref
19119 reference "sec:Table-Floats"
19120
19121 \end_inset
19122
19123 , respectively, LyX offers the float types 
19124 \series bold
19125 Algorithm
19126 \series default
19127  and 
19128 \series bold
19129 Wrap
19130 \series default
19131 .
19132 \end_layout
19133
19134 \begin_layout Subsection
19135 Algorithm Floats
19136 \begin_inset Index
19137 status collapsed
19138
19139 \begin_layout Plain Layout
19140 Floats ! Algorithms
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \begin_layout Standard
19149 \begin_inset Float algorithm
19150 placement h
19151 wide false
19152 sideways false
19153 status open
19154
19155 \begin_layout Plain Layout
19156 \begin_inset Caption
19157
19158 \begin_layout Plain Layout
19159 \begin_inset CommandInset label
19160 LatexCommand label
19161 name "alg:Example-Algorithm-float"
19162
19163 \end_inset
19164
19165 Example Algorithm float
19166 \end_layout
19167
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \begin_layout LyX-Code
19174 for I in 1..N loop
19175 \begin_inset Newline newline
19176 \end_inset
19177
19178  Sum:= Sum + A(I); /*comment*/
19179 \begin_inset Newline newline
19180 \end_inset
19181
19182 end loop
19183 \begin_inset VSpace -4mm
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \begin_layout Standard
19195 This float type is inserted with the menu 
19196 \family sans
19197 Insert\SpecialChar \menuseparator
19198 Floats\SpecialChar \menuseparator
19199 Algorithm
19200 \family default
19201 .
19202  It is used for program codes and descriptions of algorithms.
19203  A possible environment for algorithms is the 
19204 \family sans
19205 LyX-Code
19206 \family default
19207 , described in LyX's 
19208 \emph on
19209 Userguide
19210 \emph default
19211 .
19212  Algorithm
19213 \begin_inset space ~
19214 \end_inset
19215
19216
19217 \begin_inset CommandInset ref
19218 LatexCommand ref
19219 reference "alg:Example-Algorithm-float"
19220
19221 \end_inset
19222
19223  is an example of an algorithm float where -4
19224 \begin_inset space \thinspace{}
19225 \end_inset
19226
19227 mm vertical space was added at the end of the float to have the bottom rule
19228  exactly below the last text line.
19229 \end_layout
19230
19231 \begin_layout Standard
19232 The float label is not automatically translated into the document language.
19233  If your document is not in English, you have to do this manually by adding
19234  the following line to the document preamble
19235 \series bold
19236 :
19237 \end_layout
19238
19239 \begin_layout Standard
19240
19241 \series bold
19242
19243 \backslash
19244 floatname{algorithm}{your
19245 \begin_inset space ~
19246 \end_inset
19247
19248 name}
19249 \end_layout
19250
19251 \begin_layout Standard
19252 where 
19253 \family sans
19254 your
19255 \begin_inset space ~
19256 \end_inset
19257
19258 name
19259 \family default
19260  is the word 
19261 \begin_inset Quotes eld
19262 \end_inset
19263
19264
19265 \emph on
19266 algorithm
19267 \emph default
19268
19269 \begin_inset Quotes erd
19270 \end_inset
19271
19272  in your language.
19273 \end_layout
19274
19275 \begin_layout Standard
19276 To insert the list of algorithms you can not use the menu 
19277 \family sans
19278 Insert\SpecialChar \menuseparator
19279 List
19280 \begin_inset space \thinspace{}
19281 \end_inset
19282
19283 /
19284 \begin_inset space \thinspace{}
19285 \end_inset
19286
19287 TOC\SpecialChar \menuseparator
19288 List of Algorithms
19289 \family default
19290  when your document is a non-English one.
19291  In this case use this command in TeX-Code instead:
19292 \end_layout
19293
19294 \begin_layout Standard
19295
19296 \series bold
19297
19298 \backslash
19299 listof{algorithm}{your
19300 \begin_inset space ~
19301 \end_inset
19302
19303 name}
19304 \end_layout
19305
19306 \begin_layout Standard
19307 where 
19308 \family sans
19309 your
19310 \begin_inset space ~
19311 \end_inset
19312
19313 name
19314 \family default
19315  is the word 
19316 \begin_inset Quotes eld
19317 \end_inset
19318
19319
19320 \emph on
19321 List of Algorithm
19322 \emph default
19323 s
19324 \begin_inset Quotes erd
19325 \end_inset
19326
19327  in your language.
19328 \end_layout
19329
19330 \begin_layout Standard
19331 Algorithm floats are not by default numbered in the scheme 
19332 \begin_inset Quotes eld
19333 \end_inset
19334
19335 chapter.algorithm
19336 \begin_inset Quotes erd
19337 \end_inset
19338
19339  like it is the case for table and figure floats in many document-classes.
19340  To number algorithm floats in the same scheme, add this command to your
19341  document preamble:
19342 \end_layout
19343
19344 \begin_layout Standard
19345
19346 \series bold
19347
19348 \backslash
19349 numberwithin{algorithm}{chapter}
19350 \end_layout
19351
19352 \begin_layout Standard
19353 To be able to use the command 
19354 \series bold
19355
19356 \backslash
19357 numberwithin
19358 \series default
19359 , set in the tab 
19360 \family sans
19361 Math
19362 \begin_inset space ~
19363 \end_inset
19364
19365 Options
19366 \family default
19367  in the document settings the option 
19368 \family sans
19369 Use
19370 \begin_inset space ~
19371 \end_inset
19372
19373 AMS
19374 \begin_inset space ~
19375 \end_inset
19376
19377 math
19378 \begin_inset space ~
19379 \end_inset
19380
19381 package
19382 \family default
19383 .
19384 \end_layout
19385
19386 \begin_layout Subsection
19387 Wrap Floats
19388 \begin_inset Index
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392 Floats ! Wrap Floats
19393 \end_layout
19394
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \begin_layout Standard
19401 \begin_inset Wrap figure
19402 lines 0
19403 placement l
19404 overhang 1cm
19405 width "40col%"
19406 status open
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Graphics
19410         filename clipart/mobius.eps
19411         width 40col%
19412         scaleBeforeRotation
19413         rotateOrigin center
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Caption
19422
19423 \begin_layout Plain Layout
19424 \begin_inset CommandInset label
19425 LatexCommand label
19426 name "fig:This-is-a"
19427
19428 \end_inset
19429
19430 This is a figure wrap float.
19431 \end_layout
19432
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \end_inset
19439
19440  This float type is used if you want to wrap text around a figure or table
19441  so that it only occupies some fraction of the column width.
19442  It can be inserted using the menu 
19443 \family sans
19444 Insert\SpecialChar \menuseparator
19445 Floats\SpecialChar \menuseparator
19446 Figure
19447 \begin_inset space ~
19448 \end_inset
19449
19450 Wrap
19451 \begin_inset space ~
19452 \end_inset
19453
19454 Float
19455 \family default
19456  or 
19457 \family sans
19458 Table
19459 \begin_inset space ~
19460 \end_inset
19461
19462 Wrap
19463 \begin_inset space ~
19464 \end_inset
19465
19466 Float
19467 \family default
19468  if the LaTeX-package 
19469 \series bold
19470 wrapfig
19471 \series default
19472
19473 \begin_inset Index
19474 status collapsed
19475
19476 \begin_layout Plain Layout
19477 LaTeX-packages ! wrapfig
19478 \begin_inset ERT
19479 status collapsed
19480
19481 \begin_layout Plain Layout
19482
19483
19484 \backslash
19485 vspace{4mm}
19486 \end_layout
19487
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \end_inset
19494
19495  is installed.
19496 \begin_inset Foot
19497 status collapsed
19498
19499 \begin_layout Plain Layout
19500 Installing a LaTeX-package is explained it in the 
19501 \emph on
19502 LaTeX
19503 \begin_inset space ~
19504 \end_inset
19505
19506 Configuration
19507 \emph default
19508  manual.
19509 \end_layout
19510
19511 \end_inset
19512
19513  The settings of the float can be modified by right-clicking on the float
19514  box.
19515  The mandatory settings are the float 
19516 \family sans
19517 Placement
19518 \family default
19519  and its 
19520 \family sans
19521 Width
19522 \family default
19523 .
19524  Optional are the 
19525 \family sans
19526 Overhang
19527 \family default
19528  that specifies how much the float is set into the paragraph
19529 \begin_inset space \thinspace{}
19530 \end_inset
19531
19532 /
19533 \begin_inset space \thinspace{}
19534 \end_inset
19535
19536 page margin, and the 
19537 \family sans
19538 Line
19539 \begin_inset space ~
19540 \end_inset
19541
19542 span
19543 \family default
19544  that specifies how many text lines the float will approximately need.
19545  The line span is often hard to be approximated, so better only use it when
19546  you encounter float placement problems.
19547  You can furthermore decide if LaTeX is allowed to let the float float within
19548  the paragraph or to surrounding paragraphs.
19549  Figure
19550 \begin_inset space ~
19551 \end_inset
19552
19553
19554 \begin_inset CommandInset ref
19555 LatexCommand ref
19556 reference "fig:This-is-a"
19557
19558 \end_inset
19559
19560  is an example text wrap float with a width of 40
19561 \begin_inset space \thinspace{}
19562 \end_inset
19563
19564 col%, 1
19565 \begin_inset space \thinspace{}
19566 \end_inset
19567
19568 cm overhang, set to the left.
19569 \begin_inset Foot
19570 status collapsed
19571
19572 \begin_layout Plain Layout
19573 Available units are explained in appendix
19574 \begin_inset space ~
19575 \end_inset
19576
19577
19578 \begin_inset CommandInset ref
19579 LatexCommand ref
19580 reference "cha:Units-available-in"
19581
19582 \end_inset
19583
19584 .
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \begin_layout Standard
19593 \begin_inset Note Greyedout
19594 status open
19595
19596 \begin_layout Plain Layout
19597
19598 \series bold
19599 Note:
19600 \series default
19601  Text
19602 \begin_inset space ~
19603 \end_inset
19604
19605 wrap float floats are fragile! E.g.
19606 \begin_inset space \space{}
19607 \end_inset
19608
19609 having a figure too close to the bottom of the page can mess things up in
19610  the way that the float doesn't appear in the output or that it is placed
19611  over some other text.
19612 \end_layout
19613
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \begin_layout Standard
19620 In general:
19621 \end_layout
19622
19623 \begin_layout Itemize
19624 Wrap floats should not be placed in paragraphs that run over a page break.
19625  That means that wrap floats should better be inserted to the exact place
19626  when the document is nearly finished and you are able to estimate where
19627  page breaks will appear.
19628 \end_layout
19629
19630 \begin_layout Itemize
19631 Wrap floats should either be placed in an own paragraph before the paragraph
19632  where they should wrap into or within a paragraph.
19633 \end_layout
19634
19635 \begin_layout Itemize
19636 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19637  there is a text paragraph between them as separator.
19638 \end_layout
19639
19640 \begin_layout Itemize
19641 Wrap floats are not allowed in section headings or tables.
19642 \end_layout
19643
19644 \begin_layout Section
19645 Float Numbering
19646 \begin_inset Index
19647 status collapsed
19648
19649 \begin_layout Plain Layout
19650 Floats ! Numbering
19651 \end_layout
19652
19653 \end_inset
19654
19655
19656 \end_layout
19657
19658 \begin_layout Standard
19659 Floats are usually numbered either independent from the sections the floats
19660  are in, or in the scheme 
19661 \begin_inset Quotes eld
19662 \end_inset
19663
19664 chapter.number
19665 \begin_inset Quotes erd
19666 \end_inset
19667
19668  or 
19669 \begin_inset Quotes eld
19670 \end_inset
19671
19672 section.number
19673 \begin_inset Quotes erd
19674 \end_inset
19675
19676 .
19677  This depends on the used document class.
19678 \end_layout
19679
19680 \begin_layout Standard
19681 To change the section independent numbering, you can use this command in
19682  the document preamble:
19683 \end_layout
19684
19685 \begin_layout Standard
19686
19687 \series bold
19688
19689 \backslash
19690 renewcommand{
19691 \backslash
19692 thetable}{
19693 \backslash
19694 roman{table}}
19695 \end_layout
19696
19697 \begin_layout Standard
19698
19699 \series bold
19700
19701 \backslash
19702 thetable
19703 \series default
19704  is the command that prints the table number, for figure floats, the command
19705  would be 
19706 \series bold
19707
19708 \backslash
19709 thefigure
19710 \series default
19711 .
19712  The command 
19713 \series bold
19714
19715 \backslash
19716 roman
19717 \series default
19718  prints in the command above the table number as small roman number.
19719 \end_layout
19720
19721 \begin_layout Standard
19722 To change the numbering scheme for example to 
19723 \begin_inset Quotes eld
19724 \end_inset
19725
19726 subsection.number
19727 \begin_inset Quotes erd
19728 \end_inset
19729
19730 , use this command in the preamble:
19731 \end_layout
19732
19733 \begin_layout Standard
19734
19735 \series bold
19736
19737 \backslash
19738 numberwithin{table}{subsection}
19739 \end_layout
19740
19741 \begin_layout Standard
19742 To be able to use the command 
19743 \series bold
19744
19745 \backslash
19746 numberwithin
19747 \series default
19748 , set in the tab 
19749 \family sans
19750 Math
19751 \begin_inset space ~
19752 \end_inset
19753
19754 Options
19755 \family default
19756  in the document settings the option 
19757 \family sans
19758 Use
19759 \begin_inset space ~
19760 \end_inset
19761
19762 AMS
19763 \begin_inset space ~
19764 \end_inset
19765
19766 math
19767 \begin_inset space ~
19768 \end_inset
19769
19770 package
19771 \family default
19772 .
19773 \end_layout
19774
19775 \begin_layout Standard
19776 Please also have a look at section
19777 \begin_inset space ~
19778 \end_inset
19779
19780
19781 \begin_inset CommandInset ref
19782 LatexCommand ref
19783 reference "sub:Footnote-Numbering"
19784
19785 \end_inset
19786
19787  for the details and important notes about the numbering commands.
19788 \end_layout
19789
19790 \begin_layout Section
19791 Referencing Floats
19792 \begin_inset CommandInset label
19793 LatexCommand label
19794 name "sec:Referencing-Floats"
19795
19796 \end_inset
19797
19798
19799 \begin_inset Index
19800 status collapsed
19801
19802 \begin_layout Plain Layout
19803 Floats ! References
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \begin_inset Index
19810 status collapsed
19811
19812 \begin_layout Plain Layout
19813 References ! to Floats
19814 \end_layout
19815
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \begin_layout Standard
19822 To reference a float, insert a label into its caption using the menu 
19823 \family sans
19824 Insert\SpecialChar \menuseparator
19825 Label
19826 \family default
19827  or the toolbar button 
19828 \begin_inset Graphics
19829         filename ../images/label-insert.png
19830         scale 85
19831         scaleBeforeRotation
19832
19833 \end_inset
19834
19835 .
19836  A grey label box like this one: 
19837 \begin_inset Graphics
19838         filename clipart/labelQt4.png
19839         scale 85
19840         scaleBeforeRotation
19841
19842 \end_inset
19843
19844  will be inserted and the label window pops up asking for the label text.
19845  LyX offers as text the first words of the caption with a prefix.
19846  The prefix depends on the float type, e.g.
19847 \begin_inset space \space{}
19848 \end_inset
19849
19850 for figure floats the prefix will be "
19851 \family sans
19852 fig:
19853 \family default
19854 ".
19855 \end_layout
19856
19857 \begin_layout Standard
19858 The label is used as anchor and name for the reference.
19859  You can refer to the label using the menu 
19860 \family sans
19861 Insert\SpecialChar \menuseparator
19862 Cross-reference
19863 \family default
19864  or the toolbar button 
19865 \begin_inset Graphics
19866         filename ../images/dialog-show-new-inset_ref.png
19867         scale 85
19868         scaleBeforeRotation
19869
19870 \end_inset
19871
19872 .
19873  A grey cross-reference box like this one: 
19874 \begin_inset Graphics
19875         filename clipart/referenceQt4.png
19876         scale 85
19877         scaleBeforeRotation
19878
19879 \end_inset
19880
19881  will be inserted and the cross-reference window appear showing all labels
19882  of the document.
19883  If you have multiple LyX-documents opened, choose the one you are working
19884  on from the drop-list at the top of the dialog.
19885  You can now sort the labels alphabetically and then choose one.
19886  At the position of the cross-reference box the float number will appear
19887  in the output.
19888 \end_layout
19889
19890 \begin_layout Standard
19891 It is recommended to use a protected space between the cross-reference name
19892  and its number to avoid line breaks between them.
19893  If a cross-reference refers to a non-existing label, you will see two question
19894  marks in the output instead of the reference.
19895 \end_layout
19896
19897 \begin_layout Standard
19898 You can change labels at any time by clicking on the label box.
19899  References to the changed label will automatically change its link to the
19900  new label text, so that you don't need to take care about this.
19901 \end_layout
19902
19903 \begin_layout Standard
19904 The button 
19905 \family sans
19906 Go
19907 \begin_inset space ~
19908 \end_inset
19909
19910 to
19911 \begin_inset space ~
19912 \end_inset
19913
19914 Label
19915 \family default
19916  in the cross-reference window sets the cursor before the referred label.
19917  The button text changes then to Go
19918 \begin_inset space ~
19919 \end_inset
19920
19921 Back and you can use it to set the cursor back to the cross-reference.
19922  Right-clicking on a cross-reference box also sets the cursor before the
19923  referenced label but without a possibility to go back.
19924 \end_layout
19925
19926 \begin_layout Subsection
19927 Cross-Reference Formats
19928 \begin_inset CommandInset label
19929 LatexCommand label
19930 name "sub:Cross-Reference-Formats"
19931
19932 \end_inset
19933
19934
19935 \begin_inset Index
19936 status collapsed
19937
19938 \begin_layout Plain Layout
19939 References ! Formats
19940 \end_layout
19941
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \begin_layout Standard
19948 There are six varieties of cross-references:
19949 \end_layout
19950
19951 \begin_layout Description
19952 <reference>: prints the float number, this is the default: 
19953 \begin_inset CommandInset ref
19954 LatexCommand ref
19955 reference "fig:Two-distorted-images"
19956
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \begin_layout Description
19963 (<reference>): prints the float number within two parentheses, this is the
19964  style normally used to reference formulas, especially when the reference
19965  name 
19966 \begin_inset Quotes eld
19967 \end_inset
19968
19969 Equation
19970 \begin_inset Quotes erd
19971 \end_inset
19972
19973  is omitted: 
19974 \begin_inset CommandInset ref
19975 LatexCommand eqref
19976 reference "eq:Wgn"
19977
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \begin_layout Description
19984 <page>: prints the page number: Page
19985 \begin_inset space ~
19986 \end_inset
19987
19988
19989 \begin_inset CommandInset ref
19990 LatexCommand pageref
19991 reference "fig:Two-distorted-images"
19992
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \begin_layout Description
19999 on
20000 \begin_inset space ~
20001 \end_inset
20002
20003 page
20004 \begin_inset space ~
20005 \end_inset
20006
20007 <page>: prints the text "on page" and the page number: 
20008 \begin_inset CommandInset ref
20009 LatexCommand vpageref
20010 reference "fig:Two-distorted-images"
20011
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \begin_layout Description
20018 <reference>
20019 \begin_inset space ~
20020 \end_inset
20021
20022 on
20023 \begin_inset space ~
20024 \end_inset
20025
20026 page
20027 \begin_inset space ~
20028 \end_inset
20029
20030 <page>: prints the float number, the text "on page", and the page number:
20031  
20032 \begin_inset CommandInset ref
20033 LatexCommand vref
20034 reference "fig:Two-distorted-images"
20035
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Description
20042 Formatted
20043 \begin_inset space ~
20044 \end_inset
20045
20046 reference: prints a self defined cross-reference format.
20047  
20048 \begin_inset Note Greyedout
20049 status open
20050
20051 \begin_layout Plain Layout
20052
20053 \series bold
20054 Note:
20055 \series default
20056  This feature is only available when you have the LaTeX-package 
20057 \series bold
20058 prettyref
20059 \series default
20060  installed.
20061 \end_layout
20062
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \begin_layout Standard
20069 Note that the style <page> won't print the page number if the label is on
20070  the previous, the same, or the next page.
20071  You will e.g.
20072 \begin_inset space \space{}
20073 \end_inset
20074
20075 see the text 
20076 \begin_inset Quotes eld
20077 \end_inset
20078
20079
20080 \family sans
20081 on this page
20082 \family default
20083
20084 \begin_inset Quotes erd
20085 \end_inset
20086
20087  instead.
20088 \end_layout
20089
20090 \begin_layout Standard
20091 The number and current page of the referred document part in the output,
20092  is automatically calculated by LaTeX.
20093  The varieties are adjusted in the field 
20094 \family sans
20095 Format
20096 \family default
20097  of the cross-reference window, that appear when you click on the cross-referenc
20098 e box.
20099 \end_layout
20100
20101 \begin_layout Subsection
20102 Automatic Reference Naming
20103 \begin_inset Index
20104 status collapsed
20105
20106 \begin_layout Plain Layout
20107 References ! Automatic Reference Naming
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \begin_layout Standard
20116 The LaTeX-package 
20117 \series bold
20118 hyperref
20119 \series default
20120
20121 \begin_inset Index
20122 status collapsed
20123
20124 \begin_layout Plain Layout
20125 LaTeX-packages ! hyperref
20126 \end_layout
20127
20128 \end_inset
20129
20130 , that is enabled in the 
20131 \family sans
20132 PDF Properties
20133 \family default
20134  of the 
20135 \family sans
20136 Document Settings
20137 \family default
20138  dialog, provides a very useful feature that cross-references automatically
20139  include the name of the referenced floats (or text parts like 
20140 \emph on
20141 section
20142 \emph default
20143 ).
20144  So you will save to write e.g.
20145 \begin_inset space \space{}
20146 \end_inset
20147
20148 the name 
20149 \begin_inset Quotes eld
20150 \end_inset
20151
20152 Figure
20153 \begin_inset Quotes erd
20154 \end_inset
20155
20156  before every reference to a figure.
20157  To use this feature, enable 
20158 \series bold
20159 hyperref
20160 \series default
20161  and insert this line to the LaTeX preamble:
20162 \end_layout
20163
20164 \begin_layout Standard
20165
20166 \series bold
20167
20168 \backslash
20169 AtBeginDocument{
20170 \backslash
20171 renewcommand{
20172 \backslash
20173 ref}[1]{
20174 \backslash
20175 mbox{
20176 \backslash
20177 autoref{#1}}}}
20178 \end_layout
20179
20180 \begin_layout Standard
20181 When you prefer other reference names than the default ones, for example
20182  you want instead of 
20183 \begin_inset Quotes eld
20184 \end_inset
20185
20186 section
20187 \begin_inset Quotes erd
20188 \end_inset
20189
20190  the name 
20191 \begin_inset Quotes eld
20192 \end_inset
20193
20194 sec.
20195 \begin_inset space \thinspace{}
20196 \end_inset
20197
20198
20199 \begin_inset Quotes eld
20200 \end_inset
20201
20202 , you can redefine the name by inserting this to the preamble:
20203 \end_layout
20204
20205 \begin_layout Standard
20206
20207 \series bold
20208
20209 \backslash
20210 addto
20211 \backslash
20212 extrasenglish{
20213 \backslash
20214 renewcommand{
20215 \backslash
20216 sectionautorefname}
20217 \begin_inset Newline newline
20218 \end_inset
20219
20220
20221 \begin_inset ERT
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225
20226
20227 \backslash
20228 hphantom{ }
20229 \end_layout
20230
20231 \end_inset
20232
20233 {sec.
20234 \backslash
20235 negthinspace}}
20236 \end_layout
20237
20238 \begin_layout Standard
20239 When you are using another document language than English, replace
20240 \begin_inset Newline newline
20241 \end_inset
20242
20243
20244 \series bold
20245
20246 \backslash
20247 extrasenglish
20248 \series default
20249  by 
20250 \series bold
20251
20252 \backslash
20253 extras***
20254 \series default
20255 , where *** is the name of the used language.
20256 \end_layout
20257
20258 \begin_layout Standard
20259 To get automatic names, but not for certain reference types, for example
20260  not for equations, use this preamble code:
20261 \end_layout
20262
20263 \begin_layout Standard
20264
20265 \series bold
20266
20267 \backslash
20268 newlength{
20269 \backslash
20270 abc}
20271 \begin_inset Newline newline
20272 \end_inset
20273
20274
20275 \backslash
20276 settowidth{
20277 \backslash
20278 abc}{
20279 \backslash
20280 space}
20281 \begin_inset Newline newline
20282 \end_inset
20283
20284
20285 \backslash
20286 addto
20287 \backslash
20288 extrasenglish{
20289 \backslash
20290 renewcommand{
20291 \backslash
20292 equationautorefname}
20293 \begin_inset Newline newline
20294 \end_inset
20295
20296
20297 \begin_inset ERT
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301
20302
20303 \backslash
20304 hphantom{ }
20305 \end_layout
20306
20307 \end_inset
20308
20309 {
20310 \backslash
20311 hspace{-
20312 \backslash
20313 abc}}
20314 \end_layout
20315
20316 \begin_layout Standard
20317 More about this topic can be found in 
20318 \series bold
20319 hyperref
20320 \series default
20321 's documentation 
20322 \begin_inset CommandInset citation
20323 LatexCommand cite
20324 key "hyperref"
20325
20326 \end_inset
20327
20328 .
20329 \end_layout
20330
20331 \begin_layout Standard
20332 \begin_inset Note Greyedout
20333 status open
20334
20335 \begin_layout Plain Layout
20336
20337 \series bold
20338 Note:
20339 \series default
20340  Automatic reference naming cannot be used when you use cross-references
20341  in the 
20342 \family sans
20343 Formatted
20344 \begin_inset space ~
20345 \end_inset
20346
20347 reference
20348 \family default
20349  style, as described in section
20350 \begin_inset space ~
20351 \end_inset
20352
20353
20354 \begin_inset CommandInset ref
20355 LatexCommand ref
20356 reference "sub:Cross-Reference-Formats"
20357
20358 \end_inset
20359
20360 .
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \begin_layout Standard
20369 The 
20370 \emph on
20371 Math
20372 \emph default
20373  manual is an example where automatic reference naming is used.
20374 \end_layout
20375
20376 \begin_layout Subsection
20377 Reference Position
20378 \begin_inset CommandInset label
20379 LatexCommand label
20380 name "sub:Reference-Position"
20381
20382 \end_inset
20383
20384
20385 \begin_inset Index
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389 References ! Reference Position
20390 \end_layout
20391
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \begin_layout Standard
20398 If you use 
20399 \series bold
20400 hyperref
20401 \series default
20402
20403 \begin_inset Index
20404 status collapsed
20405
20406 \begin_layout Plain Layout
20407 LaTeX-packages ! hyperref
20408 \end_layout
20409
20410 \end_inset
20411
20412  in the 
20413 \family sans
20414 PDF Properties
20415 \family default
20416  of the 
20417 \family sans
20418 Document Settings
20419 \family default
20420  dialog to link cross-references in the output, you will see that clicking
20421  on an image float reference jumps to the image label.
20422  The caption will be the first text part on the screen, so that you cannot
20423  see the image without scrolling.
20424  This is because the reference link anchor is placed at the position of
20425  the label.
20426  With the use of the package 
20427 \series bold
20428 hypcap
20429 \series default
20430
20431 \begin_inset Index
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 LaTeX-packages ! hypcap
20436 \end_layout
20437
20438 \end_inset
20439
20440 , which is part of the LaTeX-package 
20441 \series bold
20442 oberdiek
20443 \series default
20444
20445 \begin_inset Index
20446 status collapsed
20447
20448 \begin_layout Plain Layout
20449 LaTeX-packages ! oberdiek
20450 \end_layout
20451
20452 \end_inset
20453
20454 , the link anchor is placed at the beginning of a float.
20455  To use this feature for figure floats, load 
20456 \series bold
20457 hypcap
20458 \series default
20459  in the document preamble with the line
20460 \end_layout
20461
20462 \begin_layout Standard
20463
20464 \series bold
20465
20466 \backslash
20467 usepackage[figure]{hypcap}
20468 \end_layout
20469
20470 \begin_layout Standard
20471 You can also use 
20472 \series bold
20473 hypcap
20474 \series default
20475  for all float types but this is not recommended for stability reasons.
20476  For more informations, have a look at 
20477 \series bold
20478 hypcap
20479 \series default
20480 's manual 
20481 \begin_inset CommandInset citation
20482 LatexCommand cite
20483 key "hypcap"
20484
20485 \end_inset
20486
20487 .
20488 \end_layout
20489
20490 \begin_layout Standard
20491 \begin_inset Note Greyedout
20492 status open
20493
20494 \begin_layout Plain Layout
20495
20496 \series bold
20497 Note:
20498 \series default
20499  
20500 \series bold
20501 hypcap
20502 \series default
20503  has no effect for references to subfigures.
20504 \end_layout
20505
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \begin_layout Section
20512 Float Placement
20513 \begin_inset CommandInset label
20514 LatexCommand label
20515 name "sec:Float-Placement"
20516
20517 \end_inset
20518
20519
20520 \begin_inset Index
20521 status collapsed
20522
20523 \begin_layout Plain Layout
20524 Floats ! Placement
20525 \end_layout
20526
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \begin_layout Standard
20533 Right-clicking on a float-box opens a dialog where you can alter the placement
20534  options that LaTeX uses for positioning the float.
20535 \begin_inset Newline newline
20536 \end_inset
20537
20538 The option 
20539 \family sans
20540 Span
20541 \begin_inset space ~
20542 \end_inset
20543
20544 columns
20545 \family default
20546  is only useful for two-column documents: If you select it, the float will
20547  span across both columns on the page instead of being confined to just
20548  one.
20549 \begin_inset Newline newline
20550 \end_inset
20551
20552 The option 
20553 \family sans
20554 Rotate
20555 \begin_inset space ~
20556 \end_inset
20557
20558 sideways
20559 \family default
20560  is used to rotate floats, see section 
20561 \begin_inset CommandInset ref
20562 LatexCommand ref
20563 reference "sec:Rotated-Floats"
20564
20565 \end_inset
20566
20567 .
20568 \end_layout
20569
20570 \begin_layout Standard
20571 You can use one ore more of the following options in the float dialog to
20572  set the placement for a particular float when you uncheck the option 
20573 \family sans
20574 Use
20575 \begin_inset space ~
20576 \end_inset
20577
20578 default
20579 \begin_inset space ~
20580 \end_inset
20581
20582 placement
20583 \family default
20584 :
20585 \end_layout
20586
20587 \begin_layout Description
20588 Here
20589 \begin_inset space ~
20590 \end_inset
20591
20592 if
20593 \begin_inset space ~
20594 \end_inset
20595
20596 possible try to place the float on the position where it is inserted
20597 \end_layout
20598
20599 \begin_layout Description
20600 Top
20601 \begin_inset space ~
20602 \end_inset
20603
20604 of
20605 \begin_inset space ~
20606 \end_inset
20607
20608 page try to place the float on the top of the current page
20609 \end_layout
20610
20611 \begin_layout Description
20612 Bottom
20613 \begin_inset space ~
20614 \end_inset
20615
20616 of
20617 \begin_inset space ~
20618 \end_inset
20619
20620 page try to place the float on the bottom of the current page
20621 \end_layout
20622
20623 \begin_layout Description
20624 Page
20625 \begin_inset space ~
20626 \end_inset
20627
20628 of
20629 \begin_inset space ~
20630 \end_inset
20631
20632 floats try to place the float on an own page 
20633 \end_layout
20634
20635 \begin_layout Standard
20636 The order of the above option is 
20637 \emph on
20638 always
20639 \emph default
20640  used by LaTeX.
20641  That means, if you use the default placement, LaTeX will first try out
20642  
20643 \family sans
20644 Here
20645 \begin_inset space ~
20646 \end_inset
20647
20648 if
20649 \begin_inset space ~
20650 \end_inset
20651
20652 possible
20653 \family default
20654 , then 
20655 \family sans
20656 Top
20657 \begin_inset space ~
20658 \end_inset
20659
20660 of
20661 \begin_inset space ~
20662 \end_inset
20663
20664 page
20665 \family default
20666 , and then the others.
20667  If you don't use the default, LaTeX will try only the checked options but
20668  in the same order.
20669  If none of the 4 placements are possible the procedure is internally repeated
20670  but it is tried to put the float on the following page.
20671 \end_layout
20672
20673 \begin_layout Standard
20674 By default, each option has its own rules:
20675 \end_layout
20676
20677 \begin_layout Labeling
20678 \labelwidthstring 00.00.0000
20679
20680 \family sans
20681 Top
20682 \begin_inset space ~
20683 \end_inset
20684
20685 of
20686 \begin_inset space ~
20687 \end_inset
20688
20689 page
20690 \family default
20691  only floats occupying less than 70
20692 \begin_inset space \thinspace{}
20693 \end_inset
20694
20695 % of the page can be placed at the top of a page (
20696 \series bold
20697
20698 \backslash
20699 topfraction
20700 \series default
20701 )
20702 \end_layout
20703
20704 \begin_layout Labeling
20705 \labelwidthstring 00.00.0000
20706
20707 \family sans
20708 Bottom
20709 \begin_inset space ~
20710 \end_inset
20711
20712 of
20713 \begin_inset space ~
20714 \end_inset
20715
20716 page
20717 \family default
20718 : only floats occupying less than 30
20719 \begin_inset space \thinspace{}
20720 \end_inset
20721
20722 % of the page can be placed at the bottom of a page.
20723  (
20724 \series bold
20725
20726 \backslash
20727 bottomfraction
20728 \series default
20729 )
20730 \end_layout
20731
20732 \begin_layout Labeling
20733 \labelwidthstring 00.00.0000
20734
20735 \family sans
20736 Page
20737 \begin_inset space ~
20738 \end_inset
20739
20740 of
20741 \begin_inset space ~
20742 \end_inset
20743
20744 floats
20745 \family default
20746 : only if more than 50
20747 \begin_inset space \thinspace{}
20748 \end_inset
20749
20750 % of the page are occupied by floats, several floats can be set together
20751  on a page.
20752  (
20753 \series bold
20754
20755 \backslash
20756 floatpagefraction
20757 \series default
20758 )
20759 \end_layout
20760
20761 \begin_layout Standard
20762 If you don't like these rules, you can ignore them by using the additional
20763  option 
20764 \family sans
20765 Ignore
20766 \begin_inset space ~
20767 \end_inset
20768
20769 LaTeX
20770 \begin_inset space ~
20771 \end_inset
20772
20773 rules
20774 \family default
20775 .
20776 \begin_inset Newline newline
20777 \end_inset
20778
20779 You can also redefine the rules with LaTeX-commands that are given in parenthese
20780 s behind the rules description above.
20781  To increase for example the often too small default of the bottom-rule
20782  to 50
20783 \begin_inset space \thinspace{}
20784 \end_inset
20785
20786 % of the page, add this line to your document preamble:
20787 \end_layout
20788
20789 \begin_layout Standard
20790
20791 \series bold
20792
20793 \backslash
20794 renewcommand{
20795 \backslash
20796 bottomfraction}{0.5}
20797 \end_layout
20798
20799 \begin_layout Standard
20800 Sometimes you might need, under all circumstances, a float to be placed
20801  exactly at the position where it is inserted.
20802  For this case you can use the option 
20803 \family sans
20804 Here
20805 \begin_inset space ~
20806 \end_inset
20807
20808 definitely
20809 \family default
20810 .
20811  Use this option very rarely and only if the document is nearly ready to
20812  be printed.
20813  Because the float is then no longer able to 
20814 \begin_inset Quotes eld
20815 \end_inset
20816
20817 float
20818 \begin_inset Quotes erd
20819 \end_inset
20820
20821  when you change your document and this will often destroy the page layout.
20822 \end_layout
20823
20824 \begin_layout Standard
20825 There are no placement options for text wrap floats, because they are always
20826  surrounded by the text of a certain paragraph.
20827 \begin_inset VSpace bigskip
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \begin_layout Standard
20834 Sometimes you have the problem that a float is placed at the top of a page
20835  while its corresponding section starts at the middle of the page, so that
20836  the reader could think the float is part of the previous section.
20837  To avoid this the LaTeX-command 
20838 \series bold
20839
20840 \backslash
20841 suppressfloats
20842 \series default
20843  can be used.
20844  It suppresses a given float placement for the page where it is inserted
20845  and can therefore be used to avoid that floats could be set before a section
20846  starts.
20847  To get this, add these commands to your document preamble:
20848 \end_layout
20849
20850 \begin_layout Standard
20851
20852 \series bold
20853
20854 \backslash
20855 let
20856 \backslash
20857 mySection
20858 \backslash
20859 section
20860 \begin_inset Newline newline
20861 \end_inset
20862
20863
20864 \backslash
20865 renewcommand{
20866 \backslash
20867 section}{
20868 \backslash
20869 suppressfloats[t]
20870 \backslash
20871 mySection}
20872 \end_layout
20873
20874 \begin_layout Standard
20875 You can define the same for all section headings, like chapters and subsections.
20876  This definition is not recommended to be used for small text parts like
20877  subsubsections because LaTeX may then have problems to find a suitable
20878  placement.
20879 \end_layout
20880
20881 \begin_layout Standard
20882 \begin_inset VSpace bigskip
20883 \end_inset
20884
20885 In some cases it is required to have all figures/tables at the end of the
20886  document.
20887  For this purpose the LaTeX-package 
20888 \series bold
20889 endfloat
20890 \series default
20891
20892 \begin_inset Index
20893 status collapsed
20894
20895 \begin_layout Plain Layout
20896 LaTeX-packages ! endfloat
20897 \end_layout
20898
20899 \end_inset
20900
20901  was developed.
20902  It puts all figure and table floats at the end of the document into own
20903  sections.
20904  At the original float position a text hint like 
20905 \begin_inset Quotes eld
20906 \end_inset
20907
20908
20909 \family sans
20910 [Figure
20911 \begin_inset space ~
20912 \end_inset
20913
20914 3.2 about here.]
20915 \family default
20916
20917 \begin_inset Quotes erd
20918 \end_inset
20919
20920  is inserted.
20921  The endfloat-package is loaded in the preamble with the line
20922 \end_layout
20923
20924 \begin_layout Standard
20925
20926 \series bold
20927
20928 \backslash
20929 usepackage[options]{endfloat}
20930 \end_layout
20931
20932 \begin_layout Standard
20933 There are various package options to format the created figure/table sections.
20934  For more information we refer to the 
20935 \series bold
20936 endfloat
20937 \series default
20938  documentation 
20939 \begin_inset CommandInset citation
20940 LatexCommand cite
20941 key "endfloat"
20942
20943 \end_inset
20944
20945 .
20946 \begin_inset Newline newline
20947 \end_inset
20948
20949
20950 \begin_inset Note Greyedout
20951 status open
20952
20953 \begin_layout Plain Layout
20954
20955 \series bold
20956 Note: endfloat
20957 \series default
20958  doesn't provide an automatic translation for the text hint, you have to
20959  do this manually, see section
20960 \begin_inset space ~
20961 \end_inset
20962
20963 4 in 
20964 \begin_inset CommandInset citation
20965 LatexCommand cite
20966 key "endfloat"
20967
20968 \end_inset
20969
20970 .
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \begin_inset Newline newline
20977 \end_inset
20978
20979
20980 \begin_inset Note Greyedout
20981 status open
20982
20983 \begin_layout Plain Layout
20984
20985 \series bold
20986 Note:
20987 \series default
20988  There is currently a bug in 
20989 \series bold
20990 endfloat
20991 \series default
20992  when the caption contains a German 
20993 \begin_inset Quotes eld
20994 \end_inset
20995
20996 ß
20997 \begin_inset Quotes erd
20998 \end_inset
20999
21000 .
21001  Use in this case the command 
21002 \begin_inset Quotes eld
21003 \end_inset
21004
21005
21006 \series bold
21007
21008 \backslash
21009 ss
21010 \series default
21011
21012 \begin_inset Quotes erd
21013 \end_inset
21014
21015  in TeX-Code instead of 
21016 \begin_inset Quotes eld
21017 \end_inset
21018
21019 ß
21020 \begin_inset Quotes erd
21021 \end_inset
21022
21023 .
21024 \end_layout
21025
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \begin_layout Standard
21032 \begin_inset VSpace bigskip
21033 \end_inset
21034
21035 For more details about float placements, have a look at LaTeX books, 
21036 \begin_inset CommandInset citation
21037 LatexCommand cite
21038 key "latexcompanion,latexguide,latexbook"
21039
21040 \end_inset
21041
21042 .
21043 \end_layout
21044
21045 \begin_layout Section
21046 Rotated Floats
21047 \begin_inset CommandInset label
21048 LatexCommand label
21049 name "sec:Rotated-Floats"
21050
21051 \end_inset
21052
21053
21054 \begin_inset Index
21055 status collapsed
21056
21057 \begin_layout Plain Layout
21058 Floats ! Rotating
21059 \end_layout
21060
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \begin_layout Standard
21067 Especially for wide tables you might have floats rotated.
21068  To rotate a whole float including the caption, right-click on the float-box
21069  and use the option 
21070 \family sans
21071 Rotate
21072 \begin_inset space ~
21073 \end_inset
21074
21075 sideways
21076 \family default
21077 .
21078 \end_layout
21079
21080 \begin_layout Standard
21081 Rotated floats are always placed on its own page (or column, in case you
21082  have a multi-column document).
21083  You can let them span several columns using the float settings option 
21084 \family sans
21085 Span
21086 \begin_inset space ~
21087 \end_inset
21088
21089 columns
21090 \family default
21091 .
21092  Floats are rotated so that you can read them from the outside margin.
21093  To force a certain rotation direction for all pages, you can add either
21094  the option 
21095 \series bold
21096 figuresleft
21097 \series default
21098  or 
21099 \series bold
21100 figuresright
21101 \series default
21102  to the document class options.
21103 \end_layout
21104
21105 \begin_layout Standard
21106 Referencing rotated floats is the same like for normal floats, the caption
21107  format is also the same: Table
21108 \begin_inset space ~
21109 \end_inset
21110
21111
21112 \begin_inset CommandInset ref
21113 LatexCommand ref
21114 reference "tab:Rotated-table"
21115
21116 \end_inset
21117
21118  is an example of a rotated table float.
21119 \end_layout
21120
21121 \begin_layout Standard
21122 \begin_inset Note Greyedout
21123 status open
21124
21125 \begin_layout Plain Layout
21126
21127 \series bold
21128 Note:
21129 \series default
21130  Not all DVI-viewers are able to display rotated floats.
21131 \end_layout
21132
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \begin_layout Standard
21139 \begin_inset Float table
21140 wide false
21141 sideways true
21142 status open
21143
21144 \begin_layout Plain Layout
21145 \begin_inset Caption
21146
21147 \begin_layout Plain Layout
21148 \begin_inset CommandInset label
21149 LatexCommand label
21150 name "tab:Rotated-table"
21151
21152 \end_inset
21153
21154  Rotated table
21155 \end_layout
21156
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \begin_layout Plain Layout
21163 \align center
21164 \begin_inset Tabular
21165 <lyxtabular version="3" rows="1" columns="5">
21166 <features>
21167 <column alignment="center" valignment="top" width="0">
21168 <column alignment="center" valignment="top" width="0">
21169 <column alignment="center" valignment="top" width="0">
21170 <column alignment="center" valignment="top" width="0">
21171 <column alignment="center" valignment="top" width="0">
21172 <row>
21173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 test
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186 b
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195 c
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 d
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 e
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 </row>
21219 </lyxtabular>
21220
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \begin_layout Section
21232 Floats Side by Side
21233 \begin_inset Index
21234 status collapsed
21235
21236 \begin_layout Plain Layout
21237 Floats ! Side by side
21238 \end_layout
21239
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \begin_layout Standard
21246 To place floats side by side, like for Figure
21247 \begin_inset space ~
21248 \end_inset
21249
21250
21251 \begin_inset CommandInset ref
21252 LatexCommand ref
21253 reference "fig:Float-left"
21254
21255 \end_inset
21256
21257  and 
21258 \begin_inset CommandInset ref
21259 LatexCommand ref
21260 reference "fig:Float-right"
21261
21262 \end_inset
21263
21264 , only 
21265 \emph on
21266 one
21267 \emph default
21268  float is used.
21269  In it two minipage boxes are inserted.
21270 \begin_inset Foot
21271 status collapsed
21272
21273 \begin_layout Plain Layout
21274 Minipages are explained in section
21275 \begin_inset space ~
21276 \end_inset
21277
21278
21279 \begin_inset CommandInset ref
21280 LatexCommand ref
21281 reference "sec:Minipages"
21282
21283 \end_inset
21284
21285 .
21286 \end_layout
21287
21288 \end_inset
21289
21290  The width is set to 45
21291 \begin_inset space \thinspace{}
21292 \end_inset
21293
21294 -50
21295 \begin_inset space \thinspace{}
21296 \end_inset
21297
21298 column% and the box alignment to 
21299 \family sans
21300 Bottom
21301 \family default
21302  for each minipage.
21303  The minipage boxes contain the image and the caption in the same way as
21304  they are in a float.
21305  The only difference is that the image unit 
21306 \family sans
21307 Column
21308 \begin_inset space ~
21309 \end_inset
21310
21311 Width
21312 \begin_inset space ~
21313 \end_inset
21314
21315 %
21316 \family default
21317  is now calculated according to the width of the minipage boxes.
21318 \end_layout
21319
21320 \begin_layout Standard
21321 \begin_inset Float figure
21322 wide false
21323 sideways false
21324 status open
21325
21326 \begin_layout Plain Layout
21327 \begin_inset Box Frameless
21328 position "b"
21329 hor_pos "c"
21330 has_inner_box 1
21331 inner_pos "t"
21332 use_parbox 0
21333 width "45col%"
21334 special "none"
21335 height "1in"
21336 height_special "totalheight"
21337 status open
21338
21339 \begin_layout Plain Layout
21340 \align center
21341 \begin_inset Graphics
21342         filename clipart/mobius.eps
21343         lyxscale 50
21344         width 100col%
21345         scaleBeforeRotation
21346
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Caption
21354
21355 \begin_layout Plain Layout
21356 \begin_inset CommandInset label
21357 LatexCommand label
21358 name "fig:Float-left"
21359
21360 \end_inset
21361
21362 Float on the left side.
21363 \end_layout
21364
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371
21372
21373 \begin_inset space \hfill{}
21374 \end_inset
21375
21376
21377 \begin_inset Box Frameless
21378 position "b"
21379 hor_pos "c"
21380 has_inner_box 1
21381 inner_pos "t"
21382 use_parbox 0
21383 width "45col%"
21384 special "none"
21385 height "1in"
21386 height_special "totalheight"
21387 status open
21388
21389 \begin_layout Plain Layout
21390 \align center
21391 \begin_inset Graphics
21392         filename clipart/platypus.eps
21393         lyxscale 50
21394         width 100col%
21395         scaleBeforeRotation
21396
21397 \end_inset
21398
21399
21400 \end_layout
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Caption
21404
21405 \begin_layout Plain Layout
21406 \begin_inset CommandInset label
21407 LatexCommand label
21408 name "fig:Float-right"
21409
21410 \end_inset
21411
21412 Float on the right side.
21413 \end_layout
21414
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \begin_layout Plain Layout
21426
21427 \end_layout
21428
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \begin_layout Section
21435 Caption Formatting
21436 \begin_inset Index
21437 status collapsed
21438
21439 \begin_layout Plain Layout
21440 Caption ! Formatting
21441 \end_layout
21442
21443 \end_inset
21444
21445
21446 \begin_inset Index
21447 status collapsed
21448
21449 \begin_layout Plain Layout
21450 Floats ! Caption Formatting
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \begin_inset CommandInset label
21457 LatexCommand label
21458 name "sec:Caption-Formatting"
21459
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \begin_layout Standard
21466 The 
21467 \family sans
21468 Caption
21469 \family default
21470  environment is the default paragraph environment for 
21471 \family sans
21472 Floats
21473 \family default
21474 .
21475  On the LyX screen captions appear as label, e.g.
21476 \begin_inset space \space{}
21477 \end_inset
21478
21479
21480 \begin_inset Quotes eld
21481 \end_inset
21482
21483
21484 \family sans
21485 Figure #:
21486 \family default
21487
21488 \begin_inset Quotes erd
21489 \end_inset
21490
21491  followed by the caption text.
21492  
21493 \begin_inset Quotes eld
21494 \end_inset
21495
21496 #
21497 \begin_inset Quotes erd
21498 \end_inset
21499
21500  is the actual reference number.
21501  By default the label and the number are in the same font as the caption
21502  text and a colon follows the number to divide the label from the text.
21503  This caption format is not suitable for all document formats.
21504  
21505 \end_layout
21506
21507 \begin_layout Standard
21508 To change the default caption format, load the LaTeX-package 
21509 \series bold
21510 caption
21511 \series default
21512
21513 \begin_inset Index
21514 status collapsed
21515
21516 \begin_layout Plain Layout
21517 LaTeX-packages ! caption
21518 \end_layout
21519
21520 \end_inset
21521
21522  in the document preamble with this line:
21523 \end_layout
21524
21525 \begin_layout Standard
21526
21527 \series bold
21528
21529 \backslash
21530 usepackage[format definition]{caption}
21531 \end_layout
21532
21533 \begin_layout Standard
21534 To have for example the label and the number in sans-serif bold font and
21535  the table captions always above the table like in this document, use the
21536  following command:
21537 \end_layout
21538
21539 \begin_layout Standard
21540
21541 \series bold
21542
21543 \backslash
21544 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21545 \end_layout
21546
21547 \begin_layout Standard
21548 You can also define different caption formats for the different float types.
21549  In this case load the 
21550 \series bold
21551 caption
21552 \series default
21553  package without format specific options and define the different formats
21554  with the help of the command
21555 \end_layout
21556
21557 \begin_layout Standard
21558
21559 \series bold
21560
21561 \backslash
21562 captionsetup[float type]{format definition}
21563 \end_layout
21564
21565 \begin_layout Standard
21566 in the document preamble.
21567  For example the caption formats of Figure
21568 \begin_inset space ~
21569 \end_inset
21570
21571
21572 \begin_inset CommandInset ref
21573 LatexCommand ref
21574 reference "fig:This-is-an-fig"
21575
21576 \end_inset
21577
21578  and Table
21579 \begin_inset space ~
21580 \end_inset
21581
21582
21583 \begin_inset CommandInset ref
21584 LatexCommand ref
21585 reference "tab:This-is-an-tab"
21586
21587 \end_inset
21588
21589  can be created using these commands in the document preamble:
21590 \end_layout
21591
21592 \begin_layout Standard
21593
21594 \series bold
21595
21596 \backslash
21597 usepackage[tableposition=top]{caption}
21598 \series default
21599
21600 \begin_inset Newline newline
21601 \end_inset
21602
21603
21604 \series bold
21605
21606 \backslash
21607 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21608 \begin_inset Newline newline
21609 \end_inset
21610
21611
21612 \begin_inset ERT
21613 status collapsed
21614
21615 \begin_layout Plain Layout
21616
21617
21618 \backslash
21619 hphantom{
21620 \backslash
21621
21622 \backslash
21623 captionsetup[figure]
21624 \backslash
21625 {}
21626 \end_layout
21627
21628 \end_inset
21629
21630  labelsep=period}
21631 \begin_inset Newline newline
21632 \end_inset
21633
21634
21635 \backslash
21636 captionsetup[table]{labelfont={bf,sf}}
21637 \end_layout
21638
21639 \begin_layout Standard
21640 \begin_inset Note Greyedout
21641 status open
21642
21643 \begin_layout Plain Layout
21644
21645 \series bold
21646 Note:
21647 \series default
21648  The option 
21649 \series bold
21650 tableposition=top
21651 \series default
21652  has no effect when a 
21653 \series bold
21654 koma-script
21655 \series default
21656
21657 \begin_inset Index
21658 status collapsed
21659
21660 \begin_layout Plain Layout
21661 LaTeX-packages ! koma-script
21662 \end_layout
21663
21664 \end_inset
21665
21666  document class is used.
21667  In this case the document class option 
21668 \series bold
21669 tablecaptionabove
21670 \series default
21671  must be used.
21672 \end_layout
21673
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \begin_layout Standard
21680 For more information about the package 
21681 \series bold
21682 caption
21683 \series default
21684  we refer to its documentation 
21685 \begin_inset CommandInset citation
21686 LatexCommand cite
21687 key "caption"
21688
21689 \end_inset
21690
21691 .
21692 \end_layout
21693
21694 \begin_layout Standard
21695 To change the label name from e.g.
21696 \begin_inset space \space{}
21697 \end_inset
21698
21699
21700 \begin_inset Quotes eld
21701 \end_inset
21702
21703 Figure
21704 \begin_inset Quotes erd
21705 \end_inset
21706
21707  to 
21708 \begin_inset Quotes eld
21709 \end_inset
21710
21711 Image
21712 \begin_inset Quotes erd
21713 \end_inset
21714
21715  use this preamble command:
21716 \end_layout
21717
21718 \begin_layout Standard
21719
21720 \series bold
21721
21722 \backslash
21723 renewcommand{
21724 \backslash
21725 fnum@figure}{Image~
21726 \backslash
21727 thefigure}
21728 \end_layout
21729
21730 \begin_layout Standard
21731 where 
21732 \series bold
21733
21734 \backslash
21735 thefigure
21736 \series default
21737  inserts the figure number and
21738 \series bold
21739  
21740 \begin_inset Quotes eld
21741 \end_inset
21742
21743 ~
21744 \series default
21745
21746 \begin_inset Quotes erd
21747 \end_inset
21748
21749  creates a protected space.
21750 \end_layout
21751
21752 \begin_layout Standard
21753 \begin_inset VSpace bigskip
21754 \end_inset
21755
21756 If you are using a 
21757 \series bold
21758 koma-script
21759 \series default
21760
21761 \begin_inset Index
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765 LaTeX-packages ! koma-script
21766 \end_layout
21767
21768 \end_inset
21769
21770  document class (
21771 \family sans
21772 article (koma-script)
21773 \family default
21774
21775 \family sans
21776 book (koma-script)
21777 \family default
21778
21779 \family sans
21780 letter (koma-script)
21781 \family default
21782 , or 
21783 \family sans
21784 report (koma-script)
21785 \family default
21786
21787 \begin_inset space \thinspace{}
21788 \end_inset
21789
21790 ), you can alternatively to the 
21791 \series bold
21792 caption
21793 \series default
21794  package use 
21795 \series bold
21796 koma-script
21797 \series default
21798 's built-in command 
21799 \series bold
21800
21801 \backslash
21802 setkomafont
21803 \series default
21804 .
21805  For example, to have the caption label in bold, add this command to your
21806  document preamble:
21807 \end_layout
21808
21809 \begin_layout Standard
21810
21811 \series bold
21812
21813 \backslash
21814 setkomafont{captionlabel}{
21815 \backslash
21816 bfseries}
21817 \end_layout
21818
21819 \begin_layout Standard
21820 For more information about 
21821 \series bold
21822
21823 \backslash
21824 setkomafont
21825 \series default
21826  we refer to the 
21827 \series bold
21828 koma-script
21829 \series default
21830  documentation 
21831 \begin_inset CommandInset citation
21832 LatexCommand cite
21833 key "koma-script"
21834
21835 \end_inset
21836
21837 .
21838 \end_layout
21839
21840 \begin_layout Standard
21841 \begin_inset ERT
21842 status collapsed
21843
21844 \begin_layout Plain Layout
21845
21846
21847 \backslash
21848 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21849 }
21850 \end_layout
21851
21852 \end_inset
21853
21854
21855 \begin_inset Note Note
21856 status open
21857
21858 \begin_layout Plain Layout
21859 The caption format is changed only for this example.
21860 \end_layout
21861
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \begin_layout Standard
21868 \begin_inset Float figure
21869 placement !p
21870 wide false
21871 sideways false
21872 status open
21873
21874 \begin_layout Plain Layout
21875 \align center
21876 \begin_inset Graphics
21877         filename clipart/mobius.eps
21878         lyxscale 50
21879         scale 50
21880         scaleBeforeRotation
21881
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Caption
21889
21890 \begin_layout Plain Layout
21891 \begin_inset CommandInset label
21892 LatexCommand label
21893 name "fig:This-is-an-fig"
21894
21895 \end_inset
21896
21897 This is an example figure caption that is longer than one line to show the
21898  different caption format.
21899  Here a self-defined caption format is used.
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \begin_layout Standard
21913 \begin_inset ERT
21914 status collapsed
21915
21916 \begin_layout Plain Layout
21917
21918
21919 \backslash
21920 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21921 on}
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Standard
21930 \begin_inset Float table
21931 placement !p
21932 wide false
21933 sideways false
21934 status open
21935
21936 \begin_layout Plain Layout
21937 \begin_inset Caption
21938
21939 \begin_layout Plain Layout
21940 \begin_inset CommandInset label
21941 LatexCommand label
21942 name "tab:This-is-an-tab"
21943
21944 \end_inset
21945
21946 This is an example table caption that is longer than one line to show the
21947  different caption format.
21948  Here the standard caption format for tables in this document is used.
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \begin_layout Plain Layout
21957 \align center
21958 \begin_inset Tabular
21959 <lyxtabular version="3" rows="1" columns="5">
21960 <features>
21961 <column alignment="center" valignment="top" width="0">
21962 <column alignment="center" valignment="top" width="0">
21963 <column alignment="center" valignment="top" width="0">
21964 <column alignment="center" valignment="top" width="0">
21965 <column alignment="center" valignment="top" width="0">
21966 <row>
21967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 a
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980 b
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 c
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 d
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 e
22008 \end_layout
22009
22010 \end_inset
22011 </cell>
22012 </row>
22013 </lyxtabular>
22014
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \begin_layout Section
22026 Caption Placement
22027 \begin_inset Index
22028 status collapsed
22029
22030 \begin_layout Plain Layout
22031 Caption ! Placement
22032 \end_layout
22033
22034 \end_inset
22035
22036
22037 \begin_inset Index
22038 status collapsed
22039
22040 \begin_layout Plain Layout
22041 Floats ! Caption Placement
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \begin_inset CommandInset label
22048 LatexCommand label
22049 name "sec:Caption-Placement"
22050
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \begin_layout Standard
22057 The common caption placement rule is:
22058 \end_layout
22059
22060 \begin_layout Description
22061 Figure: Caption is set below the figure
22062 \end_layout
22063
22064 \begin_layout Description
22065 Table: Caption is set above the table
22066 \end_layout
22067
22068 \begin_layout Standard
22069 Having the caption above the table is unfortunately not supported in LaTeX's
22070  standard classes.
22071  That means if you are using the document classes 
22072 \family sans
22073 article
22074 \family default
22075
22076 \family sans
22077 book
22078 \family default
22079
22080 \family sans
22081 letter
22082 \family default
22083 , or 
22084 \family sans
22085 report
22086 \family default
22087  there will be no space between the caption and the table.
22088  To insert the needed space, add the following option to the load command
22089  of the LaTeX-package 
22090 \series bold
22091 caption
22092 \series default
22093  in your document preamble
22094 \begin_inset Foot
22095 status collapsed
22096
22097 \begin_layout Plain Layout
22098 See section
22099 \begin_inset space ~
22100 \end_inset
22101
22102
22103 \begin_inset CommandInset ref
22104 LatexCommand ref
22105 reference "sec:Caption-Formatting"
22106
22107 \end_inset
22108
22109  for more information of the package 
22110 \series bold
22111 caption
22112 \series default
22113 .
22114 \end_layout
22115
22116 \end_inset
22117
22118 :
22119 \end_layout
22120
22121 \begin_layout Standard
22122
22123 \series bold
22124 tableposition=top
22125 \end_layout
22126
22127 \begin_layout Standard
22128 If you are using a 
22129 \series bold
22130 koma-script
22131 \series default
22132
22133 \begin_inset Index
22134 status collapsed
22135
22136 \begin_layout Plain Layout
22137 LaTeX-packages ! koma-script
22138 \end_layout
22139
22140 \end_inset
22141
22142  document class (
22143 \family sans
22144 article (koma-script)
22145 \family default
22146
22147 \family sans
22148 book (koma-script)
22149 \family default
22150
22151 \family sans
22152 letter (koma-script)
22153 \family default
22154 , or 
22155 \family sans
22156 report (koma-script)
22157 \family default
22158
22159 \begin_inset space \thinspace{}
22160 \end_inset
22161
22162 ), you can alternatively to the 
22163 \series bold
22164 caption
22165 \series default
22166  package set the document class option 
22167 \series bold
22168 tablecaptionabove
22169 \series default
22170 .
22171 \end_layout
22172
22173 \begin_layout Standard
22174 \begin_inset VSpace bigskip
22175 \end_inset
22176
22177 It is also possible to set the caption beside a figure or table.
22178  To get this the LaTeX-package 
22179 \series bold
22180 sidecap
22181 \series default
22182
22183 \begin_inset Index
22184 status collapsed
22185
22186 \begin_layout Plain Layout
22187 LaTeX-packages ! sidecap
22188 \end_layout
22189
22190 \end_inset
22191
22192  has to be loaded in the document preamble with the line
22193 \end_layout
22194
22195 \begin_layout Standard
22196
22197 \series bold
22198
22199 \backslash
22200 usepackage[option]{sidecap}
22201 \end_layout
22202
22203 \begin_layout Standard
22204 If you set no option, the caption is placed on the side of the outer page
22205  margin -- to the right on odd pages, to the left on even pages.
22206  You can change the placement to inner margin with the option 
22207 \series bold
22208 innercaption
22209 \series default
22210 .
22211  To force the placement always to the right or left, use the option 
22212 \series bold
22213 rightcaption
22214 \series default
22215  or 
22216 \series bold
22217 leftcaption
22218 \series default
22219 , respectively.
22220 \end_layout
22221
22222 \begin_layout Standard
22223 \begin_inset ERT
22224 status collapsed
22225
22226 \begin_layout Plain Layout
22227
22228
22229 \backslash
22230 ifsidecap
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \begin_inset Note Note
22237 status open
22238
22239 \begin_layout Plain Layout
22240 The following section will only be displayed when the LaTeX-package 
22241 \series bold
22242 sidecap
22243 \series default
22244  is installed.
22245 \end_layout
22246
22247 \end_inset
22248
22249
22250 \end_layout
22251
22252 \begin_layout Standard
22253 To place in LyX the caption of a float on the side, it is necessary to add
22254  these commands to the document preamble:
22255 \end_layout
22256
22257 \begin_layout Standard
22258
22259 \lyxline
22260
22261 \end_layout
22262
22263 \begin_layout Standard
22264
22265 \series bold
22266
22267 \backslash
22268 newcommand{
22269 \backslash
22270 TabBesBeg}{%
22271 \begin_inset Newline newline
22272 \end_inset
22273
22274
22275 \begin_inset ERT
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279
22280
22281 \backslash
22282 hphantom{ }
22283 \end_layout
22284
22285 \end_inset
22286
22287
22288 \backslash
22289 let
22290 \backslash
22291 MyTable
22292 \backslash
22293 table
22294 \begin_inset Newline newline
22295 \end_inset
22296
22297
22298 \begin_inset ERT
22299 status collapsed
22300
22301 \begin_layout Plain Layout
22302
22303
22304 \backslash
22305 hphantom{ }
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \backslash
22312 let
22313 \backslash
22314 MyEndtable
22315 \backslash
22316 endtable
22317 \begin_inset Newline newline
22318 \end_inset
22319
22320
22321 \begin_inset ERT
22322 status collapsed
22323
22324 \begin_layout Plain Layout
22325
22326
22327 \backslash
22328 hphantom{ }
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \backslash
22335 renewenvironment{table}{
22336 \backslash
22337 begin{SCtable}}{
22338 \backslash
22339 end{SCtable}}}
22340 \end_layout
22341
22342 \begin_layout Standard
22343
22344 \series bold
22345
22346 \backslash
22347 newcommand{
22348 \backslash
22349 TabBesEnd}{%
22350 \begin_inset Newline newline
22351 \end_inset
22352
22353
22354 \begin_inset ERT
22355 status collapsed
22356
22357 \begin_layout Plain Layout
22358
22359
22360 \backslash
22361 hphantom{ }
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \backslash
22368 let
22369 \backslash
22370 table
22371 \backslash
22372 MyTable
22373 \begin_inset Newline newline
22374 \end_inset
22375
22376
22377 \begin_inset ERT
22378 status collapsed
22379
22380 \begin_layout Plain Layout
22381
22382
22383 \backslash
22384 hphantom{ }
22385 \end_layout
22386
22387 \end_inset
22388
22389
22390 \backslash
22391 let
22392 \backslash
22393 endtable
22394 \backslash
22395 MyEndtable
22396 \end_layout
22397
22398 \begin_layout Standard
22399
22400 \series bold
22401
22402 \backslash
22403 newcommand{
22404 \backslash
22405 FigBesBeg}{%
22406 \begin_inset Newline newline
22407 \end_inset
22408
22409
22410 \begin_inset ERT
22411 status collapsed
22412
22413 \begin_layout Plain Layout
22414
22415
22416 \backslash
22417 hphantom{ }
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \backslash
22424 let
22425 \backslash
22426 MyFigure
22427 \backslash
22428 figure
22429 \begin_inset Newline newline
22430 \end_inset
22431
22432
22433 \begin_inset ERT
22434 status collapsed
22435
22436 \begin_layout Plain Layout
22437
22438
22439 \backslash
22440 hphantom{ }
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \backslash
22447 let
22448 \backslash
22449 MyEndfigure
22450 \backslash
22451 endfigure
22452 \begin_inset Newline newline
22453 \end_inset
22454
22455
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461
22462 \backslash
22463 hphantom{ }
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \backslash
22470 renewenvironment{figure}{
22471 \backslash
22472 begin{SCfigure}}{
22473 \backslash
22474 end{SCfigure}}}
22475 \end_layout
22476
22477 \begin_layout Standard
22478
22479 \series bold
22480
22481 \backslash
22482 newcommand{
22483 \backslash
22484 FigBesEnd}{%
22485 \begin_inset Newline newline
22486 \end_inset
22487
22488
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494
22495 \backslash
22496 hphantom{ }
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \backslash
22503 let
22504 \backslash
22505 figure
22506 \backslash
22507 MyFigure
22508 \begin_inset Newline newline
22509 \end_inset
22510
22511
22512 \begin_inset ERT
22513 status collapsed
22514
22515 \begin_layout Plain Layout
22516
22517
22518 \backslash
22519 hphantom{ }
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \backslash
22526 let
22527 \backslash
22528 endfigure
22529 \backslash
22530 MyEndfigure}
22531 \end_layout
22532
22533 \begin_layout Standard
22534
22535 \lyxline
22536
22537 \end_layout
22538
22539 \begin_layout Standard
22540 The commands allow you to redefine the floats so that the caption is set
22541  on the side.
22542  For figure floats use the command
22543 \end_layout
22544
22545 \begin_layout Standard
22546
22547 \series bold
22548
22549 \backslash
22550 FigBesBeg
22551 \end_layout
22552
22553 \begin_layout Standard
22554 in TeX-Code before the float.
22555  Behind the float insert the command
22556 \end_layout
22557
22558 \begin_layout Standard
22559
22560 \series bold
22561
22562 \backslash
22563 FigBesEnd
22564 \end_layout
22565
22566 \begin_layout Standard
22567 in TeX-Code to get back to the original float definition.
22568 \end_layout
22569
22570 \begin_layout Standard
22571 For table floats use the corresponding commands
22572 \end_layout
22573
22574 \begin_layout Standard
22575
22576 \series bold
22577
22578 \backslash
22579 TabBesBeg
22580 \series default
22581  and 
22582 \series bold
22583
22584 \backslash
22585 TabBesEnd
22586 \end_layout
22587
22588 \begin_layout Standard
22589 Figure
22590 \begin_inset space ~
22591 \end_inset
22592
22593
22594 \begin_inset CommandInset ref
22595 LatexCommand ref
22596 reference "fig:cap-beside-fig"
22597
22598 \end_inset
22599
22600  and Table
22601 \begin_inset space ~
22602 \end_inset
22603
22604
22605 \begin_inset CommandInset ref
22606 LatexCommand ref
22607 reference "tab:cap-beside-tab"
22608
22609 \end_inset
22610
22611  are examples where the caption is set beside.
22612 \end_layout
22613
22614 \begin_layout Standard
22615 You can see in the examples that the caption text appears at the top of
22616  the floats for table floats and at the bottom for figure floats.
22617  To change this, you can use the command
22618 \end_layout
22619
22620 \begin_layout Standard
22621
22622 \series bold
22623
22624 \backslash
22625 sidecaptionvpos{float type}{placement}
22626 \end_layout
22627
22628 \begin_layout Standard
22629 in the document preamble or in TeX-Code before the float.
22630  The float type is either 
22631 \family sans
22632 figure
22633 \family default
22634  or 
22635 \family sans
22636 table
22637 \family default
22638 , the placement can be 
22639 \begin_inset Quotes eld
22640 \end_inset
22641
22642
22643 \family sans
22644 t
22645 \family default
22646
22647 \begin_inset Quotes erd
22648 \end_inset
22649
22650  for top, 
22651 \begin_inset Quotes eld
22652 \end_inset
22653
22654
22655 \family sans
22656 c
22657 \family default
22658
22659 \begin_inset Quotes erd
22660 \end_inset
22661
22662  for center, or 
22663 \begin_inset Quotes eld
22664 \end_inset
22665
22666
22667 \family sans
22668 b
22669 \family default
22670
22671 \begin_inset Quotes erd
22672 \end_inset
22673
22674  for bottom.
22675  To have for example the caption of figure floats vertically centered, use
22676  the command
22677 \end_layout
22678
22679 \begin_layout Standard
22680
22681 \series bold
22682
22683 \backslash
22684 sidecaptionvpos{figure}{c}
22685 \end_layout
22686
22687 \begin_layout Standard
22688 This was used for Figure
22689 \begin_inset space ~
22690 \end_inset
22691
22692
22693 \begin_inset CommandInset ref
22694 LatexCommand ref
22695 reference "fig:cap-beside-fig-2"
22696
22697 \end_inset
22698
22699 .
22700 \end_layout
22701
22702 \begin_layout Standard
22703 \begin_inset VSpace medskip
22704 \end_inset
22705
22706 For more information about the package 
22707 \series bold
22708 sidecap
22709 \series default
22710  we refer to its documentation 
22711 \begin_inset CommandInset citation
22712 LatexCommand cite
22713 key "sidecap"
22714
22715 \end_inset
22716
22717 .
22718 \end_layout
22719
22720 \begin_layout Standard
22721 \begin_inset Note Greyedout
22722 status open
22723
22724 \begin_layout Plain Layout
22725
22726 \series bold
22727 Note:
22728 \series default
22729  The LaTeX-package 
22730 \series bold
22731 hypcap
22732 \series default
22733
22734 \begin_inset Index
22735 status collapsed
22736
22737 \begin_layout Plain Layout
22738 LaTeX-packages ! hypcap
22739 \end_layout
22740
22741 \end_inset
22742
22743 , described in section
22744 \begin_inset space ~
22745 \end_inset
22746
22747
22748 \begin_inset CommandInset ref
22749 LatexCommand ref
22750 reference "sub:Reference-Position"
22751
22752 \end_inset
22753
22754 , has no effect on floats with the caption set beside.
22755 \end_layout
22756
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \begin_layout Standard
22763 \begin_inset ERT
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767
22768
22769 \backslash
22770 FigBesBeg 
22771 \end_layout
22772
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \begin_layout Standard
22779 \begin_inset Float figure
22780 wide false
22781 sideways false
22782 status open
22783
22784 \begin_layout Plain Layout
22785 \begin_inset Graphics
22786         filename clipart/escher-lsd.eps
22787         scale 75
22788         scaleBeforeRotation
22789
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \begin_layout Plain Layout
22796 \begin_inset Caption
22797
22798 \begin_layout Plain Layout
22799 \begin_inset CommandInset label
22800 LatexCommand label
22801 name "fig:cap-beside-fig"
22802
22803 \end_inset
22804
22805 This is a caption beside a figure.
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \begin_layout Standard
22819 \begin_inset ERT
22820 status collapsed
22821
22822 \begin_layout Plain Layout
22823
22824
22825 \backslash
22826 TabBesBeg 
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \begin_layout Standard
22835 \begin_inset Float table
22836 wide false
22837 sideways false
22838 status open
22839
22840 \begin_layout Plain Layout
22841 \begin_inset Caption
22842
22843 \begin_layout Plain Layout
22844 \begin_inset CommandInset label
22845 LatexCommand label
22846 name "tab:cap-beside-tab"
22847
22848 \end_inset
22849
22850 This is a caption beside a table.
22851 \end_layout
22852
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Tabular
22860 <lyxtabular version="3" rows="4" columns="5">
22861 <features>
22862 <column alignment="center" valignment="top" width="0">
22863 <column alignment="center" valignment="top" width="0">
22864 <column alignment="center" valignment="top" width="0">
22865 <column alignment="center" valignment="top" width="0">
22866 <column alignment="center" valignment="top" width="0">
22867 <row>
22868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 a
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 b
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 c
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 d
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 e
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 </row>
22961 <row>
22962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 f
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 g
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 h
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 </row>
23008 <row>
23009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 i
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 j
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 </lyxtabular>
23056
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \begin_layout Standard
23068 \begin_inset ERT
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072
23073
23074 \backslash
23075 TabBesEnd
23076 \end_layout
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \begin_layout Standard
23084 \begin_inset ERT
23085 status collapsed
23086
23087 \begin_layout Plain Layout
23088
23089
23090 \backslash
23091 sidecaptionvpos{figure}{c}
23092 \end_layout
23093
23094 \end_inset
23095
23096
23097 \begin_inset Float figure
23098 wide false
23099 sideways false
23100 status open
23101
23102 \begin_layout Plain Layout
23103 \begin_inset Graphics
23104         filename clipart/escher-lsd.eps
23105         scale 75
23106         scaleBeforeRotation
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \begin_layout Plain Layout
23114 \begin_inset Caption
23115
23116 \begin_layout Plain Layout
23117 \begin_inset CommandInset label
23118 LatexCommand label
23119 name "fig:cap-beside-fig-2"
23120
23121 \end_inset
23122
23123 This is a vertically centered caption beside a figure.
23124 \end_layout
23125
23126 \end_inset
23127
23128
23129 \end_layout
23130
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \begin_layout Standard
23137 \begin_inset ERT
23138 status collapsed
23139
23140 \begin_layout Plain Layout
23141
23142
23143 \backslash
23144 FigBesEnd
23145 \end_layout
23146
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \begin_layout Standard
23153 \begin_inset ERT
23154 status collapsed
23155
23156 \begin_layout Plain Layout
23157
23158
23159 \backslash
23160 else
23161 \end_layout
23162
23163 \end_inset
23164
23165
23166 \begin_inset Note Note
23167 status open
23168
23169 \begin_layout Plain Layout
23170 The following will be displayed when the LaTeX-package 
23171 \series bold
23172 sidecap
23173 \series default
23174  is not installed:
23175 \end_layout
23176
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \begin_layout Standard
23183 You need to install the LaTeX-package 
23184 \series bold
23185 sidecap
23186 \series default
23187  to see the following part of this section in the output.
23188 \end_layout
23189
23190 \begin_layout Standard
23191 \begin_inset ERT
23192 status collapsed
23193
23194 \begin_layout Plain Layout
23195
23196
23197 \backslash
23198 fi
23199 \end_layout
23200
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Section
23207 Listings of Floats
23208 \begin_inset Index
23209 status collapsed
23210
23211 \begin_layout Plain Layout
23212 Floats ! Float Lists
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \begin_layout Standard
23221 Similar to the the table of contents where the sections of the document
23222  are listed, there are listings for all float types, like the figures of
23223  the documents.
23224  You can insert them via the 
23225 \family sans
23226 Insert\SpecialChar \menuseparator
23227 List
23228 \begin_inset space ~
23229 \end_inset
23230
23231 /
23232 \begin_inset space ~
23233 \end_inset
23234
23235 TOC
23236 \family default
23237  sub menus.
23238 \end_layout
23239
23240 \begin_layout Standard
23241 The list entries are the float captions or its short title, the float number,
23242  and the page number where they appear in the document.
23243 \end_layout
23244
23245 \begin_layout Standard
23246 You can find the list of figures and tables at the end of this document.
23247 \end_layout
23248
23249 \begin_layout Chapter
23250 Notes
23251 \end_layout
23252
23253 \begin_layout Section
23254 LyX Notes
23255 \begin_inset Index
23256 status collapsed
23257
23258 \begin_layout Plain Layout
23259 Notes ! LyX Notes
23260 \end_layout
23261
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \begin_layout Standard
23268 Notes are inserted with the toolbar button 
23269 \begin_inset Graphics
23270         filename ../images/note-insert.png
23271         scale 85
23272         scaleBeforeRotation
23273
23274 \end_inset
23275
23276  or the menu 
23277 \family sans
23278 Insert\SpecialChar \menuseparator
23279 Note
23280 \family default
23281 .
23282  There are three types of notes:
23283 \end_layout
23284
23285 \begin_layout Description
23286 LyX
23287 \begin_inset space ~
23288 \end_inset
23289
23290 Note This note type is for internal notes that won't appear in the output.
23291  Its note-box looks like this:
23292 \begin_inset Newline newline
23293 \end_inset
23294
23295
23296 \begin_inset Newline newline
23297 \end_inset
23298
23299
23300 \begin_inset Graphics
23301         filename clipart/LyXNoteImageQt4.png
23302         display false
23303         scale 85
23304         scaleBeforeRotation
23305
23306 \end_inset
23307
23308  
23309 \begin_inset Note Note
23310 status open
23311
23312 \begin_layout Plain Layout
23313 This is text in a note box that doesn't appear in the output.
23314 \end_layout
23315
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \begin_layout Description
23322 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23323 ent, when you export the document to LaTeX via the menu 
23324 \family sans
23325 File\SpecialChar \menuseparator
23326 Export\SpecialChar \menuseparator
23327 LaTeX (pdflatex) / (plain)
23328 \family default
23329 .
23330  Its note-box looks like this:
23331 \begin_inset Newline newline
23332 \end_inset
23333
23334
23335 \begin_inset Newline newline
23336 \end_inset
23337
23338
23339 \begin_inset Graphics
23340         filename clipart/CommentNoteImageQt4.png
23341         display false
23342         scale 85
23343         scaleBeforeRotation
23344
23345 \end_inset
23346
23347  
23348 \begin_inset Note Comment
23349 status open
23350
23351 \begin_layout Plain Layout
23352 This is text in a note box that only appears as comment in LaTeX-files.
23353 \end_layout
23354
23355 \end_inset
23356
23357
23358 \end_layout
23359
23360 \begin_layout Description
23361 Greyed
23362 \begin_inset space ~
23363 \end_inset
23364
23365 Out This note will appear in the output as grey text.
23366  Its note-box looks like this:
23367 \begin_inset Newline newline
23368 \end_inset
23369
23370
23371 \begin_inset Newline newline
23372 \end_inset
23373
23374
23375 \begin_inset Graphics
23376         filename clipart/GreyedOutNoteImageQt4.png
23377         display false
23378         scale 85
23379         scaleBeforeRotation
23380
23381 \end_inset
23382
23383
23384 \begin_inset Newline newline
23385 \end_inset
23386
23387
23388 \begin_inset ERT
23389 status collapsed
23390
23391 \begin_layout Plain Layout
23392
23393
23394 \backslash
23395 renewenvironment{lyxgreyedout}
23396 \end_layout
23397
23398 \begin_layout Plain Layout
23399
23400 {
23401 \backslash
23402 textcolor[gray]{0.8}
23403 \backslash
23404 bgroup}{
23405 \backslash
23406 egroup}
23407 \end_layout
23408
23409 \end_inset
23410
23411
23412 \begin_inset Note Greyedout
23413 status open
23414
23415 \begin_layout Plain Layout
23416 This is text
23417 \begin_inset Foot
23418 status open
23419
23420 \begin_layout Plain Layout
23421 This is an example footnote within a greyed out note.
23422 \end_layout
23423
23424 \end_inset
23425
23426  of a comment that appears in the output as grey text.
23427 \end_layout
23428
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{blue}
23447 \backslash
23448 bgroup}{
23449 \backslash
23450 egroup}
23451 \end_layout
23452
23453 \end_inset
23454
23455
23456 \begin_inset Note Note
23457 status collapsed
23458
23459 \begin_layout Plain Layout
23460 The greyed out note is here redefined to show it with the original LyX definitio
23461 n because greyed out notes are redefined in the preamble of this document,
23462  as described below, to have blue text.
23463 \end_layout
23464
23465 \end_inset
23466
23467
23468 \begin_inset Newline newline
23469 \end_inset
23470
23471
23472 \begin_inset Newline newline
23473 \end_inset
23474
23475 As you can see in the example, the first line of greyed out notes is a bit
23476  indented and greyed out notes can have footnotes.
23477 \end_layout
23478
23479 \begin_layout Standard
23480 \begin_inset VSpace bigskip
23481 \end_inset
23482
23483 When you use the toolbar button 
23484 \begin_inset Graphics
23485         filename ../images/note-insert.png
23486         scale 85
23487         scaleBeforeRotation
23488
23489 \end_inset
23490
23491  to insert notes, a 
23492 \family sans
23493 LyX
23494 \begin_inset space ~
23495 \end_inset
23496
23497 Note
23498 \family default
23499  is inserted.
23500  You can switch between the five note types by right-clicking on the note-box.
23501  
23502 \family roman
23503 \series medium
23504 \bar no
23505 If you want to turn existing text into a note, mark it and click on the
23506  note
23507 \family default
23508 \series default
23509 \bar default
23510  toolbar 
23511 \family roman
23512 \series medium
23513 \bar no
23514 button
23515 \family default
23516 \series default
23517 \bar default
23518 .
23519  To change a note to text, press the backspace key when the cursor is in
23520  the first position of a note, or press the deletey key when the cursor
23521  is in the very last position of the note, respectively.
23522 \end_layout
23523
23524 \begin_layout Standard
23525 \begin_inset VSpace bigskip
23526 \end_inset
23527
23528 You can change the text color of the greyed out notes in the preamble with
23529  the following command:
23530 \end_layout
23531
23532 \begin_layout Standard
23533
23534 \series bold
23535
23536 \backslash
23537 renewenvironment{lyxgreyedout}
23538 \begin_inset Newline newline
23539 \end_inset
23540
23541
23542 \begin_inset ERT
23543 status collapsed
23544
23545 \begin_layout Plain Layout
23546
23547
23548 \backslash
23549 hphantom{ }
23550 \end_layout
23551
23552 \end_inset
23553
23554 {
23555 \backslash
23556 textcolor{color}
23557 \backslash
23558 bgroup}{
23559 \backslash
23560 egroup}
23561 \end_layout
23562
23563 \begin_layout Standard
23564 The available colors and the method to define own colors is explained in
23565  section
23566 \begin_inset space ~
23567 \end_inset
23568
23569
23570 \begin_inset CommandInset ref
23571 LatexCommand ref
23572 reference "sec:Colored-Tables"
23573
23574 \end_inset
23575
23576 .
23577 \end_layout
23578
23579 \begin_layout Standard
23580 Notes that appear in blue in this document are set using greyed out notes
23581  with blue text.
23582 \end_layout
23583
23584 \begin_layout Section
23585 Footnotes
23586 \begin_inset CommandInset label
23587 LatexCommand label
23588 name "sec:Footnotes"
23589
23590 \end_inset
23591
23592
23593 \begin_inset Index
23594 status collapsed
23595
23596 \begin_layout Plain Layout
23597 Notes ! Footnotes
23598 \end_layout
23599
23600 \end_inset
23601
23602
23603 \begin_inset Index
23604 status collapsed
23605
23606 \begin_layout Plain Layout
23607 Footnotes
23608 \end_layout
23609
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \begin_layout Standard
23616 Footnotes can be inserted using the toolbar button 
23617 \begin_inset Graphics
23618         filename ../images/footnote-insert.png
23619         scale 85
23620         scaleBeforeRotation
23621
23622 \end_inset
23623
23624  or the menu 
23625 \family sans
23626 Insert\SpecialChar \menuseparator
23627 Footnote
23628 \family default
23629 .
23630  
23631 \family roman
23632 \series medium
23633 \bar no
23634 You'll see
23635 \family default
23636 \series default
23637 \bar default
23638  then the following footnote-box: 
23639 \begin_inset Graphics
23640         filename clipart/footnoteQt4.png
23641         scale 80
23642         scaleBeforeRotation
23643
23644 \end_inset
23645
23646  
23647 \family roman
23648 \series medium
23649 \bar no
23650 where you can enter the footnote text.
23651  If you want to turn existing text into a footnote, mark it and click on
23652  the footnote
23653 \family default
23654 \series default
23655 \bar default
23656  toolbar 
23657 \family roman
23658 \series medium
23659 \bar no
23660 button
23661 \family default
23662 \series default
23663 \bar default
23664 .
23665  To change a 
23666 \family roman
23667 \series medium
23668 \bar no
23669 footnote
23670 \family default
23671 \series default
23672 \bar default
23673  to text, press the Backspace key when the cursor is in the first position
23674  of a 
23675 \family roman
23676 \series medium
23677 \bar no
23678 footnote
23679 \family default
23680 \series default
23681 \bar default
23682 , or press the Delete key when the cursor is in the very last position of
23683  the 
23684 \family roman
23685 \series medium
23686 \bar no
23687 footnote
23688 \family default
23689 \series default
23690 \bar default
23691 , respectively.
23692 \end_layout
23693
23694 \begin_layout Standard
23695 Here is an example footnote:
23696 \family roman
23697 \series medium
23698 \bar no
23699
23700 \begin_inset Foot
23701 status open
23702
23703 \begin_layout Plain Layout
23704 \begin_inset CommandInset label
23705 LatexCommand label
23706 name "foot:This-is-an"
23707
23708 \end_inset
23709
23710 This is an example footnote.
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \family default
23717 \series default
23718 \bar default
23719
23720 \begin_inset ERT
23721 status collapsed
23722
23723 \begin_layout Plain Layout
23724
23725
23726 \backslash
23727 newcounter{MyRepeatFoot}
23728 \end_layout
23729
23730 \begin_layout Plain Layout
23731
23732
23733 \backslash
23734 setcounter{MyRepeatFoot}{
23735 \backslash
23736 thefootnote}
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \begin_layout Standard
23745 The footnote will appear in the output as a superscript number at the text
23746  position where the footnote box is placed.
23747  The footnote text is placed at the bottom of the current page.
23748  The footnote number is calculated by LaTeX, the numbers are consecutive.
23749  It depends on your document-class, if the footnote number is reset for
23750  every chapter.
23751 \end_layout
23752
23753 \begin_layout Standard
23754 Footnotes can be referenced like floats: Insert a label into the footnote
23755  and cross-reference this label in the text as described in section
23756 \begin_inset space ~
23757 \end_inset
23758
23759
23760 \begin_inset CommandInset ref
23761 LatexCommand ref
23762 reference "sec:Referencing-Floats"
23763
23764 \end_inset
23765
23766 .
23767 \begin_inset Newline newline
23768 \end_inset
23769
23770 This is a cross-reference of Footnote
23771 \begin_inset space ~
23772 \end_inset
23773
23774
23775 \begin_inset CommandInset ref
23776 LatexCommand ref
23777 reference "foot:This-is-an"
23778
23779 \end_inset
23780
23781 .
23782 \end_layout
23783
23784 \begin_layout Standard
23785 \begin_inset VSpace defskip
23786 \end_inset
23787
23788 To use footnotes within tables, you have to use minipages, see section
23789 \begin_inset space ~
23790 \end_inset
23791
23792
23793 \begin_inset CommandInset ref
23794 LatexCommand ref
23795 reference "sec:Minipages"
23796
23797 \end_inset
23798
23799 .
23800  Footnotes within longtables are described in section
23801 \begin_inset space ~
23802 \end_inset
23803
23804
23805 \begin_inset CommandInset ref
23806 LatexCommand ref
23807 reference "sub:Footnotes-in-Longtables"
23808
23809 \end_inset
23810
23811 .
23812 \end_layout
23813
23814 \begin_layout Standard
23815 \begin_inset VSpace defskip
23816 \end_inset
23817
23818 To create only a mark for a footnote, use the command 
23819 \series bold
23820
23821 \backslash
23822 footnotemark[number]
23823 \series default
23824  in TeX-Code.
23825  This is used when you have the same annotation several times in a text
23826  but doesn't want to print the footnote text every time.
23827 \begin_inset Newline newline
23828 \end_inset
23829
23830 As you don't know the number of the repeating footnote while you are writing
23831  the text, you have to store its number.
23832  For the following footnote mark example, these commands were inserted in
23833  TeX-Code behind Footnote
23834 \begin_inset space ~
23835 \end_inset
23836
23837
23838 \begin_inset CommandInset ref
23839 LatexCommand ref
23840 reference "foot:This-is-an"
23841
23842 \end_inset
23843
23844  to store the footnote number:
23845 \end_layout
23846
23847 \begin_layout Standard
23848
23849 \series bold
23850
23851 \backslash
23852 newcounter{MyRepeatFoot}
23853 \begin_inset Newline newline
23854 \end_inset
23855
23856
23857 \backslash
23858 setcounter{MyRepeatFoot}{
23859 \backslash
23860 thefootnote}
23861 \end_layout
23862
23863 \begin_layout Standard
23864 The footnote mark was then created with this command:
23865 \end_layout
23866
23867 \begin_layout Standard
23868
23869 \series bold
23870
23871 \backslash
23872 footnotemark[
23873 \backslash
23874 theMyRepeatFoot]
23875 \end_layout
23876
23877 \begin_layout Standard
23878 Here is an example footnote mark:
23879 \family roman
23880 \series medium
23881 \bar no
23882
23883 \begin_inset ERT
23884 status collapsed
23885
23886 \begin_layout Plain Layout
23887
23888
23889 \backslash
23890 footnotemark[
23891 \backslash
23892 theMyRepeatFoot]
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \begin_layout Subsection
23901 Footnote Numbering
23902 \begin_inset CommandInset label
23903 LatexCommand label
23904 name "sub:Footnote-Numbering"
23905
23906 \end_inset
23907
23908
23909 \begin_inset Index
23910 status collapsed
23911
23912 \begin_layout Plain Layout
23913 Footnotes ! Numbering
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \begin_layout Standard
23922 To reset the footnote number back to 1 after each section
23923 \family roman
23924 , add this command to your document preamble:
23925 \end_layout
23926
23927 \begin_layout Standard
23928
23929 \series bold
23930
23931 \backslash
23932 @addtoreset{footnote}{section}
23933 \end_layout
23934
23935 \begin_layout Standard
23936 \begin_inset VSpace bigskip
23937 \end_inset
23938
23939 The following preamble command changes the footnote numbering style to small
23940  roman numerals:
23941 \end_layout
23942
23943 \begin_layout Standard
23944
23945 \series bold
23946
23947 \backslash
23948 renewcommand{
23949 \backslash
23950 thefootnote}{
23951 \backslash
23952 roman{footnote}}
23953 \end_layout
23954
23955 \begin_layout Standard
23956 \begin_inset ERT
23957 status collapsed
23958
23959 \begin_layout Plain Layout
23960
23961
23962 \backslash
23963 renewcommand{
23964 \backslash
23965 thefootnote}{
23966 \backslash
23967 roman{footnote}}
23968 \end_layout
23969
23970 \end_inset
23971
23972  This is a footnote with roman numbering:
23973 \begin_inset Foot
23974 status open
23975
23976 \begin_layout Plain Layout
23977 This is an example footnote with roman numbering.
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \begin_layout Standard
23986 To change the numbering style to capital roman numerals replace in the command
23987  above 
23988 \series bold
23989
23990 \backslash
23991 roman
23992 \series default
23993  by 
23994 \series bold
23995
23996 \backslash
23997 Roman
23998 \series default
23999 .
24000  To 
24001 \begin_inset Quotes eld
24002 \end_inset
24003
24004 number
24005 \begin_inset Quotes erd
24006 \end_inset
24007
24008  footnotes with capital or small Latin letters use 
24009 \series bold
24010
24011 \backslash
24012 Alph
24013 \series default
24014  or 
24015 \series bold
24016
24017 \backslash
24018 alph
24019 \series default
24020 , respectively.
24021  To 
24022 \begin_inset Quotes eld
24023 \end_inset
24024
24025 number
24026 \begin_inset Quotes erd
24027 \end_inset
24028
24029  footnotes with symbols use 
24030 \series bold
24031
24032 \backslash
24033 fnsymbol
24034 \series default
24035 .
24036 \end_layout
24037
24038 \begin_layout Standard
24039 \begin_inset Note Greyedout
24040 status open
24041
24042 \begin_layout Plain Layout
24043
24044 \series bold
24045 Note:
24046 \series default
24047  You can only number 26 footnotes with Latin letters, because this numbering
24048  is limited to single letters.
24049 \end_layout
24050
24051 \end_inset
24052
24053
24054 \begin_inset Newline newline
24055 \end_inset
24056
24057
24058 \begin_inset Note Greyedout
24059 status open
24060
24061 \begin_layout Plain Layout
24062
24063 \series bold
24064 Note:
24065 \series default
24066  You can only number 9 footnotes with symbols.
24067 \end_layout
24068
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \begin_layout Standard
24075 To return to the default numbering style when you changed to another one,
24076  use 
24077 \series bold
24078
24079 \backslash
24080 arabic
24081 \series default
24082  instead of 
24083 \series bold
24084
24085 \backslash
24086 roman
24087 \series default
24088  in the command above.
24089 \begin_inset ERT
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093
24094
24095 \backslash
24096 renewcommand{
24097 \backslash
24098 thefootnote}{
24099 \backslash
24100 arabic{footnote}}
24101 \end_layout
24102
24103 \end_inset
24104
24105
24106 \end_layout
24107
24108 \begin_layout Standard
24109 \begin_inset VSpace bigskip
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \begin_layout Standard
24116 If you want to have footnotes numbered in the scheme 
24117 \begin_inset Quotes eld
24118 \end_inset
24119
24120 chapter.footnote
24121 \begin_inset Quotes erd
24122 \end_inset
24123
24124 , add the following command to your document preamble:
24125 \end_layout
24126
24127 \begin_layout Standard
24128
24129 \series bold
24130
24131 \backslash
24132 numberwithin{footnote}{chapter}
24133 \end_layout
24134
24135 \begin_layout Standard
24136 To be able to use the command 
24137 \series bold
24138
24139 \backslash
24140 numberwithin
24141 \series default
24142 , set in the tab 
24143 \family sans
24144 Math
24145 \begin_inset space ~
24146 \end_inset
24147
24148 Options
24149 \family default
24150  in the document settings the option 
24151 \family sans
24152 Use
24153 \begin_inset space ~
24154 \end_inset
24155
24156 AMS
24157 \begin_inset space ~
24158 \end_inset
24159
24160 math
24161 \begin_inset space ~
24162 \end_inset
24163
24164 package
24165 \family default
24166 .
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset ERT
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174
24175
24176 \backslash
24177 numberwithin{footnote}{chapter}
24178 \end_layout
24179
24180 \end_inset
24181
24182 This is another example footnote:
24183 \series bold
24184
24185 \begin_inset Foot
24186 status open
24187
24188 \begin_layout Plain Layout
24189 This is a footnote numbered in the scheme 
24190 \begin_inset Quotes eld
24191 \end_inset
24192
24193 chapter.footnote
24194 \begin_inset Quotes erd
24195 \end_inset
24196
24197 .
24198 \end_layout
24199
24200 \end_inset
24201
24202
24203 \series default
24204
24205 \begin_inset ERT
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209
24210
24211 \backslash
24212 renewcommand{
24213 \backslash
24214 thefootnote}{
24215 \backslash
24216 arabic{footnote}}
24217 \end_layout
24218
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \begin_layout Standard
24225 \begin_inset Note Greyedout
24226 status open
24227
24228 \begin_layout Plain Layout
24229
24230 \series bold
24231 Note:
24232 \series default
24233  
24234 \series bold
24235
24236 \backslash
24237 numberwithin
24238 \series default
24239  always prints out the footnote number as arabic number; previous redefinitions
24240  to get non-arabic numbers are overwritten.
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \begin_layout Standard
24249 So to get for example the scheme 
24250 \begin_inset Quotes eld
24251 \end_inset
24252
24253 chapter.
24254 \backslash
24255 Roman{footnote}
24256 \begin_inset Quotes erd
24257 \end_inset
24258
24259 , use this command instead of 
24260 \series bold
24261
24262 \backslash
24263 numberwithin
24264 \series default
24265 :
24266 \end_layout
24267
24268 \begin_layout Standard
24269
24270 \series bold
24271
24272 \backslash
24273 renewcommand{
24274 \backslash
24275 thefootnote}{
24276 \backslash
24277 thechapter.
24278 \backslash
24279 Roman{footnote}}
24280 \end_layout
24281
24282 \begin_layout Subsection
24283 Footnote Placement
24284 \begin_inset Index
24285 status collapsed
24286
24287 \begin_layout Plain Layout
24288 Footnotes ! Placement
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \begin_layout Standard
24297 If you have several footnotes in one page, they appear without vertical
24298  space between them at the bottom of the page.
24299  To make them better readable you can e.g.
24300 \begin_inset space \space{}
24301 \end_inset
24302
24303 add 1.5
24304 \begin_inset space \thinspace{}
24305 \end_inset
24306
24307 mm space with the following preamble command:
24308 \end_layout
24309
24310 \begin_layout Standard
24311
24312 \series bold
24313
24314 \backslash
24315 let
24316 \backslash
24317 myFoot
24318 \backslash
24319 footnote
24320 \begin_inset Newline newline
24321 \end_inset
24322
24323
24324 \backslash
24325 renewcommand{
24326 \backslash
24327 footnote}[1]{
24328 \backslash
24329 myFoot{#1
24330 \backslash
24331 vspace{1.5mm}}}
24332 \end_layout
24333
24334 \begin_layout Standard
24335 \begin_inset VSpace bigskip
24336 \end_inset
24337
24338 In a two-column document the footnotes appear at the bottom of every column,
24339  see Figure
24340 \begin_inset space ~
24341 \end_inset
24342
24343
24344 \begin_inset CommandInset ref
24345 LatexCommand ref
24346 reference "fig:Standard-footnote-placement"
24347
24348 \end_inset
24349
24350 .
24351  If the footnotes should only appear at the bottom of the right column,
24352  as in Figure
24353 \begin_inset space ~
24354 \end_inset
24355
24356
24357 \begin_inset CommandInset ref
24358 LatexCommand ref
24359 reference "fig:Footnote-placement-in"
24360
24361 \end_inset
24362
24363 , use the LaTeX-package 
24364 \series bold
24365 ftnright
24366 \series default
24367
24368 \begin_inset Index
24369 status collapsed
24370
24371 \begin_layout Plain Layout
24372 LaTeX-packages ! ftnright
24373 \end_layout
24374
24375 \end_inset
24376
24377  with this command in the document preamble:
24378 \end_layout
24379
24380 \begin_layout Standard
24381
24382 \series bold
24383
24384 \backslash
24385 usepackage{ftnright}
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \begin_inset Float figure
24390 placement !h
24391 wide false
24392 sideways false
24393 status open
24394
24395 \begin_layout Plain Layout
24396 \begin_inset ERT
24397 status collapsed
24398
24399 \begin_layout Plain Layout
24400
24401
24402 \backslash
24403 framebox{
24404 \end_layout
24405
24406 \end_inset
24407
24408
24409 \begin_inset Graphics
24410         filename clipart/without_fntright.pdf
24411         width 100col%
24412         scaleBeforeRotation
24413
24414 \end_inset
24415
24416
24417 \begin_inset ERT
24418 status collapsed
24419
24420 \begin_layout Plain Layout
24421
24422 }
24423 \end_layout
24424
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \begin_layout Plain Layout
24431 \begin_inset Caption
24432
24433 \begin_layout Plain Layout
24434 \begin_inset CommandInset label
24435 LatexCommand label
24436 name "fig:Standard-footnote-placement"
24437
24438 \end_inset
24439
24440 Standard footnote placement in two-column documents.
24441 \end_layout
24442
24443 \end_inset
24444
24445
24446 \end_layout
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 \begin_inset Float figure
24455 placement !h
24456 wide false
24457 sideways false
24458 status open
24459
24460 \begin_layout Plain Layout
24461 \begin_inset ERT
24462 status collapsed
24463
24464 \begin_layout Plain Layout
24465
24466
24467 \backslash
24468 framebox{
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \begin_inset Graphics
24475         filename clipart/with_fntright.pdf
24476         width 100col%
24477         scaleBeforeRotation
24478
24479 \end_inset
24480
24481
24482 \begin_inset ERT
24483 status collapsed
24484
24485 \begin_layout Plain Layout
24486
24487 }
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \begin_layout Plain Layout
24496 \begin_inset Caption
24497
24498 \begin_layout Plain Layout
24499 \begin_inset CommandInset label
24500 LatexCommand label
24501 name "fig:Footnote-placement-in"
24502
24503 \end_inset
24504
24505 Footnote placement in two-column documents when the LaTeX-package 
24506 \series bold
24507 ftnright
24508 \series default
24509  is used.
24510 \end_layout
24511
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 \begin_inset VSpace bigskip
24524 \end_inset
24525
24526 In some scientific literature it is usual to collect the footnotes and print
24527  them in a separate paragraph at the the end of a section, like in Figure
24528 \begin_inset space ~
24529 \end_inset
24530
24531
24532 \begin_inset CommandInset ref
24533 LatexCommand ref
24534 reference "fig:Endnotes----footnotes"
24535
24536 \end_inset
24537
24538 .
24539  They are then so called 
24540 \begin_inset Quotes eld
24541 \end_inset
24542
24543 endnotes
24544 \begin_inset Quotes erd
24545 \end_inset
24546
24547 .
24548 \begin_inset Index
24549 status collapsed
24550
24551 \begin_layout Plain Layout
24552 Endnotes
24553 \end_layout
24554
24555 \end_inset
24556
24557  To use endnotes instead of footnotes in your document, load the LaTeX-package
24558  
24559 \series bold
24560 endnotes
24561 \series default
24562
24563 \begin_inset Index
24564 status collapsed
24565
24566 \begin_layout Plain Layout
24567 LaTeX-packages ! endnotes
24568 \end_layout
24569
24570 \end_inset
24571
24572  with the document preamble lines
24573 \end_layout
24574
24575 \begin_layout Standard
24576
24577 \series bold
24578
24579 \backslash
24580 usepackage{endnotes}
24581 \begin_inset Newline newline
24582 \end_inset
24583
24584
24585 \backslash
24586 let
24587 \backslash
24588 footnote
24589 \backslash
24590 endnote
24591 \end_layout
24592
24593 \begin_layout Standard
24594 To insert the collected footnotes, insert the command
24595 \end_layout
24596
24597 \begin_layout Standard
24598
24599 \series bold
24600
24601 \backslash
24602 theendnotes
24603 \end_layout
24604
24605 \begin_layout Standard
24606 in TeX-Code at the the end of a section or chapter.
24607 \end_layout
24608
24609 \begin_layout Standard
24610 \begin_inset Float figure
24611 wide false
24612 sideways false
24613 status open
24614
24615 \begin_layout Plain Layout
24616 \align center
24617 \begin_inset ERT
24618 status collapsed
24619
24620 \begin_layout Plain Layout
24621
24622
24623 \backslash
24624 framebox{
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \begin_inset Graphics
24631         filename clipart/endnotes.pdf
24632         scaleBeforeRotation
24633
24634 \end_inset
24635
24636
24637 \begin_inset ERT
24638 status collapsed
24639
24640 \begin_layout Plain Layout
24641
24642 }
24643 \end_layout
24644
24645 \end_inset
24646
24647
24648 \end_layout
24649
24650 \begin_layout Plain Layout
24651 \begin_inset Caption
24652
24653 \begin_layout Plain Layout
24654 \begin_inset CommandInset label
24655 LatexCommand label
24656 name "fig:Endnotes----footnotes"
24657
24658 \end_inset
24659
24660 Endnotes -- footnotes are printed in a separate paragraph at the end of
24661  sections or chapters.
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \begin_layout Standard
24675 \begin_inset VSpace medskip
24676 \end_inset
24677
24678 The paragraph heading for the endnotes isn't automatically translated into
24679  the document language, this must be done manually.
24680  The following preamble command translate the default English name 
24681 \begin_inset Quotes eld
24682 \end_inset
24683
24684 Notes
24685 \begin_inset Quotes erd
24686 \end_inset
24687
24688  to the German translation 
24689 \begin_inset Quotes eld
24690 \end_inset
24691
24692 Anmerkungen
24693 \begin_inset Quotes erd
24694 \end_inset
24695
24696 :
24697 \end_layout
24698
24699 \begin_layout Standard
24700
24701 \series bold
24702
24703 \backslash
24704 renewcommand{
24705 \backslash
24706 notesname}{Anmerkungen}
24707 \end_layout
24708
24709 \begin_layout Standard
24710 \begin_inset VSpace medskip
24711 \end_inset
24712
24713 The numbering of endnotes can be changed like the footnote numbering as
24714  described in section
24715 \begin_inset space ~
24716 \end_inset
24717
24718
24719 \begin_inset CommandInset ref
24720 LatexCommand ref
24721 reference "sub:Footnote-Numbering"
24722
24723 \end_inset
24724
24725 ; just replace the command 
24726 \series bold
24727
24728 \backslash
24729 thefootnote
24730 \series default
24731  by 
24732 \series bold
24733
24734 \backslash
24735 theendnote
24736 \series default
24737 .
24738  To reset the endnote number use the command 
24739 \series bold
24740
24741 \backslash
24742 @addtoreset
24743 \series default
24744  as described in section
24745 \begin_inset space ~
24746 \end_inset
24747
24748
24749 \begin_inset CommandInset ref
24750 LatexCommand ref
24751 reference "sub:Footnote-Numbering"
24752
24753 \end_inset
24754
24755  and replace the command parameter 
24756 \series bold
24757 footnote
24758 \series default
24759  by 
24760 \series bold
24761 endnote
24762 \series default
24763 .
24764 \end_layout
24765
24766 \begin_layout Standard
24767 To create only a mark for an endnote, use the command 
24768 \series bold
24769
24770 \backslash
24771 endnotemark[number]
24772 \series default
24773  similar to the command 
24774 \series bold
24775
24776 \backslash
24777 footnotemark
24778 \series default
24779 , described in section
24780 \begin_inset space ~
24781 \end_inset
24782
24783
24784 \begin_inset CommandInset ref
24785 LatexCommand ref
24786 reference "sec:Footnotes"
24787
24788 \end_inset
24789
24790 .
24791 \end_layout
24792
24793 \begin_layout Standard
24794 \begin_inset VSpace bigskip
24795 \end_inset
24796
24797 Footnotes can also be placed in the page margin and the footnote text alignment
24798  can be changed, see the LaTeX-package 
24799 \series bold
24800 footmisc
24801 \series default
24802
24803 \begin_inset Index
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807 LaTeX-packages ! footmisc
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \begin_inset CommandInset citation
24814 LatexCommand cite
24815 key "footmisc"
24816
24817 \end_inset
24818
24819  for more information about this.
24820 \end_layout
24821
24822 \begin_layout Standard
24823 For various further footnote formatting issues have a look at LaTeX-books,
24824  
24825 \begin_inset CommandInset citation
24826 LatexCommand cite
24827 key "latexcompanion,latexguide,latexbook"
24828
24829 \end_inset
24830
24831 .
24832 \end_layout
24833
24834 \begin_layout Section
24835 Margin Notes
24836 \begin_inset Index
24837 status collapsed
24838
24839 \begin_layout Plain Layout
24840 Notes ! Margin Notes
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 Margin notes look and behave in LyX like footnotes.
24850  They are inserted via the menu 
24851 \family sans
24852 Insert\SpecialChar \menuseparator
24853 Marginal
24854 \begin_inset space ~
24855 \end_inset
24856
24857 Note
24858 \family default
24859  or the toolbar button 
24860 \begin_inset Graphics
24861         filename ../images/marginalnote-insert.png
24862         scale 85
24863         scaleBeforeRotation
24864
24865 \end_inset
24866
24867 .
24868  A grey 
24869 \family roman
24870 \series medium
24871 box with the
24872 \family default
24873 \series default
24874  red 
24875 \family roman
24876 \series medium
24877 label 
24878 \begin_inset Quotes eld
24879 \end_inset
24880
24881 margin
24882 \begin_inset Quotes erd
24883 \end_inset
24884
24885  appears where you can enter the text of the margin note.
24886 \end_layout
24887
24888 \begin_layout Standard
24889 At the side is an example margin note.
24890
24891 \family roman
24892 \series medium
24893  
24894 \begin_inset Marginal
24895 status open
24896
24897 \begin_layout Plain Layout
24898 This is a margin note.
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Standard
24907 Margin notes appear at the right side in single-sided documents.
24908  In double-sided documents they appear in the outer margin -- left on even
24909  pages, right on odd pages.
24910  The text of margin notes is aligned opposite to the outer margin -- right-align
24911 ed when the note appears in the left margin.
24912  The first line of the margin note is placed at the position of the text
24913  line where it is inserted in the document.
24914 \end_layout
24915
24916 \begin_layout Standard
24917 \begin_inset VSpace bigskip
24918 \end_inset
24919
24920 To place the margin note in the inner margin, add the command
24921 \end_layout
24922
24923 \begin_layout Standard
24924
24925 \series bold
24926
24927 \backslash
24928 reversemarginpar
24929 \end_layout
24930
24931 \begin_layout Standard
24932 in TeX-Code before a margin note.
24933  The new placement is valid for all following margin notes.
24934  
24935 \begin_inset ERT
24936 status collapsed
24937
24938 \begin_layout Plain Layout
24939
24940
24941 \backslash
24942 reversemarginpar 
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \begin_inset Marginal
24949 status open
24950
24951 \begin_layout Plain Layout
24952 This is a margin note in the inner margin.
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \series bold
24959
24960 \begin_inset Newline newline
24961 \end_inset
24962
24963
24964 \series default
24965
24966 \begin_inset Note Greyedout
24967 status open
24968
24969 \begin_layout Plain Layout
24970
24971 \series bold
24972 Note:
24973 \series default
24974  There is often not enough space in the inner margin so that the notes are
24975  not correctly displayed in the output.
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Standard
24984 To return to the default placement insert the command
24985 \end_layout
24986
24987 \begin_layout Standard
24988
24989 \series bold
24990
24991 \backslash
24992 normalmarginpar
24993 \end_layout
24994
24995 \begin_layout Standard
24996 in TeX-Code.
24997 \begin_inset ERT
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001
25002
25003 \backslash
25004 normalmarginpar 
25005 \end_layout
25006
25007 \end_inset
25008
25009  
25010 \begin_inset Note Greyedout
25011 status open
25012
25013 \begin_layout Plain Layout
25014
25015 \series bold
25016 Note:
25017 \series default
25018  The command is ignored when it is within a paragraph where also the command
25019  
25020 \series bold
25021
25022 \backslash
25023 reversemarginpar
25024 \series default
25025  is inserted.
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Standard
25034 \begin_inset VSpace bigskip
25035 \end_inset
25036
25037
25038 \family roman
25039 \series medium
25040
25041 \begin_inset Marginal
25042 status open
25043
25044 \begin_layout Plain Layout
25045 AVeryLongMarginParWord that isn't hyphenated.
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \family default
25052 \series default
25053  Similar to the case described in section
25054 \begin_inset space ~
25055 \end_inset
25056
25057
25058 \begin_inset CommandInset ref
25059 LatexCommand ref
25060 reference "sub:Multiple-Lines-in"
25061
25062 \end_inset
25063
25064 , long words cannot be hyphenated when they are the first word in a margin
25065  note.
25066  To avoid this, insert 0
25067 \begin_inset space \thinspace{}
25068 \end_inset
25069
25070 pt horizontal space before the word
25071 \family roman
25072 \series medium
25073 .
25074  
25075 \begin_inset Marginal
25076 status open
25077
25078 \begin_layout Plain Layout
25079 \begin_inset space \hspace*{}
25080 \length 0pt
25081 \end_inset
25082
25083 AVeryLongMarginParWord that is hyphenated.
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \begin_layout Standard
25092 \begin_inset VSpace bigskip
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Standard
25099 \begin_inset Note Greyedout
25100 status open
25101
25102 \begin_layout Plain Layout
25103
25104 \series bold
25105 Note:
25106 \series default
25107  Margin notes can normally not be used inside tables, floats, and footnotes.
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \begin_layout Standard
25116 \begin_inset VSpace bigskip
25117 \end_inset
25118
25119
25120 \end_layout
25121
25122 \begin_layout Standard
25123 \begin_inset ERT
25124 status collapsed
25125
25126 \begin_layout Plain Layout
25127
25128
25129 \backslash
25130 ifmarginnote
25131 \end_layout
25132
25133 \end_inset
25134
25135
25136 \begin_inset Note Note
25137 status open
25138
25139 \begin_layout Plain Layout
25140 The following section will only be displayed when the LaTeX-package 
25141 \series bold
25142 marginnote
25143 \series default
25144  is installed.
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \begin_layout Standard
25153 This restriction can be evaded by using the LaTeX-package 
25154 \series bold
25155 marginnote
25156 \series default
25157
25158 \begin_inset Index
25159 status collapsed
25160
25161 \begin_layout Plain Layout
25162 LaTeX-packages ! marginnote
25163 \end_layout
25164
25165 \end_inset
25166
25167 .
25168  By adding these two lines to your document preamble, the command used by
25169  LyX for margin notes is redefined to use the command provided by the 
25170 \series bold
25171 marginnote
25172 \series default
25173 -package:
25174 \end_layout
25175
25176 \begin_layout Standard
25177
25178 \series bold
25179
25180 \backslash
25181 usepackage{marginnote}
25182 \begin_inset Newline newline
25183 \end_inset
25184
25185
25186 \backslash
25187 let
25188 \backslash
25189 marginpar
25190 \backslash
25191 marginnote
25192 \end_layout
25193
25194 \begin_layout Standard
25195 This is also used in this document because 
25196 \series bold
25197 marginnote
25198 \series default
25199  has another useful feature: You can set a vertical offset for the note.
25200  This is often needed when too many margin notes are too close together
25201  or for a better page layout.
25202  The offset is set in LyX as TeX-Code directly behind the margin note in
25203  the scheme
25204 \end_layout
25205
25206 \begin_layout Standard
25207
25208 \series bold
25209 [offset]
25210 \end_layout
25211
25212 \begin_layout Standard
25213 where the offset is a length with one of the units listed in Table
25214 \begin_inset space ~
25215 \end_inset
25216
25217
25218 \begin_inset CommandInset ref
25219 LatexCommand ref
25220 reference "tab:Units"
25221
25222 \end_inset
25223
25224 .
25225  A negative value shifts the note up, a positive value shifts it down.
25226  
25227 \family roman
25228 \series medium
25229 For example the margin note beside this text line is shifted up 1.5
25230 \begin_inset space \thinspace{}
25231 \end_inset
25232
25233 cm with the TeX-Code-command 
25234 \begin_inset Quotes eld
25235 \end_inset
25236
25237
25238 \family default
25239 \series bold
25240 [-1.5cm]
25241 \family roman
25242 \series medium
25243
25244 \begin_inset Quotes erd
25245 \end_inset
25246
25247
25248 \begin_inset Marginal
25249 status open
25250
25251 \begin_layout Plain Layout
25252 This margin note is shifted up 1.5
25253 \begin_inset space \thinspace{}
25254 \end_inset
25255
25256 cm from its original position.
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \family default
25263 \series default
25264
25265 \begin_inset ERT
25266 status collapsed
25267
25268 \begin_layout Plain Layout
25269
25270 [-1.5cm]
25271 \end_layout
25272
25273 \end_inset
25274
25275
25276 \end_layout
25277
25278 \begin_layout Standard
25279 \begin_inset VSpace medskip
25280 \end_inset
25281
25282 With 
25283 \series bold
25284 marginnote
25285 \series default
25286  you can also change the alignment of the text in the margin note.
25287  For example the commands
25288 \end_layout
25289
25290 \begin_layout Standard
25291
25292 \series bold
25293
25294 \backslash
25295 renewcommand*{
25296 \backslash
25297 raggedleftmarginnote}{
25298 \backslash
25299 centering}
25300 \begin_inset Newline newline
25301 \end_inset
25302
25303
25304 \backslash
25305 renewcommand*{
25306 \backslash
25307 raggedrightmarginnote}{
25308 \backslash
25309 centering}
25310 \end_layout
25311
25312 \begin_layout Standard
25313 set the alignment to centered.
25314  
25315 \series bold
25316
25317 \backslash
25318 raggedleftmarginnote
25319 \series default
25320  denotes margin notes that appear at the left side.
25321 \family roman
25322 \series medium
25323
25324 \begin_inset ERT
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328
25329
25330 \backslash
25331 renewcommand*{
25332 \backslash
25333 raggedleftmarginnote}{
25334 \backslash
25335 centering}
25336 \end_layout
25337
25338 \begin_layout Plain Layout
25339
25340
25341 \backslash
25342 renewcommand*{
25343 \backslash
25344 raggedrightmarginnote}{
25345 \backslash
25346 centering}
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \begin_inset Marginal
25353 status open
25354
25355 \begin_layout Plain Layout
25356 The text of this margin note is centered.
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \family default
25363 \series default
25364  The default is
25365 \end_layout
25366
25367 \begin_layout Standard
25368
25369 \series bold
25370
25371 \backslash
25372 renewcommand*{
25373 \backslash
25374 raggedleftmarginnote}{
25375 \backslash
25376 raggedleft}
25377 \begin_inset Newline newline
25378 \end_inset
25379
25380
25381 \backslash
25382 renewcommand*{
25383 \backslash
25384 raggedrightmarginnote}{
25385 \backslash
25386 raggedright}
25387 \family roman
25388 \series medium
25389
25390 \begin_inset ERT
25391 status collapsed
25392
25393 \begin_layout Plain Layout
25394
25395
25396 \backslash
25397 renewcommand*{
25398 \backslash
25399 raggedleftmarginnote}{
25400 \backslash
25401 raggedleft}
25402 \end_layout
25403
25404 \begin_layout Plain Layout
25405
25406
25407 \backslash
25408 renewcommand*{
25409 \backslash
25410 raggedrightmarginnote}{
25411 \backslash
25412 raggedright}
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \begin_layout Standard
25421 \begin_inset VSpace medskip
25422 \end_inset
25423
25424 For the other features of 
25425 \series bold
25426 marginnote
25427 \series default
25428  we refer to its documentation 
25429 \begin_inset CommandInset citation
25430 LatexCommand cite
25431 key "marginnote"
25432
25433 \end_inset
25434
25435 .
25436 \end_layout
25437
25438 \begin_layout Standard
25439 \begin_inset VSpace bigskip
25440 \end_inset
25441
25442 You can adjust the layout of margin notes by changing its definition.
25443  To create for example a header for all margin notes with the underlined,
25444  sans-serif, and bold header text 
25445 \begin_inset Quotes eld
25446 \end_inset
25447
25448
25449 \family sans
25450 \series bold
25451 \bar under
25452 Attention!
25453 \family default
25454 \series default
25455 \bar default
25456
25457 \begin_inset Quotes erd
25458 \end_inset
25459
25460 , add this to your document preamble:
25461 \end_layout
25462
25463 \begin_layout Standard
25464
25465 \series bold
25466
25467 \backslash
25468 let
25469 \backslash
25470 myMarginpar
25471 \backslash
25472 marginpar
25473 \begin_inset Newline newline
25474 \end_inset
25475
25476
25477 \backslash
25478 renewcommand{
25479 \backslash
25480 marginpar}[1]{
25481 \backslash
25482 myMarginpar{%
25483 \begin_inset Newline newline
25484 \end_inset
25485
25486
25487 \begin_inset ERT
25488 status collapsed
25489
25490 \begin_layout Plain Layout
25491
25492
25493 \backslash
25494 hphantom{ }
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \backslash
25501 hspace{0pt}
25502 \backslash
25503 textsf{
25504 \backslash
25505 textbf{
25506 \backslash
25507 underbar{Attention!}}}%
25508 \begin_inset Newline newline
25509 \end_inset
25510
25511
25512 \begin_inset ERT
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516
25517
25518 \backslash
25519 hphantom{ }
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \backslash
25526 vspace{1.5mm}
25527 \backslash
25528
25529 \backslash
25530 #1}}
25531 \end_layout
25532
25533 \begin_layout Standard
25534
25535 \family roman
25536 \series medium
25537 \begin_inset ERT
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541
25542
25543 \backslash
25544 let
25545 \backslash
25546 myMarginpar
25547 \backslash
25548 marginpar
25549 \end_layout
25550
25551 \begin_layout Plain Layout
25552
25553
25554 \backslash
25555 renewcommand{
25556 \backslash
25557 marginpar}[1]{
25558 \backslash
25559 myMarginpar{%
25560 \end_layout
25561
25562 \begin_layout Plain Layout
25563
25564    
25565 \backslash
25566 textsf{
25567 \backslash
25568 textbf{
25569 \backslash
25570 underbar{Attention!}}}%
25571 \end_layout
25572
25573 \begin_layout Plain Layout
25574
25575    
25576 \backslash
25577 vspace{1.5mm}
25578 \backslash
25579
25580 \backslash
25581 #1}}
25582 \end_layout
25583
25584 \end_inset
25585
25586
25587 \begin_inset Marginal
25588 status open
25589
25590 \begin_layout Plain Layout
25591 This is a margin note with a defined heading.
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \family default
25598 \series default
25599
25600 \begin_inset ERT
25601 status collapsed
25602
25603 \begin_layout Plain Layout
25604
25605 [-1.5cm]
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \family roman
25612 \series medium
25613
25614 \begin_inset ERT
25615 status collapsed
25616
25617 \begin_layout Plain Layout
25618
25619
25620 \backslash
25621 renewcommand{
25622 \backslash
25623 marginpar}[1]{
25624 \backslash
25625 myMarginpar{#1}}
25626 \end_layout
25627
25628 \end_inset
25629
25630
25631 \family default
25632 \series default
25633
25634 \begin_inset Note Note
25635 status collapsed
25636
25637 \begin_layout Plain Layout
25638 The margin note format is changed only for this example.
25639 \end_layout
25640
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \begin_layout Standard
25647 \begin_inset ERT
25648 status collapsed
25649
25650 \begin_layout Plain Layout
25651
25652
25653 \backslash
25654 else
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \begin_inset Note Note
25661 status open
25662
25663 \begin_layout Plain Layout
25664 The following will be displayed when the LaTeX-package 
25665 \series bold
25666 marginnote
25667 \series default
25668  is not installed:
25669 \end_layout
25670
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \begin_layout Standard
25677 You need to install the LaTeX-package 
25678 \series bold
25679 marginnote
25680 \series default
25681  to see the following part of this section in the output.
25682 \end_layout
25683
25684 \begin_layout Standard
25685 \begin_inset ERT
25686 status collapsed
25687
25688 \begin_layout Plain Layout
25689
25690
25691 \backslash
25692 fi
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \begin_layout Chapter
25701 Boxes
25702 \end_layout
25703
25704 \begin_layout Section
25705 Introduction
25706 \begin_inset Index
25707 status collapsed
25708
25709 \begin_layout Plain Layout
25710 Boxes ! Introduction
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \begin_layout Standard
25719 Boxes are used to format a block of text.
25720  Boxes can be used to write documents with multiple languages, see section
25721 \begin_inset space ~
25722 \end_inset
25723
25724
25725 \begin_inset CommandInset ref
25726 LatexCommand ref
25727 reference "sec:Minipages"
25728
25729 \end_inset
25730
25731 , to frame texts, see section
25732 \begin_inset space ~
25733 \end_inset
25734
25735
25736 \begin_inset CommandInset ref
25737 LatexCommand ref
25738 reference "sec:Decoration"
25739
25740 \end_inset
25741
25742 , to prevent words to be hyphenated, see section
25743 \begin_inset space ~
25744 \end_inset
25745
25746
25747 \begin_inset CommandInset ref
25748 LatexCommand ref
25749 reference "sec:Prevent-Hyphenation"
25750
25751 \end_inset
25752
25753 , to align text, see section
25754 \begin_inset space ~
25755 \end_inset
25756
25757
25758 \begin_inset CommandInset ref
25759 LatexCommand ref
25760 reference "sub:Vertical-Alignment"
25761
25762 \end_inset
25763
25764 , or to set the background color of texts, see section
25765 \begin_inset space ~
25766 \end_inset
25767
25768
25769 \begin_inset CommandInset ref
25770 LatexCommand ref
25771 reference "sec:Colored-Boxes"
25772
25773 \end_inset
25774
25775 .
25776 \end_layout
25777
25778 \begin_layout Standard
25779 Boxes can be inserted with the menu 
25780 \family sans
25781 Insert\SpecialChar \menuseparator
25782 Box
25783 \family default
25784  or the toolbar button 
25785 \begin_inset Graphics
25786         filename ../images/box-insert.png
25787         scale 85
25788         scaleBeforeRotation
25789
25790 \end_inset
25791
25792 .
25793  A grey box with the label 
25794 \family sans
25795 Box (Minipage)
25796 \family default
25797
25798 \begin_inset Graphics
25799         filename clipart/BoxInsetDefaultQt4.png
25800         scale 85
25801         scaleBeforeRotation
25802
25803 \end_inset
25804
25805  will be inserted.
25806  The box type can be specified by right-clicking on the box.
25807  The appearing box dialog offers the 
25808 \family sans
25809 Inner
25810 \begin_inset space ~
25811 \end_inset
25812
25813 Box
25814 \family default
25815  types 
25816 \family sans
25817 Parbox
25818 \family default
25819  and 
25820 \family sans
25821 Minipage
25822 \family default
25823 .
25824  The type 
25825 \family sans
25826 Minipage
25827 \family default
25828  is the default for new boxes and is explained in section
25829 \begin_inset space ~
25830 \end_inset
25831
25832
25833 \begin_inset CommandInset ref
25834 LatexCommand ref
25835 reference "sec:Minipages"
25836
25837 \end_inset
25838
25839 ; the type 
25840 \family sans
25841 Parbox
25842 \family default
25843  is described in section
25844 \begin_inset space ~
25845 \end_inset
25846
25847
25848 \begin_inset CommandInset ref
25849 LatexCommand ref
25850 reference "sec:Parboxes"
25851
25852 \end_inset
25853
25854 .
25855 \end_layout
25856
25857 \begin_layout Standard
25858 Boxes aren't numbered and can therefore not be referenced like floats or
25859  footnotes.
25860 \end_layout
25861
25862 \begin_layout Standard
25863 \begin_inset Note Greyedout
25864 status open
25865
25866 \begin_layout Plain Layout
25867
25868 \series bold
25869 Note:
25870 \series default
25871  Boxes must not be the item in an 
25872 \family sans
25873 Itemize
25874 \family default
25875  or 
25876 \family sans
25877 Description
25878 \family default
25879  environment.
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888 \begin_inset Note Greyedout
25889 status open
25890
25891 \begin_layout Plain Layout
25892
25893 \series bold
25894 Note:
25895 \series default
25896  For an unknown reason you can only set the 
25897 \family sans
25898 Inner
25899 \begin_inset space ~
25900 \end_inset
25901
25902 Box
25903 \family default
25904  type to 
25905 \family sans
25906 None
25907 \family default
25908  when you use a framed box.
25909  Boxes without an 
25910 \family sans
25911 Inner
25912 \begin_inset space ~
25913 \end_inset
25914
25915 Box
25916 \family default
25917  type and without frames are explained in section
25918 \begin_inset space ~
25919 \end_inset
25920
25921
25922 \begin_inset CommandInset ref
25923 LatexCommand ref
25924 reference "sec:Prevent-Hyphenation"
25925
25926 \end_inset
25927
25928 .
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \begin_layout Section
25937 Box Dialog
25938 \begin_inset CommandInset label
25939 LatexCommand label
25940 name "sec:Box-Dialog"
25941
25942 \end_inset
25943
25944
25945 \begin_inset Index
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949 Boxes ! Box Dialog
25950 \end_layout
25951
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \begin_layout Subsection
25958 Size
25959 \begin_inset Index
25960 status collapsed
25961
25962 \begin_layout Plain Layout
25963 Boxes ! Size
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \begin_layout Standard
25972 In the box dialog you can adjust the box geometry in the fields 
25973 \family sans
25974 Width
25975 \family default
25976  and 
25977 \family sans
25978 Height
25979 \family default
25980 .
25981  The available units for the geometry are explained in Table
25982 \begin_inset space ~
25983 \end_inset
25984
25985
25986 \begin_inset CommandInset ref
25987 LatexCommand ref
25988 reference "tab:Units"
25989
25990 \end_inset
25991
25992 .
25993  The field 
25994 \family sans
25995 Heigth
25996 \family default
25997  offers the following additional sizes:
25998 \end_layout
25999
26000 \begin_layout Description
26001 Depth This is the plain text 
26002 \begin_inset Quotes eld
26003 \end_inset
26004
26005 height
26006 \begin_inset Quotes erd
26007 \end_inset
26008
26009 .
26010  It ignores the total depth when there are multiple text lines in the box:
26011 \begin_inset Newline newline
26012 \end_inset
26013
26014
26015 \begin_inset Newline newline
26016 \end_inset
26017
26018
26019 \begin_inset Newline newline
26020 \end_inset
26021
26022
26023 \begin_inset Box Boxed
26024 position "c"
26025 hor_pos "c"
26026 has_inner_box 1
26027 inner_pos "c"
26028 use_parbox 0
26029 width "12col%"
26030 special "none"
26031 height "1in"
26032 height_special "depth"
26033 status collapsed
26034
26035 \begin_layout Plain Layout
26036 \align center
26037 Box height set to 1
26038 \begin_inset space \thinspace{}
26039 \end_inset
26040
26041 Depth
26042 \end_layout
26043
26044 \end_inset
26045
26046
26047 \begin_inset Newline newline
26048 \end_inset
26049
26050
26051 \begin_inset Newline newline
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Description
26058 Height This is the heigth of the text that is inside the box.
26059  A value of e.g.
26060 \begin_inset space \space{}
26061 \end_inset
26062
26063 2 for this size will set the box heigth to 2 times the text height: 
26064 \begin_inset Box Boxed
26065 position "c"
26066 hor_pos "c"
26067 has_inner_box 1
26068 inner_pos "c"
26069 use_parbox 0
26070 width "20col%"
26071 special "none"
26072 height "2in"
26073 height_special "height"
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077 \align center
26078 Box height set to 2
26079 \begin_inset space \thinspace{}
26080 \end_inset
26081
26082 Height
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \begin_layout Description
26091 Total
26092 \begin_inset space ~
26093 \end_inset
26094
26095 Height This is the Height
26096 \begin_inset space \thinspace{}
26097 \end_inset
26098
26099 +
26100 \begin_inset space \thinspace{}
26101 \end_inset
26102
26103 Depth: 
26104 \begin_inset Box Boxed
26105 position "c"
26106 hor_pos "c"
26107 has_inner_box 1
26108 inner_pos "c"
26109 use_parbox 0
26110 width "20col%"
26111 special "none"
26112 height "1in"
26113 height_special "totalheight"
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117 \align center
26118 Box height set to 1
26119 \begin_inset space \thinspace{}
26120 \end_inset
26121
26122 Total
26123 \begin_inset space ~
26124 \end_inset
26125
26126 Height
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \begin_layout Description
26135 Width This sets the width of the box as heigth: 
26136 \begin_inset Box Boxed
26137 position "c"
26138 hor_pos "c"
26139 has_inner_box 1
26140 inner_pos "c"
26141 use_parbox 0
26142 width "12col%"
26143 special "none"
26144 height "1in"
26145 height_special "width"
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149 \align center
26150 Box height set to 1
26151 \begin_inset space \thinspace{}
26152 \end_inset
26153
26154 Width
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \begin_layout Subsection
26163 Alignment
26164 \begin_inset Index
26165 status collapsed
26166
26167 \begin_layout Plain Layout
26168 Boxes ! Alignment
26169 \end_layout
26170
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \begin_layout Standard
26177 When you have chosen an 
26178 \family sans
26179 Inner
26180 \begin_inset space ~
26181 \end_inset
26182
26183 Box
26184 \family default
26185 , the vertical box alignment can be:
26186 \end_layout
26187
26188 \begin_layout Description
26189 Top This is an example text line.
26190  
26191 \begin_inset Box Boxed
26192 position "t"
26193 hor_pos "c"
26194 has_inner_box 1
26195 inner_pos "c"
26196 use_parbox 0
26197 width "12col%"
26198 special "none"
26199 height "1in"
26200 height_special "totalheight"
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204 \align center
26205 This box is top-aligned.
26206 \end_layout
26207
26208 \end_inset
26209
26210  This is an example text line.
26211 \end_layout
26212
26213 \begin_layout Description
26214 Middle This is an example text line.
26215  
26216 \begin_inset Box Boxed
26217 position "c"
26218 hor_pos "c"
26219 has_inner_box 1
26220 inner_pos "c"
26221 use_parbox 0
26222 width "12col%"
26223 special "none"
26224 height "1in"
26225 height_special "totalheight"
26226 status collapsed
26227
26228 \begin_layout Plain Layout
26229 \align center
26230 This box is middle-aligned.
26231 \end_layout
26232
26233 \end_inset
26234
26235  This is an example text line.
26236 \end_layout
26237
26238 \begin_layout Description
26239 Bottom This is an example text line.
26240  
26241 \begin_inset Box Boxed
26242 position "b"
26243 hor_pos "c"
26244 has_inner_box 1
26245 inner_pos "c"
26246 use_parbox 0
26247 width "12col%"
26248 special "none"
26249 height "1in"
26250 height_special "totalheight"
26251 status collapsed
26252
26253 \begin_layout Plain Layout
26254 \align center
26255 This box is bottom-aligned.
26256 \end_layout
26257
26258 \end_inset
26259
26260  This is an example text line.
26261 \end_layout
26262
26263 \begin_layout Standard
26264 \begin_inset Note Greyedout
26265 status open
26266
26267 \begin_layout Plain Layout
26268
26269 \series bold
26270 Note:
26271 \series default
26272  The vertical box aligment can be lost in the output when you have two boxes
26273  in a line and one has e.g.
26274 \begin_inset space \space{}
26275 \end_inset
26276
26277 a shadow and the other one not.
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 The horizontal box alignment can be set via LyX's paragraph dialog when
26287  you set the box into its own paragraph.
26288 \end_layout
26289
26290 \begin_layout Standard
26291 \begin_inset VSpace bigskip
26292 \end_inset
26293
26294 When you have chosen an 
26295 \family sans
26296 Inner
26297 \begin_inset space ~
26298 \end_inset
26299
26300 Box
26301 \family default
26302 , the box content can be vertical aligned to:
26303 \end_layout
26304
26305 \begin_layout Description
26306 top This is an example text line.
26307  
26308 \begin_inset Box Boxed
26309 position "c"
26310 hor_pos "c"
26311 has_inner_box 1
26312 inner_pos "t"
26313 use_parbox 0
26314 width "12col%"
26315 special "none"
26316 height "1.5in"
26317 height_special "totalheight"
26318 status collapsed
26319
26320 \begin_layout Plain Layout
26321 \align center
26322 This box text is top-aligned.
26323 \end_layout
26324
26325 \end_inset
26326
26327  This is an example text line.
26328 \end_layout
26329
26330 \begin_layout Description
26331 middle This is an example text line.
26332  
26333 \begin_inset Box Boxed
26334 position "c"
26335 hor_pos "c"
26336 has_inner_box 1
26337 inner_pos "c"
26338 use_parbox 0
26339 width "12col%"
26340 special "none"
26341 height "1.5in"
26342 height_special "totalheight"
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346 \align center
26347 This box text is middle-aligned.
26348 \end_layout
26349
26350 \end_inset
26351
26352  This is an example text line.
26353 \end_layout
26354
26355 \begin_layout Description
26356 bottom This is an example text line.
26357  
26358 \begin_inset Box Boxed
26359 position "c"
26360 hor_pos "c"
26361 has_inner_box 1
26362 inner_pos "b"
26363 use_parbox 0
26364 width "12col%"
26365 special "none"
26366 height "1.5in"
26367 height_special "totalheight"
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371 \align center
26372 This box text is bottom-aligned.
26373 \end_layout
26374
26375 \end_inset
26376
26377  This is an example text line.
26378 \end_layout
26379
26380 \begin_layout Description
26381 stretch This is an example text line.
26382  
26383 \begin_inset Box Boxed
26384 position "c"
26385 hor_pos "c"
26386 has_inner_box 1
26387 inner_pos "s"
26388 use_parbox 0
26389 width "12col%"
26390 special "none"
26391 height "1.5in"
26392 height_special "totalheight"
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396 \align center
26397 This box
26398 \end_layout
26399
26400 \begin_layout Plain Layout
26401 \align center
26402 text is
26403 \end_layout
26404
26405 \begin_layout Plain Layout
26406 \align center
26407 stretched.
26408 \end_layout
26409
26410 \end_inset
26411
26412  This is an example text line.
26413 \end_layout
26414
26415 \begin_layout Standard
26416 To stretch the box content, it must consist of more than one paragraph.
26417  In the example above every text line is in an own paragraph.
26418 \end_layout
26419
26420 \begin_layout Standard
26421 \begin_inset VSpace bigskip
26422 \end_inset
26423
26424 To align the box content horizontally you can use LyX's paragraph dialog
26425  when you have chosen an 
26426 \family sans
26427 Inner
26428 \begin_inset space ~
26429 \end_inset
26430
26431 Box
26432 \family default
26433 .
26434 \end_layout
26435
26436 \begin_layout Standard
26437 \align center
26438 \begin_inset Box Boxed
26439 position "c"
26440 hor_pos "c"
26441 has_inner_box 1
26442 inner_pos "s"
26443 use_parbox 0
26444 width "15col%"
26445 special "none"
26446 height "1.25in"
26447 height_special "totalheight"
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451 \align left
26452 This box
26453 \end_layout
26454
26455 \begin_layout Plain Layout
26456 \align center
26457 text is
26458 \end_layout
26459
26460 \begin_layout Plain Layout
26461 \align right
26462 stretched.
26463 \end_layout
26464
26465 \end_inset
26466
26467
26468 \end_layout
26469
26470 \begin_layout Standard
26471 If you haven't set an 
26472 \family sans
26473 Inner
26474 \begin_inset space ~
26475 \end_inset
26476
26477 Box
26478 \family default
26479 , you can align the box content horizontally in the box dialog.
26480 \end_layout
26481
26482 \begin_layout Standard
26483 \align center
26484 \begin_inset Box Boxed
26485 position "c"
26486 hor_pos "s"
26487 has_inner_box 0
26488 inner_pos "s"
26489 use_parbox 0
26490 width "90col%"
26491 special "none"
26492 height "1.25in"
26493 height_special "totalheight"
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497 \align left
26498 This box text is horizontally stretched.
26499 \end_layout
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \begin_layout Subsection
26507 Decoration
26508 \begin_inset CommandInset label
26509 LatexCommand label
26510 name "sec:Decoration"
26511
26512 \end_inset
26513
26514
26515 \begin_inset Index
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 Boxes ! Decoration
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Standard
26528 The type of the box can be specified in the box-dialog in the drop-down
26529  list 
26530 \family sans
26531 Decoration
26532 \family default
26533 .
26534  The following types are possible:
26535 \end_layout
26536
26537 \begin_layout Description
26538 Simple
26539 \begin_inset space ~
26540 \end_inset
26541
26542 rectangular
26543 \begin_inset space ~
26544 \end_inset
26545
26546 frame This draws a rectangle frame around the box.
26547  The frame line thickness has the size of 
26548 \series bold
26549
26550 \backslash
26551 fboxrule
26552 \series default
26553 .
26554  
26555 \begin_inset Box Boxed
26556 position "c"
26557 hor_pos "c"
26558 has_inner_box 1
26559 inner_pos "c"
26560 use_parbox 0
26561 width "20col%"
26562 special "none"
26563 height "1in"
26564 height_special "totalheight"
26565 status collapsed
26566
26567 \begin_layout Plain Layout
26568 \align center
26569 Rectangular box
26570 \end_layout
26571
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \begin_layout Description
26578 Allow
26579 \begin_inset space ~
26580 \end_inset
26581
26582 page
26583 \begin_inset space ~
26584 \end_inset
26585
26586 break When you use the decoration 
26587 \family sans
26588 simple rectangular frame
26589 \family default
26590  and no inner box, you can allow page breaks within a box.
26591  Note that then, in contrary to other framed boxes, the frame always uses
26592  the whole column width, the box is set as its own paragraph, and 
26593 \series bold
26594
26595 \backslash
26596 fboxrule
26597 \series default
26598  and 
26599 \series bold
26600
26601 \backslash
26602 fboxsep
26603 \series default
26604  has no effect on this box type.
26605  The frame line thickness has the size of 
26606 \series bold
26607
26608 \backslash
26609 FrameRule
26610 \series default
26611 .
26612  
26613 \begin_inset Box Framed
26614 position "t"
26615 hor_pos "c"
26616 has_inner_box 0
26617 inner_pos "t"
26618 use_parbox 0
26619 width "100col%"
26620 special "none"
26621 height "1in"
26622 height_special "totalheight"
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 Allow page break box
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \begin_layout Description
26635 Oval
26636 \begin_inset space ~
26637 \end_inset
26638
26639 box,
26640 \begin_inset space ~
26641 \end_inset
26642
26643 thin This draws an oval frame around the box.
26644  The frame line thickness has the size 0.4
26645 \begin_inset space \thinspace{}
26646 \end_inset
26647
26648 pt.
26649  
26650 \begin_inset Box ovalbox
26651 position "c"
26652 hor_pos "c"
26653 has_inner_box 1
26654 inner_pos "c"
26655 use_parbox 0
26656 width "20col%"
26657 special "none"
26658 height "1in"
26659 height_special "totalheight"
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663 \align center
26664 Oval box, thin
26665 \end_layout
26666
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \begin_layout Description
26673 Oval
26674 \begin_inset space ~
26675 \end_inset
26676
26677 box,
26678 \begin_inset space ~
26679 \end_inset
26680
26681 thick This draws an oval frame around the box.
26682  The frame line thickness has the size 0.8
26683 \begin_inset space \thinspace{}
26684 \end_inset
26685
26686 pt.
26687  
26688 \begin_inset Box Ovalbox
26689 position "c"
26690 hor_pos "c"
26691 has_inner_box 1
26692 inner_pos "c"
26693 use_parbox 0
26694 width "20col%"
26695 special "none"
26696 height "1in"
26697 height_special "totalheight"
26698 status collapsed
26699
26700 \begin_layout Plain Layout
26701 \align center
26702 Oval box, thick
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \begin_layout Description
26711 Drop
26712 \begin_inset space ~
26713 \end_inset
26714
26715 shadow This draws a rectangle frame with a shadow around the box.
26716  The frame line thickness has the size of 
26717 \series bold
26718
26719 \backslash
26720 fboxrule
26721 \series default
26722 , the shadow has a width of 4
26723 \begin_inset space \thinspace{}
26724 \end_inset
26725
26726 pt.
26727  
26728 \begin_inset Box Shadowbox
26729 position "c"
26730 hor_pos "c"
26731 has_inner_box 1
26732 inner_pos "c"
26733 use_parbox 0
26734 width "20col%"
26735 special "none"
26736 height "1in"
26737 height_special "totalheight"
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741 \align center
26742 Shadow box
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Description
26751 Shaded
26752 \begin_inset space ~
26753 \end_inset
26754
26755 background This draws a box with red background color.
26756  In contrary to colored boxes
26757 \begin_inset Foot
26758 status collapsed
26759
26760 \begin_layout Plain Layout
26761 see sec.
26762 \begin_inset space \thinspace{}
26763 \end_inset
26764
26765
26766 \begin_inset CommandInset ref
26767 LatexCommand ref
26768 reference "sec:Colored-Boxes"
26769
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \end_inset
26776
26777 , it always uses the whole column width and the box is set as its own paragraph.
26778  
26779 \begin_inset Box Shaded
26780 position "t"
26781 hor_pos "c"
26782 has_inner_box 0
26783 inner_pos "t"
26784 use_parbox 0
26785 width "50col%"
26786 special "none"
26787 height "1in"
26788 height_special "totalheight"
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792 Shaded background box
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Description
26801 Double
26802 \begin_inset space ~
26803 \end_inset
26804
26805 rectangular
26806 \begin_inset space ~
26807 \end_inset
26808
26809 frame This draws a double-line rectangle frame around the box.
26810  The line thickness of the inner frame is 0.75
26811 \begin_inset space \thinspace{}
26812 \end_inset
26813
26814
26815 \series bold
26816
26817 \backslash
26818 fboxrule
26819 \series default
26820 , the thickness of the outer frame is 1.5
26821 \begin_inset space \thinspace{}
26822 \end_inset
26823
26824
26825 \series bold
26826
26827 \backslash
26828 fboxrule
26829 \series default
26830 .
26831  The distance between the lines is 1.5
26832 \begin_inset space \thinspace{}
26833 \end_inset
26834
26835
26836 \series bold
26837
26838 \backslash
26839 fboxrule
26840 \series default
26841
26842 \begin_inset space \thinspace{}
26843 \end_inset
26844
26845 +
26846 \begin_inset space \thinspace{}
26847 \end_inset
26848
26849 0.5
26850 \begin_inset space \thinspace{}
26851 \end_inset
26852
26853 pt.
26854  
26855 \begin_inset Box Doublebox
26856 position "c"
26857 hor_pos "c"
26858 has_inner_box 1
26859 inner_pos "c"
26860 use_parbox 0
26861 width "20col%"
26862 special "none"
26863 height "1in"
26864 height_special "totalheight"
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868 \align center
26869 Double rectangular box
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Standard
26878 \begin_inset VSpace bigskip
26879 \end_inset
26880
26881 LyX's box label will reflect the different frame types.
26882  To be able to use all types, the LaTeX-package 
26883 \series bold
26884 fancybox
26885 \series default
26886
26887 \begin_inset Index
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891 LaTeX-packages ! fancybox
26892 \end_layout
26893
26894 \end_inset
26895
26896  must be installed.
26897 \end_layout
26898
26899 \begin_layout Section
26900 Box customization
26901 \begin_inset Index
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905 Boxes ! Customization
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 The default value for the size 
26915 \series bold
26916
26917 \backslash
26918 fboxrule
26919 \series default
26920  is 0.4
26921 \begin_inset space \thinspace{}
26922 \end_inset
26923
26924 pt.
26925  It can be changed with the following command in TeX-Code to e.g.
26926 \begin_inset space \space{}
26927 \end_inset
26928
26929 2
26930 \begin_inset space \thinspace{}
26931 \end_inset
26932
26933 pt:
26934 \end_layout
26935
26936 \begin_layout Standard
26937
26938 \series bold
26939
26940 \backslash
26941 setlength{
26942 \backslash
26943 fboxrule}{2pt}
26944 \end_layout
26945
26946 \begin_layout Standard
26947 \begin_inset ERT
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951
26952
26953 \backslash
26954 setlength{
26955 \backslash
26956 fboxrule}{2pt}
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \begin_inset Box Boxed
26963 position "c"
26964 hor_pos "c"
26965 has_inner_box 1
26966 inner_pos "c"
26967 use_parbox 0
26968 width "25col%"
26969 special "none"
26970 height "1in"
26971 height_special "totalheight"
26972 status open
26973
26974 \begin_layout Plain Layout
26975 \align center
26976 Rectangular box with 
26977 \series bold
26978
26979 \backslash
26980 fboxrule
26981 \series default
26982
26983 \begin_inset space \thinspace{}
26984 \end_inset
26985
26986 =
26987 \begin_inset space \thinspace{}
26988 \end_inset
26989
26990 2
26991 \begin_inset space \thinspace{}
26992 \end_inset
26993
26994 pt
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \begin_inset ERT
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004
27005
27006 \backslash
27007 setlength{
27008 \backslash
27009 fboxrule}{0.4pt}
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018 \begin_inset VSpace bigskip
27019 \end_inset
27020
27021 The space between the frame and the box content is for all frame styles
27022  by default 3
27023 \begin_inset space \thinspace{}
27024 \end_inset
27025
27026 pt.
27027  You can change it by setting the length 
27028 \series bold
27029
27030 \backslash
27031 fboxsep
27032 \series default
27033  to another value.
27034  For example the command
27035 \end_layout
27036
27037 \begin_layout Standard
27038
27039 \series bold
27040
27041 \backslash
27042 setlength{
27043 \backslash
27044 fboxsep}{10pt}
27045 \end_layout
27046
27047 \begin_layout Standard
27048 sets the value to 10
27049 \begin_inset space \thinspace{}
27050 \end_inset
27051
27052 pt, like for the following box:
27053 \end_layout
27054
27055 \begin_layout Standard
27056 \begin_inset ERT
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060
27061
27062 \backslash
27063 setlength{
27064 \backslash
27065 fboxsep}{10pt}
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \begin_inset Box Boxed
27072 position "c"
27073 hor_pos "c"
27074 has_inner_box 1
27075 inner_pos "c"
27076 use_parbox 0
27077 width "25col%"
27078 special "none"
27079 height "1in"
27080 height_special "totalheight"
27081 status open
27082
27083 \begin_layout Plain Layout
27084 \align center
27085 Rectangular box with 
27086 \series bold
27087
27088 \backslash
27089 fboxsep
27090 \series default
27091
27092 \begin_inset space \thinspace{}
27093 \end_inset
27094
27095 =
27096 \begin_inset space \thinspace{}
27097 \end_inset
27098
27099 10
27100 \begin_inset space \thinspace{}
27101 \end_inset
27102
27103 pt
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 setlength{
27117 \backslash
27118 fboxsep}{3pt}
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \begin_layout Standard
27127 \begin_inset VSpace bigskip
27128 \end_inset
27129
27130 The diameter of the round corners of the oval boxes can be set with the
27131  command 
27132 \series bold
27133
27134 \backslash
27135 cornersize
27136 \series default
27137 .
27138  The command
27139 \end_layout
27140
27141 \begin_layout Standard
27142
27143 \series bold
27144
27145 \backslash
27146 cornersize*{1cm}
27147 \end_layout
27148
27149 \begin_layout Standard
27150 sets the diameter to 1
27151 \begin_inset space \thinspace{}
27152 \end_inset
27153
27154 cm.
27155  The command
27156 \end_layout
27157
27158 \begin_layout Standard
27159
27160 \series bold
27161
27162 \backslash
27163 cornersize{num}
27164 \end_layout
27165
27166 \begin_layout Standard
27167 sets the diameter to 
27168 \family sans
27169 num
27170 \begin_inset space \thinspace{}
27171 \end_inset
27172
27173 ×
27174 \begin_inset space \thinspace{}
27175 \end_inset
27176
27177 minimum(width and heigth of box)
27178 \family default
27179 .
27180  The default is 
27181 \series bold
27182
27183 \backslash
27184 cornersize{0.5}
27185 \series default
27186 .
27187 \end_layout
27188
27189 \begin_layout Standard
27190 \begin_inset ERT
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194
27195
27196 \backslash
27197 cornersize*{1.5cm}
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \begin_inset Box Ovalbox
27204 position "c"
27205 hor_pos "c"
27206 has_inner_box 1
27207 inner_pos "c"
27208 use_parbox 0
27209 width "25col%"
27210 special "none"
27211 height "1in"
27212 height_special "totalheight"
27213 status open
27214
27215 \begin_layout Plain Layout
27216 \align center
27217 Oval box with 
27218 \series bold
27219
27220 \backslash
27221 cornersize
27222 \series default
27223
27224 \begin_inset space \thinspace{}
27225 \end_inset
27226
27227 =
27228 \begin_inset space \thinspace{}
27229 \end_inset
27230
27231 1.5
27232 \begin_inset space \thinspace{}
27233 \end_inset
27234
27235 cm
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \begin_inset ERT
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245
27246
27247 \backslash
27248 cornersize{0.5}
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \end_layout
27255
27256 \begin_layout Standard
27257 \begin_inset VSpace bigskip
27258 \end_inset
27259
27260 The size of the shadow can be adjusted by changing the length 
27261 \series bold
27262
27263 \backslash
27264 shadowsize
27265 \series default
27266 .
27267  It it set to 2
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 pt for the following box by this command:
27272 \end_layout
27273
27274 \begin_layout Standard
27275
27276 \series bold
27277
27278 \backslash
27279 setlength{
27280 \backslash
27281 shadowsize}{2pt}
27282 \end_layout
27283
27284 \begin_layout Standard
27285 \begin_inset ERT
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289
27290
27291 \backslash
27292 setlength{
27293 \backslash
27294 shadowsize}{2pt}
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \begin_inset Box Shadowbox
27301 position "c"
27302 hor_pos "c"
27303 has_inner_box 1
27304 inner_pos "c"
27305 use_parbox 0
27306 width "25col%"
27307 special "none"
27308 height "1in"
27309 height_special "totalheight"
27310 status open
27311
27312 \begin_layout Plain Layout
27313 \align center
27314 Shadow box with 
27315 \series bold
27316
27317 \backslash
27318 shadowsize
27319 \series default
27320
27321 \begin_inset space \thinspace{}
27322 \end_inset
27323
27324 =
27325 \begin_inset space \thinspace{}
27326 \end_inset
27327
27328 2
27329 \begin_inset space \thinspace{}
27330 \end_inset
27331
27332 pt
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \begin_inset ERT
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342
27343
27344 \backslash
27345 setlength{
27346 \backslash
27347 shadowsize}{4pt}
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \begin_layout Standard
27356 \begin_inset VSpace bigskip
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \begin_layout Standard
27363 The default value for the size 
27364 \series bold
27365
27366 \backslash
27367 FrameRule
27368 \series default
27369  is 0.4
27370 \begin_inset space \thinspace{}
27371 \end_inset
27372
27373 pt.
27374  The default space between the note content and the frame is 9
27375 \begin_inset space \thinspace{}
27376 \end_inset
27377
27378 pt and can be changed with the value of 
27379 \series bold
27380
27381 \backslash
27382 FrameSep
27383 \series default
27384 .
27385  For example the frame appearance of the following 
27386 \family sans
27387 box
27388 \family default
27389  is set with the TeX-Code commands
27390 \end_layout
27391
27392 \begin_layout Standard
27393
27394 \series bold
27395
27396 \backslash
27397 setlength{
27398 \backslash
27399 FrameRule}{5pt}
27400 \begin_inset Newline newline
27401 \end_inset
27402
27403
27404 \backslash
27405 setlength{
27406 \backslash
27407 FrameSep}{0.5cm}
27408 \end_layout
27409
27410 \begin_layout Standard
27411 \begin_inset ERT
27412 status collapsed
27413
27414 \begin_layout Plain Layout
27415
27416
27417 \backslash
27418 setlength{
27419 \backslash
27420 FrameRule}{5pt}
27421 \end_layout
27422
27423 \begin_layout Plain Layout
27424
27425
27426 \backslash
27427 setlength{
27428 \backslash
27429 FrameSep}{0.5cm}
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \begin_inset Box Framed
27436 position "t"
27437 hor_pos "c"
27438 has_inner_box 0
27439 inner_pos "t"
27440 use_parbox 0
27441 width "100col%"
27442 special "none"
27443 height "1in"
27444 height_special "totalheight"
27445 status open
27446
27447 \begin_layout Plain Layout
27448 This is text in an 
27449 \family sans
27450 allow page break
27451 \family default
27452  box.
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \begin_inset ERT
27459 status collapsed
27460
27461 \begin_layout Plain Layout
27462
27463
27464 \backslash
27465 setlength{
27466 \backslash
27467 FrameRule}{0.4pt}
27468 \end_layout
27469
27470 \begin_layout Plain Layout
27471
27472
27473 \backslash
27474 setlength{
27475 \backslash
27476 FrameSep}{9pt}
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \begin_inset VSpace bigskip
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \begin_layout Standard
27492 For 
27493 \family sans
27494 shaded background
27495 \family default
27496  boxes the default space between the box content and the box border is 3
27497 \begin_inset space \thinspace{}
27498 \end_inset
27499
27500 pt and can be changed with the value of 
27501 \series bold
27502
27503 \backslash
27504 fboxsep
27505 \series default
27506 .
27507  The default background color red can either be changed locally with the
27508  command 
27509 \series bold
27510
27511 \backslash
27512 definecolor{shadebox}
27513 \series default
27514  or globally with the menu 
27515 \family sans
27516 Tools\SpecialChar \menuseparator
27517 Preferences\SpecialChar \menuseparator
27518 Colors\SpecialChar \menuseparator
27519 shaded
27520 \begin_inset space ~
27521 \end_inset
27522
27523 box
27524 \family default
27525 .
27526  The scheme of the 
27527 \series bold
27528
27529 \backslash
27530 definecolor
27531 \series default
27532  command is explained in section
27533 \begin_inset space ~
27534 \end_inset
27535
27536
27537 \begin_inset CommandInset ref
27538 LatexCommand ref
27539 reference "sec:Colored-Tables"
27540
27541 \end_inset
27542
27543 .
27544 \begin_inset Foot
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548 Note that 
27549 \series bold
27550
27551 \backslash
27552 definecolor
27553 \series default
27554  requires the LaTeX-package 
27555 \series bold
27556 color
27557 \series default
27558  in the preamble, see section
27559 \begin_inset space ~
27560 \end_inset
27561
27562
27563 \begin_inset CommandInset ref
27564 LatexCommand ref
27565 reference "sec:Colored-Boxes"
27566
27567 \end_inset
27568
27569 .
27570 \end_layout
27571
27572 \end_inset
27573
27574  For example the appearance of the following shaded background note is set
27575  with the TeX-Code commands
27576 \end_layout
27577
27578 \begin_layout Standard
27579
27580 \series bold
27581
27582 \backslash
27583 setlength{
27584 \backslash
27585 fboxsep}{0.5cm}
27586 \series default
27587
27588 \begin_inset Newline newline
27589 \end_inset
27590
27591
27592 \series bold
27593
27594 \backslash
27595 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27596 \end_layout
27597
27598 \begin_layout Standard
27599 \begin_inset ERT
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603
27604
27605 \backslash
27606 setlength{
27607 \backslash
27608 fboxsep}{0.5cm}
27609 \end_layout
27610
27611 \begin_layout Plain Layout
27612
27613
27614 \backslash
27615 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27616 \end_layout
27617
27618 \end_inset
27619
27620
27621 \begin_inset Box Shaded
27622 position "t"
27623 hor_pos "c"
27624 has_inner_box 0
27625 inner_pos "t"
27626 use_parbox 0
27627 width "100col%"
27628 special "none"
27629 height "1in"
27630 height_special "totalheight"
27631 status open
27632
27633 \begin_layout Plain Layout
27634
27635 \color yellow
27636 This is yellow text in a
27637 \color none
27638  
27639 \family sans
27640 \color yellow
27641 shaded background
27642 \family default
27643 \color none
27644  
27645 \color yellow
27646 box with dark green background.
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \begin_inset ERT
27653 status collapsed
27654
27655 \begin_layout Plain Layout
27656
27657
27658 \backslash
27659 setlength{
27660 \backslash
27661 fboxsep}{3pt}
27662 \end_layout
27663
27664 \begin_layout Plain Layout
27665
27666
27667 \backslash
27668 definecolor{shadecolor}{rgb}{1,0,0}
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_layout Standard
27677 \begin_inset VSpace bigskip
27678 \end_inset
27679
27680 Changed lengths and widths are valid for all boxes following the commands
27681  that change them.
27682 \end_layout
27683
27684 \begin_layout Section
27685 Minipages
27686 \begin_inset CommandInset label
27687 LatexCommand label
27688 name "sec:Minipages"
27689
27690 \end_inset
27691
27692
27693 \begin_inset Index
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697 Boxes ! Minipages
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Standard
27706 Minipages are treated by LaTeX as pages within pages and can therefore for
27707  example have their own footnotes.
27708 \end_layout
27709
27710 \begin_layout Standard
27711 Minipages are useful when you write documents with different languages.
27712 \end_layout
27713
27714 \begin_layout Standard
27715 Below are two example minipages side by side.
27716  Their width is set to 45
27717 \begin_inset space \thinspace{}
27718 \end_inset
27719
27720 col% and they are separated by a horizontal fill, that was inserted via
27721  the menu 
27722 \family sans
27723 Insert\SpecialChar \menuseparator
27724 Special
27725 \begin_inset space ~
27726 \end_inset
27727
27728 Formatting\SpecialChar \menuseparator
27729 Horizontal
27730 \begin_inset space ~
27731 \end_inset
27732
27733 Fill
27734 \family default
27735 .
27736 \begin_inset Newpage newpage
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Standard
27743 \begin_inset Box Frameless
27744 position "t"
27745 hor_pos "c"
27746 has_inner_box 1
27747 inner_pos "c"
27748 use_parbox 0
27749 width "45col%"
27750 special "none"
27751 height "1in"
27752 height_special "totalheight"
27753 status open
27754
27755 \begin_layout Plain Layout
27756
27757 \lang german
27758 Dies ist ein deutscher Text.
27759  Dies ist ein deutscher Text.
27760  Dies ist ein deutscher Text.
27761  Dies ist ein deutscher Text.
27762  Dies ist ein deutscher Text.
27763  Dies ist ein deutscher Text.
27764  Dies ist ein deutscher Text.
27765  Dies ist ein deutscher Text.
27766  Dies ist ein deutscher Text.
27767  Dies ist ein deutscher Text.
27768  Dies ist ein deutscher Text.
27769  Dies ist ein deutscher Text.
27770  Dies ist ein deutscher Text
27771 \begin_inset Foot
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775
27776 \lang german
27777 Dies ist eine deutsche Fußnote.
27778 \end_layout
27779
27780 \end_inset
27781
27782 .
27783  Dies ist ein deutscher Text.
27784  Dies ist ein deutscher Text.
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \begin_inset space \hfill{}
27791 \end_inset
27792
27793
27794 \begin_inset Box Frameless
27795 position "t"
27796 hor_pos "c"
27797 has_inner_box 1
27798 inner_pos "c"
27799 use_parbox 0
27800 width "45col%"
27801 special "none"
27802 height "1in"
27803 height_special "totalheight"
27804 status open
27805
27806 \begin_layout Plain Layout
27807 This is an English Text.
27808  This is an English Text.
27809  This is an English Text.
27810  This is an English Text.
27811  This is an English Text.
27812  This is an English Text.
27813  This is an English Text.
27814  This is an English Text.
27815  This is an English Text.
27816  This is an English Text.
27817  This is an English Text.
27818  This is an English Text.
27819  This is an English Text.
27820  This is an English Text.
27821  This is an English Text.
27822  This is an English Text.
27823 \begin_inset Foot
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827 This is an English footnote.
27828 \end_layout
27829
27830 \end_inset
27831
27832  This is an English Text.
27833  
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \begin_layout Standard
27842 \begin_inset VSpace bigskip
27843 \end_inset
27844
27845 Another application for minipages are footnotes within tables.
27846  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27847  bottom of the current page.
27848  But when you put the table with the footnote to a minipage, the footnote
27849  will appear at its bottom, numbered with Latin letters.
27850  The footnote number is reset to 1 in every minipage but not outside the
27851  minipages.
27852 \end_layout
27853
27854 \begin_layout Standard
27855 The footnote of this table doesn't appear: 
27856 \begin_inset Tabular
27857 <lyxtabular version="3" rows="3" columns="4">
27858 <features>
27859 <column alignment="center" valignment="top" width="0pt">
27860 <column alignment="center" valignment="top" width="0pt">
27861 <column alignment="center" valignment="top" width="0pt">
27862 <column alignment="center" valignment="top" width="0pt">
27863 <row>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868 1
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Plain Layout
27877 2
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Plain Layout
27886 3
27887 \begin_inset Foot
27888 status collapsed
27889
27890 \begin_layout Plain Layout
27891 This is a footnote within a table.
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 4
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 </row>
27911 <row>
27912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916 a
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 b
27926 \end_layout
27927
27928 \end_inset
27929 </cell>
27930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934 c
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27940 \begin_inset Text
27941
27942 \begin_layout Plain Layout
27943 d
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 </row>
27949 <row>
27950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Plain Layout
27954 e
27955 \end_layout
27956
27957 \end_inset
27958 </cell>
27959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27960 \begin_inset Text
27961
27962 \begin_layout Plain Layout
27963 f
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 g
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 h
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 </row>
27987 </lyxtabular>
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Standard
27995 \align center
27996 \begin_inset Box Frameless
27997 position "t"
27998 hor_pos "c"
27999 has_inner_box 1
28000 inner_pos "c"
28001 use_parbox 0
28002 width "30col%"
28003 special "none"
28004 height "1in"
28005 height_special "totalheight"
28006 status open
28007
28008 \begin_layout Plain Layout
28009 \align center
28010 \begin_inset Tabular
28011 <lyxtabular version="3" rows="3" columns="4">
28012 <features>
28013 <column alignment="center" valignment="top" width="0pt">
28014 <column alignment="center" valignment="top" width="0pt">
28015 <column alignment="center" valignment="top" width="0pt">
28016 <column alignment="center" valignment="top" width="0pt">
28017 <row>
28018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28019 \begin_inset Text
28020
28021 \begin_layout Plain Layout
28022 1
28023 \end_layout
28024
28025 \end_inset
28026 </cell>
28027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28028 \begin_inset Text
28029
28030 \begin_layout Plain Layout
28031 2
28032 \end_layout
28033
28034 \end_inset
28035 </cell>
28036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28037 \begin_inset Text
28038
28039 \begin_layout Plain Layout
28040 3
28041 \begin_inset Foot
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045 This is a footnote within a table.
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \end_inset
28054 </cell>
28055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28056 \begin_inset Text
28057
28058 \begin_layout Plain Layout
28059 4
28060 \end_layout
28061
28062 \end_inset
28063 </cell>
28064 </row>
28065 <row>
28066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28067 \begin_inset Text
28068
28069 \begin_layout Plain Layout
28070 a
28071 \end_layout
28072
28073 \end_inset
28074 </cell>
28075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28076 \begin_inset Text
28077
28078 \begin_layout Plain Layout
28079 b
28080 \end_layout
28081
28082 \end_inset
28083 </cell>
28084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28085 \begin_inset Text
28086
28087 \begin_layout Plain Layout
28088 c
28089 \end_layout
28090
28091 \end_inset
28092 </cell>
28093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28094 \begin_inset Text
28095
28096 \begin_layout Plain Layout
28097 d
28098 \end_layout
28099
28100 \end_inset
28101 </cell>
28102 </row>
28103 <row>
28104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28105 \begin_inset Text
28106
28107 \begin_layout Plain Layout
28108 e
28109 \end_layout
28110
28111 \end_inset
28112 </cell>
28113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28114 \begin_inset Text
28115
28116 \begin_layout Plain Layout
28117 f
28118 \end_layout
28119
28120 \end_inset
28121 </cell>
28122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28123 \begin_inset Text
28124
28125 \begin_layout Plain Layout
28126 g
28127 \end_layout
28128
28129 \end_inset
28130 </cell>
28131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28132 \begin_inset Text
28133
28134 \begin_layout Plain Layout
28135 h
28136 \end_layout
28137
28138 \end_inset
28139 </cell>
28140 </row>
28141 </lyxtabular>
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Standard
28154 \begin_inset VSpace bigskip
28155 \end_inset
28156
28157 The document-wide paragraph settings are ignored within minipages.
28158  That means that there will be no space between paragraphs in minipages
28159  although you set it to e.g.
28160 \begin_inset space \space{}
28161 \end_inset
28162
28163
28164 \family sans
28165 MedSkip
28166 \family default
28167  in the document settings.
28168 \end_layout
28169
28170 \begin_layout Standard
28171 Minipages can also be used to set a background color for text parts, see
28172  section
28173 \begin_inset space ~
28174 \end_inset
28175
28176
28177 \begin_inset CommandInset ref
28178 LatexCommand ref
28179 reference "sub:Color-for-Paragraphs"
28180
28181 \end_inset
28182
28183 .
28184 \end_layout
28185
28186 \begin_layout Standard
28187 \begin_inset Note Greyedout
28188 status open
28189
28190 \begin_layout Plain Layout
28191
28192 \series bold
28193 Note:
28194 \series default
28195  You cannot have floats or margin notes inside minipages but minipages can
28196  be used inside tables, floats, and other boxes.
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Section
28205 Parboxes
28206 \begin_inset CommandInset label
28207 LatexCommand label
28208 name "sec:Parboxes"
28209
28210 \end_inset
28211
28212
28213 \begin_inset Index
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 Boxes ! Parboxes
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Standard
28226 Parboxes are very similar to minipages with the difference that they cannot
28227  have footnotes.
28228  The main difference to minipages is that minipages are in contrary to parboxes
28229  no real boxes but LaTeX-environments.
28230 \end_layout
28231
28232 \begin_layout Standard
28233 \align center
28234 \begin_inset Box Frameless
28235 position "t"
28236 hor_pos "c"
28237 has_inner_box 1
28238 inner_pos "t"
28239 use_parbox 1
28240 width "33col%"
28241 special "none"
28242 height "1in"
28243 height_special "totalheight"
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247 This a text within a parbox.
28248  This a text within a parbox.
28249 \end_layout
28250
28251 \begin_layout Plain Layout
28252 This footnote won't appear:
28253 \begin_inset Foot
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 This footnote is inside a parbox and will therefore not appear.
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Section
28271 Boxes for Words and Characters
28272 \begin_inset Index
28273 status collapsed
28274
28275 \begin_layout Plain Layout
28276 Boxes ! for Characters
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Subsection
28285 Prevent Hyphenation
28286 \begin_inset CommandInset label
28287 LatexCommand label
28288 name "sec:Prevent-Hyphenation"
28289
28290 \end_inset
28291
28292
28293 \begin_inset Index
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297 Boxes ! to Prevent Hyphenation
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \begin_layout Standard
28306 You can use a special kind of boxes to prevent words or text to be hyphenated.
28307 \begin_inset Newline newline
28308 \end_inset
28309
28310 Here is an example text:
28311 \end_layout
28312
28313 \begin_layout Standard
28314 This line is an example to show how you can prevent the hyphenation of 
28315 \begin_inset Quotes eld
28316 \end_inset
28317
28318 veryverylongword
28319 \begin_inset Quotes erd
28320 \end_inset
28321
28322 .
28323 \end_layout
28324
28325 \begin_layout Standard
28326 To prevent the hyphenation of the word 
28327 \begin_inset Quotes eld
28328 \end_inset
28329
28330 veryverylongword
28331 \begin_inset Quotes erd
28332 \end_inset
28333
28334 , add the command
28335 \end_layout
28336
28337 \begin_layout Standard
28338
28339 \series bold
28340
28341 \backslash
28342 mbox{
28343 \end_layout
28344
28345 \begin_layout Standard
28346 in TeX-Code before the word.
28347  Behind the word insert a closing brace 
28348 \begin_inset Quotes eld
28349 \end_inset
28350
28351
28352 \series bold
28353 }
28354 \series default
28355
28356 \begin_inset Quotes erd
28357 \end_inset
28358
28359  in TeX-Code.
28360 \end_layout
28361
28362 \begin_layout Standard
28363 This is the result:
28364 \end_layout
28365
28366 \begin_layout Standard
28367 This line is an example to show how you can prevent the hyphenation of 
28368 \begin_inset ERT
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372
28373
28374 \backslash
28375 mbox{
28376 \end_layout
28377
28378 \end_inset
28379
28380
28381 \begin_inset Quotes eld
28382 \end_inset
28383
28384 veryverylongword
28385 \begin_inset Quotes erd
28386 \end_inset
28387
28388 .
28389 \begin_inset ERT
28390 status collapsed
28391
28392 \begin_layout Plain Layout
28393
28394 }
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Standard
28403 You can alternatively set the command 
28404 \begin_inset Quotes eld
28405 \end_inset
28406
28407
28408 \series bold
28409
28410 \backslash
28411 -
28412 \series default
28413
28414 \begin_inset Quotes grd
28415 \end_inset
28416
28417  as TeX-Code directly before the word:
28418 \end_layout
28419
28420 \begin_layout Standard
28421 This line is an example to show how you can prevent the hyphenation of 
28422 \begin_inset Quotes eld
28423 \end_inset
28424
28425
28426 \begin_inset ERT
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430
28431
28432 \backslash
28433 -
28434 \end_layout
28435
28436 \end_inset
28437
28438 veryverylongword
28439 \begin_inset Quotes erd
28440 \end_inset
28441
28442 .
28443 \end_layout
28444
28445 \begin_layout Standard
28446 Of course the word now protrudes over the side margin.
28447  To avoid this, add via the menu 
28448 \family sans
28449 Insert\SpecialChar \menuseparator
28450 Special
28451 \begin_inset space ~
28452 \end_inset
28453
28454 Formatting\SpecialChar \menuseparator
28455 Line
28456 \begin_inset space ~
28457 \end_inset
28458
28459 Break
28460 \family default
28461  (shortcut 
28462 \begin_inset Info
28463 type  "shortcut"
28464 arg   "newline-insert newline"
28465 \end_inset
28466
28467 ) a line break before the word:
28468 \end_layout
28469
28470 \begin_layout Standard
28471 This line is an example to show how you can prevent the hyphenation of 
28472 \begin_inset Newline newline
28473 \end_inset
28474
28475
28476 \begin_inset ERT
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480
28481
28482 \backslash
28483 mbox{
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \begin_inset Quotes eld
28490 \end_inset
28491
28492 veryverylongword
28493 \begin_inset Quotes erd
28494 \end_inset
28495
28496 .
28497 \begin_inset ERT
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501
28502 }
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Subsection
28511 Vertical Alignment
28512 \begin_inset CommandInset label
28513 LatexCommand label
28514 name "sub:Vertical-Alignment"
28515
28516 \end_inset
28517
28518
28519 \begin_inset Index
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 Boxes ! for Vertical Alignment
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \begin_inset Index
28530 status collapsed
28531
28532 \begin_layout Plain Layout
28533 Boxes ! Raiseboxes
28534 \end_layout
28535
28536 \end_inset
28537
28538
28539 \end_layout
28540
28541 \begin_layout Standard
28542 With the help of the command 
28543 \series bold
28544
28545 \backslash
28546 raisebox
28547 \series default
28548  you can align words, characters or other boxes vertically to the surrounding
28549  text.
28550  
28551 \series bold
28552
28553 \backslash
28554 raisebox
28555 \series default
28556  is used with the following scheme:
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 raisebox{lift}[height][depth]{box content}
28565 \end_layout
28566
28567 \begin_layout Standard
28568 The lift can be a positive value to raise the box or a negative value to
28569  lower the box.
28570 \end_layout
28571
28572 \begin_layout Standard
28573 To align for example the word 
28574 \begin_inset Quotes eld
28575 \end_inset
28576
28577 preventing
28578 \begin_inset Quotes erd
28579 \end_inset
28580
28581  so that the bottom of the 
28582 \begin_inset Quotes eld
28583 \end_inset
28584
28585 deepest
28586 \begin_inset Quotes erd
28587 \end_inset
28588
28589  character 
28590 \begin_inset Quotes eld
28591 \end_inset
28592
28593 p
28594 \begin_inset Quotes erd
28595 \end_inset
28596
28597  is at the baseline, insert the command
28598 \end_layout
28599
28600 \begin_layout Standard
28601
28602 \series bold
28603
28604 \backslash
28605 raisebox{
28606 \backslash
28607 depth}{
28608 \end_layout
28609
28610 \begin_layout Standard
28611 in TeX-Code before the word.
28612  Behind the word insert a closing brace 
28613 \begin_inset Quotes eld
28614 \end_inset
28615
28616
28617 \series bold
28618 }
28619 \series default
28620
28621 \begin_inset Quotes erd
28622 \end_inset
28623
28624  in TeX-Code.
28625 \begin_inset Newline newline
28626 \end_inset
28627
28628 This is the result:
28629 \end_layout
28630
28631 \begin_layout Standard
28632 This is a text line with the word 
28633 \begin_inset ERT
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637
28638
28639 \backslash
28640 raisebox{
28641 \backslash
28642 depth}{
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \begin_inset Quotes eld
28649 \end_inset
28650
28651 preventing
28652 \begin_inset Quotes erd
28653 \end_inset
28654
28655
28656 \begin_inset ERT
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660
28661 }
28662 \end_layout
28663
28664 \end_inset
28665
28666  as raised word.
28667 \end_layout
28668
28669 \begin_layout Standard
28670 \begin_inset VSpace bigskip
28671 \end_inset
28672
28673 When you raise or lower characters in a line, the line distance will be
28674  spread:
28675 \end_layout
28676
28677 \begin_layout Standard
28678 This is a text line with the word 
28679 \begin_inset ERT
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683
28684
28685 \backslash
28686 raisebox{-
28687 \backslash
28688 depth}{
28689 \end_layout
28690
28691 \end_inset
28692
28693
28694 \begin_inset Quotes eld
28695 \end_inset
28696
28697 preventing
28698 \begin_inset Quotes erd
28699 \end_inset
28700
28701
28702 \begin_inset ERT
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706
28707 }
28708 \end_layout
28709
28710 \end_inset
28711
28712  as lowered word.
28713 \begin_inset Newline newline
28714 \end_inset
28715
28716 This is a text line with the word 
28717 \begin_inset ERT
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721
28722
28723 \backslash
28724 raisebox{0.5cm}{
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \begin_inset Quotes eld
28731 \end_inset
28732
28733 testing
28734 \begin_inset Quotes erd
28735 \end_inset
28736
28737
28738 \begin_inset ERT
28739 status collapsed
28740
28741 \begin_layout Plain Layout
28742
28743 }
28744 \end_layout
28745
28746 \end_inset
28747
28748  as raised word.
28749 \end_layout
28750
28751 \begin_layout Standard
28752 If you want to prevent this for a certain reason, set the box height to
28753  a zero value.
28754  For example use
28755 \end_layout
28756
28757 \begin_layout Standard
28758
28759 \series bold
28760
28761 \backslash
28762 raisebox{-
28763 \backslash
28764 depth}[0pt]{
28765 \end_layout
28766
28767 \begin_layout Standard
28768 This is a text line with the word 
28769 \begin_inset ERT
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773
28774
28775 \backslash
28776 raisebox{-
28777 \backslash
28778 depth}[0pt]{
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \begin_inset Quotes eld
28785 \end_inset
28786
28787 preventing
28788 \begin_inset Quotes erd
28789 \end_inset
28790
28791
28792 \begin_inset ERT
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796
28797 }
28798 \end_layout
28799
28800 \end_inset
28801
28802  as lowered word.
28803 \begin_inset Newline newline
28804 \end_inset
28805
28806 This is a text line with the word 
28807 \begin_inset ERT
28808 status collapsed
28809
28810 \begin_layout Plain Layout
28811
28812
28813 \backslash
28814 raisebox{0.5cm}[0pt]{
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \begin_inset Quotes eld
28821 \end_inset
28822
28823 testing
28824 \begin_inset Quotes erd
28825 \end_inset
28826
28827
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833 }
28834 \end_layout
28835
28836 \end_inset
28837
28838  as raised word.
28839 \end_layout
28840
28841 \begin_layout Section
28842 Colored Boxes
28843 \begin_inset CommandInset label
28844 LatexCommand label
28845 name "sec:Colored-Boxes"
28846
28847 \end_inset
28848
28849
28850 \begin_inset Index
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854 Boxes ! Color
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Subsection
28863 Color for Text
28864 \begin_inset Index
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868 Color ! for Text
28869 \end_layout
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \begin_layout Standard
28877 To color the background of text the text must be put into a so called 
28878 \begin_inset Quotes eld
28879 \end_inset
28880
28881 colorbox
28882 \begin_inset Quotes erd
28883 \end_inset
28884
28885 .
28886  This requires that the LaTeX-package 
28887 \series bold
28888 color
28889 \series default
28890
28891 \begin_inset Index
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895 LaTeX-packages ! color
28896 \end_layout
28897
28898 \end_inset
28899
28900  is loaded in the document preamble with the command
28901 \end_layout
28902
28903 \begin_layout Standard
28904
28905 \series bold
28906
28907 \backslash
28908 @ifundefined{textcolor}
28909 \begin_inset Newline newline
28910 \end_inset
28911
28912
28913 \begin_inset ERT
28914 status collapsed
28915
28916 \begin_layout Plain Layout
28917
28918
28919 \backslash
28920 hphantom{ }
28921 \end_layout
28922
28923 \end_inset
28924
28925 {
28926 \backslash
28927 usepackage{color}}{}
28928 \end_layout
28929
28930 \begin_layout Standard
28931 The package 
28932 \series bold
28933 color
28934 \series default
28935  will be loaded automatically by LyX when you color text
28936 \begin_inset Foot
28937 status collapsed
28938
28939 \begin_layout Plain Layout
28940 To avoid that it is loaded twice the command 
28941 \series bold
28942
28943 \backslash
28944 @ifundefined
28945 \series default
28946  is used.
28947 \end_layout
28948
28949 \end_inset
28950
28951 .
28952 \end_layout
28953
28954 \begin_layout Standard
28955 \begin_inset VSpace medskip
28956 \end_inset
28957
28958 Colorboxes are created with the command 
28959 \series bold
28960
28961 \backslash
28962 colorbox
28963 \series default
28964 .
28965  This will be used with the following scheme:
28966 \end_layout
28967
28968 \begin_layout Standard
28969
28970 \series bold
28971
28972 \backslash
28973 colorbox{color}{box content}
28974 \end_layout
28975
28976 \begin_layout Standard
28977 The box content can also be a box and colorboxes can also be within other
28978  boxes.
28979 \end_layout
28980
28981 \begin_layout Standard
28982 The following colors are predefined:
28983 \begin_inset Newline newline
28984 \end_inset
28985
28986
28987 \family sans
28988 black
28989 \family default
28990
28991 \family sans
28992 blue
28993 \family default
28994
28995 \family sans
28996 cyan
28997 \family default
28998 \series bold
28999 ,
29000 \series default
29001  
29002 \family sans
29003 green
29004 \family default
29005
29006 \family sans
29007 magenta
29008 \family default
29009
29010 \family sans
29011 red
29012 \family default
29013
29014 \family sans
29015 white
29016 \family default
29017 , and 
29018 \family sans
29019 yellow
29020 \family default
29021 .
29022 \begin_inset Newline newline
29023 \end_inset
29024
29025 You can also define your own color as described in section
29026 \begin_inset space ~
29027 \end_inset
29028
29029
29030 \begin_inset CommandInset ref
29031 LatexCommand ref
29032 reference "sec:Colored-Tables"
29033
29034 \end_inset
29035
29036 .
29037 \end_layout
29038
29039 \begin_layout Standard
29040 To have e.g.
29041 \begin_inset space \space{}
29042 \end_inset
29043
29044 a red background for a word, insert the command
29045 \end_layout
29046
29047 \begin_layout Standard
29048
29049 \series bold
29050
29051 \backslash
29052 colorbox{red}{
29053 \end_layout
29054
29055 \begin_layout Standard
29056 before the word in TeX-Code.
29057  Behind the word insert a closing brace 
29058 \begin_inset Quotes eld
29059 \end_inset
29060
29061
29062 \series bold
29063 }
29064 \series default
29065
29066 \begin_inset Quotes erd
29067 \end_inset
29068
29069  in TeX-Code.
29070 \begin_inset Newline newline
29071 \end_inset
29072
29073 This is the result:
29074 \end_layout
29075
29076 \begin_layout Standard
29077 This is a line where the word 
29078 \begin_inset ERT
29079 status collapsed
29080
29081 \begin_layout Plain Layout
29082
29083
29084 \backslash
29085 colorbox{red}{
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \begin_inset Quotes eld
29092 \end_inset
29093
29094 Attention!
29095 \begin_inset Quotes erd
29096 \end_inset
29097
29098
29099 \begin_inset ERT
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103
29104 }
29105 \end_layout
29106
29107 \end_inset
29108
29109  has a red background.
29110 \end_layout
29111
29112 \begin_layout Standard
29113 \begin_inset VSpace bigskip
29114 \end_inset
29115
29116 If you would have the box frame in a different color, you can use the command
29117  
29118 \series bold
29119
29120 \backslash
29121 fcolorbox
29122 \series default
29123  with the following scheme:
29124 \end_layout
29125
29126 \begin_layout Standard
29127
29128 \series bold
29129
29130 \backslash
29131 fcolorbox{frame color}{box color}{box content}
29132 \end_layout
29133
29134 \begin_layout Standard
29135
29136 \series bold
29137
29138 \backslash
29139 fcolorbox
29140 \series default
29141  is an extension to 
29142 \series bold
29143
29144 \backslash
29145 colorbox
29146 \series default
29147 .
29148  The frame thickness and the space between the frame and the box content
29149  can be adjusted with the lengths 
29150 \series bold
29151
29152 \backslash
29153 fboxrule
29154 \series default
29155  and 
29156 \series bold
29157
29158 \backslash
29159 fboxsep
29160 \series default
29161 , respectively, as described in section
29162 \begin_inset space ~
29163 \end_inset
29164
29165
29166 \begin_inset CommandInset ref
29167 LatexCommand ref
29168 reference "sec:Decoration"
29169
29170 \end_inset
29171
29172 .
29173 \end_layout
29174
29175 \begin_layout Standard
29176 For the following example the command
29177 \end_layout
29178
29179 \begin_layout Standard
29180
29181 \series bold
29182
29183 \backslash
29184 fcolorbox{cyan}{magenta}{
29185 \end_layout
29186
29187 \begin_layout Standard
29188 was used.
29189 \end_layout
29190
29191 \begin_layout Standard
29192 Here is an example where the frame line thickness was set to 1
29193 \begin_inset space \thinspace{}
29194 \end_inset
29195
29196 mm:
29197 \begin_inset Newline newline
29198 \end_inset
29199
29200
29201 \begin_inset ERT
29202 status collapsed
29203
29204 \begin_layout Plain Layout
29205
29206
29207 \backslash
29208 fboxrule 1mm 
29209 \backslash
29210 fboxsep 1mm
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \begin_inset ERT
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220
29221
29222 \backslash
29223 fcolorbox{cyan}{magenta}{
29224 \end_layout
29225
29226 \end_inset
29227
29228 This is text within a colored, framed box.
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234 }
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \end_layout
29241
29242 \begin_layout Standard
29243 \begin_inset VSpace bigskip
29244 \end_inset
29245
29246 Of course you can also have colored text inside a colorbox:
29247 \begin_inset Newline newline
29248 \end_inset
29249
29250
29251 \begin_inset ERT
29252 status collapsed
29253
29254 \begin_layout Plain Layout
29255
29256
29257 \backslash
29258 fcolorbox{cyan}{magenta}{
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \color yellow
29265 This is colored text within a colored, framed box.
29266 \color none
29267
29268 \begin_inset ERT
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272
29273 }
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \begin_inset ERT
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283
29284
29285 \backslash
29286 fboxrule 0.4pt 
29287 \backslash
29288 fboxsep 3pt
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Standard
29297
29298 \series bold
29299 \begin_inset VSpace medskip
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Standard
29306 \begin_inset Note Greyedout
29307 status open
29308
29309 \begin_layout Plain Layout
29310
29311 \series bold
29312 Note:
29313 \series default
29314  Text in colorboxes cannot have line breaks.
29315  To color multiple text lines or paragraphs, use a box inside a colorbox
29316  as described in the following.
29317 \end_layout
29318
29319 \end_inset
29320
29321
29322 \end_layout
29323
29324 \begin_layout Subsection
29325 Color for Paragraphs
29326 \begin_inset CommandInset label
29327 LatexCommand label
29328 name "sub:Color-for-Paragraphs"
29329
29330 \end_inset
29331
29332
29333 \begin_inset Index
29334 status collapsed
29335
29336 \begin_layout Plain Layout
29337 Color ! for Paragraphs
29338 \end_layout
29339
29340 \end_inset
29341
29342
29343 \end_layout
29344
29345 \begin_layout Standard
29346 To set the background color for more than one text line, put the text into
29347  a minipage.
29348  Before the minipage insert the 
29349 \series bold
29350
29351 \backslash
29352 colorbox
29353 \series default
29354  command
29355 \end_layout
29356
29357 \begin_layout Standard
29358
29359 \series bold
29360
29361 \backslash
29362 colorbox{color}{
29363 \end_layout
29364
29365 \begin_layout Standard
29366 in TeX-Code.
29367  Behind the minipage insert a closing brace 
29368 \begin_inset Quotes eld
29369 \end_inset
29370
29371
29372 \series bold
29373 }
29374 \series default
29375
29376 \begin_inset Quotes erd
29377 \end_inset
29378
29379  in TeX-Code.
29380 \end_layout
29381
29382 \begin_layout Standard
29383 \begin_inset ERT
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388
29389 \backslash
29390 colorbox{lightgrey}{
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \begin_inset Box Frameless
29397 position "t"
29398 hor_pos "c"
29399 has_inner_box 1
29400 inner_pos "t"
29401 use_parbox 0
29402 width "100col%"
29403 special "none"
29404 height "1in"
29405 height_special "totalheight"
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409 This is text with background color.
29410  This is text with background color.
29411 \end_layout
29412
29413 \begin_layout Plain Layout
29414 \begin_inset VSpace defskip
29415 \end_inset
29416
29417 The text can have footnotes
29418 \begin_inset Foot
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422 Another example footnote
29423 \end_layout
29424
29425 \end_inset
29426
29427  and can include tables and figures.
29428 \end_layout
29429
29430 \begin_layout Plain Layout
29431 \align center
29432 \begin_inset Tabular
29433 <lyxtabular version="3" rows="3" columns="3">
29434 <features>
29435 <column alignment="center" valignment="top" width="0">
29436 <column alignment="center" valignment="top" width="0">
29437 <column alignment="center" valignment="top" width="0">
29438 <row>
29439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443 a
29444 \end_layout
29445
29446 \end_inset
29447 </cell>
29448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29449 \begin_inset Text
29450
29451 \begin_layout Plain Layout
29452 !
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461 3
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 </row>
29467 <row>
29468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29469 \begin_inset Text
29470
29471 \begin_layout Plain Layout
29472 <
29473 \end_layout
29474
29475 \end_inset
29476 </cell>
29477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29478 \begin_inset Text
29479
29480 \begin_layout Plain Layout
29481 b2
29482 \begin_inset Quotes erd
29483 \end_inset
29484
29485 |
29486 \end_layout
29487
29488 \end_inset
29489 </cell>
29490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29491 \begin_inset Text
29492
29493 \begin_layout Plain Layout
29494 >
29495 \end_layout
29496
29497 \end_inset
29498 </cell>
29499 </row>
29500 <row>
29501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29502 \begin_inset Text
29503
29504 \begin_layout Plain Layout
29505 1
29506 \end_layout
29507
29508 \end_inset
29509 </cell>
29510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29511 \begin_inset Text
29512
29513 \begin_layout Plain Layout
29514 §
29515 \end_layout
29516
29517 \end_inset
29518 </cell>
29519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29520 \begin_inset Text
29521
29522 \begin_layout Plain Layout
29523 c
29524 \end_layout
29525
29526 \end_inset
29527 </cell>
29528 </row>
29529 </lyxtabular>
29530
29531 \end_inset
29532
29533
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset ERT
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543
29544 }
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \end_layout
29551
29552 \begin_layout Section
29553 Rotated and Scaled Boxes
29554 \end_layout
29555
29556 \begin_layout Standard
29557 To use the the commands described in this section, the LaTeX-package 
29558 \series bold
29559 graphicx
29560 \series default
29561
29562 \begin_inset Index
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566 LaTeX-packages ! graphicx
29567 \end_layout
29568
29569 \end_inset
29570
29571  needs to be loaded in the document preamble with the command
29572 \end_layout
29573
29574 \begin_layout Standard
29575
29576 \series bold
29577
29578 \backslash
29579 @ifundefined{rotatebox}
29580 \begin_inset Newline newline
29581 \end_inset
29582
29583
29584 \begin_inset ERT
29585 status collapsed
29586
29587 \begin_layout Plain Layout
29588
29589
29590 \backslash
29591 hphantom{ }
29592 \end_layout
29593
29594 \end_inset
29595
29596 {
29597 \backslash
29598 usepackage{graphicx}}{}
29599 \end_layout
29600
29601 \begin_layout Standard
29602 \begin_inset Note Greyedout
29603 status open
29604
29605 \begin_layout Plain Layout
29606
29607 \series bold
29608 Note:
29609 \series default
29610  Some DVI-viewers can't display rotated or scaled material.
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \end_layout
29617
29618 \begin_layout Standard
29619 \begin_inset Note Greyedout
29620 status open
29621
29622 \begin_layout Plain Layout
29623
29624 \series bold
29625 Note:
29626 \series default
29627  Floats mustn't be inside a rotated or scaled box.
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \begin_layout Subsection
29636 Rotated Boxes
29637 \begin_inset Index
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641 Boxes ! rotated
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \begin_inset Index
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Rotated material
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \begin_inset Index
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 Figures ! rotated
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \begin_inset Index
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671 Table Customization ! Rotating
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680 To rotate material, you can put it into a rotated box.
29681  Such a box is created using the command 
29682 \series bold
29683
29684 \backslash
29685 rotatebox
29686 \series default
29687  in TeX-Code with the following scheme:
29688 \end_layout
29689
29690 \begin_layout Standard
29691
29692 \series bold
29693
29694 \backslash
29695 rotatebox[rotation origin]{rotation angle}{box content}
29696 \end_layout
29697
29698 \begin_layout Standard
29699 The rotation origin is specified in the form 
29700 \series bold
29701 origin=position
29702 \series default
29703 .
29704  The following positions are possible: 
29705 \emph on
29706 c
29707 \emph default
29708  (center), 
29709 \emph on
29710 l
29711 \emph default
29712  (left), 
29713 \emph on
29714 r
29715 \emph default
29716  (right), 
29717 \emph on
29718 b
29719 \emph default
29720  (bottom), 
29721 \emph on
29722 t
29723 \emph default
29724  (top), and also expedient combinations of the four base positions.
29725  For example 
29726 \emph on
29727 lt
29728 \emph default
29729  means, that the rotation origin is at the top left corner of the box.
29730  When no rotation origin is specified, the position 
29731 \emph on
29732 l
29733 \emph default
29734  will be used.
29735  The rotation angle is a number that can be negative that specifies the
29736  angle in degrees.
29737  The rotation direction is counterclockwise.
29738 \end_layout
29739
29740 \begin_layout Standard
29741 In the following example the command 
29742 \series bold
29743
29744 \backslash
29745 rotatebox[origin=c]{60}{
29746 \series default
29747  was inserted as TeX-Code before the text 
29748 \begin_inset Quotes eld
29749 \end_inset
29750
29751 with rotated
29752 \begin_inset Quotes erd
29753 \end_inset
29754
29755 ; after the text the box was closed by a closing brace 
29756 \series bold
29757 }
29758 \series default
29759  in TeX-Code.
29760 \end_layout
29761
29762 \begin_layout Standard
29763 This is a line 
29764 \begin_inset ERT
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768
29769
29770 \backslash
29771 rotatebox[origin=c]{60}{
29772 \end_layout
29773
29774 \end_inset
29775
29776 with rotated
29777 \begin_inset ERT
29778 status collapsed
29779
29780 \begin_layout Plain Layout
29781
29782 }
29783 \end_layout
29784
29785 \end_inset
29786
29787  text.
29788 \end_layout
29789
29790 \begin_layout Standard
29791 The box content can also be another box or an inline formula:
29792 \end_layout
29793
29794 \begin_layout Standard
29795 This is a line
29796 \begin_inset ERT
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800
29801
29802 \backslash
29803 rotatebox[origin=r]{-60}{
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \begin_inset Box Doublebox
29810 position "c"
29811 hor_pos "c"
29812 has_inner_box 0
29813 inner_pos "c"
29814 use_parbox 0
29815 width "1in"
29816 special "width"
29817 height "1in"
29818 height_special "totalheight"
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822 with rotated
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \begin_inset ERT
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832
29833 }
29834 \end_layout
29835
29836 \end_inset
29837
29838  framed text 
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844
29845 \backslash
29846 rotatebox[origin=lb]{60}{
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29853 \end_inset
29854
29855
29856 \begin_inset ERT
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860
29861 }
29862 \end_layout
29863
29864 \end_inset
29865
29866  and a formula.
29867 \end_layout
29868
29869 \begin_layout Standard
29870 or an image or table:
29871 \end_layout
29872
29873 \begin_layout Standard
29874 This is a line
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879
29880
29881 \backslash
29882 rotatebox[origin=lb]{90}{
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \begin_inset Graphics
29889         filename clipart/platypus.eps
29890         lyxscale 50
29891         width 25col%
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  with a rotated image 
29907 \begin_inset ERT
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911
29912
29913 \backslash
29914 rotatebox[origin=l]{-90}{
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \begin_inset Tabular
29921 <lyxtabular version="3" rows="2" columns="2">
29922 <features>
29923 <column alignment="center" valignment="top" width="0">
29924 <column alignment="center" valignment="top" width="0">
29925 <row>
29926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29927 \begin_inset Text
29928
29929 \begin_layout Plain Layout
29930 q
29931 \end_layout
29932
29933 \end_inset
29934 </cell>
29935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29936 \begin_inset Text
29937
29938 \begin_layout Plain Layout
29939 w
29940 \end_layout
29941
29942 \end_inset
29943 </cell>
29944 </row>
29945 <row>
29946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29947 \begin_inset Text
29948
29949 \begin_layout Plain Layout
29950 e
29951 \end_layout
29952
29953 \end_inset
29954 </cell>
29955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29956 \begin_inset Text
29957
29958 \begin_layout Plain Layout
29959 r
29960 \end_layout
29961
29962 \end_inset
29963 </cell>
29964 </row>
29965 </lyxtabular>
29966
29967 \end_inset
29968
29969
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975 }
29976 \end_layout
29977
29978 \end_inset
29979
29980  and table.
29981 \end_layout
29982
29983 \begin_layout Subsection
29984 Scaled Boxes
29985 \begin_inset Index
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Boxes ! scaled
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \begin_inset Index
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999 Scaled material
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \begin_inset Index
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009 Figures ! scaled
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \begin_inset Index
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019 Table Customization ! Scaling
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 To scale material the commands 
30029 \series bold
30030
30031 \backslash
30032 scalebox
30033 \series default
30034  and 
30035 \series bold
30036
30037 \backslash
30038 resizebox
30039 \series default
30040  can be used as TeX-Code.
30041 \end_layout
30042
30043 \begin_layout Standard
30044
30045 \series bold
30046
30047 \backslash
30048 scalebox
30049 \series default
30050  is used with the following scheme:
30051 \end_layout
30052
30053 \begin_layout Standard
30054
30055 \series bold
30056
30057 \backslash
30058 scalebox{horizontal}[vertical]{box content}
30059 \end_layout
30060
30061 \begin_layout Standard
30062 Horizontal and vertical are the corresponding scaling factors.
30063  If no vertical scaling factor is given, the horizontal factor will also
30064  be used as vertical one.
30065 \end_layout
30066
30067 \begin_layout Standard
30068 The command 
30069 \series bold
30070
30071 \backslash
30072 scalebox{2}{Hello}
30073 \series default
30074  creates for example a double size 
30075 \begin_inset ERT
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079
30080
30081 \backslash
30082 scalebox{2}{
30083 \end_layout
30084
30085 \end_inset
30086
30087 Hello
30088 \begin_inset ERT
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092
30093 }
30094 \end_layout
30095
30096 \end_inset
30097
30098 , compared to the document text size.
30099 \end_layout
30100
30101 \begin_layout Standard
30102
30103 \series bold
30104
30105 \backslash
30106 scalebox{2}[1]{Hello}
30107 \series default
30108  in contrary distorts the 
30109 \begin_inset ERT
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113
30114
30115 \backslash
30116 scalebox{2}[1]{
30117 \end_layout
30118
30119 \end_inset
30120
30121 Hello
30122 \begin_inset ERT
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126
30127 }
30128 \end_layout
30129
30130 \end_inset
30131
30132 .
30133 \end_layout
30134
30135 \begin_layout Standard
30136 If a the scaling factor is negative, the box content will be mirrored.
30137  Therefore the command 
30138 \series bold
30139
30140 \backslash
30141 scalebox{-1}[1]{Hello}
30142 \series default
30143  can be used to create mirror writing: 
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149
30150 \backslash
30151 scalebox{-1}[1]{
30152 \end_layout
30153
30154 \end_inset
30155
30156 Hello
30157 \begin_inset ERT
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162 }
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Standard
30171
30172 \series bold
30173
30174 \backslash
30175 scalebox{1}[-1]{Hello}
30176 \series default
30177  reflects the 
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183
30184 \backslash
30185 scalebox{1}[-1]{
30186 \end_layout
30187
30188 \end_inset
30189
30190 Hello
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196 }
30197 \end_layout
30198
30199 \end_inset
30200
30201  at the base line.
30202 \end_layout
30203
30204 \begin_layout Standard
30205 Equivalent to 
30206 \series bold
30207
30208 \backslash
30209 scalebox{-1}[1]{box content}
30210 \series default
30211  there exists the command
30212 \begin_inset Newline newline
30213 \end_inset
30214
30215
30216 \series bold
30217
30218 \backslash
30219 reflectbox{box content}
30220 \series default
30221 .
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \begin_inset VSpace bigskip
30226 \end_inset
30227
30228 The command 
30229 \series bold
30230
30231 \backslash
30232 resizebox
30233 \series default
30234  is used to scale the box to a defined width and height.
30235  The command scheme is:
30236 \end_layout
30237
30238 \begin_layout Standard
30239
30240 \series bold
30241
30242 \backslash
30243 resizebox{width}{height}{box content}
30244 \end_layout
30245
30246 \begin_layout Standard
30247 Is one of the two command arguments given as exclamation mark 
30248 \series bold
30249 !
30250 \series default
30251 , the size is set so that the aspect ratio of the box content is kept.
30252 \end_layout
30253
30254 \begin_layout Standard
30255 The command 
30256 \series bold
30257
30258 \backslash
30259 resizebox{2cm}{1cm}{Hello}
30260 \series default
30261  produces: 
30262 \begin_inset ERT
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266
30267
30268 \backslash
30269 resizebox{2cm}{1cm}{
30270 \end_layout
30271
30272 \end_inset
30273
30274 Hello
30275 \begin_inset ERT
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279
30280 }
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \begin_inset Newline newline
30287 \end_inset
30288
30289 The command 
30290 \series bold
30291
30292 \backslash
30293 resizebox{2cm}{!}{Hello}
30294 \series default
30295  produces: 
30296 \begin_inset ERT
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300
30301
30302 \backslash
30303 resizebox{2cm}{!}{
30304 \end_layout
30305
30306 \end_inset
30307
30308 Hello
30309 \begin_inset ERT
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313
30314 }
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Standard
30323 \begin_inset VSpace bigskip
30324 \end_inset
30325
30326
30327 \begin_inset Note Greyedout
30328 status open
30329
30330 \begin_layout Plain Layout
30331
30332 \series bold
30333 Note:
30334 \series default
30335  When arguments of 
30336 \series bold
30337
30338 \backslash
30339 scalebox
30340 \series default
30341  or 
30342 \series bold
30343
30344 \backslash
30345 resizebox
30346 \series default
30347  are set to zero, no LaTeX-errors occur when exporting the document but
30348  the exported files can not or only partly be displayed.
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \begin_layout Standard
30357 \begin_inset VSpace bigskip
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 The boxes can be combined in any order.
30365  E.g.
30366 \begin_inset space \space{}
30367 \end_inset
30368
30369 the command
30370 \begin_inset Newline newline
30371 \end_inset
30372
30373
30374 \series bold
30375
30376 \backslash
30377 rotatebox[origin=c]{-45}{
30378 \backslash
30379 resizebox{2cm}{!}{
30380 \backslash
30381 reflectbox{Hello}}}
30382 \begin_inset Newline newline
30383 \end_inset
30384
30385
30386 \series default
30387 produces:
30388 \end_layout
30389
30390 \begin_layout Standard
30391 \align center
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 rotatebox[origin=c]{-45}{
30400 \backslash
30401 resizebox{2cm}{!}{
30402 \backslash
30403 reflectbox{
30404 \end_layout
30405
30406 \end_inset
30407
30408 Hello
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414 }}}
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \end_layout
30421
30422 \begin_layout Standard
30423 \noindent
30424 Images, tables, and inline formulas are allowed as box content:
30425 \end_layout
30426
30427 \begin_layout Standard
30428 \align center
30429 \begin_inset ERT
30430 status collapsed
30431
30432 \begin_layout Plain Layout
30433
30434
30435 \backslash
30436 rotatebox[origin=c]{-30}{
30437 \backslash
30438 resizebox{2cm}{!}{
30439 \backslash
30440 reflectbox{
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \begin_inset Graphics
30447         filename clipart/platypus.eps
30448         lyxscale 50
30449         width 25col%
30450
30451 \end_inset
30452
30453
30454 \begin_inset ERT
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458
30459 }}}
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470
30471 \backslash
30472 rotatebox[origin=c]{-45}{
30473 \backslash
30474 resizebox{2cm}{!}{
30475 \backslash
30476 reflectbox{
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \begin_inset Tabular
30483 <lyxtabular version="3" rows="2" columns="2">
30484 <features>
30485 <column alignment="center" valignment="top" width="0">
30486 <column alignment="center" valignment="top" width="0">
30487 <row>
30488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30489 \begin_inset Text
30490
30491 \begin_layout Plain Layout
30492 q
30493 \end_layout
30494
30495 \end_inset
30496 </cell>
30497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30498 \begin_inset Text
30499
30500 \begin_layout Plain Layout
30501 w
30502 \end_layout
30503
30504 \end_inset
30505 </cell>
30506 </row>
30507 <row>
30508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30509 \begin_inset Text
30510
30511 \begin_layout Plain Layout
30512 e
30513 \end_layout
30514
30515 \end_inset
30516 </cell>
30517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30518 \begin_inset Text
30519
30520 \begin_layout Plain Layout
30521 r
30522 \end_layout
30523
30524 \end_inset
30525 </cell>
30526 </row>
30527 </lyxtabular>
30528
30529 \end_inset
30530
30531
30532 \begin_inset ERT
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536
30537 }}}
30538 \end_layout
30539
30540 \end_inset
30541
30542
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548
30549 \backslash
30550 rotatebox[origin=c]{-45}{
30551 \backslash
30552 resizebox{2cm}{!}{
30553 \backslash
30554 reflectbox{
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30561 \end_inset
30562
30563
30564 \begin_inset ERT
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568
30569 }}}
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Standard
30578 When the global formula style 
30579 \series bold
30580 fleqn
30581 \series default
30582  is used in the document
30583 \begin_inset Foot
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587 When 
30588 \begin_inset Quotes eld
30589 \end_inset
30590
30591 fleqn
30592 \begin_inset Quotes erd
30593 \end_inset
30594
30595  is added to the document class options.
30596 \end_layout
30597
30598 \end_inset
30599
30600 , also display formulas can be scaled.
30601 \end_layout
30602
30603 \begin_layout Chapter
30604 External Stuff
30605 \begin_inset Index
30606 status collapsed
30607
30608 \begin_layout Plain Layout
30609 External Stuff
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \begin_layout Standard
30618 With the menu 
30619 \family sans
30620 Insert\SpecialChar \menuseparator
30621 File
30622 \family default
30623  you can insert external material to your document.
30624  This can be:
30625 \end_layout
30626
30627 \begin_layout Description
30628 LyX
30629 \begin_inset space ~
30630 \end_inset
30631
30632 Document Another LyX document; its content is directly inserted to your
30633  document.
30634 \end_layout
30635
30636 \begin_layout Description
30637 Plain
30638 \begin_inset space ~
30639 \end_inset
30640
30641 Text A text document; every of its text lines is inserted to your document
30642  as own paragraph.
30643 \end_layout
30644
30645 \begin_layout Description
30646 Plain
30647 \begin_inset space ~
30648 \end_inset
30649
30650 Text,
30651 \begin_inset space ~
30652 \end_inset
30653
30654 Join
30655 \begin_inset space ~
30656 \end_inset
30657
30658 Lines A text document; its text lines are inserted as they are.
30659  Empty text lines creates a new paragraph in your document.
30660 \end_layout
30661
30662 \begin_layout Description
30663 External
30664 \begin_inset space ~
30665 \end_inset
30666
30667 Material Files in various formats.
30668 \end_layout
30669
30670 \begin_layout Description
30671 Child
30672 \begin_inset space ~
30673 \end_inset
30674
30675 Document LyX or LaTeX-documents.
30676 \end_layout
30677
30678 \begin_layout Section
30679 External Material
30680 \begin_inset Index
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684 External Stuff ! External Material
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \end_layout
30691
30692 \begin_layout Standard
30693 The external material feature allows you to insert files to your document
30694  without converting them previously to a format that can be read by the
30695  document output format because LyX takes care of needed conversions.
30696  This is similar to images that can be inserted in various image formats
30697  to LyX documents.
30698 \end_layout
30699
30700 \begin_layout Standard
30701 External material can be inserted via the 
30702 \family sans
30703 External Material
30704 \family default
30705  dialog that is accessible with the menu 
30706 \family sans
30707 Insert\SpecialChar \menuseparator
30708 File\SpecialChar \menuseparator
30709 External
30710 \begin_inset space ~
30711 \end_inset
30712
30713 Material
30714 \family default
30715 .
30716  Currently the following file types (
30717 \family sans
30718 Templates
30719 \family default
30720 ) are allowed:
30721 \end_layout
30722
30723 \begin_layout Description
30724 ChessDiagram This template supports chess position diagrams made with the
30725  program 
30726 \series bold
30727
30728 \begin_inset CommandInset href
30729 LatexCommand href
30730 name "XBoard"
30731 target "http://en.wikipedia.org/wiki/XBoard"
30732
30733 \end_inset
30734
30735
30736 \series default
30737 .
30738 \end_layout
30739
30740 \begin_layout Description
30741 Date This inserts the date in the form 
30742 \emph on
30743 Day-Month-Year
30744 \emph default
30745 .
30746  This is a date inserted as external material: 
30747 \begin_inset External
30748         template Date
30749         filename .
30750
30751 \end_inset
30752
30753
30754 \begin_inset space ~
30755 \end_inset
30756
30757
30758 \begin_inset Note Note
30759 status open
30760
30761 \begin_layout Plain Layout
30762 Remove the protected space when bug 4398 is fixed!
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \begin_inset Newline newline
30769 \end_inset
30770
30771 The date is not shown within LyX, only in the output.
30772  There are two other methods of inserting a date: Via menu 
30773 \family sans
30774 Insert\SpecialChar \menuseparator
30775 Date
30776 \family default
30777  and with the LaTeX command 
30778 \series bold
30779
30780 \backslash
30781 today
30782 \series default
30783  as TeX-Code.
30784  The different methods are compared in Table
30785 \begin_inset space ~
30786 \end_inset
30787
30788
30789 \begin_inset CommandInset ref
30790 LatexCommand ref
30791 reference "tab:Comparison-of-the"
30792
30793 \end_inset
30794
30795 .
30796 \end_layout
30797
30798 \begin_layout Description
30799 LilyPond This template is used for music notation typeset with the program
30800 \begin_inset Newline linebreak
30801 \end_inset
30802
30803
30804 \series bold
30805
30806 \begin_inset CommandInset href
30807 LatexCommand href
30808 name "LilyPond"
30809 target "http://en.wikipedia.org/wiki/LilyPond"
30810
30811 \end_inset
30812
30813
30814 \series default
30815 .
30816 \end_layout
30817
30818 \begin_layout Description
30819 PDFPages With this template you can insert PDF documents to your document.
30820  To insert certain or all pages of a PDF, use the 
30821 \emph on
30822 pages
30823 \emph default
30824  option in the 
30825 \family sans
30826 Option
30827 \family default
30828  field in the 
30829 \family sans
30830 LaTeX and LyX options
30831 \family default
30832  tab according to the template description in the dialog.
30833  When no 
30834 \emph on
30835 pages
30836 \emph default
30837  option is given, only the first page of the PDF will be inserted.
30838 \end_layout
30839
30840 \begin_layout Description
30841 RasterImage This can be used for bitmap images.
30842  Nearly all popular image formats are supported.
30843  The image can be treated in the 
30844 \family sans
30845 External material
30846 \family default
30847  dialog like the images that are usually included via the 
30848 \family sans
30849 Graphics
30850 \family default
30851  dialog as described in section
30852 \begin_inset space ~
30853 \end_inset
30854
30855
30856 \begin_inset CommandInset ref
30857 LatexCommand ref
30858 reference "sec:Graphics-Dialog"
30859
30860 \end_inset
30861
30862 .
30863  The difference is that only raster images are allowed, that means that
30864  PDF and EPS-images are not supported.
30865 \end_layout
30866
30867 \begin_layout Description
30868 XFig This template supports images created with the program 
30869 \series bold
30870
30871 \begin_inset CommandInset href
30872 LatexCommand href
30873 name "Xfig"
30874 target "http://en.wikipedia.org/wiki/Xfig"
30875
30876 \end_inset
30877
30878
30879 \series default
30880 .
30881 \end_layout
30882
30883 \begin_layout Standard
30884 \begin_inset Float table
30885 placement h
30886 wide false
30887 sideways false
30888 status open
30889
30890 \begin_layout Plain Layout
30891 \begin_inset Caption
30892
30893 \begin_layout Plain Layout
30894 \begin_inset CommandInset label
30895 LatexCommand label
30896 name "tab:Comparison-of-the"
30897
30898 \end_inset
30899
30900 Comparison of the date input methods.
30901 \end_layout
30902
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \begin_layout Plain Layout
30909 \align center
30910 \begin_inset Tabular
30911 <lyxtabular version="3" rows="4" columns="4">
30912 <features>
30913 <column alignment="center" valignment="top" width="0">
30914 <column alignment="center" valignment="top" width="0">
30915 <column alignment="center" valignment="top" width="0">
30916 <column alignment="center" valignment="top" width="0">
30917 <row>
30918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30919 \begin_inset Text
30920
30921 \begin_layout Plain Layout
30922 Document format
30923 \end_layout
30924
30925 \end_inset
30926 </cell>
30927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30928 \begin_inset Text
30929
30930 \begin_layout Plain Layout
30931
30932 \family sans
30933 External Material\SpecialChar \menuseparator
30934 Date
30935 \end_layout
30936
30937 \end_inset
30938 </cell>
30939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943
30944 \family sans
30945 Insert\SpecialChar \menuseparator
30946 Date
30947 \end_layout
30948
30949 \end_inset
30950 </cell>
30951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30952 \begin_inset Text
30953
30954 \begin_layout Plain Layout
30955 command 
30956 \series bold
30957
30958 \backslash
30959 today
30960 \end_layout
30961
30962 \end_inset
30963 </cell>
30964 </row>
30965 <row>
30966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30967 \begin_inset Text
30968
30969 \begin_layout Plain Layout
30970 LyX
30971 \end_layout
30972
30973 \end_inset
30974 </cell>
30975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30976 \begin_inset Text
30977
30978 \begin_layout Plain Layout
30979 as inset box
30980 \end_layout
30981
30982 \end_inset
30983 </cell>
30984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30985 \begin_inset Text
30986
30987 \begin_layout Plain Layout
30988 as date
30989 \end_layout
30990
30991 \end_inset
30992 </cell>
30993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30994 \begin_inset Text
30995
30996 \begin_layout Plain Layout
30997 as TeX-Code inset box
30998 \end_layout
30999
31000 \end_inset
31001 </cell>
31002 </row>
31003 <row>
31004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008 LaTeX
31009 \end_layout
31010
31011 \end_inset
31012 </cell>
31013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017 as date
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31023 \begin_inset Text
31024
31025 \begin_layout Plain Layout
31026 as date
31027 \end_layout
31028
31029 \end_inset
31030 </cell>
31031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31032 \begin_inset Text
31033
31034 \begin_layout Plain Layout
31035 as command
31036 \end_layout
31037
31038 \end_inset
31039 </cell>
31040 </row>
31041 <row>
31042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046 DVI, PDF, PS
31047 \end_layout
31048
31049 \end_inset
31050 </cell>
31051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055 as date
31056 \end_layout
31057
31058 \end_inset
31059 </cell>
31060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31061 \begin_inset Text
31062
31063 \begin_layout Plain Layout
31064 as date
31065 \end_layout
31066
31067 \end_inset
31068 </cell>
31069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31070 \begin_inset Text
31071
31072 \begin_layout Plain Layout
31073 as date
31074 \end_layout
31075
31076 \end_inset
31077 </cell>
31078 </row>
31079 </lyxtabular>
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Standard
31092 When you use the option 
31093 \family sans
31094 Draft
31095 \family default
31096  in the 
31097 \family sans
31098 File
31099 \family default
31100  tab of the 
31101 \family sans
31102 External Material
31103 \family default
31104  dialog, only the path to the inserted file is shown in the output.
31105 \begin_inset Newline newline
31106 \end_inset
31107
31108 External material is displayed in LyX either as box like this: 
31109 \begin_inset Graphics
31110         filename clipart/ExternalMaterialQt4.png
31111         scale 85
31112         scaleBeforeRotation
31113
31114 \end_inset
31115
31116  or as image, depending on the option 
31117 \family sans
31118 Show in LyX
31119 \family default
31120  in the 
31121 \family sans
31122 LaTeX and LyX options
31123 \family default
31124  tab of the dialog.
31125 \end_layout
31126
31127 \begin_layout Standard
31128 The 
31129 \family sans
31130 \emph on
31131 Customization
31132 \family default
31133 \emph default
31134  manual explains how you can define your own templates.
31135 \end_layout
31136
31137 \begin_layout Section
31138 Child Documents
31139 \begin_inset CommandInset label
31140 LatexCommand label
31141 name "sec:Child-Documents"
31142
31143 \end_inset
31144
31145
31146 \begin_inset Index
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150 External Stuff ! Child Documents
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \begin_inset Index
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160 Files ! Include
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \end_layout
31167
31168 \begin_layout Standard
31169 Child documents are used when you have a long document consisting of several
31170  larger parts or sections.
31171  For maintenance it is often useful and sometimes even required to split
31172  the document in several files that can be revised separately.
31173  The different documents are then the so called child documents and a master
31174  document connects them to print the full document or parts of it.
31175  A child documents inherits contents of its master, for example the bibliography
31176  and the labels for cross-references.
31177 \end_layout
31178
31179 \begin_layout Standard
31180 To be able to work on child documents without the need to open its master,
31181  specify in the child document the master in the menu
31182 \family sans
31183  Document\SpecialChar \menuseparator
31184 Settings\SpecialChar \menuseparator
31185 Document
31186 \begin_inset space ~
31187 \end_inset
31188
31189 Class
31190 \family default
31191 .
31192  This master file will then be used in the background by LyX when you edit
31193  the child document.
31194 \end_layout
31195
31196 \begin_layout Standard
31197 Included documents are displayed in LyX as a box like this: 
31198 \begin_inset Graphics
31199         filename clipart/ChildDocumentQt4.png
31200         scale 85
31201         scaleBeforeRotation
31202
31203 \end_inset
31204
31205  To include child documents to a master document use the menu 
31206 \family sans
31207 Insert\SpecialChar \menuseparator
31208 File\SpecialChar \menuseparator
31209 Child
31210 \begin_inset space ~
31211 \end_inset
31212
31213 Documents
31214 \family default
31215 .
31216  A dialog pops up where you can choose between four include methods:
31217 \end_layout
31218
31219 \begin_layout Description
31220 Include You can include LyX and LaTeX-documents.
31221  When you press the 
31222 \family sans
31223 Load
31224 \family default
31225  button in the 
31226 \family sans
31227 Child Document
31228 \family default
31229  dialog, the included documents will be opened in LyX in a new file tab
31230  so that you can modify it.
31231 \begin_inset Newline newline
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Standard
31238 Here is a child document inserted using 
31239 \family sans
31240 Include
31241 \family default
31242
31243 \begin_inset CommandInset include
31244 LatexCommand include
31245 filename "DummyDocument1.lyx"
31246
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \begin_layout Standard
31253 The section numbering includes the sections of the included files in the
31254  order they are inserted in the master document.
31255  The included example document has for example a subsection that is numbered
31256  as subsection of this section.
31257  Labels of included documents can be referenced: Subsection
31258 \begin_inset space ~
31259 \end_inset
31260
31261
31262 \begin_inset CommandInset ref
31263 LatexCommand ref
31264 reference "sub:External-Subsection-1"
31265
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \begin_layout Standard
31272 The preamble of the child document is ignored, only the preamble of the
31273  master document is used.
31274  Included documents are inserted starting on a new page and end with a page
31275  break.
31276 \end_layout
31277
31278 \begin_layout Standard
31279 With the LaTeX-command 
31280 \series bold
31281
31282 \backslash
31283 includeonly 
31284 \series default
31285 you can specify which included child documents are processed when the output
31286  is generated.
31287  This is useful when you are perhaps only working on a certain chapter of
31288  your large document as this saves compiling time.
31289  
31290 \series bold
31291
31292 \backslash
31293 includeonly
31294 \series default
31295  is inserted to the master document preamble.
31296  It takes a comma-separated list of the filenames as argument, e.g.
31297 \end_layout
31298
31299 \begin_layout Standard
31300
31301 \series bold
31302
31303 \backslash
31304 includeonly{chapter1,chapter5}
31305 \end_layout
31306
31307 \begin_layout Standard
31308 will only process the included files named 
31309 \begin_inset Quotes eld
31310 \end_inset
31311
31312 chapter1.lyx
31313 \begin_inset Quotes erd
31314 \end_inset
31315
31316  (or 
31317 \begin_inset Quotes eld
31318 \end_inset
31319
31320 chapter1.tex
31321 \begin_inset Quotes erd
31322 \end_inset
31323
31324 ) and 
31325 \begin_inset Quotes eld
31326 \end_inset
31327
31328 chapter5.lyx
31329 \begin_inset Quotes erd
31330 \end_inset
31331
31332  .
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \begin_inset Note Greyedout
31337 status open
31338
31339 \begin_layout Plain Layout
31340
31341 \series bold
31342 Note:
31343 \series default
31344  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31345 w the document in case that the child document uses another document class
31346  than the master document as this will lead to unexpected outputs.
31347 \end_layout
31348
31349 \end_inset
31350
31351
31352 \end_layout
31353
31354 \begin_layout Description
31355 Input This method is very similar to the Include method.
31356  The differences are:
31357 \end_layout
31358
31359 \begin_deeper
31360 \begin_layout Itemize
31361 Input files don't start with a new page and don't end with a page break.
31362 \end_layout
31363
31364 \begin_layout Itemize
31365 Input files can be previewed in LyX when 
31366 \family sans
31367 Instant
31368 \begin_inset space ~
31369 \end_inset
31370
31371 Preview
31372 \family default
31373  is enabled in LyX's preferences under 
31374 \family sans
31375 Look
31376 \begin_inset space ~
31377 \end_inset
31378
31379 and
31380 \begin_inset space ~
31381 \end_inset
31382
31383 feel\SpecialChar \menuseparator
31384 Graphics
31385 \family default
31386 .
31387 \end_layout
31388
31389 \begin_layout Itemize
31390 The LaTeX-command 
31391 \series bold
31392
31393 \backslash
31394 includeonly
31395 \series default
31396  cannot be used.
31397 \end_layout
31398
31399 \end_deeper
31400 \begin_layout Standard
31401 Here is a child document inserted using 
31402 \family sans
31403 Input
31404 \family default
31405
31406 \begin_inset CommandInset include
31407 LatexCommand input
31408 filename "DummyDocument2.lyx"
31409
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \begin_layout Description
31416 Verbatim With this method every text file can be included.
31417  The file is shown in the output with its source code, no command used in
31418  the text is invoked.
31419  You can use the option 
31420 \family sans
31421 Mark spaces in output
31422 \family default
31423  that displays the character 
31424 \begin_inset Quotes eld
31425 \end_inset
31426
31427
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433
31434 \backslash
31435 textvisiblespace 
31436 \end_layout
31437
31438 \end_inset
31439
31440
31441 \begin_inset Quotes erd
31442 \end_inset
31443
31444  for every space character in the source code.
31445  The difference to the method via the menu 
31446 \family sans
31447 Insert\SpecialChar \menuseparator
31448 File\SpecialChar \menuseparator
31449 Plain
31450 \begin_inset space ~
31451 \end_inset
31452
31453 Text
31454 \family default
31455  is that the document content is not shown in LyX.
31456 \end_layout
31457
31458 \begin_layout Standard
31459 Here is a child document inserted as Verbatim: 
31460 \begin_inset CommandInset include
31461 LatexCommand verbatiminput
31462 filename "DummyTextDocument.txt"
31463
31464 \end_inset
31465
31466
31467 \begin_inset VSpace bigskip
31468 \end_inset
31469
31470 Here is a child document inserted as Verbatim using the 
31471 \family sans
31472 Mark spaces in output
31473 \family default
31474  option: 
31475 \begin_inset CommandInset include
31476 LatexCommand verbatiminput*
31477 filename "DummyTextDocument.txt"
31478
31479 \end_inset
31480
31481
31482 \end_layout
31483
31484 \begin_layout Standard
31485 \begin_inset VSpace bigskip
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Standard
31492 \begin_inset Note Greyedout
31493 status open
31494
31495 \begin_layout Plain Layout
31496
31497 \series bold
31498 Note:
31499 \series default
31500  As you can see in the examples above, the text of the documents included
31501  as 
31502 \family sans
31503 verbatim
31504 \family default
31505  is not broken at the end of the document lines.
31506 \end_layout
31507
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \begin_layout Description
31514 Listings This type is described in chapter
31515 \begin_inset space ~
31516 \end_inset
31517
31518
31519 \begin_inset CommandInset ref
31520 LatexCommand ref
31521 reference "cha:Program-Code-Listings"
31522
31523 \end_inset
31524
31525 .
31526 \end_layout
31527
31528 \begin_layout Standard
31529 \begin_inset Note Greyedout
31530 status open
31531
31532 \begin_layout Plain Layout
31533
31534 \series bold
31535 Note:
31536 \series default
31537  Including the same document twice in a document using different methods
31538  could cause LaTeX-problems.
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \begin_layout Chapter
31547 Program Code Listings
31548 \begin_inset CommandInset label
31549 LatexCommand label
31550 name "cha:Program-Code-Listings"
31551
31552 \end_inset
31553
31554
31555 \begin_inset Index
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559 Listings
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \begin_inset Index
31566 status collapsed
31567
31568 \begin_layout Plain Layout
31569 Program Code
31570 \end_layout
31571
31572 \end_inset
31573
31574
31575 \begin_inset Index
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579 Floats ! Listings
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Standard
31588 To include and typeset program code you can use the 
31589 \family sans
31590 Listings
31591 \family default
31592  inset that can be inserted via the menu 
31593 \family sans
31594 Insert\SpecialChar \menuseparator
31595 Program Listing
31596 \family default
31597 .
31598  The LaTeX-package 
31599 \series bold
31600 listings
31601 \series default
31602
31603 \begin_inset Index
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 LaTeX-packages ! listings
31608 \end_layout
31609
31610 \end_inset
31611
31612  provides a powerful and flexible way to insert program source code to your
31613  document.
31614 \end_layout
31615
31616 \begin_layout Standard
31617 Right-clicking on a listings inset opens the context menu containing where
31618  you can set the listings format.
31619 \end_layout
31620
31621 \begin_layout Standard
31622 By default, a listing starts a new paragraph in the output.
31623  The placement option 
31624 \family sans
31625 Inline
31626 \begin_inset space ~
31627 \end_inset
31628
31629 listing
31630 \family default
31631  prints the listing inline like this: 
31632 \begin_inset listings
31633 lstparams "language={C++}"
31634 inline true
31635 status open
31636
31637 \begin_layout Plain Layout
31638
31639 int a=5;
31640 \end_layout
31641
31642 \end_inset
31643
31644
31645 \begin_inset Newline newline
31646 \end_inset
31647
31648 The option 
31649 \family sans
31650 Float
31651 \family default
31652  creates a listings float where you can specify the placement options 
31653 \begin_inset Quotes eld
31654 \end_inset
31655
31656
31657 \family sans
31658 h
31659 \family default
31660
31661 \begin_inset Quotes erd
31662 \end_inset
31663
31664
31665 \begin_inset Quotes eld
31666 \end_inset
31667
31668
31669 \family sans
31670 t
31671 \family default
31672
31673 \begin_inset Quotes erd
31674 \end_inset
31675
31676
31677 \begin_inset Quotes eld
31678 \end_inset
31679
31680
31681 \family sans
31682 b
31683 \family default
31684
31685 \begin_inset Quotes erd
31686 \end_inset
31687
31688 , and 
31689 \begin_inset Quotes eld
31690 \end_inset
31691
31692
31693 \family sans
31694 p
31695 \family default
31696
31697 \begin_inset Quotes erd
31698 \end_inset
31699
31700  corresponding to the float placement options described in section
31701 \begin_inset space ~
31702 \end_inset
31703
31704
31705 \begin_inset CommandInset ref
31706 LatexCommand ref
31707 reference "sec:Float-Placement"
31708
31709 \end_inset
31710
31711 .
31712  The placement options can be mixed and are inserted without any separation,
31713  e.g.
31714 \begin_inset space \space{}
31715 \end_inset
31716
31717
31718 \begin_inset Quotes eld
31719 \end_inset
31720
31721
31722 \family sans
31723 htbp
31724 \family default
31725
31726 \begin_inset Quotes erd
31727 \end_inset
31728
31729 .
31730  The option 
31731 \begin_inset Quotes eld
31732 \end_inset
31733
31734 h
31735 \begin_inset Quotes erd
31736 \end_inset
31737
31738  has sometimes no effect, but you don't need to use the 
31739 \family sans
31740 Float
31741 \family default
31742  option in this case as also non-float listings can have captions and be
31743  referenced.
31744 \end_layout
31745
31746 \begin_layout Standard
31747 You can add captions to listings with the menu 
31748 \family sans
31749 Insert\SpecialChar \menuseparator
31750 Caption
31751 \family default
31752 .
31753  Listings can be referenced like floats: Listing
31754 \begin_inset space ~
31755 \end_inset
31756
31757
31758 \begin_inset CommandInset ref
31759 LatexCommand ref
31760 reference "lst:Example-Listing"
31761
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \begin_layout Standard
31768 \begin_inset listings
31769 lstparams "language=Python"
31770 inline false
31771 status open
31772
31773 \begin_layout Plain Layout
31774
31775 \begin_inset Caption
31776
31777 \begin_layout Plain Layout
31778 \begin_inset CommandInset label
31779 LatexCommand label
31780 name "lst:Example-Listing"
31781
31782 \end_inset
31783
31784 Example Listing float
31785 \end_layout
31786
31787 \end_inset
31788
31789 # Example listing float
31790 \end_layout
31791
31792 \begin_layout Plain Layout
31793
31794 def func(param):
31795 \end_layout
31796
31797 \begin_layout Plain Layout
31798
31799     'this is a python function'
31800 \end_layout
31801
31802 \begin_layout Plain Layout
31803
31804     pass
31805 \end_layout
31806
31807 \end_inset
31808
31809
31810 \end_layout
31811
31812 \begin_layout Standard
31813 When you have set a programming language in the listings dialog, the keywords
31814  of this language will be recognized and specially typeset in the output.
31815  In the example listings the Python keyword 
31816 \begin_inset Quotes eld
31817 \end_inset
31818
31819 def
31820 \begin_inset Quotes erd
31821 \end_inset
31822
31823  is recognized and printed bold in the output.
31824 \end_layout
31825
31826 \begin_layout Standard
31827 \begin_inset Note Greyedout
31828 status open
31829
31830 \begin_layout Plain Layout
31831
31832 \series bold
31833 Note:
31834 \series default
31835  If you don't get bold keywords when using typewriter fonts, your 
31836 \family typewriter
31837 typewriter
31838 \family default
31839  font probably doesn't provide a bold shape.
31840  In this case select a different one in the menu 
31841 \family sans
31842 Document\SpecialChar \menuseparator
31843 Settings\SpecialChar \menuseparator
31844 Fonts
31845 \family default
31846 .
31847  (The fonts 
31848 \emph on
31849 LuxiMono, BeraMono
31850 \emph default
31851  and 
31852 \emph on
31853 Courier
31854 \emph default
31855  provide bold shapes.)
31856 \end_layout
31857
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \begin_layout Standard
31864 In section 
31865 \family sans
31866 Line
31867 \begin_inset space ~
31868 \end_inset
31869
31870 numbering
31871 \family default
31872  of the listings dialog you can specify the line numbering style.
31873  You can insert a number to specify which lines are numbered to the field
31874  
31875 \family sans
31876 Step
31877 \family default
31878 .
31879  When you insert e.g.
31880 \begin_inset space \space{}
31881 \end_inset
31882
31883
31884 \begin_inset Quotes eld
31885 \end_inset
31886
31887 3
31888 \begin_inset Quotes erd
31889 \end_inset
31890
31891 , only every 3rd line will be numbered.
31892 \end_layout
31893
31894 \begin_layout Standard
31895 You can furthermore specify a range of lines, only these will then appear
31896  in the output.
31897  The option 
31898 \family sans
31899 Extended character table
31900 \family default
31901  should be used when you use national characters like the German umlauts
31902  in the listing.
31903 \begin_inset Newline newline
31904 \end_inset
31905
31906 Here is an example listing with left line numbering, step 
31907 \begin_inset Quotes eld
31908 \end_inset
31909
31910 3
31911 \begin_inset Quotes erd
31912 \end_inset
31913
31914 , language 
31915 \begin_inset Quotes eld
31916 \end_inset
31917
31918 Python
31919 \begin_inset Quotes erd
31920 \end_inset
31921
31922 , options 
31923 \begin_inset Quotes eld
31924 \end_inset
31925
31926 Extended character table
31927 \begin_inset Quotes erd
31928 \end_inset
31929
31930  and 
31931 \begin_inset Quotes eld
31932 \end_inset
31933
31934 Space
31935 \begin_inset space ~
31936 \end_inset
31937
31938 as
31939 \begin_inset space ~
31940 \end_inset
31941
31942 symbol
31943 \begin_inset Quotes erd
31944 \end_inset
31945
31946 , range lines 3
31947 \begin_inset space \thinspace{}
31948 \end_inset
31949
31950 -
31951 \begin_inset space \thinspace{}
31952 \end_inset
31953
31954 8:
31955 \end_layout
31956
31957 \begin_layout Standard
31958 \begin_inset listings
31959 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31960 inline false
31961 status open
31962
31963 \begin_layout Plain Layout
31964
31965 def func(param):
31966 \end_layout
31967
31968 \begin_layout Plain Layout
31969
31970     'this is a python function'
31971 \end_layout
31972
31973 \begin_layout Plain Layout
31974
31975     pass
31976 \end_layout
31977
31978 \begin_layout Plain Layout
31979
31980 def func(param):
31981 \end_layout
31982
31983 \begin_layout Plain Layout
31984
31985 'This is a German word: Tschüß'
31986 \end_layout
31987
31988 \begin_layout Plain Layout
31989
31990 pass
31991 \end_layout
31992
31993 \begin_layout Plain Layout
31994
31995 def func(param):
31996 \end_layout
31997
31998 \begin_layout Plain Layout
31999
32000 'this is a python function'
32001 \end_layout
32002
32003 \begin_layout Plain Layout
32004
32005 pass
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \end_layout
32012
32013 \begin_layout Standard
32014 When you have tabulators in your listing, you can specify the number of
32015  characters that are spanned by a tabulator in the field 
32016 \family sans
32017 Tabulator
32018 \begin_inset space ~
32019 \end_inset
32020
32021 size
32022 \family default
32023 .
32024 \end_layout
32025
32026 \begin_layout Standard
32027 \begin_inset Note Greyedout
32028 status open
32029
32030 \begin_layout Plain Layout
32031
32032 \series bold
32033 Note:
32034 \series default
32035  Due to a bug in the 
32036 \series bold
32037 listings
32038 \series default
32039  package the line numbering is shifted by a line by every previous listing.
32040  That's the reason why the lines 2 and 5 are numbered in the above listing
32041  and not the lines 3 and 6.
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Standard
32050 \begin_inset VSpace bigskip
32051 \end_inset
32052
32053
32054 \end_layout
32055
32056 \begin_layout Standard
32057 It is also possible to print lines from a file as listing.
32058  To do this, use the menu 
32059 \family sans
32060 Insert\SpecialChar \menuseparator
32061 File\SpecialChar \menuseparator
32062 Child Document
32063 \family default
32064  and choose the type 
32065 \family sans
32066 Listings
32067 \family default
32068 .
32069 \begin_inset Foot
32070 status collapsed
32071
32072 \begin_layout Plain Layout
32073 The other child document types are described in section
32074 \begin_inset space ~
32075 \end_inset
32076
32077
32078 \begin_inset CommandInset ref
32079 LatexCommand ref
32080 reference "sec:Child-Documents"
32081
32082 \end_inset
32083
32084 .
32085 \end_layout
32086
32087 \end_inset
32088
32089  In the child document dialog you can specify the listing parameters in
32090  a text box.
32091  To show a list of all available parameters, type in a question mark 
32092 \begin_inset Quotes eld
32093 \end_inset
32094
32095 ?
32096 \begin_inset Quotes erd
32097 \end_inset
32098
32099  in the text box.
32100 \end_layout
32101
32102 \begin_layout Standard
32103 To reference child document listings, write a label text into the corresponding
32104  field of the child document dialog.
32105  The label can then be referenced using the menu 
32106 \family sans
32107 Insert\SpecialChar \menuseparator
32108 Cross-Reference
32109 \family default
32110 .
32111 \end_layout
32112
32113 \begin_layout Standard
32114 Listing
32115 \begin_inset space ~
32116 \end_inset
32117
32118
32119 \begin_inset CommandInset ref
32120 LatexCommand ref
32121 reference "lst:file-listing"
32122
32123 \end_inset
32124
32125  is an example for a listing of a file; there the lines 10
32126 \begin_inset space \thinspace{}
32127 \end_inset
32128
32129 -
32130 \begin_inset space \thinspace{}
32131 \end_inset
32132
32133 15 of this LyX file are listed.
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset CommandInset include
32138 LatexCommand lstinputlisting
32139 filename "EmbeddedObjects.lyx"
32140 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32141
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \begin_layout Standard
32148 \begin_inset VSpace bigskip
32149 \end_inset
32150
32151
32152 \end_layout
32153
32154 \begin_layout Standard
32155 Global listings settings can be set in the 
32156 \family sans
32157 Document\SpecialChar \menuseparator
32158 Settings\SpecialChar \menuseparator
32159 Text Layout
32160 \family default
32161  dialog.
32162  To get there a list of available options, type in a question mark 
32163 \begin_inset Quotes eld
32164 \end_inset
32165
32166 ?
32167 \begin_inset Quotes erd
32168 \end_inset
32169
32170  in the 
32171 \family sans
32172 Listings
32173 \begin_inset space ~
32174 \end_inset
32175
32176 settings
32177 \family default
32178  field.
32179 \end_layout
32180
32181 \begin_layout Standard
32182 For more information about the 
32183 \series bold
32184 listings
32185 \series default
32186  package, we refer to its documentation 
32187 \begin_inset CommandInset citation
32188 LatexCommand cite
32189 key "listings"
32190
32191 \end_inset
32192
32193 .
32194 \end_layout
32195
32196 \begin_layout Standard
32197 \begin_inset Newpage newpage
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Chapter
32204 \start_of_appendix
32205 Units available in LyX
32206 \begin_inset Index
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210 Units
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \begin_inset CommandInset label
32217 LatexCommand label
32218 name "cha:Units-available-in"
32219
32220 \end_inset
32221
32222
32223 \end_layout
32224
32225 \begin_layout Standard
32226 To understand the units described in this documentation, Table
32227 \begin_inset space ~
32228 \end_inset
32229
32230
32231 \begin_inset CommandInset ref
32232 LatexCommand ref
32233 reference "tab:Units"
32234
32235 \end_inset
32236
32237  explains all units available in LyX.
32238 \end_layout
32239
32240 \begin_layout Standard
32241 \begin_inset Float table
32242 placement h
32243 wide false
32244 sideways false
32245 status open
32246
32247 \begin_layout Plain Layout
32248 \begin_inset Caption
32249
32250 \begin_layout Plain Layout
32251 \begin_inset CommandInset label
32252 LatexCommand label
32253 name "tab:Units"
32254
32255 \end_inset
32256
32257 Units
32258 \end_layout
32259
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \begin_layout Plain Layout
32266 \begin_inset VSpace medskip
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Plain Layout
32273 \align center
32274 \begin_inset Tabular
32275 <lyxtabular version="3" rows="20" columns="2">
32276 <features>
32277 <column alignment="center" valignment="top" width="0">
32278 <column alignment="center" valignment="top" width="0">
32279 <row>
32280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Plain Layout
32284 unit
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 name/description
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 </row>
32299 <row>
32300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32301 \begin_inset Text
32302
32303 \begin_layout Plain Layout
32304 mm
32305 \end_layout
32306
32307 \end_inset
32308 </cell>
32309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32310 \begin_inset Text
32311
32312 \begin_layout Plain Layout
32313 millimeter
32314 \end_layout
32315
32316 \end_inset
32317 </cell>
32318 </row>
32319 <row>
32320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32321 \begin_inset Text
32322
32323 \begin_layout Plain Layout
32324 cm
32325 \end_layout
32326
32327 \end_inset
32328 </cell>
32329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32330 \begin_inset Text
32331
32332 \begin_layout Plain Layout
32333 centimeter
32334 \end_layout
32335
32336 \end_inset
32337 </cell>
32338 </row>
32339 <row>
32340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32341 \begin_inset Text
32342
32343 \begin_layout Plain Layout
32344 in
32345 \end_layout
32346
32347 \end_inset
32348 </cell>
32349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353 inch
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 </row>
32359 <row>
32360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32361 \begin_inset Text
32362
32363 \begin_layout Plain Layout
32364 pt
32365 \end_layout
32366
32367 \end_inset
32368 </cell>
32369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32370 \begin_inset Text
32371
32372 \begin_layout Plain Layout
32373 point (72.27
32374 \begin_inset space \thinspace{}
32375 \end_inset
32376
32377 pt = 1
32378 \begin_inset space \thinspace{}
32379 \end_inset
32380
32381 in)
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 </row>
32387 <row>
32388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32389 \begin_inset Text
32390
32391 \begin_layout Plain Layout
32392 pc
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401 pica (1
32402 \begin_inset space \thinspace{}
32403 \end_inset
32404
32405 pc = 12
32406 \begin_inset space \thinspace{}
32407 \end_inset
32408
32409 pt)
32410 \end_layout
32411
32412 \end_inset
32413 </cell>
32414 </row>
32415 <row>
32416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32417 \begin_inset Text
32418
32419 \begin_layout Plain Layout
32420 sp
32421 \end_layout
32422
32423 \end_inset
32424 </cell>
32425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32426 \begin_inset Text
32427
32428 \begin_layout Plain Layout
32429 scaled point (65536
32430 \begin_inset space \thinspace{}
32431 \end_inset
32432
32433 sp = 1
32434 \begin_inset space \thinspace{}
32435 \end_inset
32436
32437 pt)
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 bp
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 big point (72
32458 \begin_inset space \thinspace{}
32459 \end_inset
32460
32461 bp = 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 dd
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 didot (1
32486 \begin_inset space \thinspace{}
32487 \end_inset
32488
32489 dd 
32490 \begin_inset Formula $\approx$
32491 \end_inset
32492
32493  0.376
32494 \begin_inset space \thinspace{}
32495 \end_inset
32496
32497 mm)
32498 \end_layout
32499
32500 \end_inset
32501 </cell>
32502 </row>
32503 <row>
32504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32505 \begin_inset Text
32506
32507 \begin_layout Plain Layout
32508 cc
32509 \end_layout
32510
32511 \end_inset
32512 </cell>
32513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 cicero (1
32518 \begin_inset space \thinspace{}
32519 \end_inset
32520
32521 cc = 12
32522 \begin_inset space \thinspace{}
32523 \end_inset
32524
32525 dd)
32526 \end_layout
32527
32528 \end_inset
32529 </cell>
32530 </row>
32531 <row>
32532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32533 \begin_inset Text
32534
32535 \begin_layout Plain Layout
32536 Scale%
32537 \end_layout
32538
32539 \end_inset
32540 </cell>
32541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32542 \begin_inset Text
32543
32544 \begin_layout Plain Layout
32545 % of original image width
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 </row>
32551 <row>
32552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32553 \begin_inset Text
32554
32555 \begin_layout Plain Layout
32556 text%
32557 \end_layout
32558
32559 \end_inset
32560 </cell>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565 % of text width
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 </row>
32571 <row>
32572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Plain Layout
32576 col%
32577 \end_layout
32578
32579 \end_inset
32580 </cell>
32581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585 % of column width
32586 \end_layout
32587
32588 \end_inset
32589 </cell>
32590 </row>
32591 <row>
32592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32593 \begin_inset Text
32594
32595 \begin_layout Plain Layout
32596 page%
32597 \end_layout
32598
32599 \end_inset
32600 </cell>
32601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605 % of paper width
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 </row>
32611 <row>
32612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32613 \begin_inset Text
32614
32615 \begin_layout Plain Layout
32616 line%
32617 \end_layout
32618
32619 \end_inset
32620 </cell>
32621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32622 \begin_inset Text
32623
32624 \begin_layout Plain Layout
32625 % of line width
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 </row>
32631 <row>
32632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32633 \begin_inset Text
32634
32635 \begin_layout Plain Layout
32636 theight%
32637 \end_layout
32638
32639 \end_inset
32640 </cell>
32641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32642 \begin_inset Text
32643
32644 \begin_layout Plain Layout
32645 % of text height
32646 \end_layout
32647
32648 \end_inset
32649 </cell>
32650 </row>
32651 <row>
32652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32653 \begin_inset Text
32654
32655 \begin_layout Plain Layout
32656 pheight%
32657 \end_layout
32658
32659 \end_inset
32660 </cell>
32661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32662 \begin_inset Text
32663
32664 \begin_layout Plain Layout
32665 % of paper height
32666 \end_layout
32667
32668 \end_inset
32669 </cell>
32670 </row>
32671 <row>
32672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676 ex
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32682 \begin_inset Text
32683
32684 \begin_layout Plain Layout
32685 height of letter 
32686 \emph on
32687 x
32688 \emph default
32689  in current font
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 em
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 width of letter 
32710 \emph on
32711 M
32712 \emph default
32713  in current font
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 </row>
32719 <row>
32720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724 mu
32725 \end_layout
32726
32727 \end_inset
32728 </cell>
32729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 math unit (1
32734 \begin_inset space \thinspace{}
32735 \end_inset
32736
32737 mu = 1/18
32738 \begin_inset space \thinspace{}
32739 \end_inset
32740
32741 em)
32742 \end_layout
32743
32744 \end_inset
32745 </cell>
32746 </row>
32747 </lyxtabular>
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \begin_layout Chapter
32760 Output File Formats with Graphics
32761 \begin_inset CommandInset label
32762 LatexCommand label
32763 name "cha:Output-File-Formats"
32764
32765 \end_inset
32766
32767
32768 \end_layout
32769
32770 \begin_layout Section
32771 DVI
32772 \begin_inset Index
32773 status collapsed
32774
32775 \begin_layout Plain Layout
32776 File Formats ! DVI
32777 \end_layout
32778
32779 \end_inset
32780
32781
32782 \begin_inset Index
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 DVI|see
32787 \begin_inset ERT
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791
32792 {
32793 \end_layout
32794
32795 \end_inset
32796
32797 File Formats
32798 \begin_inset ERT
32799 status collapsed
32800
32801 \begin_layout Plain Layout
32802
32803 }
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \end_inset
32812
32813
32814 \end_layout
32815
32816 \begin_layout Standard
32817 This file type has the extension 
32818 \begin_inset Quotes eld
32819 \end_inset
32820
32821
32822 \family typewriter
32823 .dvi
32824 \family default
32825
32826 \begin_inset Quotes erd
32827 \end_inset
32828
32829 .
32830  It is called 
32831 \begin_inset Quotes eld
32832 \end_inset
32833
32834 device-independent
32835 \begin_inset Quotes erd
32836 \end_inset
32837
32838  (DVI), because it is completely portable; you can move them from one machine
32839  to another without needing to do any sort of conversion.
32840  At the time when this file-format was developed, this was no matter of
32841  course.
32842  DVIs are used for quick previews and as pre-stage for other output formats,
32843  like PostScript.
32844 \end_layout
32845
32846 \begin_layout Standard
32847 \begin_inset Note Greyedout
32848 status open
32849
32850 \begin_layout Plain Layout
32851
32852 \series bold
32853 Note:
32854 \series default
32855  DVI-files doesn't contain images, they will only be a linked.
32856 \end_layout
32857
32858 \end_inset
32859
32860  So don't forget this, if you move your 
32861 \family typewriter
32862 .dvi
32863 \family default
32864  file to another computer.
32865  This property can also slow down your computer when you view the DVI.
32866  Because the DVI-viewer has to convert the image in the background to make
32867  it visible when you scroll in the DVI.
32868  So we recommend to use PDF for files with many images.
32869 \end_layout
32870
32871 \begin_layout Standard
32872 You can export your document to DVI by using the menu 
32873 \family sans
32874 File\SpecialChar \menuseparator
32875 Export\SpecialChar \menuseparator
32876 DVI
32877 \family default
32878 .
32879  You can view your document as DVI via the 
32880 \family sans
32881 View
32882 \family default
32883  menu or by using the toolbar button 
32884 \begin_inset Graphics
32885         filename ../images/buffer-view_dvi.png
32886         scale 85
32887         scaleBeforeRotation
32888
32889 \end_inset
32890
32891 .
32892 \end_layout
32893
32894 \begin_layout Section
32895 PostScript
32896 \begin_inset CommandInset label
32897 LatexCommand label
32898 name "sec:PostScript"
32899
32900 \end_inset
32901
32902
32903 \begin_inset Index
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907 File Formats ! PostScript
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \begin_inset Index
32914 status collapsed
32915
32916 \begin_layout Plain Layout
32917 PostScript|see
32918 \begin_inset ERT
32919 status collapsed
32920
32921 \begin_layout Plain Layout
32922
32923 {
32924 \end_layout
32925
32926 \end_inset
32927
32928 File Formats
32929 \begin_inset ERT
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933
32934 }
32935 \end_layout
32936
32937 \end_inset
32938
32939
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 This file type has the extension 
32949 \begin_inset Quotes eld
32950 \end_inset
32951
32952
32953 \family typewriter
32954 .ps
32955 \family default
32956
32957 \begin_inset Quotes erd
32958 \end_inset
32959
32960 .
32961  PostScript was developed by the company 
32962 \family typewriter
32963 Adobe
32964 \family default
32965  as printer language.
32966  The file contains therefore commands that the printer uses to print the
32967  file.
32968  PostScript can be seen as 
32969 \begin_inset Quotes eld
32970 \end_inset
32971
32972 programming language
32973 \begin_inset Quotes erd
32974 \end_inset
32975
32976 ; you can calculate with it and draw diagrams and images
32977 \begin_inset Foot
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981 If you are interested to learn more about this, have a look at the LaTeX-package
32982  
32983 \series bold
32984 PSTricks
32985 \series default
32986  
32987 \begin_inset CommandInset citation
32988 LatexCommand cite
32989 key "pstricks"
32990
32991 \end_inset
32992
32993 .
32994 \end_layout
32995
32996 \end_inset
32997
32998 .
32999  Due to this ability, the files are often bigger than PDFs.
33000 \end_layout
33001
33002 \begin_layout Standard
33003 PostScript can only contain images in the format 
33004 \begin_inset Quotes eld
33005 \end_inset
33006
33007 Encapsulated PostScript
33008 \begin_inset Quotes erd
33009 \end_inset
33010
33011  (EPS, file extension 
33012 \begin_inset Quotes eld
33013 \end_inset
33014
33015
33016 \family typewriter
33017 .eps
33018 \family default
33019
33020 \begin_inset Quotes erd
33021 \end_inset
33022
33023 ).
33024  As LyX allows you to use any known image format in your document, it has
33025  to convert images in the background to EPS.
33026  If you have e.g 50 images in your document, LyX has to do 50 conversions
33027  whenever you view or export your document.
33028  This will slow down your work flow with LyX drastically.
33029  So if you plan to use PostScript, you can insert your images directly as
33030  EPS to avoid this problem.
33031 \end_layout
33032
33033 \begin_layout Standard
33034 You can export your document to PostScript using the menu 
33035 \family sans
33036 File\SpecialChar \menuseparator
33037 Export\SpecialChar \menuseparator
33038 Postscript
33039 \family default
33040 .
33041  You can view your document as PostScript via the 
33042 \family sans
33043 View
33044 \family default
33045  menu or by using the toolbar button 
33046 \begin_inset Graphics
33047         filename ../images/buffer-view_ps.png
33048         scale 85
33049         scaleBeforeRotation
33050
33051 \end_inset
33052
33053 .
33054 \end_layout
33055
33056 \begin_layout Section
33057 PDF
33058 \begin_inset Index
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062 File Formats ! PDF
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \begin_inset Index
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072 PDF
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Standard
33081 This file type has the extension 
33082 \begin_inset Quotes eld
33083 \end_inset
33084
33085
33086 \family typewriter
33087 .pdf
33088 \family default
33089
33090 \begin_inset Quotes erd
33091 \end_inset
33092
33093 .
33094  The 
33095 \begin_inset Quotes eld
33096 \end_inset
33097
33098 Portable Document Format
33099 \begin_inset Quotes erd
33100 \end_inset
33101
33102  (PDF) is developed by 
33103 \family typewriter
33104 Adobe
33105 \family default
33106  as derivative from PostScript.
33107  It is more compressed and it uses much less commands than PostScript.
33108  As the name 
33109 \begin_inset Quotes eld
33110 \end_inset
33111
33112 portable
33113 \begin_inset Quotes erd
33114 \end_inset
33115
33116  implies, it can be processed at any computer system and the printed output
33117  looks exactly the same.
33118 \end_layout
33119
33120 \begin_layout Standard
33121 PDF can contain images in its own PDF format, in the format 
33122 \begin_inset Quotes eld
33123 \end_inset
33124
33125 Joint Photographic Experts Group
33126 \begin_inset Quotes erd
33127 \end_inset
33128
33129  (JPG, file extension 
33130 \begin_inset Quotes eld
33131 \end_inset
33132
33133
33134 \family typewriter
33135 .jpg
33136 \family default
33137
33138 \begin_inset Quotes erd
33139 \end_inset
33140
33141  or 
33142 \begin_inset Quotes eld
33143 \end_inset
33144
33145
33146 \family typewriter
33147 .jpeg
33148 \family default
33149
33150 \begin_inset Quotes erd
33151 \end_inset
33152
33153 ), and in the format 
33154 \begin_inset Quotes eld
33155 \end_inset
33156
33157 Portable Network Graphics
33158 \begin_inset Quotes erd
33159 \end_inset
33160
33161  (PNG, file extension 
33162 \begin_inset Quotes eld
33163 \end_inset
33164
33165
33166 \family typewriter
33167 .png
33168 \family default
33169
33170 \begin_inset Quotes erd
33171 \end_inset
33172
33173 ).
33174  Nevertheless you can use any other image format, because LyX converts them
33175  in the background to one of these formats.
33176  But as described in the section about PostScript, the image conversion
33177  will slow down your work flow.
33178  So it is recommended to use images in one of the three mentioned formats.
33179 \end_layout
33180
33181 \begin_layout Standard
33182 You can export your document to PDF via the menu 
33183 \family sans
33184 File\SpecialChar \menuseparator
33185 Export
33186 \family default
33187  in three different ways:
33188 \end_layout
33189
33190 \begin_layout Description
33191 PDF
33192 \begin_inset space ~
33193 \end_inset
33194
33195 (ps2pdf) This uses the program 
33196 \family typewriter
33197 ps2pdf
33198 \family default
33199  that creates a PDF from a PostScript-version of your file.
33200  The PostScript-version is produced by the program 
33201 \family typewriter
33202 dvips
33203 \family default
33204  which uses a DVI-version as intermediate step.
33205  So this export variant consist of three conversions.
33206 \end_layout
33207
33208 \begin_layout Description
33209 PDF
33210 \begin_inset space ~
33211 \end_inset
33212
33213 (dvipdfm) This uses the program 
33214 \family typewriter
33215 dvipdfm
33216 \family default
33217  that converts your file in the background to DVI and in a second step to
33218  PDF.
33219 \end_layout
33220
33221 \begin_layout Description
33222 PDF
33223 \begin_inset space ~
33224 \end_inset
33225
33226 (pdflatex) This uses the program 
33227 \family typewriter
33228 pdftex
33229 \family default
33230  that converts your file directly to PDF.
33231 \end_layout
33232
33233 \begin_layout Standard
33234 It is recommended to use 
33235 \family sans
33236 PDF
33237 \begin_inset space ~
33238 \end_inset
33239
33240 (pdflatex)
33241 \family default
33242  because 
33243 \family typewriter
33244 pdftex
33245 \family default
33246  supports all features of actual PDF-versions, is quick and works stable
33247  without problems.
33248  The program 
33249 \family typewriter
33250 dvipdfm
33251 \family default
33252  is not under development and therefore a bit outdated.
33253 \end_layout
33254
33255 \begin_layout Standard
33256 You can view your document as PDF via the 
33257 \family sans
33258 View
33259 \family default
33260  menu or by using the toolbar button 
33261 \begin_inset Graphics
33262         filename ../images/buffer-view_pdf2.png
33263         scale 85
33264         scaleBeforeRotation
33265
33266 \end_inset
33267
33268  
33269 \family sans
33270 (
33271 \family default
33272 that uses 
33273 \family sans
33274 PDF
33275 \begin_inset space ~
33276 \end_inset
33277
33278 (pdflatex)
33279 \family default
33280 ).
33281 \end_layout
33282
33283 \begin_layout Chapter
33284 Explanation of Equation
33285 \begin_inset space ~
33286 \end_inset
33287
33288
33289 \begin_inset CommandInset ref
33290 LatexCommand eqref
33291 reference "eq:Wgn"
33292
33293 \end_inset
33294
33295
33296 \begin_inset CommandInset label
33297 LatexCommand label
33298 name "cha:Explanation-of-Equation"
33299
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Standard
33306 The total width of 
33307 \emph on
33308 n
33309 \emph default
33310  table cells 
33311 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33312 \end_inset
33313
33314  can be calculated to
33315 \end_layout
33316
33317 \begin_layout Standard
33318 \begin_inset Formula \begin{equation}
33319 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}
33320
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \begin_layout Standard
33327 Where 
33328 \begin_inset Formula $W_{g\, n}$
33329 \end_inset
33330
33331  is the given width of all cells.
33332  
33333 \series bold
33334
33335 \backslash
33336 tabcolsep
33337 \series default
33338  is the LaTeX-length between the cell text and the cell border, its default
33339  value is 6
33340 \begin_inset space \thinspace{}
33341 \end_inset
33342
33343 pt.
33344  
33345 \series bold
33346
33347 \backslash
33348 arrayrulewidth
33349 \series default
33350  is the thickness of the cell border line, the default is 0.4
33351 \begin_inset space \thinspace{}
33352 \end_inset
33353
33354 pt.
33355 \end_layout
33356
33357 \begin_layout Standard
33358 Following equation
33359 \begin_inset space ~
33360 \end_inset
33361
33362
33363 \begin_inset CommandInset ref
33364 LatexCommand eqref
33365 reference "eq:Wtot_n"
33366
33367 \end_inset
33368
33369 , the total width of a multicolumn 
33370 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33371 \end_inset
33372
33373  is
33374 \end_layout
33375
33376 \begin_layout Standard
33377 \begin_inset Formula \begin{equation}
33378 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \begin_layout Standard
33386 By setting equation
33387 \begin_inset space ~
33388 \end_inset
33389
33390
33391 \begin_inset CommandInset ref
33392 LatexCommand eqref
33393 reference "eq:Wtot_n"
33394
33395 \end_inset
33396
33397  and 
33398 \begin_inset CommandInset ref
33399 LatexCommand eqref
33400 reference "eq:Wtot_mult"
33401
33402 \end_inset
33403
33404  equal we can calculate the needed given width 
33405 \begin_inset Formula $W_{g\, n}$
33406 \end_inset
33407
33408  when 
33409 \emph on
33410 n
33411 \emph default
33412  columns are spanned, so that each column has a total width of 
33413 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33414 \end_inset
33415
33416 :
33417 \end_layout
33418
33419 \begin_layout Standard
33420 \begin_inset Formula \begin{equation}
33421 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Bibliography
33429 \begin_inset CommandInset bibitem
33430 LatexCommand bibitem
33431 key "latexcompanion"
33432
33433 \end_inset
33434
33435 Frank Mittelbach and Michel Goossens: 
33436 \emph on
33437 The LaTeX Companion Second Edition.
33438
33439 \emph default
33440  Addison-Wesley, 2004
33441 \end_layout
33442
33443 \begin_layout Bibliography
33444 \begin_inset CommandInset bibitem
33445 LatexCommand bibitem
33446 key "latexguide"
33447
33448 \end_inset
33449
33450 Helmut Kopka and Patrick W.
33451  Daly: 
33452 \emph on
33453 A Guide to LaTeX Fourth Edition.
33454
33455 \emph default
33456  Addison-Wesley, 2003
33457 \end_layout
33458
33459 \begin_layout Bibliography
33460 \begin_inset CommandInset bibitem
33461 LatexCommand bibitem
33462 key "latexbook"
33463
33464 \end_inset
33465
33466 Leslie Lamport: 
33467 \emph on
33468 LaTeX: A Document Preparation System.
33469
33470 \emph default
33471  Addison-Wesley, second edition, 1994
33472 \end_layout
33473
33474 \begin_layout Bibliography
33475 \begin_inset CommandInset bibitem
33476 LatexCommand bibitem
33477 key "booktabs"
33478
33479 \end_inset
33480
33481 Documentation of the LaTeX-package 
33482 \series bold
33483
33484 \begin_inset CommandInset href
33485 LatexCommand href
33486 name "booktabs"
33487 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33488
33489 \end_inset
33490
33491
33492 \series default
33493
33494 \begin_inset Index
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498 LaTeX-packages ! booktabs
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \begin_layout Bibliography
33507 \begin_inset CommandInset bibitem
33508 LatexCommand bibitem
33509 key "caption"
33510
33511 \end_inset
33512
33513 Documentation of the LaTeX-package 
33514 \series bold
33515
33516 \begin_inset CommandInset href
33517 LatexCommand href
33518 name "caption"
33519 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33520
33521 \end_inset
33522
33523
33524 \series default
33525
33526 \begin_inset Index
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530 LaTeX-packages ! caption
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \begin_layout Bibliography
33539 \begin_inset CommandInset bibitem
33540 LatexCommand bibitem
33541 key "endfloat"
33542
33543 \end_inset
33544
33545 Documentation of the LaTeX-package 
33546 \series bold
33547
33548 \begin_inset CommandInset href
33549 LatexCommand href
33550 name "endfloat"
33551 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33552
33553 \end_inset
33554
33555
33556 \series default
33557
33558 \begin_inset Index
33559 status collapsed
33560
33561 \begin_layout Plain Layout
33562 LaTeX-packages ! endfloat
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \begin_layout Bibliography
33571 \begin_inset CommandInset bibitem
33572 LatexCommand bibitem
33573 key "wrapfig"
33574
33575 \end_inset
33576
33577 Documentation of the LaTeX-package 
33578 \series bold
33579
33580 \begin_inset CommandInset href
33581 LatexCommand href
33582 name "wrapfig"
33583 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33584
33585 \end_inset
33586
33587
33588 \series default
33589
33590 \begin_inset Index
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594 LaTeX-packages ! wrapfig
33595 \begin_inset ERT
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599
33600
33601 \backslash
33602 vspace{4mm}
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \begin_layout Bibliography
33616 \begin_inset CommandInset bibitem
33617 LatexCommand bibitem
33618 key "footmisc"
33619
33620 \end_inset
33621
33622 Documentation of the LaTeX-package 
33623 \series bold
33624
33625 \begin_inset CommandInset href
33626 LatexCommand href
33627 name "footmisc"
33628 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33629
33630 \end_inset
33631
33632
33633 \series default
33634
33635 \begin_inset Index
33636 status collapsed
33637
33638 \begin_layout Plain Layout
33639 LaTeX-packages ! footmisc
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Bibliography
33648 \begin_inset CommandInset bibitem
33649 LatexCommand bibitem
33650 key "hypcap"
33651
33652 \end_inset
33653
33654 Documentation of the LaTeX-package 
33655 \series bold
33656
33657 \begin_inset CommandInset href
33658 LatexCommand href
33659 name "hypcap"
33660 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33661
33662 \end_inset
33663
33664
33665 \series default
33666
33667 \begin_inset Index
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671 LaTeX-packages ! hyperref
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Bibliography
33680 \begin_inset CommandInset bibitem
33681 LatexCommand bibitem
33682 key "hyperref"
33683
33684 \end_inset
33685
33686 Documentation of the LaTeX-package 
33687 \series bold
33688
33689 \begin_inset CommandInset href
33690 LatexCommand href
33691 name "hyperref"
33692 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33693
33694 \end_inset
33695
33696
33697 \series default
33698
33699 \begin_inset Index
33700 status collapsed
33701
33702 \begin_layout Plain Layout
33703 LaTeX-packages ! hyperref
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Bibliography
33712 \begin_inset CommandInset bibitem
33713 LatexCommand bibitem
33714 key "koma-script"
33715
33716 \end_inset
33717
33718 Documentation of the LaTeX-package 
33719 \series bold
33720
33721 \begin_inset CommandInset href
33722 LatexCommand href
33723 name "koma-script"
33724 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33725
33726 \end_inset
33727
33728
33729 \series default
33730
33731 \begin_inset Index
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735 LaTeX-packages ! koma-script
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Bibliography
33744 \begin_inset CommandInset bibitem
33745 LatexCommand bibitem
33746 key "listings"
33747
33748 \end_inset
33749
33750 Documentation of the LaTeX-package 
33751 \series bold
33752
33753 \begin_inset CommandInset href
33754 LatexCommand href
33755 name "listings"
33756 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33757
33758 \end_inset
33759
33760
33761 \series default
33762
33763 \begin_inset Index
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767 LaTeX-packages ! listings
33768 \end_layout
33769
33770 \end_inset
33771
33772
33773 \end_layout
33774
33775 \begin_layout Bibliography
33776 \begin_inset CommandInset bibitem
33777 LatexCommand bibitem
33778 key "marginnote"
33779
33780 \end_inset
33781
33782 Documentation of the LaTeX-package 
33783 \series bold
33784
33785 \begin_inset CommandInset href
33786 LatexCommand href
33787 name "marginnote"
33788 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33789
33790 \end_inset
33791
33792
33793 \series default
33794
33795 \begin_inset Index
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799 LaTeX-packages ! marginnote
33800 \end_layout
33801
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Bibliography
33808 \begin_inset CommandInset bibitem
33809 LatexCommand bibitem
33810 key "pstricks"
33811
33812 \end_inset
33813
33814 Web page of the LaTeX-package 
33815 \series bold
33816
33817 \begin_inset CommandInset href
33818 LatexCommand href
33819 name "PSTricks"
33820 target "http://tug.org/PSTricks/"
33821
33822 \end_inset
33823
33824
33825 \series default
33826
33827 \begin_inset Index
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831 LaTeX-packages ! PSTricks
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Bibliography
33840 \begin_inset CommandInset bibitem
33841 LatexCommand bibitem
33842 key "sidecap"
33843
33844 \end_inset
33845
33846 Documentation of the LaTeX-package 
33847 \series bold
33848
33849 \begin_inset CommandInset href
33850 LatexCommand href
33851 name "sidecap"
33852 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33853
33854 \end_inset
33855
33856
33857 \series default
33858
33859 \begin_inset Index
33860 status collapsed
33861
33862 \begin_layout Plain Layout
33863 LaTeX-packages ! sidecap
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \begin_layout Bibliography
33872 \begin_inset CommandInset bibitem
33873 LatexCommand bibitem
33874 key "NewInLyX16"
33875
33876 \end_inset
33877
33878
33879 \begin_inset CommandInset href
33880 LatexCommand href
33881 name "Wiki page"
33882 target "http://wiki.lyx.org/LyX/NewInLyX16"
33883
33884 \end_inset
33885
33886  about new features in 
33887 \family sans
33888 LyX 1.6.0
33889 \family default
33890 .
33891 \end_layout
33892
33893 \begin_layout Standard
33894 \begin_inset CommandInset index_print
33895 LatexCommand printindex
33896
33897 \end_inset
33898
33899
33900 \end_layout
33901
33902 \begin_layout Standard
33903 \begin_inset FloatList figure
33904
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset FloatList table
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \begin_inset FloatList algorithm
33920
33921 \end_inset
33922
33923
33924 \end_layout
33925
33926 \end_body
33927 \end_document