]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
db1ae70cf850f866cc66b37c71bf8eb66a6076e5
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 518
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC is numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 \end_modules
159 \maintain_unincluded_children false
160 \language english
161 \language_package default
162 \inputencoding auto
163 \fontencoding global
164 \font_roman "lmodern" "default"
165 \font_sans "lmss" "default"
166 \font_typewriter "lmtt" "default"
167 \font_math "auto" "auto"
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100 100
173 \font_tt_scale 100 100
174 \use_microtype false
175 \graphics default
176 \default_output_format pdf2
177 \output_sync 0
178 \bibtex_command default
179 \index_command default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "LyX Team, Uwe Stöhr"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pdfusetitle false
196 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
197 \papersize default
198 \use_geometry false
199 \use_package amsmath 2
200 \use_package amssymb 2
201 \use_package cancel 0
202 \use_package esint 0
203 \use_package mathdots 1
204 \use_package mathtools 0
205 \use_package mhchem 1
206 \use_package stackrel 0
207 \use_package stmaryrd 0
208 \use_package undertilde 0
209 \cite_engine basic
210 \cite_engine_type default
211 \biblio_style plain
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \justification true
217 \use_refstyle 0
218 \notefontcolor #0000ff
219 \index Index
220 \shortcut idx
221 \color #008000
222 \end_index
223 \secnumdepth 3
224 \tocdepth 3
225 \paragraph_separation skip
226 \defskip medskip
227 \quotes_language english
228 \papercolumns 1
229 \papersides 2
230 \paperpagestyle default
231 \tracking_changes true
232 \output_changes false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \author 227574939 "Kyttj"
237 \author 2047637253 "Guillaume Munch"
238 \end_header
239
240 \begin_body
241
242 \begin_layout Title
243 \SpecialChar LyX
244 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
245 \end_layout
246
247 \begin_layout Author
248 by the \SpecialChar LyX
249  Team
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 If you have comments or error corrections, please send them to the \SpecialChar LyX
256  Documentatio
257 n mailing list: 
258 \begin_inset CommandInset href
259 LatexCommand href
260 name "lyx-docs@lists.lyx.org"
261 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
262 type "mailto:"
263
264 \end_inset
265
266
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 author: Uwe Stöhr
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.2.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
309 -packages 
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 diagbox, lettrine, marginnote, picinpar
320 \series default
321  and 
322 \series bold
323 sidecap
324 \series default
325  must be installed.
326  If they are not installed you can export the document anyway but the sections
327  where the packages are required won't appear in the output.
328 \end_layout
329
330 \begin_layout Plain Layout
331 The latest PDF-version of this document can be found here:
332 \begin_inset Newline newline
333 \end_inset
334
335
336 \series bold
337 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Chapter
346 Figures
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figures
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index idx
358 status collapsed
359
360 \begin_layout Plain Layout
361 Graphics|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figures
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 Graphics Dialog
393 \begin_inset Index idx
394 status collapsed
395
396 \begin_layout Plain Layout
397 Figures ! Graphics Dialog
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset CommandInset label
404 LatexCommand label
405 name "sec:Graphics-Dialog"
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 To insert an image into your document, place the cursor at the text position
414  you want and click on the toolbar icon 
415 \begin_inset Info
416 type  "icon"
417 arg   "dialog-show-new-inset graphics"
418 \end_inset
419
420  or use the menu 
421 \family sans
422 Insert\SpecialChar menuseparator
423 Graphics
424 \family default
425 .
426  Then a dialog will appear to choose the file to load.
427  The image will appear in the output exactly at the position where it is
428  in the text.
429 \end_layout
430
431 \begin_layout Standard
432 The graphics dialog can be called at any time by clicking on an image.
433  This dialog has three tabs:
434 \end_layout
435
436 \begin_layout Description
437
438 \family sans
439 Graphics
440 \family default
441  Here you can choose an image file and adjust its appearance in the output.
442  The available units for the image size are explained in appendix
443 \begin_inset space ~
444 \end_inset
445
446
447 \begin_inset CommandInset ref
448 LatexCommand ref
449 reference "cha:Units-available-in"
450
451 \end_inset
452
453 .
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index idx
459 status collapsed
460
461 \begin_layout Plain Layout
462 Figures ! rotated
463 \end_layout
464
465 \end_inset
466
467 You can rotate images counter-clockwise by setting a rotation angle and
468  a rotation origin.
469  The image will also be rotated inside \SpecialChar LyX
470 .
471 \begin_inset Newline newline
472 \end_inset
473
474
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Figures ! scaled
480 \end_layout
481
482 \end_inset
483
484 Images can be scaled by using a percentage value or by setting the width
485  and height explicitly.
486  If you set only the width or only the height, the other size will be determined
487  automatically.
488  If you set both, then the image will be transformed to the given size,
489  possibly distorting it.
490  To prevent the image from distortion, use the option 
491 \family sans
492 Maintain aspect ratio
493 \family default
494 .
495  The image will then be scaled so that its width and height don't exceed
496  the specified dimensions.
497 \begin_inset Newline newline
498 \end_inset
499
500 Images can be opened in a program of your choice by right-clicking on it
501  and choosing the entry 
502 \family sans
503 Edit
504 \begin_inset space ~
505 \end_inset
506
507 externally
508 \family default
509  in the context menu.
510  The program can be set for every image format in the file format settings
511  in \SpecialChar LyX
512 's preferences.
513 \end_layout
514
515 \begin_layout Description
516
517 \family sans
518 Clipping
519 \family default
520  Alternatively to the usage of scaling units it is possible to set image
521  coordinates to adjust the height and width of the image in the output.
522  The coordinates can also be calculated automatically by pressing the button
523  
524 \family sans
525 Get
526 \begin_inset space ~
527 \end_inset
528
529 from
530 \begin_inset space ~
531 \end_inset
532
533 File
534 \family default
535 .
536  The option 
537 \family sans
538 Clip
539 \begin_inset space ~
540 \end_inset
541
542 to
543 \begin_inset space ~
544 \end_inset
545
546 bounding
547 \begin_inset space ~
548 \end_inset
549
550 box
551 \family default
552  will only print the image region within the given coordinates.
553  Normally you don't need to worry about image coordinates and can ignore
554  this tab.
555 \end_layout
556
557 \begin_layout Description
558
559 \family sans
560 LaTeX
561 \begin_inset space ~
562 \end_inset
563
564 and
565 \begin_inset space ~
566 \end_inset
567
568 LyX
569 \begin_inset space ~
570 \end_inset
571
572 options
573 \family default
574  In this tab you can modify the appearance of the image within \SpecialChar LyX
575  and \SpecialChar LaTeX
576  experts
577  can specify additional \SpecialChar LaTeX
578  options.
579 \begin_inset Newline newline
580 \end_inset
581
582 The option 
583 \family sans
584 Draft
585 \begin_inset space ~
586 \end_inset
587
588 mode
589 \family default
590  makes the image appear in the output only as a frame with the size of the
591  image.
592 \begin_inset Newline newline
593 \end_inset
594
595 In the section 
596 \family sans
597 Graphics
598 \begin_inset space ~
599 \end_inset
600
601 Group
602 \family default
603  you can define or join an image settings group.
604 \begin_inset Index idx
605 status collapsed
606
607 \begin_layout Plain Layout
608 Figures ! Settings grouping
609 \end_layout
610
611 \end_inset
612
613  Images within such a group share their settings, so adjusting one image
614  of the group automatically also adjusts all other images of the group in
615  the same way.
616  So you can for example change the size for a bunch of images without the
617  need to manually change each of them.
618  Joining an existing group can also be done using the context menu of the
619  image by checking the name of the desired group.
620 \end_layout
621
622 \begin_layout Standard
623 \begin_inset VSpace bigskip
624 \end_inset
625
626
627 \end_layout
628
629 \begin_layout Standard
630 This is an example image in EPS format
631 \begin_inset Foot
632 status collapsed
633
634 \begin_layout Plain Layout
635 Image formats are explained in section
636 \begin_inset space ~
637 \end_inset
638
639
640 \begin_inset CommandInset ref
641 LatexCommand ref
642 reference "sec:Image-Formats"
643
644 \end_inset
645
646 .
647 \end_layout
648
649 \end_inset
650
651  within a separate, horizontally centered paragraph:
652 \end_layout
653
654 \begin_layout Standard
655 \align center
656 \begin_inset Graphics
657         filename clipart/mobius.eps
658         scale 70
659         scaleBeforeRotation
660         rotateOrigin center
661
662 \end_inset
663
664
665 \end_layout
666
667 \begin_layout Standard
668 This is the same image like the one above but in draft mode:
669 \end_layout
670
671 \begin_layout Standard
672 \align center
673 \begin_inset Graphics
674         filename clipart/mobius.eps
675         scale 70
676         draft
677         scaleBeforeRotation
678         rotateOrigin center
679
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 \begin_inset Newpage newpage
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Section
693 Figure Floats
694 \begin_inset CommandInset label
695 LatexCommand label
696 name "sec:Figure-Floats"
697
698 \end_inset
699
700
701 \begin_inset Index idx
702 status collapsed
703
704 \begin_layout Plain Layout
705 Floats ! Figures
706 \end_layout
707
708 \end_inset
709
710
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 Figures ! Floats
716 \end_layout
717
718 \end_inset
719
720
721 \end_layout
722
723 \begin_layout Standard
724 For general explanations about floats, have a look at section
725 \begin_inset space ~
726 \end_inset
727
728
729 \begin_inset CommandInset ref
730 LatexCommand ref
731 reference "sec:FloatIntroduction"
732
733 \end_inset
734
735 .
736 \end_layout
737
738 \begin_layout Standard
739 The toolbar button 
740 \begin_inset Info
741 type  "icon"
742 arg   "float-insert figure"
743 \end_inset
744
745  and the menu 
746 \family sans
747 Insert\SpecialChar menuseparator
748 Float\SpecialChar menuseparator
749 Figure
750 \family default
751  inserts a float with a caption that has the label 
752 \begin_inset Quotes eld
753 \end_inset
754
755 Figure
756 \begin_inset space ~
757 \end_inset
758
759 #:
760 \begin_inset Quotes erd
761 \end_inset
762
763  (# is the actual number).
764  You can insert the image above the caption, like in Figure
765 \begin_inset space ~
766 \end_inset
767
768
769 \begin_inset CommandInset ref
770 LatexCommand ref
771 reference "fig:kill-plat"
772
773 \end_inset
774
775  or below the caption, like in Figure
776 \begin_inset space ~
777 \end_inset
778
779
780 \begin_inset CommandInset ref
781 LatexCommand ref
782 reference "fig:escher"
783
784 \end_inset
785
786 .
787  More about caption placement is described in section
788 \begin_inset space ~
789 \end_inset
790
791
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "sec:Caption-Placement"
795
796 \end_inset
797
798 .
799 \end_layout
800
801 \begin_layout Standard
802 \begin_inset Float figure
803 wide false
804 sideways false
805 status open
806
807 \begin_layout Plain Layout
808 \align center
809 \begin_inset Graphics
810         filename clipart/platypus.eps
811         width 50col%
812         scaleBeforeRotation
813         rotateOrigin center
814
815 \end_inset
816
817
818 \end_layout
819
820 \begin_layout Plain Layout
821 \begin_inset Caption Standard
822
823 \begin_layout Plain Layout
824 \begin_inset CommandInset label
825 LatexCommand label
826 name "fig:kill-plat"
827
828 \end_inset
829
830 A severely distorted platypus in a float.
831 \end_layout
832
833 \end_inset
834
835
836 \end_layout
837
838 \end_inset
839
840
841 \end_layout
842
843 \begin_layout Standard
844 \begin_inset Float figure
845 wide false
846 sideways false
847 status open
848
849 \begin_layout Plain Layout
850 \begin_inset Caption Standard
851
852 \begin_layout Plain Layout
853 \begin_inset CommandInset label
854 LatexCommand label
855 name "fig:escher"
856
857 \end_inset
858
859 M.C.
860  Escher on acid.
861 \end_layout
862
863 \end_inset
864
865
866 \end_layout
867
868 \begin_layout Plain Layout
869 \align center
870 \begin_inset Graphics
871         filename clipart/escher-lsd.eps
872         scale 80
873         scaleBeforeRotation
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \end_inset
882
883
884 \end_layout
885
886 \begin_layout Standard
887 \begin_inset Index idx
888 status collapsed
889
890 \begin_layout Plain Layout
891 References ! to Figures
892 \end_layout
893
894 \end_inset
895
896 Figure
897 \begin_inset space ~
898 \end_inset
899
900
901 \begin_inset CommandInset ref
902 LatexCommand ref
903 reference "fig:kill-plat"
904
905 \end_inset
906
907  and 
908 \begin_inset CommandInset ref
909 LatexCommand ref
910 reference "fig:escher"
911
912 \end_inset
913
914  are examples of referenced figures.
915  Figures can be referenced in the text by referencing their label.
916  To do this insert a label in the caption using the menu 
917 \family sans
918 Insert\SpecialChar menuseparator
919 Label
920 \family default
921  or the toolbar button 
922 \begin_inset Info
923 type  "icon"
924 arg   "label-insert"
925 \end_inset
926
927 .
928  You can now refer to the label using the menu 
929 \family sans
930 Insert\SpecialChar menuseparator
931 Cross
932 \begin_inset space ~
933 \end_inset
934
935 reference
936 \family default
937  or the toolbar button 
938 \begin_inset Info
939 type  "icon"
940 arg   "dialog-show-new-inset ref"
941 \end_inset
942
943 .
944  It is important to use references to floats, rather than using vague references
945  like 
946 \begin_inset Quotes eld
947 \end_inset
948
949 the figure above
950 \begin_inset Quotes erd
951 \end_inset
952
953 , because \SpecialChar LaTeX
954  will reposition the floats in the final document and it might
955  not be 
956 \begin_inset Quotes eld
957 \end_inset
958
959 above
960 \begin_inset Quotes erd
961 \end_inset
962
963  at all.
964 \begin_inset Newline newline
965 \end_inset
966
967 Referencing is explained in detail in section
968 \begin_inset space ~
969 \end_inset
970
971
972 \begin_inset CommandInset ref
973 LatexCommand ref
974 reference "sec:Referencing-Floats"
975
976 \end_inset
977
978 .
979 \end_layout
980
981 \begin_layout Standard
982 Normally only one image is inserted to a figure float, but sometimes you
983  might want to use two images with separate subcaptions.
984  This can be done by inserting image floats into existing image floats.
985  Note that only the main caption of the float is added to the List of Figures.
986  Figure
987 \begin_inset space ~
988 \end_inset
989
990
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:Two-distorted-images"
994
995 \end_inset
996
997  is an example of a figure float with two images set side by side.
998  You can also set the images one below the other.
999  Figure
1000 \begin_inset space ~
1001 \end_inset
1002
1003
1004 \begin_inset CommandInset ref
1005 LatexCommand ref
1006 reference "fig:Undefinable-structure"
1007
1008 \end_inset
1009
1010  and 
1011 \begin_inset CommandInset ref
1012 LatexCommand ref
1013 reference "fig:A-Platypus"
1014
1015 \end_inset
1016
1017  are the subfigures.
1018 \end_layout
1019
1020 \begin_layout Standard
1021 \begin_inset Float figure
1022 wide false
1023 sideways false
1024 status open
1025
1026 \begin_layout Plain Layout
1027 \begin_inset space \hfill{}
1028 \end_inset
1029
1030
1031 \begin_inset Float figure
1032 wide false
1033 sideways false
1034 status collapsed
1035
1036 \begin_layout Plain Layout
1037 \begin_inset Caption Standard
1038
1039 \begin_layout Plain Layout
1040 \begin_inset CommandInset label
1041 LatexCommand label
1042 name "fig:Undefinable-structure"
1043
1044 \end_inset
1045
1046 Undefinable structure.
1047 \end_layout
1048
1049 \end_inset
1050
1051
1052 \end_layout
1053
1054 \begin_layout Plain Layout
1055 \begin_inset Graphics
1056         filename clipart/escher-lsd.eps
1057         width 45col%
1058         scaleBeforeRotation
1059         groupId distorted
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \begin_inset space \hfill{}
1070 \end_inset
1071
1072
1073 \begin_inset Float figure
1074 wide false
1075 sideways false
1076 status collapsed
1077
1078 \begin_layout Plain Layout
1079 \begin_inset Caption Standard
1080
1081 \begin_layout Plain Layout
1082 \begin_inset CommandInset label
1083 LatexCommand label
1084 name "fig:A-Platypus"
1085
1086 \end_inset
1087
1088 A Platypus.
1089 \end_layout
1090
1091 \end_inset
1092
1093
1094 \end_layout
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Graphics
1098         filename clipart/platypus.eps
1099         width 45col%
1100         scaleBeforeRotation
1101         groupId distorted
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \end_inset
1109
1110
1111 \begin_inset space \hfill{}
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Caption Standard
1119
1120 \begin_layout Plain Layout
1121 \begin_inset CommandInset label
1122 LatexCommand label
1123 name "fig:Two-distorted-images"
1124
1125 \end_inset
1126
1127 Two distorted images.
1128  Both images are in the image settings group named 
1129 \begin_inset Quotes eld
1130 \end_inset
1131
1132 distorted
1133 \begin_inset Quotes erd
1134 \end_inset
1135
1136 .
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \begin_layout Standard
1150 \begin_inset Newpage newpage
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Section
1157 Image Formats
1158 \begin_inset CommandInset label
1159 LatexCommand label
1160 name "sec:Image-Formats"
1161
1162 \end_inset
1163
1164
1165 \begin_inset Index idx
1166 status collapsed
1167
1168 \begin_layout Plain Layout
1169 Image Formats
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \begin_inset Index idx
1176 status collapsed
1177
1178 \begin_layout Plain Layout
1179 Figures ! Image Formats
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \begin_layout Standard
1188 You can insert images in any known file format.
1189  But as explained in appendix
1190 \begin_inset space ~
1191 \end_inset
1192
1193
1194 \begin_inset CommandInset ref
1195 LatexCommand ref
1196 reference "cha:Output-File-Formats"
1197
1198 \end_inset
1199
1200 , each output document format allows only a few image formats.
1201  \SpecialChar LyX
1202  uses therefore the program 
1203 \family typewriter
1204 ImageMagick
1205 \family default
1206  in the background to convert the images to the right format.
1207  To increase your work flow by avoiding these conversions in the background,
1208  you could choose to use only the image formats that can directly be embedded
1209  in the output file format.
1210  The output file formats are explained in appendix
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "cha:Output-File-Formats"
1218
1219 \end_inset
1220
1221 .
1222 \end_layout
1223
1224 \begin_layout Standard
1225 Similar to fonts there are two types of image formats:
1226 \end_layout
1227
1228 \begin_layout Description
1229 Bitmap
1230 \begin_inset space ~
1231 \end_inset
1232
1233 images consist of pixel values, often in a compressed form.
1234  They are therefore not fully scalable and look pixelated in large zooms.
1235  Well-known bitmap image formats are 
1236 \begin_inset Quotes eld
1237 \end_inset
1238
1239 Graphics Interchange Format
1240 \begin_inset Quotes erd
1241 \end_inset
1242
1243  (GIF, file extension 
1244 \begin_inset Quotes eld
1245 \end_inset
1246
1247
1248 \family typewriter
1249 .gif
1250 \family default
1251
1252 \begin_inset Quotes erd
1253 \end_inset
1254
1255 )
1256 \begin_inset Index idx
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260 GIF|see
1261 \begin_inset ERT
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265
1266 {
1267 \end_layout
1268
1269 \end_inset
1270
1271 Image formats
1272 \begin_inset ERT
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276
1277 }
1278 \end_layout
1279
1280 \end_inset
1281
1282
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \begin_inset Quotes eld
1289 \end_inset
1290
1291 Portable Network Graphics
1292 \begin_inset Quotes erd
1293 \end_inset
1294
1295  (PNG, file extension 
1296 \begin_inset Quotes eld
1297 \end_inset
1298
1299
1300 \family typewriter
1301 .png
1302 \family default
1303
1304 \begin_inset Quotes erd
1305 \end_inset
1306
1307 )
1308 \begin_inset Index idx
1309 status collapsed
1310
1311 \begin_layout Plain Layout
1312 PNG|see
1313 \begin_inset ERT
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317
1318 {
1319 \end_layout
1320
1321 \end_inset
1322
1323 Image formats
1324 \begin_inset ERT
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328
1329 }
1330 \end_layout
1331
1332 \end_inset
1333
1334
1335 \end_layout
1336
1337 \end_inset
1338
1339 , and 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343 Joint Photographic Experts Group
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347  (JPG, file extension 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351
1352 \family typewriter
1353 .jpg
1354 \family default
1355
1356 \begin_inset Quotes erd
1357 \end_inset
1358
1359  or 
1360 \begin_inset Quotes eld
1361 \end_inset
1362
1363
1364 \family typewriter
1365 .jpeg
1366 \family default
1367
1368 \begin_inset Quotes erd
1369 \end_inset
1370
1371 )
1372 \begin_inset Index idx
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376 JPG|see
1377 \begin_inset ERT
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381
1382 {
1383 \end_layout
1384
1385 \end_inset
1386
1387 Image formats
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 }
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \end_inset
1402
1403 .
1404 \end_layout
1405
1406 \begin_layout Description
1407 Vector
1408 \begin_inset space ~
1409 \end_inset
1410
1411 images consist of vectors and can therefore be scaled to any size without
1412  data loss.
1413  The scaling ability is necessary if you want to create presentations, because
1414  presentations are always scaled by the video projector.
1415  Scaling is also useful for online documents to let the user zoom into diagrams.
1416 \begin_inset Newline newline
1417 \end_inset
1418
1419 Well-known scalable image formats are 
1420 \begin_inset Quotes eld
1421 \end_inset
1422
1423 Scalable Vector Graphics
1424 \begin_inset Quotes erd
1425 \end_inset
1426
1427  (SVG, file extension 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431
1432 \family typewriter
1433 .svg
1434 \family default
1435
1436 \begin_inset Quotes erd
1437 \end_inset
1438
1439 )
1440 \begin_inset Index idx
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 SVG|see
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 {
1451 \end_layout
1452
1453 \end_inset
1454
1455 Image formats
1456 \begin_inset ERT
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460
1461 }
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \begin_inset Quotes eld
1473 \end_inset
1474
1475 Encapsulated PostScript
1476 \begin_inset Quotes erd
1477 \end_inset
1478
1479  (EPS, file extension 
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483
1484 \family typewriter
1485 .eps
1486 \family default
1487
1488 \begin_inset Quotes erd
1489 \end_inset
1490
1491 )
1492 \begin_inset Index idx
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496 EPS|see
1497 \begin_inset ERT
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501
1502 {
1503 \end_layout
1504
1505 \end_inset
1506
1507 Image formats
1508 \begin_inset ERT
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512
1513 }
1514 \end_layout
1515
1516 \end_inset
1517
1518
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527 Portable Document Format
1528 \begin_inset Quotes erd
1529 \end_inset
1530
1531  (PDF, file extension 
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535
1536 \family typewriter
1537 .pdf
1538 \family default
1539
1540 \begin_inset Quotes erd
1541 \end_inset
1542
1543 )
1544 \begin_inset Index idx
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 PDF
1549 \end_layout
1550
1551 \end_inset
1552
1553 , and 
1554 \begin_inset Quotes eld
1555 \end_inset
1556
1557 Windows Metafile
1558 \begin_inset Quotes erd
1559 \end_inset
1560
1561  (WMF, file extension 
1562 \begin_inset Quotes eld
1563 \end_inset
1564
1565
1566 \family typewriter
1567 .wmf
1568 \family default
1569
1570 \begin_inset Quotes erd
1571 \end_inset
1572
1573 )
1574 \begin_inset Index idx
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578 SVG|see
1579 \begin_inset ERT
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583
1584 {
1585 \end_layout
1586
1587 \end_inset
1588
1589 Image formats
1590 \begin_inset ERT
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594
1595 }
1596 \end_layout
1597
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \end_inset
1604
1605 .
1606  We wrote 
1607 \begin_inset Quotes eld
1608 \end_inset
1609
1610 can be
1611 \begin_inset Quotes erd
1612 \end_inset
1613
1614 , because you can convert any bitmap image to a PDF or EPS-image and the
1615  result will still be a bitmap image.
1616  In such cases only a header with the image properties is added to the original
1617  image
1618 \begin_inset Foot
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 In the case of PDF, the original image is additionally compressed.
1623 \end_layout
1624
1625 \end_inset
1626
1627 .
1628  The PDF-files generated by 
1629 \family typewriter
1630 Adobe Photoshop
1631 \family default
1632  are for example bitmap images.
1633 \end_layout
1634
1635 \begin_layout Standard
1636 Normally it is not possible to convert a bitmap image into a scalable one,
1637  only vice versa.
1638  Only the image formats PDF and EPS can directly be embedded to PDF and
1639  PostScript output files, respectively.
1640  SVG and WMF-images are recalculated to bitmaps when the output file is
1641  generated because there is currently no adequate WMF/SVG
1642 \begin_inset Formula $\to$
1643 \end_inset
1644
1645 PDF/EPS converter available.
1646 \end_layout
1647
1648 \begin_layout Chapter
1649 Tables
1650 \begin_inset Index idx
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654 Table
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Section
1663 Introduction
1664 \begin_inset Index idx
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 Table ! Introduction
1669 \end_layout
1670
1671 \end_inset
1672
1673
1674 \end_layout
1675
1676 \begin_layout Standard
1677 You can insert a table using either the toolbar button 
1678 \begin_inset Info
1679 type  "icon"
1680 arg   "tabular-insert"
1681 \end_inset
1682
1683  or the menu 
1684 \family sans
1685 Insert\SpecialChar menuseparator
1686 Table
1687 \family default
1688 .
1689  The toolbar button offers you a graphical selection: move the mouse to
1690  set the column/row number of the table that should be created and then
1691  press a mouse button.
1692  When you use the menu to create a table, a dialog will appear, asking you
1693  for the number of rows and columns.
1694 \begin_inset Newline newline
1695 \end_inset
1696
1697 The default table has lines around any cell and the first row appears separated
1698  from the rest of the table.
1699  This separation occurs due to a double line: The cells of the first row
1700  have a line below them and the cells of the second row have a line above
1701  them.
1702  Here is an example table:
1703 \end_layout
1704
1705 \begin_layout Standard
1706 \align center
1707 \begin_inset Tabular
1708 <lyxtabular version="3" rows="4" columns="4">
1709 <features tabularvalignment="middle">
1710 <column alignment="center" valignment="top">
1711 <column alignment="center" valignment="top">
1712 <column alignment="center" valignment="top">
1713 <column alignment="center" valignment="top">
1714 <row>
1715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1716 \begin_inset Text
1717
1718 \begin_layout Plain Layout
1719
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \family roman
1730 \series medium
1731 \shape up
1732 \size normal
1733 \emph off
1734 \bar no
1735 \noun off
1736 \color none
1737 1
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746 2
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755 3
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 </row>
1761 <row>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766
1767 \family roman
1768 \series medium
1769 \shape up
1770 \size normal
1771 \emph off
1772 \bar no
1773 \noun off
1774 \color none
1775 A
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 </row>
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \family roman
1815 \series medium
1816 \shape up
1817 \size normal
1818 \emph off
1819 \bar no
1820 \noun off
1821 \color none
1822 B
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \family roman
1862 \series medium
1863 \shape up
1864 \size normal
1865 \emph off
1866 \bar no
1867 \noun off
1868 \color none
1869 C
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 </lyxtabular>
1903
1904 \end_inset
1905
1906
1907 \end_layout
1908
1909 \begin_layout Section
1910 Table Dialog
1911 \begin_inset Index idx
1912 status collapsed
1913
1914 \begin_layout Plain Layout
1915 Table ! Dialog
1916 \end_layout
1917
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \begin_layout Standard
1924 You can alter a table by clicking on it with the right mouse button, which
1925  brings up the context menu.
1926  Under the menu entry 
1927 \family sans
1928 More
1929 \family default
1930  you can adjust the settings of that cell and row/column respectively where
1931  the cursor is currently placed.
1932  The context menu 
1933 \family sans
1934 More\SpecialChar menuseparator
1935 Settings
1936 \family default
1937  opens the table dialog where you can adjust more things.
1938  Most of the dialog options also work on selections.
1939  This means if you select more cells, columns or rows, the action is done
1940  for the whole selection.
1941  Note that there is a difference between selecting the 
1942 \emph on
1943 contents
1944 \emph default
1945  of the cell, and the cell itself.
1946 \begin_inset Newline newline
1947 \end_inset
1948
1949 With the dialog option 
1950 \family sans
1951 Immediate
1952 \begin_inset space ~
1953 \end_inset
1954
1955 Apply
1956 \family default
1957  every change you make in the dialog is directly applied.
1958  If you move the cursor to another table cell the dialog will then also
1959  be updated with the parameters of the new cell.
1960  If you change length values in the dialog you must press 
1961 \family sans
1962 Return
1963 \family default
1964  to get the change applied.
1965 \begin_inset Newline newline
1966 \end_inset
1967
1968 You can alter tables with the following tabs of the table dialog:
1969 \end_layout
1970
1971 \begin_layout Description
1972 Table
1973 \begin_inset space ~
1974 \end_inset
1975
1976 Settings Here you can set the table width
1977 \begin_inset Index idx
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981 Table ! Width
1982 \end_layout
1983
1984 \end_inset
1985
1986 , and the horizontal alignment and the width of the current column.
1987  The alignment 
1988 \family sans
1989 At
1990 \begin_inset space ~
1991 \end_inset
1992
1993 Decimal
1994 \begin_inset space ~
1995 \end_inset
1996
1997 Separator
1998 \family default
1999  is described in section
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "subsec:Special-Cell-Alignment"
2007
2008 \end_inset
2009
2010 .
2011  When you have set a width you can also adjust the vertical alignment of
2012  the current row.
2013  A given width will allow the cell to have line breaks and multiple paragraphs
2014  of text, see sec.
2015 \begin_inset space \thinspace{}
2016 \end_inset
2017
2018
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "subsec:Multiple-Lines-in"
2022
2023 \end_inset
2024
2025 .
2026  If you set no width, the column is as wide as the content of its widest
2027  cell.
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2032  cell, see sec.
2033 \begin_inset space \thinspace{}
2034 \end_inset
2035
2036
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "subsec:Multicolumns"
2040
2041 \end_inset
2042
2043  or the cells of one column as multirow cell, see sec.
2044 \begin_inset space \thinspace{}
2045 \end_inset
2046
2047
2048 \begin_inset CommandInset ref
2049 LatexCommand ref
2050 reference "subsec:Multirows"
2051
2052 \end_inset
2053
2054 .
2055 \begin_inset Newline newline
2056 \end_inset
2057
2058 The rotate check boxes rotate the current cell, a selection, or the whole
2059  table counter-clockwise by 90
2060 \begin_inset space \thinspace{}
2061 \end_inset
2062
2063 °.
2064  The rotation is not shown within \SpecialChar LyX
2065 , only in the output.
2066  For more information see sec.
2067 \begin_inset space \thinspace{}
2068 \end_inset
2069
2070
2071 \begin_inset CommandInset ref
2072 LatexCommand ref
2073 reference "sec:Rotated-Table-Cells"
2074
2075 \end_inset
2076
2077 .
2078 \begin_inset Newline newline
2079 \end_inset
2080
2081
2082 \begin_inset Note Greyedout
2083 status open
2084
2085 \begin_layout Plain Layout
2086
2087 \series bold
2088 Note:
2089 \series default
2090  Not all DVI-viewers are able to display rotations.
2091 \end_layout
2092
2093 \end_inset
2094
2095
2096 \begin_inset Newline newline
2097 \end_inset
2098
2099 The table-wide vertical alignment is used for tables within text lines:
2100 \begin_inset Newline newline
2101 \end_inset
2102
2103 A line with tables with different alignments: 
2104 \begin_inset Tabular
2105 <lyxtabular version="3" rows="2" columns="2">
2106 <features tabularvalignment="top">
2107 <column alignment="center" valignment="top" width="0pt">
2108 <column alignment="center" valignment="top">
2109 <row>
2110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2111 \begin_inset Text
2112
2113 \begin_layout Plain Layout
2114
2115 \end_layout
2116
2117 \end_inset
2118 </cell>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Plain Layout
2123
2124 \family roman
2125 \series medium
2126 \shape up
2127 \size normal
2128 \emph off
2129 \bar no
2130 \noun off
2131 \color none
2132 1
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 </row>
2138 <row>
2139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2140 \begin_inset Text
2141
2142 \begin_layout Plain Layout
2143
2144 \family roman
2145 \series medium
2146 \shape up
2147 \size normal
2148 \emph off
2149 \bar no
2150 \noun off
2151 \color none
2152 A
2153 \end_layout
2154
2155 \end_inset
2156 </cell>
2157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 </row>
2167 </lyxtabular>
2168
2169 \end_inset
2170
2171  
2172 \begin_inset Tabular
2173 <lyxtabular version="3" rows="2" columns="2">
2174 <features tabularvalignment="middle">
2175 <column alignment="center" valignment="top">
2176 <column alignment="center" valignment="top">
2177 <row>
2178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2179 \begin_inset Text
2180
2181 \begin_layout Plain Layout
2182
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191
2192 \family roman
2193 \series medium
2194 \shape up
2195 \size normal
2196 \emph off
2197 \bar no
2198 \noun off
2199 \color none
2200 1
2201 \end_layout
2202
2203 \end_inset
2204 </cell>
2205 </row>
2206 <row>
2207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2208 \begin_inset Text
2209
2210 \begin_layout Plain Layout
2211
2212 \family roman
2213 \series medium
2214 \shape up
2215 \size normal
2216 \emph off
2217 \bar no
2218 \noun off
2219 \color none
2220 A
2221 \end_layout
2222
2223 \end_inset
2224 </cell>
2225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2226 \begin_inset Text
2227
2228 \begin_layout Plain Layout
2229
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 </row>
2235 </lyxtabular>
2236
2237 \end_inset
2238
2239  
2240 \begin_inset Tabular
2241 <lyxtabular version="3" rows="2" columns="2">
2242 <features tabularvalignment="bottom">
2243 <column alignment="center" valignment="top" width="0pt">
2244 <column alignment="center" valignment="top">
2245 <row>
2246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2247 \begin_inset Text
2248
2249 \begin_layout Plain Layout
2250
2251 \end_layout
2252
2253 \end_inset
2254 </cell>
2255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2256 \begin_inset Text
2257
2258 \begin_layout Plain Layout
2259
2260 \family roman
2261 \series medium
2262 \shape up
2263 \size normal
2264 \emph off
2265 \bar no
2266 \noun off
2267 \color none
2268 1
2269 \end_layout
2270
2271 \end_inset
2272 </cell>
2273 </row>
2274 <row>
2275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Plain Layout
2279
2280 \family roman
2281 \series medium
2282 \shape up
2283 \size normal
2284 \emph off
2285 \bar no
2286 \noun off
2287 \color none
2288 A
2289 \end_layout
2290
2291 \end_inset
2292 </cell>
2293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Plain Layout
2297
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 </row>
2303 </lyxtabular>
2304
2305 \end_inset
2306
2307
2308 \begin_inset Newline newline
2309 \end_inset
2310
2311 It is also possible to enter a \SpecialChar LaTeX
2312 -argument which is needed for special table
2313  formattings, see sec.
2314 \begin_inset space \thinspace{}
2315 \end_inset
2316
2317
2318 \begin_inset CommandInset ref
2319 LatexCommand ref
2320 reference "subsec:Multicolumn-Calculations"
2321
2322 \end_inset
2323
2324  and 
2325 \begin_inset CommandInset ref
2326 LatexCommand ref
2327 reference "sec:Colored-Tables"
2328
2329 \end_inset
2330
2331 .
2332 \end_layout
2333
2334 \begin_layout Description
2335 Borders In this tab you can add and delete border lines for the current
2336  row/column.
2337 \begin_inset Newline newline
2338 \end_inset
2339
2340 Using the style option 
2341 \family sans
2342 Formal
2343 \family default
2344  will convert the table to a formal table as described in sec.
2345 \begin_inset space \thinspace{}
2346 \end_inset
2347
2348
2349 \begin_inset CommandInset ref
2350 LatexCommand ref
2351 reference "sec:Formal-Tables"
2352
2353 \end_inset
2354
2355 .
2356 \begin_inset Newline newline
2357 \end_inset
2358
2359 You can also add space here to table rows as described in sec.
2360 \begin_inset space \thinspace{}
2361 \end_inset
2362
2363
2364 \begin_inset CommandInset ref
2365 LatexCommand ref
2366 reference "subsec:Row-Spacing"
2367
2368 \end_inset
2369
2370 .
2371 \end_layout
2372
2373 \begin_layout Description
2374 Multi-page
2375 \begin_inset space ~
2376 \end_inset
2377
2378 table This tab is to make a table a multi-page table that can run over several
2379  pages.
2380  Sections
2381 \begin_inset space ~
2382 \end_inset
2383
2384
2385 \begin_inset CommandInset ref
2386 LatexCommand ref
2387 reference "sec:Multi-page-Tables"
2388
2389 \end_inset
2390
2391  and 
2392 \begin_inset CommandInset ref
2393 LatexCommand ref
2394 reference "sec:Special-Longtable-Issues"
2395
2396 \end_inset
2397
2398  describe the multi-page table features in detail.
2399 \end_layout
2400
2401 \begin_layout Section
2402 Table Toolbar
2403 \begin_inset Index idx
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407 Table ! Toolbar
2408 \end_layout
2409
2410 \end_inset
2411
2412
2413 \end_layout
2414
2415 \begin_layout Standard
2416 The table toolbar is an alternative to the table dialog to be able to alter
2417  tables faster.
2418  It should normally appear at the bottom of \SpecialChar LyX
2419 's main window when the cursor
2420  is inside a table.
2421  You can alternatively switch it on to appear always, by right-clicking
2422  in \SpecialChar LyX
2423 's main menu bar.
2424 \end_layout
2425
2426 \begin_layout Standard
2427 The toolbar has the following icons:
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Info
2433 type  "icon"
2434 arg   "tabular-feature append-row"
2435 \end_inset
2436
2437  adds a row below the current cell or selection
2438 \end_layout
2439
2440 \begin_layout Labeling
2441 \labelwidthstring 00.00.0000
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "tabular-feature append-column"
2445 \end_inset
2446
2447  adds a column right beside the current cell or selection
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Info
2453 type  "icon"
2454 arg   "tabular-feature delete-row"
2455 \end_inset
2456
2457  deletes the current row or selection
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "tabular-feature delete-column"
2465 \end_inset
2466
2467  deletes the current column or selection
2468 \end_layout
2469
2470 \begin_layout Labeling
2471 \labelwidthstring 00.00.0000
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "tabular-feature move-row-up"
2475 \end_inset
2476
2477  moves the row up
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "tabular-feature move-column-left"
2485 \end_inset
2486
2487  moves the column to the left
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "tabular-feature move-row-down"
2495 \end_inset
2496
2497  moves the row down
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "tabular-feature move-column-right"
2505 \end_inset
2506
2507  moves the column to the right
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "tabular-feature toggle-line-top"
2515 \end_inset
2516
2517  adds a line at the top of the current cell / row or of a selection
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "tabular-feature toggle-line-bottom"
2525 \end_inset
2526
2527  adds a line at the bottom of the current cell / row or of a selection
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "tabular-feature toggle-line-left"
2535 \end_inset
2536
2537  adds a line at the left side of the current cell / row or of a selection
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "tabular-feature toggle-line-right"
2545 \end_inset
2546
2547  adds a line at the right side of the current cell / row or of a selection
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "tabular-feature set-all-lines"
2555 \end_inset
2556
2557  adds lines around the current or selected cells - if the current cell no
2558  multicolumn cell this also affects the current row and column
2559 \end_layout
2560
2561 \begin_layout Labeling
2562 \labelwidthstring 00.00.0000
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "tabular-feature unset-all-lines"
2566 \end_inset
2567
2568  deletes all lines of the current or selected cells - if the current cell
2569  no multicolumn cell this also affects the current row and column
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "tabular-feature m-align-left"
2577 \end_inset
2578
2579  left-aligns the content of the current cell / column
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "tabular-feature m-align-center"
2587 \end_inset
2588
2589  centers the content of the current cell / column horizontally
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "tabular-feature m-align-right"
2597 \end_inset
2598
2599  right-aligns the content of the current cell / column
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "tabular-feature align-decimal"
2607 \end_inset
2608
2609  aligns the content of the current column at a character
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "tabular-feature m-valign-top"
2617 \end_inset
2618
2619  aligns the content of the current cell vertically to the top
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "tabular-feature m-valign-middle"
2627 \end_inset
2628
2629  centers the content of the current cell vertically
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "tabular-feature m-valign-bottom"
2637 \end_inset
2638
2639  aligns the content of the current cell vertically to the bottom
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "tabular-feature set-rotate-cell"
2647 \end_inset
2648
2649  rotates the current cell or selection counter-clockwise by 90°
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "tabular-feature set-rotate-tabular"
2657 \end_inset
2658
2659  rotates the whole table counter-clockwise by 90°
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "tabular-feature multicolumn"
2667 \end_inset
2668
2669  sets the current cell or selection as a multicolumn
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "tabular-feature multirow"
2677 \end_inset
2678
2679  sets the current cell or selection as a multirow
2680 \end_layout
2681
2682 \begin_layout Standard
2683 \begin_inset Note Greyedout
2684 status open
2685
2686 \begin_layout Plain Layout
2687
2688 \series bold
2689 Note:
2690 \series default
2691  For the output the vertical alignment of the first cell in a row is used
2692  for all following cells in the row.
2693 \end_layout
2694
2695 \end_inset
2696
2697
2698 \end_layout
2699
2700 \begin_layout Section
2701 Edit Table Menu
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 Table ! Edit Menu
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 In addition to the table dialog and toolbar, the menu 
2716 \family sans
2717 Edit\SpecialChar menuseparator
2718 Table
2719 \family default
2720  allows you to add and delete border lines for the current row/column and
2721  to set the current selection as multicolumn.
2722  The menu is only available when the cursor is inside a table.
2723 \end_layout
2724
2725 \begin_layout Section
2726 Table Floats
2727 \begin_inset CommandInset label
2728 LatexCommand label
2729 name "sec:Table-Floats"
2730
2731 \end_inset
2732
2733
2734 \begin_inset Index idx
2735 status collapsed
2736
2737 \begin_layout Plain Layout
2738 Floats ! Tables
2739 \end_layout
2740
2741 \end_inset
2742
2743
2744 \begin_inset Index idx
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 Table ! Floats
2749 \end_layout
2750
2751 \end_inset
2752
2753
2754 \end_layout
2755
2756 \begin_layout Standard
2757 For general explanations about floats, have a look at section
2758 \begin_inset space ~
2759 \end_inset
2760
2761
2762 \begin_inset CommandInset ref
2763 LatexCommand ref
2764 reference "sec:FloatIntroduction"
2765
2766 \end_inset
2767
2768 .
2769 \end_layout
2770
2771 \begin_layout Standard
2772 \begin_inset Float table
2773 placement h
2774 wide false
2775 sideways false
2776 status open
2777
2778 \begin_layout Plain Layout
2779 \begin_inset Caption Standard
2780
2781 \begin_layout Plain Layout
2782 \begin_inset CommandInset label
2783 LatexCommand label
2784 name "tab:a table float"
2785
2786 \end_inset
2787
2788 A table float.
2789 \end_layout
2790
2791 \end_inset
2792
2793
2794 \end_layout
2795
2796 \begin_layout Plain Layout
2797 \align center
2798 \begin_inset Tabular
2799 <lyxtabular version="3" rows="3" columns="3">
2800 <features tabularvalignment="middle">
2801 <column alignment="center" valignment="top" width="0pt">
2802 <column alignment="center" valignment="top" width="0pt">
2803 <column alignment="center" valignment="top" width="0pt">
2804 <row>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809
2810 \family roman
2811 \series medium
2812 \shape up
2813 \size normal
2814 \emph off
2815 \bar no
2816 \noun off
2817 \color none
2818 1
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827
2828 \family roman
2829 \series medium
2830 \shape up
2831 \size normal
2832 \emph off
2833 \bar no
2834 \noun off
2835 \color none
2836 2
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \family roman
2847 \series medium
2848 \shape up
2849 \size normal
2850 \emph off
2851 \bar no
2852 \noun off
2853 \color none
2854 3
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 <row>
2861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \family roman
2867 \series medium
2868 \shape up
2869 \size normal
2870 \emph off
2871 \bar no
2872 \noun off
2873 \color none
2874 Joe
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \family roman
2885 \series medium
2886 \shape up
2887 \size normal
2888 \emph off
2889 \bar no
2890 \noun off
2891 \color none
2892 Mary
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \family roman
2903 \series medium
2904 \shape up
2905 \size normal
2906 \emph off
2907 \bar no
2908 \noun off
2909 \color none
2910 Ted
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 </row>
2916 <row>
2917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921
2922 \family roman
2923 \series medium
2924 \shape up
2925 \size normal
2926 \emph off
2927 \bar no
2928 \noun off
2929 \color none
2930 \begin_inset Formula $\int x^{2}dx$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942
2943 \family roman
2944 \series medium
2945 \shape up
2946 \size normal
2947 \emph off
2948 \bar no
2949 \noun off
2950 \color none
2951 \begin_inset Formula $\left[\begin{array}{cc}
2952 a & b\\
2953 c & d
2954 \end{array}\right]$
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966
2967 \family roman
2968 \series medium
2969 \shape up
2970 \size normal
2971 \emph off
2972 \bar no
2973 \noun off
2974 \color none
2975 \begin_inset Formula $1+1=2$
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 </row>
2984 </lyxtabular>
2985
2986 \end_inset
2987
2988
2989 \end_layout
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \begin_layout Standard
2997 Table floats can be inserted using the menu 
2998 \family sans
2999 Insert\SpecialChar menuseparator
3000 Float\SpecialChar menuseparator
3001 Table
3002 \family default
3003  or the toolbar button 
3004 \begin_inset Info
3005 type  "icon"
3006 arg   "float-insert table"
3007 \end_inset
3008
3009 .
3010 \end_layout
3011
3012 \begin_layout Standard
3013 The float appears as a collapsible box with a caption that has the label
3014  
3015 \begin_inset Quotes eld
3016 \end_inset
3017
3018 Table
3019 \begin_inset space ~
3020 \end_inset
3021
3022 #:
3023 \begin_inset Quotes erd
3024 \end_inset
3025
3026  (# is the actual table number).
3027  You can insert tables in the float above or below the caption.
3028 \end_layout
3029
3030 \begin_layout Standard
3031 Table
3032 \begin_inset space ~
3033 \end_inset
3034
3035
3036 \begin_inset CommandInset ref
3037 LatexCommand ref
3038 reference "tab:a table float"
3039
3040 \end_inset
3041
3042  is an example table within a table float.
3043 \end_layout
3044
3045 \begin_layout Standard
3046 Having the caption above the table is the common rule that is unfortunately
3047  not supported in \SpecialChar LaTeX
3048 's standard classes.
3049  This means that, if you are using the document classes 
3050 \family sans
3051 article
3052 \family default
3053
3054 \family sans
3055 book
3056 \family default
3057
3058 \family sans
3059 letter
3060 \family default
3061 , or 
3062 \family sans
3063 report
3064 \family default
3065 , there will be no space between the caption and the table.
3066  To insert the needed space, add the following option to the load command
3067  of the \SpecialChar LaTeX
3068 -package 
3069 \series bold
3070 caption
3071 \series default
3072
3073 \begin_inset Index idx
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 \SpecialChar LaTeX
3078 -packages ! caption
3079 \end_layout
3080
3081 \end_inset
3082
3083  in your document preamble:
3084 \begin_inset Foot
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 For more information have a look at section
3089 \begin_inset space ~
3090 \end_inset
3091
3092
3093 \begin_inset CommandInset ref
3094 LatexCommand ref
3095 reference "sec:Caption-Placement"
3096
3097 \end_inset
3098
3099 .
3100 \end_layout
3101
3102 \end_inset
3103
3104
3105 \end_layout
3106
3107 \begin_layout Standard
3108
3109 \series bold
3110 tableposition=top
3111 \end_layout
3112
3113 \begin_layout Standard
3114 The package 
3115 \series bold
3116 caption
3117 \series default
3118 , which is described in section
3119 \begin_inset space ~
3120 \end_inset
3121
3122
3123 \begin_inset CommandInset ref
3124 LatexCommand ref
3125 reference "sec:Caption-Formatting"
3126
3127 \end_inset
3128
3129 , is used to adjust the caption format.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 \begin_inset Index idx
3134 status collapsed
3135
3136 \begin_layout Plain Layout
3137 References ! to Tables
3138 \end_layout
3139
3140 \end_inset
3141
3142 Tables can be cross-referenced in the text by referencing their label.
3143  To do this insert a label in the caption using the menu 
3144 \family sans
3145 Insert\SpecialChar menuseparator
3146 Label
3147 \family default
3148  or the toolbar button 
3149 \begin_inset Info
3150 type  "icon"
3151 arg   "label-insert"
3152 \end_inset
3153
3154 .
3155  You can now refer to the label using the menu 
3156 \family sans
3157 Insert\SpecialChar menuseparator
3158 Cross
3159 \begin_inset space ~
3160 \end_inset
3161
3162 reference
3163 \family default
3164  or the toolbar button 
3165 \begin_inset Info
3166 type  "icon"
3167 arg   "dialog-show-new-inset ref"
3168 \end_inset
3169
3170 .
3171 \begin_inset Newline newline
3172 \end_inset
3173
3174 Referencing is explained in detail in section
3175 \begin_inset space ~
3176 \end_inset
3177
3178
3179 \begin_inset CommandInset ref
3180 LatexCommand ref
3181 reference "sec:Referencing-Floats"
3182
3183 \end_inset
3184
3185 .
3186 \end_layout
3187
3188 \begin_layout Section
3189
3190 \family sans
3191 Multi-page Table
3192 \family default
3193 s
3194 \begin_inset CommandInset label
3195 LatexCommand label
3196 name "sec:Multi-page-Tables"
3197
3198 \end_inset
3199
3200
3201 \begin_inset Index idx
3202 status collapsed
3203
3204 \begin_layout Plain Layout
3205 Multi-page Table
3206 \end_layout
3207
3208 \end_inset
3209
3210
3211 \begin_inset Index idx
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Table ! Multi-page Table
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \begin_layout Standard
3224 If the table is too long to fit on one page, you can use the option 
3225 \family sans
3226 Use
3227 \begin_inset space ~
3228 \end_inset
3229
3230 multi-page
3231 \family default
3232  table in the tab 
3233 \family sans
3234 Multi-page
3235 \begin_inset space ~
3236 \end_inset
3237
3238 table
3239 \family default
3240  of the table dialog to split the table automatically over more pages.
3241  Doing this enables the following options:
3242 \end_layout
3243
3244 \begin_layout Description
3245 Header: The current row is defined to be a header row that appears on all
3246  pages of the multi-page table; except for the first page, if 
3247 \family sans
3248 First
3249 \begin_inset space ~
3250 \end_inset
3251
3252 header
3253 \family default
3254  is defined.
3255  This is therefore called the main header.
3256 \end_layout
3257
3258 \begin_layout Description
3259 First
3260 \begin_inset space ~
3261 \end_inset
3262
3263 header: The current row is defined to be a header row that appears on the
3264  first page of the multi-page table.
3265 \end_layout
3266
3267 \begin_layout Description
3268 Footer: The current row is defined to be a footer row that appears on all
3269  pages of the multi-page table; except for the last page, if 
3270 \family sans
3271 Last
3272 \begin_inset space ~
3273 \end_inset
3274
3275 footer
3276 \family default
3277  is defined.
3278 \end_layout
3279
3280 \begin_layout Description
3281 Last
3282 \begin_inset space ~
3283 \end_inset
3284
3285 footer: The current row is defined to be a footer row that appears on the
3286  last page of the multi-page table.
3287 \end_layout
3288
3289 \begin_layout Description
3290 Caption: The current row contains the table caption.
3291  The row is reset as single column and a caption is inserted.
3292  More about multi-page table captions is explained in sec.
3293 \begin_inset space \thinspace{}
3294 \end_inset
3295
3296
3297 \begin_inset CommandInset ref
3298 LatexCommand ref
3299 reference "subsec:Multi-page-Table-Captions"
3300
3301 \end_inset
3302
3303 .
3304 \end_layout
3305
3306 \begin_layout Standard
3307 You can also specify a row where the table is split.
3308  See the following multi-page table to see how it works:
3309 \end_layout
3310
3311 \begin_layout Standard
3312 \align center
3313 \begin_inset Tabular
3314 <lyxtabular version="3" rows="69" columns="3">
3315 <features islongtable="true" longtabularalignment="center">
3316 <column alignment="left" valignment="top" width="0cm">
3317 <column alignment="left" valignment="top" width="0pt">
3318 <column alignment="center" valignment="top" width="0pt">
3319 <row endfirsthead="true">
3320 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \series bold
3326 Example Phone List (ignore the names)
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row endfirsthead="true">
3351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 NAME
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \series bold
3377 TEL.
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row endhead="true">
3384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Example Phone List
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row endhead="true">
3415 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 NAME
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 TEL.
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row endfoot="true">
3448 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452  continued on next page
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Annovi
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Silvia
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Bertoli
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Stefano
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Bozzi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Walter
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Cachia
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Maria
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Cachia
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Maurizio
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Cinquemani
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Giusi
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Colin
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Bernard
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Concli
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Gianfranco
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Dal Bosco
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Carolina
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Dalpiaz
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Annamaria
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Feliciello
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Domenico
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Focarelli
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Paola
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Galletti
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Oreste
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Gasparini
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Franca
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Rizzardi
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Paola
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Lassini
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Giancarlo
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Malfatti
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Luciano
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Malfatti
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Valeriano
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Meneguzzo
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Roberto
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072 Mezzadra
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 Roberto
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 111
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 </row>
4096 <row>
4097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \series bold
4103 Pirpamer
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Erich
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 111
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Pochiesa
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Paolo
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 111, 222
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Radina
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Claudio
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 111
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Stuffer
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Oskar
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 111
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \series bold
4227 Tacchelli
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 Ugo
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 111
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \series bold
4258 Tezzele
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 Margit
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 111
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287
4288 \series bold
4289 Unterkalmsteiner
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Frieda
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 111
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \series bold
4320 Vieider
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 Hilde
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 111
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 </row>
4344 <row>
4345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349
4350 \series bold
4351 Vigna
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 Jürgen
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 111
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Weber
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Maurizio
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 111
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \series bold
4413 Winkler
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 Franz
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 111
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442  
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Annovi
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Silvia
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Bertoli
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Stefano
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Bozzi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Walter
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Cachia
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Maria
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Cachia
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Maurizio
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Cinquemani
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Giusi
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Colin
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Bernard
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Concli
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Gianfranco
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Dal Bosco
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Carolina
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Dalpiaz
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Annamaria
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Feliciello
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Domenico
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Focarelli
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Paola
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Galletti
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Oreste
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Gasparini
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Franca
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Rizzardi
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Paola
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Lassini
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Giancarlo
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Malfatti
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Luciano
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Malfatti
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Valeriano
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Meneguzzo
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Roberto
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row>
5056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \series bold
5062 Mezzadra
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 Roberto
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 555
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row>
5087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \series bold
5093 Pirpamer
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Erich
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 555
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \series bold
5124 Pochiesa
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 Paolo
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 555, 222
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \series bold
5155 Radina
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 Claudio
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 555
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row>
5180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186 Stuffer
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Oskar
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 555
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row>
5211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215
5216 \series bold
5217 Tacchelli
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 Ugo
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235 555
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \series bold
5248 Tezzele
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 Margit
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 555
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 </row>
5272 <row>
5273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277
5278 \series bold
5279 Unterkalmsteiner
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 Frieda
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 555
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 </row>
5303 <row>
5304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \series bold
5310 Vieider
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 Hilde
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 555
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row>
5335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339
5340 \series bold
5341 Vigna
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 Jürgen
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 999
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row>
5366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370
5371 \series bold
5372 Weber
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 Maurizio
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 555
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 </row>
5396 <row>
5397 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401
5402 \series bold
5403 Winkler
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 Franz
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 555
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 </row>
5427 <row endlastfoot="true">
5428 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 end
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 </row>
5456 </lyxtabular>
5457
5458 \end_inset
5459
5460
5461 \begin_inset ERT
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465
5466
5467 \backslash
5468 addtocounter{table}{-1}
5469 \end_layout
5470
5471 \end_inset
5472
5473
5474 \begin_inset Note Note
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 See the first greyed-out note in section
5479 \begin_inset space ~
5480 \end_inset
5481
5482
5483 \begin_inset CommandInset ref
5484 LatexCommand ref
5485 reference "subsec:Multi-page-Table-Captions"
5486
5487 \end_inset
5488
5489  for an explanation of this command.
5490 \end_layout
5491
5492 \end_inset
5493
5494
5495 \end_layout
5496
5497 \begin_layout Subsection
5498 Footnotes in Multi-page tables
5499 \begin_inset CommandInset label
5500 LatexCommand label
5501 name "subsec:Footnotes-in-Multi-page"
5502
5503 \end_inset
5504
5505
5506 \begin_inset Index idx
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 Table ! Multi-page Table ! Footnotes
5511 \end_layout
5512
5513 \end_inset
5514
5515
5516 \end_layout
5517
5518 \begin_layout Standard
5519 Footnotes can be inserted to every Multi-page table cell.
5520  They appear at the bottom of the page where the table cell with the footnote
5521  appears.
5522  Table
5523 \begin_inset space ~
5524 \end_inset
5525
5526
5527 \begin_inset CommandInset ref
5528 LatexCommand ref
5529 reference "tab:DiffCaptions"
5530
5531 \end_inset
5532
5533  has for example a footnote.
5534 \end_layout
5535
5536 \begin_layout Subsection
5537 Multi-page Table Alignment
5538 \begin_inset Index idx
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542 Table ! Multi-page Table ! Alignment
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \begin_layout Standard
5551 The horizontal alignment of multi-page tables can be set in the table settings
5552  dialog.
5553  For left- and right-alignment the table will be directly at the page border.
5554  To add space between the table and the border one has to set the alignment
5555  to center and change the value of the \SpecialChar LaTeX
5556 -lengths 
5557 \series bold
5558
5559 \backslash
5560 LTleft 
5561 \series default
5562 or 
5563 \series bold
5564
5565 \backslash
5566 LTright
5567 \series default
5568  by inserting this line as \SpecialChar TeX
5569  Code before the multi-page table:
5570 \end_layout
5571
5572 \begin_layout Standard
5573
5574 \series bold
5575
5576 \backslash
5577 setlength{
5578 \backslash
5579 LTleft}{value}
5580 \end_layout
5581
5582 \begin_layout Standard
5583 The value can have any of the units listed in Table
5584 \begin_inset space ~
5585 \end_inset
5586
5587
5588 \begin_inset CommandInset ref
5589 LatexCommand ref
5590 reference "tab:Units"
5591
5592 \end_inset
5593
5594 .
5595  
5596 \series bold
5597
5598 \backslash
5599 LTleft
5600 \series default
5601  controls the horizontal distance from the left page border to the multi-page
5602  table, 
5603 \series bold
5604
5605 \backslash
5606 LTright
5607 \series default
5608  the distance from the right side.
5609  The default value for both lengths is 
5610 \series bold
5611
5612 \backslash
5613 fill
5614 \series default
5615 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5616 .
5617 \end_layout
5618
5619 \begin_layout Standard
5620 The following multi-page table was centered and 
5621 \series bold
5622
5623 \backslash
5624 LTleft
5625 \series default
5626  set to 
5627 \family sans
5628 0.1
5629 \backslash
5630 columnwidth
5631 \family default
5632 :
5633 \begin_inset ERT
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637
5638
5639 \backslash
5640 setlength{
5641 \backslash
5642 LTleft}{0.1
5643 \backslash
5644 columnwidth}
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 \begin_inset Tabular
5654 <lyxtabular version="3" rows="5" columns="5">
5655 <features islongtable="true" longtabularalignment="center">
5656 <column alignment="center" valignment="top">
5657 <column alignment="center" valignment="top" width="0pt">
5658 <column alignment="center" valignment="top">
5659 <column alignment="center" valignment="top">
5660 <column alignment="center" valignment="top">
5661 <row>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 1
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 2
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 3
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 4
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 5
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 </row>
5708 <row>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 asd
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 s
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 s
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 s
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 s
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 s
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 s
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 </row>
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 asd
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 s
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 s
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 s
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 asd
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 asd
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 asd
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 asd
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 asd
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 </lyxtabular>
5897
5898 \end_inset
5899
5900
5901 \begin_inset ERT
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905
5906
5907 \backslash
5908 setlength{
5909 \backslash
5910 LTleft}{
5911 \backslash
5912 fill}
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \begin_inset ERT
5919 status collapsed
5920
5921 \begin_layout Plain Layout
5922
5923
5924 \backslash
5925 addtocounter{table}{-1}
5926 \end_layout
5927
5928 \end_inset
5929
5930
5931 \begin_inset Note Note
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935 See the first greyed-out note in section
5936 \begin_inset space ~
5937 \end_inset
5938
5939
5940 \begin_inset CommandInset ref
5941 LatexCommand ref
5942 reference "subsec:Multi-page-Table-Captions"
5943
5944 \end_inset
5945
5946  for an explanation of this command.
5947 \end_layout
5948
5949 \end_inset
5950
5951
5952 \end_layout
5953
5954 \begin_layout Subsection
5955 Multi-page Table Captions
5956 \begin_inset Index idx
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960 Table ! Multi-page Table ! Captions
5961 \end_layout
5962
5963 \end_inset
5964
5965
5966 \begin_inset CommandInset label
5967 LatexCommand label
5968 name "subsec:Multi-page-Table-Captions"
5969
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Standard
5976 A multi-page table cannot be put into a table float because floats can only
5977  be on one page.
5978  But the caption environment of floats can also be used for multi-page tables
5979  when you use the multi-page table option 
5980 \family sans
5981 Caption
5982 \family default
5983  as described in sec.
5984 \begin_inset space \thinspace{}
5985 \end_inset
5986
5987
5988 \begin_inset CommandInset ref
5989 LatexCommand ref
5990 reference "sec:Multi-page-Tables"
5991
5992 \end_inset
5993
5994 .
5995  Only one table row should contain a caption, either a header or a footer
5996  row.
5997 \end_layout
5998
5999 \begin_layout Standard
6000 Here is a short multi-page table to see how it works:
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset Tabular
6005 <lyxtabular version="3" rows="6" columns="5">
6006 <features islongtable="true" longtabularalignment="center">
6007 <column alignment="center" valignment="top">
6008 <column alignment="center" valignment="top">
6009 <column alignment="center" valignment="top">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <row endfirsthead="true" caption="true">
6013 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 \begin_inset Caption Standard
6018
6019 \begin_layout Plain Layout
6020 Multi-page table with caption
6021 \begin_inset Argument 1
6022 status open
6023
6024 \begin_layout Plain Layout
6025 Multi-page table
6026 \end_layout
6027
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 1
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 2
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 3
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 4
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 5
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 </row>
6124 <row>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 asd
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 s
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 s
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 asd
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 </row>
6171 <row>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 asd
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 s
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 s
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 asd
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 </row>
6218 <row>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 asd
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 s
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 s
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 s
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 asd
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 <row>
6266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 asd
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 asd
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 asd
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 asd
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 </lyxtabular>
6313
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \begin_layout Standard
6320 \begin_inset VSpace medskip
6321 \end_inset
6322
6323
6324 \begin_inset Note Greyedout
6325 status open
6326
6327 \begin_layout Plain Layout
6328
6329 \series bold
6330 Note
6331 \begin_inset space ~
6332 \end_inset
6333
6334 1:
6335 \series default
6336  The table number is increased for every multi-page table, even if you did
6337  not set a caption for it.
6338  For this reason you could have the case that e.
6339 \begin_inset space \thinspace{}
6340 \end_inset
6341
6342 g.
6343 \begin_inset space \space{}
6344 \end_inset
6345
6346 Table
6347 \begin_inset space ~
6348 \end_inset
6349
6350 2.4 follows Table
6351 \begin_inset space ~
6352 \end_inset
6353
6354 2.1 in the list of tables if there are two multi-page tables without captions.
6355  To avoid this you can add the following command in \SpecialChar TeX
6356  Code after every multi-page
6357  table without a caption:
6358 \end_layout
6359
6360 \begin_layout Plain Layout
6361
6362 \series bold
6363
6364 \backslash
6365 addtocounter{table}{-1}
6366 \end_layout
6367
6368 \begin_layout Plain Layout
6369 This is not needed when none of your multi-page tables has a caption and
6370  you add the following code to the document preamble:
6371 \end_layout
6372
6373 \begin_layout Plain Layout
6374
6375 \series bold
6376
6377 \backslash
6378 let
6379 \backslash
6380 myEnd
6381 \backslash
6382 endlongtable
6383 \begin_inset Newline newline
6384 \end_inset
6385
6386
6387 \backslash
6388 renewcommand{
6389 \backslash
6390 endlongtable}{
6391 \backslash
6392 myEnd
6393 \backslash
6394 addtocounter{table}{-1}}
6395 \end_layout
6396
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \begin_layout Standard
6403 \begin_inset Note Greyedout
6404 status open
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409 Note
6410 \begin_inset space ~
6411 \end_inset
6412
6413 2:
6414 \series default
6415  If you are using
6416 \series bold
6417  hyperref
6418 \series default
6419
6420 \begin_inset Index idx
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424 \SpecialChar LaTeX
6425 -packages ! hyperref
6426 \end_layout
6427
6428 \end_inset
6429
6430  in the 
6431 \family sans
6432 PDF Properties
6433 \family default
6434  of the 
6435 \family sans
6436 Document Settings
6437 \family default
6438  dialog to link cross-references, the link to a multi-page table caption
6439  will always point to the beginning of the document.
6440 \end_layout
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Subsubsection
6448 References to multi-page tables
6449 \begin_inset Index idx
6450 status collapsed
6451
6452 \begin_layout Plain Layout
6453 Table ! Multi-page Table ! References
6454 \end_layout
6455
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \begin_layout Standard
6462 \begin_inset Tabular
6463 <lyxtabular version="3" rows="6" columns="5">
6464 <features islongtable="true" longtabularalignment="center">
6465 <column alignment="center" valignment="top">
6466 <column alignment="center" valignment="top">
6467 <column alignment="center" valignment="top">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <row endfirsthead="true" caption="true">
6471 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 \begin_inset Caption Standard
6476
6477 \begin_layout Plain Layout
6478 Referenced multi-page table
6479 \begin_inset CommandInset label
6480 LatexCommand label
6481 name "tab:Referenced-multi-page-table"
6482
6483 \end_inset
6484
6485
6486 \end_layout
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 </row>
6532 <row>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 1
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 2
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 3
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 4
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 5
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 </row>
6579 <row>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 s
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 s
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 s
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 asd
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 </row>
6626 <row>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 s
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 s
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 s
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 asd
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 asd
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 s
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 s
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 s
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 asd
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 asd
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 sad
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 asd
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 </lyxtabular>
6768
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \begin_layout Standard
6775 To reference a multi-page table, insert a label into the caption.
6776 \end_layout
6777
6778 \begin_layout Standard
6779 This is a reference to Table
6780 \begin_inset space ~
6781 \end_inset
6782
6783
6784 \begin_inset CommandInset ref
6785 LatexCommand ref
6786 reference "tab:Referenced-multi-page-table"
6787
6788 \end_inset
6789
6790 .
6791 \end_layout
6792
6793 \begin_layout Standard
6794 The caption layout can be set together with all other captions of your document
6795  using the \SpecialChar LaTeX
6796 -package 
6797 \series bold
6798 caption
6799 \series default
6800
6801 \begin_inset Index idx
6802 status collapsed
6803
6804 \begin_layout Plain Layout
6805 \SpecialChar LaTeX
6806 -packages ! caption
6807 \end_layout
6808
6809 \end_inset
6810
6811 , see section
6812 \begin_inset space ~
6813 \end_inset
6814
6815
6816 \begin_inset CommandInset ref
6817 LatexCommand ref
6818 reference "sec:Caption-Formatting"
6819
6820 \end_inset
6821
6822 .
6823 \end_layout
6824
6825 \begin_layout Subsubsection
6826 Caption Width
6827 \begin_inset Index idx
6828 status collapsed
6829
6830 \begin_layout Plain Layout
6831 Table ! Multi-page Table ! Caption Width
6832 \end_layout
6833
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \begin_layout Standard
6840 The maximal width of caption lines is defined by the length 
6841 \series bold
6842
6843 \backslash
6844 LTcapwidth
6845 \series default
6846 .
6847  Its default value is 4
6848 \begin_inset space \thinspace{}
6849 \end_inset
6850
6851 in.
6852  To change it add the following command to your document preamble or as
6853  \SpecialChar TeX
6854  Code into your document before the multi-page table that should be affected
6855 \end_layout
6856
6857 \begin_layout Standard
6858
6859 \series bold
6860
6861 \backslash
6862 setlength{
6863 \backslash
6864 LTcapwidth}{width}
6865 \end_layout
6866
6867 \begin_layout Standard
6868 where the 
6869 \family sans
6870 width
6871 \family default
6872  can have one of the units listed in appendix
6873 \begin_inset space ~
6874 \end_inset
6875
6876
6877 \begin_inset CommandInset ref
6878 LatexCommand ref
6879 reference "cha:Units-available-in"
6880
6881 \end_inset
6882
6883 .
6884 \end_layout
6885
6886 \begin_layout Standard
6887 The following tables show the difference:
6888 \end_layout
6889
6890 \begin_layout Standard
6891 \begin_inset Tabular
6892 <lyxtabular version="3" rows="6" columns="5">
6893 <features islongtable="true" longtabularalignment="center">
6894 <column alignment="center" valignment="top">
6895 <column alignment="center" valignment="top">
6896 <column alignment="center" valignment="top">
6897 <column alignment="center" valignment="top">
6898 <column alignment="center" valignment="top">
6899 <row endfirsthead="true" caption="true">
6900 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 \begin_inset Caption Standard
6905
6906 \begin_layout Plain Layout
6907 Long full title with default width long full title with default width long
6908  full title with default width
6909 \begin_inset Argument 1
6910 status collapsed
6911
6912 \begin_layout Plain Layout
6913 caption with default width
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 </row>
6965 <row>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 1
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 2
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 3
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 4
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 5
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 </row>
7012 <row>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 asd
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 s
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 s
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 asd
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 <row>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 asd
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 s
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 s
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 s
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 asd
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 </row>
7106 <row>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 asd
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 s
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 s
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 s
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 </row>
7153 <row>
7154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 asd
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 sad
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 asd
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 asd
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 </row>
7200 </lyxtabular>
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \begin_layout Standard
7208 \begin_inset ERT
7209 status collapsed
7210
7211 \begin_layout Plain Layout
7212
7213
7214 \backslash
7215 setlength{
7216 \backslash
7217 LTcapwidth}{5cm}
7218 \end_layout
7219
7220 \end_inset
7221
7222
7223 \begin_inset Tabular
7224 <lyxtabular version="3" rows="6" columns="5">
7225 <features islongtable="true" longtabularalignment="center">
7226 <column alignment="center" valignment="top">
7227 <column alignment="center" valignment="top">
7228 <column alignment="center" valignment="top">
7229 <column alignment="center" valignment="top">
7230 <column alignment="center" valignment="top">
7231 <row endfirsthead="true" caption="true">
7232 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 \begin_inset Caption Standard
7237
7238 \begin_layout Plain Layout
7239 Long full title with width set to 5
7240 \begin_inset space \thinspace{}
7241 \end_inset
7242
7243 cm long full title with width set to 5
7244 \begin_inset space \thinspace{}
7245 \end_inset
7246
7247 cm long full title with width set to 5
7248 \begin_inset space \thinspace{}
7249 \end_inset
7250
7251 cm
7252 \begin_inset Argument 1
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256 caption with width
7257 \begin_inset space \thinspace{}
7258 \end_inset
7259
7260 =
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 5
7265 \begin_inset space \thinspace{}
7266 \end_inset
7267
7268 cm
7269 \end_layout
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 </row>
7320 <row>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 1
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 2
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343 3
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 4
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 5
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 </row>
7367 <row>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 asd
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 s
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390 s
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 s
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 asd
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 </row>
7414 <row>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 s
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437 s
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 s
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 asd
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 asd
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 s
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 s
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 s
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 <row>
7509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 asd
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 sad
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 asd
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 asd
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 </lyxtabular>
7556
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \begin_layout Standard
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 setlength{
7571 \backslash
7572 LTcapwidth}{4in}
7573 \end_layout
7574
7575 \end_inset
7576
7577
7578 \end_layout
7579
7580 \begin_layout Standard
7581 \begin_inset Note Greyedout
7582 status open
7583
7584 \begin_layout Plain Layout
7585
7586 \series bold
7587 Note:
7588 \series default
7589  When the \SpecialChar LaTeX
7590 -package 
7591 \series bold
7592 caption
7593 \series default
7594
7595 \begin_inset Index idx
7596 status collapsed
7597
7598 \begin_layout Plain Layout
7599 \SpecialChar LaTeX
7600 -packages ! caption
7601 \end_layout
7602
7603 \end_inset
7604
7605  is used, as in this document, the full page width is used for the caption
7606  when you use the default value of 4
7607 \begin_inset space \thinspace{}
7608 \end_inset
7609
7610 in for 
7611 \series bold
7612
7613 \backslash
7614 LTcapwidth
7615 \series default
7616 .
7617  To get in this case exactly a 4
7618 \begin_inset space \thinspace{}
7619 \end_inset
7620
7621 in wide caption, you can either use a value slightly different from 4.0
7622 \begin_inset space \thinspace{}
7623 \end_inset
7624
7625 in, e.
7626 \begin_inset space \thinspace{}
7627 \end_inset
7628
7629 g.
7630 \begin_inset space \space{}
7631 \end_inset
7632
7633 3.99
7634 \begin_inset space \thinspace{}
7635 \end_inset
7636
7637 in, or the \SpecialChar LaTeX
7638 -command 
7639 \series bold
7640
7641 \backslash
7642 captionsetup{width=value}
7643 \series default
7644  that is provided by the 
7645 \series bold
7646 caption
7647 \series default
7648 -package.
7649 \end_layout
7650
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \begin_layout Subsubsection
7657 Different Captions for Table Pages
7658 \begin_inset Index idx
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662 Table ! Multi-page Table ! Different Captions for Pages
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \begin_layout Standard
7671 When the table captions for the following pages should differ from the one
7672  of the first table page, mark a empty row as header which contains a caption.
7673  Then right-click on the caption and select in the context menu 
7674 \family sans
7675 Caption
7676 \begin_inset space ~
7677 \end_inset
7678
7679 (Unnumbered)
7680 \family default
7681 .
7682  Table
7683 \begin_inset space ~
7684 \end_inset
7685
7686
7687 \begin_inset CommandInset ref
7688 LatexCommand ref
7689 reference "tab:DiffCaptions"
7690
7691 \end_inset
7692
7693  is an example of a multi-page table with different heading where the second
7694  caption does not include the table number.
7695 \end_layout
7696
7697 \begin_layout Standard
7698 \align center
7699 \begin_inset Tabular
7700 <lyxtabular version="3" rows="59" columns="3">
7701 <features islongtable="true" longtabularalignment="center">
7702 <column alignment="left" valignment="top" width="0cm">
7703 <column alignment="left" valignment="top" width="0pt">
7704 <column alignment="center" valignment="top" width="0pt">
7705 <row endfirsthead="true" caption="true">
7706 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 \begin_inset Caption Standard
7711
7712 \begin_layout Plain Layout
7713 Example Phone List
7714 \begin_inset CommandInset label
7715 LatexCommand label
7716 name "tab:DiffCaptions"
7717
7718 \end_inset
7719
7720
7721 \begin_inset Argument 1
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725 Example Phone List
7726 \end_layout
7727
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row endfirsthead="true">
7760 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Example Phone List (ignore the names)
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row endfirsthead="true">
7791 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 NAME
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 TEL.
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row endhead="true" caption="true">
7824 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 \begin_inset Caption Unnumbered
7829
7830 \begin_layout Plain Layout
7831 Continued Example Phone List
7832 \end_layout
7833
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row endhead="true">
7861 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \series bold
7867 Example Phone List
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row endhead="true">
7892 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 NAME
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 TEL.
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row endfoot="true">
7925 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 continued on next page
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \series bold
7960 Annovi
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 Silvia
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 111
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Bertoli
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Stefano
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Bozzi
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Walter
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Cachia
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Maria
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Cachia
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Maurizio
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Cinquemani
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Giusi
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Colin
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Bernard
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Concli
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Gianfranco
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Dal Bosco
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Carolina
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Dalpiaz
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Annamaria
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Feliciello
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Domenico
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Focarelli
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Paola
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Galletti
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Oreste
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Gasparini
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Franca
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Rizzardi
8395 \series default
8396
8397 \begin_inset Foot
8398 status open
8399
8400 \begin_layout Plain Layout
8401 Example footnote
8402 \end_layout
8403
8404 \end_inset
8405
8406
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Paola
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 111
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \series bold
8437 Lassini
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Giancarlo
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Malfatti
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Luciano
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Malfatti
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Valeriano
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Meneguzzo
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Roberto
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 Mezzadra
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Roberto
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 111
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Pirpamer
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Erich
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 111
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Pochiesa
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Paolo
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 111, 222
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Radina
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Claudio
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Stuffer
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Oskar
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 111
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Tacchelli
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Ugo
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 111
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Tezzele
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Margit
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 111
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Unterkalmsteiner
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Frieda
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 111
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Vieider
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Hilde
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 111
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Vigna
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Jürgen
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 111
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Weber
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Maurizio
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 111
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Winkler
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Franz
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 111
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931  
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Annovi
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Silvia
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 555
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Bertoli
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Stefano
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 555
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Bozzi
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Walter
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 555
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Cachia
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Maria
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 555
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Cachia
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Maurizio
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Cinquemani
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Giusi
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Colin
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Bernard
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Concli
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Gianfranco
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Dal Bosco
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Carolina
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 555
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Dalpiaz
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Annamaria
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 555
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Feliciello
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Domenico
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 555
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Focarelli
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Paola
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 555
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \series bold
9334 Galletti
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Oreste
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 555
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \series bold
9365 Gasparini
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Franca
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 555
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \series bold
9396 Rizzardi
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Paola
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 555
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \series bold
9427 Lassini
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 Giancarlo
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 555
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \series bold
9458 Malfatti
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 Luciano
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 555
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \series bold
9489 Malfatti
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 Valeriano
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 555
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \series bold
9520 Meneguzzo
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 Roberto
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 555
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \series bold
9551 Mezzadra
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 Roberto
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 555
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 </lyxtabular>
9576
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \begin_layout Section
9583 Special Multi-page Table Issues
9584 \begin_inset CommandInset label
9585 LatexCommand label
9586 name "sec:Special-Longtable-Issues"
9587
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \begin_layout Subsection
9594 Multi-page Table Calculation
9595 \begin_inset Index idx
9596 status collapsed
9597
9598 \begin_layout Plain Layout
9599 Table ! Multi-page Table ! Calculation
9600 \end_layout
9601
9602 \end_inset
9603
9604
9605 \end_layout
9606
9607 \begin_layout Standard
9608 \SpecialChar LaTeX
9609  calculates the height of table pages and their page breaks using so called
9610  chunks.
9611  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9612 's memory.
9613  The default value was historically set to only 20
9614 \begin_inset space ~
9615 \end_inset
9616
9617 table rows.
9618  If you are using multi-page tables with many pages this may slow down the
9619  creation of your document.
9620  You can safely increase the chunk size to values of 100
9621 \begin_inset space \thinspace{}
9622 \end_inset
9623
9624 --
9625 \begin_inset space \thinspace{}
9626 \end_inset
9627
9628 1000 by adding this command line to your document preamble:
9629 \end_layout
9630
9631 \begin_layout Standard
9632
9633 \series bold
9634
9635 \backslash
9636 setcounter{LTchunksize}{100}
9637 \end_layout
9638
9639 \begin_layout Subsection
9640 Floats and Multi-page Tables
9641 \begin_inset Index idx
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645 Table ! Multi-page Table ! Floats
9646 \end_layout
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \begin_layout Standard
9654 There might be problems when a float appears on the same page where a multi-page
9655  table starts.
9656  To avoid such a situation, insert a 
9657 \begin_inset Quotes eld
9658 \end_inset
9659
9660 clear page
9661 \begin_inset Quotes erd
9662 \end_inset
9663
9664  (menu 
9665 \family sans
9666 Insert\SpecialChar menuseparator
9667 Formatting\SpecialChar menuseparator
9668 Clear
9669 \begin_inset space ~
9670 \end_inset
9671
9672 Page
9673 \family default
9674 ) before your multi-page table.
9675 \end_layout
9676
9677 \begin_layout Subsection
9678 Forced Page Breaks
9679 \begin_inset Index idx
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683 Table ! Multi-page Table ! Forced Page Breaks
9684 \end_layout
9685
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \begin_layout Standard
9692 By default tables are only broken between rows.
9693  If you have a cell with multiples lines and want to have a page break within
9694  the cell, insert the new line command 
9695 \begin_inset Quotes eld
9696 \end_inset
9697
9698
9699 \series bold
9700
9701 \backslash
9702
9703 \backslash
9704
9705 \series default
9706
9707 \begin_inset Quotes erd
9708 \end_inset
9709
9710  as \SpecialChar TeX
9711  Code at the point of the cell where it can be broken.
9712  Before the 
9713 \series bold
9714
9715 \backslash
9716
9717 \backslash
9718
9719 \series default
9720  command you have to insert in \SpecialChar TeX
9721  Code as many 
9722 \begin_inset Quotes eld
9723 \end_inset
9724
9725
9726 \series bold
9727 &
9728 \series default
9729
9730 \begin_inset Quotes erd
9731 \end_inset
9732
9733  characters as the number of the following table columns.
9734  The 
9735 \series bold
9736 &
9737 \series default
9738  is the character to separate table cells.
9739  Write in \SpecialChar TeX
9740  Code after each 
9741 \series bold
9742 &
9743 \series default
9744  the content of the corresponding following cell and delete the content
9745  of these cells.
9746 \begin_inset Newline newline
9747 \end_inset
9748
9749 After the 
9750 \series bold
9751
9752 \backslash
9753
9754 \backslash
9755
9756 \series default
9757  command, insert as many 
9758 \series bold
9759 &
9760 \series default
9761  characters as the number of table columns before the current column.
9762  In Table
9763 \begin_inset space ~
9764 \end_inset
9765
9766
9767 \begin_inset CommandInset ref
9768 LatexCommand ref
9769 reference "tab:ForcedPagebreak"
9770
9771 \end_inset
9772
9773  the cell that should be broken is in the second column followed by another
9774  column.
9775  Therefore the following command was inserted in the cell as \SpecialChar TeX
9776  Code after
9777  
9778 \begin_inset Quotes eld
9779 \end_inset
9780
9781
9782 \emph on
9783 Castelchiodato,
9784 \emph default
9785
9786 \begin_inset Quotes erd
9787 \end_inset
9788
9789 :
9790 \end_layout
9791
9792 \begin_layout Standard
9793
9794 \series bold
9795 & 111
9796 \backslash
9797
9798 \backslash
9799  
9800 \backslash
9801 newpage
9802 \begin_inset Newline newline
9803 \end_inset
9804
9805 &
9806 \end_layout
9807
9808 \begin_layout Standard
9809 The 
9810 \begin_inset Quotes eld
9811 \end_inset
9812
9813 111
9814 \begin_inset Quotes erd
9815 \end_inset
9816
9817  in the third column of the row was deleted.
9818  
9819 \series bold
9820
9821 \backslash
9822 newpage
9823 \series default
9824  is only needed when a page break should definitely occur at this position,
9825  otherwise it would be a conditional break.
9826  If your footer row of the multi-page table has for a certain reason no
9827  upper line but you would have a horizontal line where the cell is broken,
9828  use this command instead:
9829 \end_layout
9830
9831 \begin_layout Standard
9832
9833 \series bold
9834 & 111
9835 \backslash
9836
9837 \backslash
9838
9839 \begin_inset Newline newline
9840 \end_inset
9841
9842
9843 \backslash
9844 hline &
9845 \end_layout
9846
9847 \begin_layout Standard
9848 When the cell to be broken is in the last column, the command
9849 \end_layout
9850
9851 \begin_layout Standard
9852
9853 \series bold
9854
9855 \backslash
9856 setlength{
9857 \backslash
9858 parfillskip}{0pt}
9859 \end_layout
9860
9861 \begin_layout Standard
9862 must be inserted as \SpecialChar TeX
9863  Code at the beginning of the cell.
9864  This ensures that the part of the cell that will be displayed on the new
9865  page appears with the full width.
9866 \end_layout
9867
9868 \begin_layout Standard
9869 \align center
9870 \begin_inset Tabular
9871 <lyxtabular version="3" rows="38" columns="3">
9872 <features islongtable="true" longtabularalignment="center">
9873 <column alignment="left" valignment="top" width="0cm">
9874 <column alignment="left" valignment="top" width="3cm">
9875 <column alignment="center" valignment="top" width="0pt">
9876 <row endfirsthead="true" caption="true">
9877 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 \begin_inset Caption Standard
9882
9883 \begin_layout Plain Layout
9884 Table with forced page break in table cell
9885 \begin_inset CommandInset label
9886 LatexCommand label
9887 name "tab:ForcedPagebreak"
9888
9889 \end_inset
9890
9891
9892 \begin_inset Argument 1
9893 status collapsed
9894
9895 \begin_layout Plain Layout
9896 Table with forced page break in table cell
9897 \end_layout
9898
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 </row>
9930 <row endfirsthead="true">
9931 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \series bold
9937 Example Phone List (ignore the names)
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row endfirsthead="true">
9962 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \series bold
9968 NAME
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \series bold
9988 TEL.
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 <row endhead="true" caption="true">
9995 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 \begin_inset Caption Unnumbered
10000
10001 \begin_layout Plain Layout
10002 Continued Example Phone List
10003 \end_layout
10004
10005 \end_inset
10006
10007
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row endhead="true">
10032 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \series bold
10038 Example Phone List
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row endhead="true">
10063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \series bold
10069 NAME
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 TEL.
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row endfoot="true">
10096 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 continued on next page
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Annovi
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Silvia
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Bertoli
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Stefano
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Bozzi
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Walter
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Cachia
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Maria
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Cachia
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Maurizio
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Cinquemani
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Giusi
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Colin
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Bernard
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Concli
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Gianfranco
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Dal Bosco
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Carolina
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Dalpiaz
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Annamaria
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Feliciello
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Domenico
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Focarelli
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Paola
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Galletti
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Oreste
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Gasparini
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Franca
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Lassini
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Giancarlo
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Malfatti
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Luciano
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Malfatti
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Valeriano
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Meneguzzo
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Roberto
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Mezzadra
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Roberto
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Pirpamer
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Erich
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Pochiesa
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Paolo
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111, 222
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Radina
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Claudio
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 111
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \series bold
10813 Rizzardi
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 Paolo, 11.
10823  Fürst von Montecompatri, 11.
10824  Fürst von Sulmona und Vivaro, 10.
10825  Fürst von Rossano, 5.
10826  Herzog von Canemorte, 11.
10827  Herzog von Palombara, 5.
10828  Herzog von Castelchiodato,
10829 \begin_inset ERT
10830 status open
10831
10832 \begin_layout Plain Layout
10833
10834 & 111
10835 \backslash
10836
10837 \backslash
10838  
10839 \backslash
10840 newpage
10841 \end_layout
10842
10843 \begin_layout Plain Layout
10844
10845 &
10846 \end_layout
10847
10848 \end_inset
10849
10850  11.
10851  Herzog von Poggionativo, 11.
10852  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10853  Graf von Valinfreda, 11.
10854  Baron von Cropalati, 11.
10855  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Stuffer
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Oskar
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Tacchelli
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Ugo
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Tezzele
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Margit
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Unterkalmsteiner
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Frieda
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Vieider
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Hilde
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Vigna
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Jürgen
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Weber
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Maurizio
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 111
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row>
11088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \series bold
11094 Winkler
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 Franz
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 111
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 </lyxtabular>
11119
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \begin_layout Section
11126 Multiple Lines, Columns and Rows
11127 \end_layout
11128
11129 \begin_layout Subsection
11130 Multiple Lines in Table Cells
11131 \begin_inset CommandInset label
11132 LatexCommand label
11133 name "subsec:Multiple-Lines-in"
11134
11135 \end_inset
11136
11137
11138 \begin_inset Index idx
11139 status collapsed
11140
11141 \begin_layout Plain Layout
11142 Multiple Lines in Table Cells
11143 \end_layout
11144
11145 \end_inset
11146
11147
11148 \begin_inset Index idx
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152 Table ! Linebreaks
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \begin_layout Standard
11161 \noindent
11162 \begin_inset Float table
11163 placement H
11164 wide false
11165 sideways false
11166 status open
11167
11168 \begin_layout Plain Layout
11169 \begin_inset Caption Standard
11170
11171 \begin_layout Plain Layout
11172 \begin_inset CommandInset label
11173 LatexCommand label
11174 name "tab:Table-with-multiple"
11175
11176 \end_inset
11177
11178 Table with multiple lines in cells
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Plain Layout
11187 \align center
11188 \begin_inset Tabular
11189 <lyxtabular version="3" rows="3" columns="3">
11190 <features tabularvalignment="middle">
11191 <column alignment="center" valignment="middle" width="2.5cm">
11192 <column alignment="center" valignment="middle">
11193 <column alignment="center" valignment="middle">
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 multiple
11200 \begin_inset Newline linebreak
11201 \end_inset
11202
11203 lines
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 b
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 c
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 d
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 e
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 f
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 g
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 h
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 i
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 </lyxtabular>
11286
11287 \end_inset
11288
11289
11290 \end_layout
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Standard
11298 Setting a fixed width for a column enables you to enter text as a paragraph
11299  with multiple lines and hyphenation.
11300 \end_layout
11301
11302 \begin_layout Standard
11303 To produce Table
11304 \begin_inset space ~
11305 \end_inset
11306
11307
11308 \begin_inset CommandInset ref
11309 LatexCommand ref
11310 reference "tab:Table-with-multiple"
11311
11312 \end_inset
11313
11314 , create a 3×3 table, mark the first cell and right-click on it.
11315  In the appearing table dialog we set a cell width of 2.5
11316 \begin_inset space \thinspace{}
11317 \end_inset
11318
11319 cm and choose centered for the vertical and horizontal alignment.
11320  The vertical alignment is used for all cells of the row.
11321  As our text is smaller than 2.5
11322 \begin_inset space \thinspace{}
11323 \end_inset
11324
11325 cm, only one line will appear.
11326  To get two lines, a justified line break (shortcut 
11327 \begin_inset Info
11328 type  "shortcut"
11329 arg   "newline-insert linebreak"
11330 \end_inset
11331
11332 ) was added.
11333  If the text is wider than the set cell width, it will automatically be
11334  broken to several lines.
11335 \end_layout
11336
11337 \begin_layout Standard
11338 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11339  by \SpecialChar LaTeX
11340  if it is the first entry.
11341  Therefore you need to insert something to prevent the word not being the
11342  first entry.
11343  So add a horizontal space of 0
11344 \begin_inset space \thinspace{}
11345 \end_inset
11346
11347 pt before the word.
11348  As the space is zero, it doesn't change the output.
11349  Table
11350 \begin_inset space ~
11351 \end_inset
11352
11353
11354 \begin_inset CommandInset ref
11355 LatexCommand ref
11356 reference "tab:Table-with-and"
11357
11358 \end_inset
11359
11360  shows the effect.
11361 \end_layout
11362
11363 \begin_layout Standard
11364 \begin_inset Float table
11365 placement h
11366 wide false
11367 sideways false
11368 status open
11369
11370 \begin_layout Plain Layout
11371 \begin_inset Caption Standard
11372
11373 \begin_layout Plain Layout
11374 \begin_inset CommandInset label
11375 LatexCommand label
11376 name "tab:Table-with-and"
11377
11378 \end_inset
11379
11380 Table with and without hyphenation
11381 \end_layout
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Plain Layout
11389 \begin_inset space \hfill{}
11390 \end_inset
11391
11392
11393 \begin_inset Tabular
11394 <lyxtabular version="3" rows="3" columns="3">
11395 <features tabularvalignment="middle">
11396 <column alignment="center" valignment="middle" width="2.5cm">
11397 <column alignment="center" valignment="middle">
11398 <column alignment="center" valignment="middle">
11399 <row>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 verylongtablecellword
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 b
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 c
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 d
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 e
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 f
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 </row>
11457 <row>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 g
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 h
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 i
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \begin_inset space \hfill{}
11492 \end_inset
11493
11494
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="3" columns="3">
11497 <features tabularvalignment="middle">
11498 <column alignment="center" valignment="middle" width="2.5cm">
11499 <column alignment="center" valignment="middle">
11500 <column alignment="center" valignment="middle">
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 \begin_inset space \hspace{}
11507 \length 0pt
11508 \end_inset
11509
11510 verylongtablecellword
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 b
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 c
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 d
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 e
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 f
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 g
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 h
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 i
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 </lyxtabular>
11593
11594 \end_inset
11595
11596
11597 \begin_inset space \hfill{}
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Subsection
11609 Multicolumns
11610 \begin_inset CommandInset label
11611 LatexCommand label
11612 name "subsec:Multicolumns"
11613
11614 \end_inset
11615
11616
11617 \begin_inset Index idx
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621 Multicolumns
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \begin_inset Index idx
11628 status collapsed
11629
11630 \begin_layout Plain Layout
11631 Table ! Multicolumns
11632 \end_layout
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \begin_layout Subsubsection
11640 Multicolumn Basics
11641 \end_layout
11642
11643 \begin_layout Standard
11644 To merge cells over multiple columns, select as many cells within a row
11645  as you want to merge and use either the table-toolbar button 
11646 \begin_inset Info
11647 type  "icon"
11648 arg   "tabular-feature multicolumn"
11649 \end_inset
11650
11651 , or the menu 
11652 \family sans
11653 Edit\SpecialChar menuseparator
11654 Table\SpecialChar menuseparator
11655 Multicolumn
11656 \family default
11657 , or right click on the marked cells and choose 
11658 \family sans
11659 Multicolumn
11660 \family default
11661  in the context menu.
11662 \end_layout
11663
11664 \begin_layout Standard
11665 Multicolumns have their own cell settings.
11666  That means changing cell borders, cell alignment, and the width only affects
11667  the multicolumn.
11668  Here is an example table with a multicolumn cell in the first row and one
11669  in the last row without the upper border:
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \align center
11674 \begin_inset Tabular
11675 <lyxtabular version="3" rows="3" columns="4">
11676 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11677 <column alignment="center" valignment="top" width="0pt">
11678 <column alignment="center" valignment="middle">
11679 <column alignment="center" valignment="top" width="0in">
11680 <column alignment="center" valignment="top" width="0pt">
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 abc
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 def ghi
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 jkl
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 </row>
11719 <row>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724
11725 \family roman
11726 \series medium
11727 \shape up
11728 \size normal
11729 \emph off
11730 \bar no
11731 \noun off
11732 \color none
11733 A
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 B
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 C
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 D
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 1
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 2
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 3
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 4
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 </row>
11804 </lyxtabular>
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \begin_layout Subsubsection
11812 Multicolumn Calculations
11813 \begin_inset CommandInset label
11814 LatexCommand label
11815 name "subsec:Multicolumn-Calculations"
11816
11817 \end_inset
11818
11819
11820 \begin_inset Index idx
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Multicolumns ! Calculations
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \begin_layout Standard
11833 \SpecialChar LyX
11834  supports multicolumns directly, but we have to take account of the cell
11835  width of the columns spanned by the multicolumn cell.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset Float table
11840 placement h
11841 wide false
11842 sideways false
11843 status open
11844
11845 \begin_layout Plain Layout
11846 \begin_inset Caption Standard
11847
11848 \begin_layout Plain Layout
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "tab:Table-with-centered"
11852
11853 \end_inset
11854
11855 Table with centered multicolumn text above two columns that have exactly
11856  half the width of the multicolumn cell
11857 \begin_inset Argument 1
11858 status collapsed
11859
11860 \begin_layout Plain Layout
11861 Perfect multicolumn table
11862 \end_layout
11863
11864 \end_inset
11865
11866
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \begin_layout Plain Layout
11875 \align center
11876 \begin_inset Tabular
11877 <lyxtabular version="3" rows="3" columns="3">
11878 <features tabularvalignment="middle">
11879 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11880 <column alignment="center" valignment="middle">
11881 <column alignment="center" valignment="top">
11882 <row>
11883 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 multiple lines multicolumn
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 c
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 d
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 e
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 f
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 g
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 h
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 i
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 </lyxtabular>
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 To create for example Table
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Table-with-centered"
11990
11991 \end_inset
11992
11993 , mark the first two cells in the first row of a 3×3 table and right-click
11994  on them.
11995  Now choose for this cell 
11996 \emph on
11997 multicolumn
11998 \emph default
11999
12000 \emph on
12001 centered alignment
12002 \emph default
12003  and a width of 2.5
12004 \begin_inset space \thinspace{}
12005 \end_inset
12006
12007 cm in the table dialog.
12008  The merged columns should have exactly half the width of the multicolumn
12009  cell, so that you would set a width of 1.25
12010 \begin_inset space \thinspace{}
12011 \end_inset
12012
12013 cm for the first column.
12014  The second column has then automatically a width of 1.25
12015 \begin_inset space \thinspace{}
12016 \end_inset
12017
12018 cm (multicolumn width - width of first column).
12019  This was done for Table
12020 \begin_inset space ~
12021 \end_inset
12022
12023
12024 \begin_inset CommandInset ref
12025 LatexCommand ref
12026 reference "tab:Table-without-half"
12027
12028 \end_inset
12029
12030 .
12031 \end_layout
12032
12033 \begin_layout Standard
12034 \begin_inset Float table
12035 wide false
12036 sideways false
12037 status open
12038
12039 \begin_layout Plain Layout
12040 \begin_inset Caption Standard
12041
12042 \begin_layout Plain Layout
12043 \begin_inset CommandInset label
12044 LatexCommand label
12045 name "tab:Table-without-half"
12046
12047 \end_inset
12048
12049 Table where the spanned table columns are not exactly half the width of
12050  the multicolumn cell
12051 \begin_inset Argument 1
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055 Imperfect multicolumn table
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Plain Layout
12069 \align center
12070 \begin_inset Tabular
12071 <lyxtabular version="3" rows="3" columns="3">
12072 <features tabularvalignment="middle">
12073 <column alignment="center" valignment="top" width="1.25cm">
12074 <column alignment="center" valignment="top">
12075 <column alignment="center" valignment="top">
12076 <row>
12077 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 multiple lines multicolumn
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 c
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 </row>
12105 <row>
12106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 d
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119 e
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 f
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 </row>
12134 <row>
12135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 g
12140 \end_layout
12141
12142 \end_inset
12143 </cell>
12144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12145 \begin_inset Text
12146
12147 \begin_layout Plain Layout
12148 h
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157 i
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 </row>
12163 </lyxtabular>
12164
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \end_inset
12171
12172
12173 \end_layout
12174
12175 \begin_layout Standard
12176 You can see that the first column is not half the width of the multicolumn
12177  cell, it is a bit bigger.
12178  The reason is that the specified width of a cell 
12179 \begin_inset Formula $W_{g}$
12180 \end_inset
12181
12182  is not its total width 
12183 \begin_inset Formula $W_{\mathrm{tot}}$
12184 \end_inset
12185
12186  because a cell is always a bit larger than specified.
12187  Appendix
12188 \begin_inset space ~
12189 \end_inset
12190
12191
12192 \begin_inset CommandInset ref
12193 LatexCommand ref
12194 reference "cha:Explanation-of-Equation"
12195
12196 \end_inset
12197
12198  explains this in detail.
12199 \end_layout
12200
12201 \begin_layout Standard
12202 The width 
12203 \begin_inset Formula $W_{g\,n}$
12204 \end_inset
12205
12206  which the user needs to set when 
12207 \emph on
12208 n
12209 \emph default
12210  columns are spanned can be calculated, so that each column has a total
12211  width of 
12212 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12213 \end_inset
12214
12215 :
12216 \begin_inset Formula 
12217 \begin{equation}
12218 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12219 \end{equation}
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Standard
12227 In our case we have 
12228 \begin_inset Formula $n=2$
12229 \end_inset
12230
12231
12232 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12233 \end_inset
12234
12235 cm and the default values for the lengths, so that equation 
12236 \begin_inset CommandInset ref
12237 LatexCommand ref
12238 reference "eq:Wgn"
12239
12240 \end_inset
12241
12242  becomes
12243 \begin_inset Formula 
12244 \begin{equation}
12245 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12246 \end{equation}
12247
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \begin_layout Standard
12254 To enable calculations in \SpecialChar LaTeX
12255 , the \SpecialChar LaTeX
12256 -package 
12257 \series bold
12258 calc
12259 \series default
12260  must be loaded with the document preamble line
12261 \begin_inset Index idx
12262 status collapsed
12263
12264 \begin_layout Plain Layout
12265 \SpecialChar LaTeX
12266 -packages ! calc
12267 \end_layout
12268
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \begin_layout Standard
12275
12276 \series bold
12277
12278 \backslash
12279 usepackage{calc}
12280 \end_layout
12281
12282 \begin_layout Standard
12283 \SpecialChar LyX
12284  does not allow you to calculate lengths in the 
12285 \family sans
12286 Width
12287 \family default
12288  field of the table dialog.
12289  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12290 -argument in the
12291  dialog.
12292  Here is an overview about the arguments:
12293 \end_layout
12294
12295 \begin_layout Itemize
12296
12297 \series bold
12298 p{width}
12299 \series default
12300  creates cell with a fixed width, its text is vertically top-aligned
12301 \end_layout
12302
12303 \begin_layout Itemize
12304
12305 \series bold
12306 m{width}
12307 \series default
12308  creates cell with a fixed width, its text is vertically centered
12309 \end_layout
12310
12311 \begin_layout Itemize
12312
12313 \series bold
12314 b{width}
12315 \series default
12316  creates cell with a fixed width, its text is vertically bottom-aligned
12317 \end_layout
12318
12319 \begin_layout Standard
12320 By entering a \SpecialChar LaTeX
12321 -argument, all cell settings set in the table dialog are overwritt
12322 en.
12323 \end_layout
12324
12325 \begin_layout Standard
12326 \begin_inset Note Greyedout
12327 status open
12328
12329 \begin_layout Plain Layout
12330
12331 \series bold
12332 Note:
12333 \series default
12334  Due to a bug, \SpecialChar LyX
12335  shows the overwritten settings anyway.
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \begin_layout Standard
12344 As the text should be horizontally centered, the command 
12345 \series bold
12346
12347 \backslash
12348 centering
12349 \series default
12350  is added.
12351  You can now enter the following \SpecialChar LaTeX
12352 -argument for the first spanned column:
12353 \end_layout
12354
12355 \begin_layout Standard
12356
12357 \series bold
12358 >{
12359 \backslash
12360 centering}m{1.25cm-6.2pt}
12361 \end_layout
12362
12363 \begin_layout Standard
12364 The command 
12365 \series bold
12366 >{ }
12367 \series default
12368  means, that the commands inside the braces are applied before the cell
12369  is created.
12370 \end_layout
12371
12372 \begin_layout Standard
12373 Although we have chosen centered alignment for the text of the multicolumn
12374  cell, it is still left aligned.
12375  This is because \SpecialChar LyX
12376  only applies the alignment to single columns.
12377  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12378 -argument
12379 \end_layout
12380
12381 \begin_layout Standard
12382
12383 \series bold
12384 >{
12385 \backslash
12386 centering}m{2.5cm}
12387 \end_layout
12388
12389 \begin_layout Subsection
12390 Multirows
12391 \begin_inset CommandInset label
12392 LatexCommand label
12393 name "subsec:Multirows"
12394
12395 \end_inset
12396
12397
12398 \begin_inset Index idx
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402 Multirows
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \begin_inset Index idx
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412 Table ! Multirows
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Standard
12421 To merge cells over multiple rows, select as many cells within a column
12422  as you want to merge and use either the table-toolbar button 
12423 \begin_inset Info
12424 type  "icon"
12425 arg   "tabular-feature multirow"
12426 \end_inset
12427
12428 , or the menu 
12429 \family sans
12430 Edit\SpecialChar menuseparator
12431 Table\SpecialChar menuseparator
12432 Multirow
12433 \family default
12434 , or right click on the marked cells and choose 
12435 \family sans
12436 Multirow
12437 \family default
12438  in the context menu.
12439 \end_layout
12440
12441 \begin_layout Standard
12442 Here is an example table with a multirow in the first column:
12443 \end_layout
12444
12445 \begin_layout Standard
12446 \align center
12447 \begin_inset Tabular
12448 <lyxtabular version="3" rows="3" columns="3">
12449 <features tabularvalignment="middle">
12450 <column alignment="center" valignment="top" width="0pt">
12451 <column alignment="center" valignment="top">
12452 <column alignment="center" valignment="top">
12453 <row>
12454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 a long cell entry
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467 b
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476 c
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 </row>
12482 <row>
12483 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 multirow
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 e
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 f
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 </row>
12511 <row>
12512 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 h
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 i
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 </lyxtabular>
12541
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \begin_layout Standard
12548 The width of multirow cells is set by setting the width and alignment for
12549  the whole column.
12550  The 
12551 \family sans
12552 Vertical Offset
12553 \family default
12554  shifts the content of the multirow up/down if the offset is positive/negative.
12555 \end_layout
12556
12557 \begin_layout Standard
12558 If the column of a multirow cell has no explicit width, the multirow cell
12559  inherits the alignment of the column.
12560  Otherwise it is by default left-aligned.
12561  To override the default, renew the command 
12562 \series bold
12563
12564 \backslash
12565 multirowsetup
12566 \series default
12567  with the command
12568 \end_layout
12569
12570 \begin_layout Standard
12571
12572 \series bold
12573
12574 \backslash
12575 renewcommand{
12576 \backslash
12577 multirowsetup}{
12578 \backslash
12579 centering}
12580 \end_layout
12581
12582 \begin_layout Standard
12583 in the document preamble.
12584  Then all entries of multirow cells in the document are centered.
12585  If centering is only needed for several tables, you can renew the command
12586  in a \SpecialChar TeX
12587  Code box just before the table instead of the preamble.
12588  If the text should be right-aligned, replace 
12589 \series bold
12590
12591 \backslash
12592 centering
12593 \series default
12594  by 
12595 \series bold
12596
12597 \backslash
12598 raggedleft
12599 \series default
12600 .
12601  To return to left-alignment 
12602 \series bold
12603
12604 \backslash
12605 raggedright
12606 \series default
12607  is used.
12608 \end_layout
12609
12610 \begin_layout Standard
12611 This is an example table with a right-aligned multirow cell that has a vertical
12612  offset of -4
12613 \begin_inset space \thinspace{}
12614 \end_inset
12615
12616 mm and is in a 3
12617 \begin_inset space \thinspace{}
12618 \end_inset
12619
12620 cm wide column:
12621 \end_layout
12622
12623 \begin_layout Standard
12624 \noindent
12625 \align center
12626 \begin_inset ERT
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630
12631
12632 \backslash
12633 renewcommand{
12634 \backslash
12635 multirowsetup}{
12636 \backslash
12637 raggedleft}
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \begin_inset Tabular
12644 <lyxtabular version="3" rows="4" columns="3">
12645 <features tabularvalignment="middle">
12646 <column alignment="center" valignment="top" width="3cm">
12647 <column alignment="center" valignment="top">
12648 <column alignment="center" valignment="top">
12649 <row>
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 a long cell entry
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 b
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 c
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 <row>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 t
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 n
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 m
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 multirow
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 e
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 f
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 h
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 i
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 </lyxtabular>
12766
12767 \end_inset
12768
12769
12770 \begin_inset ERT
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774
12775
12776 \backslash
12777 renewcommand{
12778 \backslash
12779 multirowsetup}{
12780 \backslash
12781 raggedright}
12782 \end_layout
12783
12784 \end_inset
12785
12786
12787 \end_layout
12788
12789 \begin_layout Standard
12790 To start a new line in a multirow you can use a forced line break (shortcut
12791  
12792 \begin_inset Info
12793 type  "shortcut"
12794 arg   "newline-insert newline"
12795 \end_inset
12796
12797 ) but this will not respect the cell lines as demonstrated in this table:
12798 \end_layout
12799
12800 \begin_layout Standard
12801 \noindent
12802 \align center
12803 \begin_inset Tabular
12804 <lyxtabular version="3" rows="3" columns="2">
12805 <features tabularvalignment="middle">
12806 <column alignment="left" valignment="middle" width="2cm">
12807 <column alignment="center" valignment="top">
12808 <row>
12809 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 aaa
12814 \begin_inset Newline newline
12815 \end_inset
12816
12817 aaa
12818 \begin_inset Newline newline
12819 \end_inset
12820
12821 wrong cell
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 ccc
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row>
12837 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 ddd
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row>
12857 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 bbb
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 eee
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 </lyxtabular>
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \begin_layout Standard
12884 Therefore be careful with forced line breaks.
12885 \end_layout
12886
12887 \begin_layout Subsection
12888 Cells with diagonal line(s)
12889 \end_layout
12890
12891 \begin_layout Standard
12892 To tell the reader what is meant by column and row headings in a table,
12893  it is helpful to split the first cell of the table by one or two diagonal
12894  lines.
12895  This can be achieved by loading the \SpecialChar LaTeX
12896  package 
12897 \series bold
12898 diagbox
12899 \series default
12900
12901 \begin_inset Index idx
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905 \SpecialChar LaTeX
12906 -packages ! picinpar
12907 \end_layout
12908
12909 \end_inset
12910
12911  in the document preamble.
12912  The package provides the command 
12913 \series bold
12914
12915 \backslash
12916 diagbox
12917 \series default
12918  that is inserted as \SpecialChar TeX
12919  Code and that can take 2 or 3
12920 \begin_inset space ~
12921 \end_inset
12922
12923 arguments:
12924 \end_layout
12925
12926 \begin_layout Standard
12927
12928 \series bold
12929
12930 \backslash
12931 diagbox[options]{lower left}{upper right}
12932 \end_layout
12933
12934 \begin_layout Standard
12935
12936 \series bold
12937
12938 \backslash
12939 diagbox[options]{lower left}{upper left}{upper right}
12940 \end_layout
12941
12942 \begin_layout Standard
12943 The first scheme divides the cell by a single diagonal line and the arguments
12944  are placed below and above this line.
12945  The second scheme divides the cell by 2
12946 \begin_inset space ~
12947 \end_inset
12948
12949 lines.
12950 \end_layout
12951
12952 \begin_layout Standard
12953 \begin_inset ERT
12954 status collapsed
12955
12956 \begin_layout Plain Layout
12957
12958
12959 \backslash
12960 ifdiagbox
12961 \end_layout
12962
12963 \end_inset
12964
12965
12966 \begin_inset Note Note
12967 status open
12968
12969 \begin_layout Plain Layout
12970 The following section will only be displayed when the \SpecialChar LaTeX
12971 -package 
12972 \series bold
12973 diagbox
12974 \series default
12975  is installed.
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \begin_layout Standard
12984 Here is an example table where 
12985 \series bold
12986
12987 \backslash
12988 diagbox 
12989 \series default
12990 is used in the 2-argument scheme in the first cell:
12991 \begin_inset VSpace medskip
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \noindent
12999 \begin_inset Tabular
13000 <lyxtabular version="3" rows="4" columns="4">
13001 <features tabularvalignment="middle">
13002 <column alignment="center" valignment="top">
13003 <column alignment="center" valignment="top">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <row>
13007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 \begin_inset ERT
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015
13016
13017 \backslash
13018 diagbox{
13019 \end_layout
13020
13021 \end_inset
13022
13023 Name
13024 \begin_inset ERT
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028
13029 }{
13030 \end_layout
13031
13032 \end_inset
13033
13034 Parameter
13035 \begin_inset ERT
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039
13040 }
13041 \end_layout
13042
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 Thickness in nm
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 Transparency in %
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 Hardness in MPa
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 </row>
13078 <row>
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083 Perfect Green
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 45
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 80
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 504
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 Dark Multi-P
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 60
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 72
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 982
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 Crystal Clear Pro
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 18
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 86
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 374
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 </lyxtabular>
13193
13194 \end_inset
13195
13196
13197 \begin_inset VSpace medskip
13198 \end_inset
13199
13200
13201 \end_layout
13202
13203 \begin_layout Standard
13204 The 3-argument scheme is for example useful for cross-tables of sports leagues
13205  or distances:
13206 \end_layout
13207
13208 \begin_layout Standard
13209 \noindent
13210 \align center
13211 \begin_inset Tabular
13212 <lyxtabular version="3" rows="4" columns="4">
13213 <features tabularvalignment="middle">
13214 <column alignment="center" valignment="top" width="0pt">
13215 <column alignment="center" valignment="top">
13216 <column alignment="center" valignment="top">
13217 <column alignment="center" valignment="top">
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 \begin_inset ERT
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox{
13231 \end_layout
13232
13233 \end_inset
13234
13235 Team home
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 Result
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 Team away
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Tigers
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 Panthers
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 Falcons
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 <row>
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 Tigers
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 —
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 1:3
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 0:1
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Panthers
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 3:1
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 —
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 0:0
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 Falcons
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 1:0
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 0:0
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 —
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 </row>
13415 </lyxtabular>
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 For larger cross-tables one might use split cells in 2 or every corner of
13424  the table like in this example:
13425 \end_layout
13426
13427 \begin_layout Standard
13428 \noindent
13429 \align center
13430 \begin_inset Tabular
13431 <lyxtabular version="3" rows="5" columns="5">
13432 <features tabularvalignment="middle">
13433 <column alignment="center" valignment="top" width="0pt">
13434 <column alignment="center" valignment="top">
13435 <column alignment="center" valignment="top">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <row>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 \begin_inset ERT
13444 status open
13445
13446 \begin_layout Plain Layout
13447
13448
13449 \backslash
13450 diagbox{
13451 \end_layout
13452
13453 \end_inset
13454
13455 Team home
13456 \begin_inset ERT
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460
13461 }{
13462 \end_layout
13463
13464 \end_inset
13465
13466 Result
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472 }{
13473 \end_layout
13474
13475 \end_inset
13476
13477 Team away
13478 \begin_inset ERT
13479 status collapsed
13480
13481 \begin_layout Plain Layout
13482
13483 }
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Tigers
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Panthers
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Falcons
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 \begin_inset ERT
13525 status open
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 diagbox[dir=NE]{
13532 \end_layout
13533
13534 \end_inset
13535
13536 Team home
13537 \begin_inset ERT
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541
13542 }{
13543 \end_layout
13544
13545 \end_inset
13546
13547 Result
13548 \begin_inset ERT
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552
13553 }{
13554 \end_layout
13555
13556 \end_inset
13557
13558 Team away
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564 }
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 Tigers
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 —
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 1:3
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 0:1
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Tigers
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 </row>
13622 <row>
13623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 Panthers
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 3:1
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 —
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 0:0
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Panthers
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 </row>
13669 <row>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 Falcons
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 1:0
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 0:0
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 —
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 Falcons
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 \begin_inset ERT
13722 status open
13723
13724 \begin_layout Plain Layout
13725
13726
13727 \backslash
13728 diagbox[dir=SW]{
13729 \end_layout
13730
13731 \end_inset
13732
13733 Team home
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739 }{
13740 \end_layout
13741
13742 \end_inset
13743
13744 Result
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750 }{
13751 \end_layout
13752
13753 \end_inset
13754
13755 Team away
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 }
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 Tigers
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Panthers
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Falcons
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset ERT
13803 status open
13804
13805 \begin_layout Plain Layout
13806
13807
13808 \backslash
13809 diagbox[dir=SE]{
13810 \end_layout
13811
13812 \end_inset
13813
13814 Team home
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820 }{
13821 \end_layout
13822
13823 \end_inset
13824
13825 Result
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831 }{
13832 \end_layout
13833
13834 \end_inset
13835
13836 Team away
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842 }
13843 \end_layout
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 </lyxtabular>
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \begin_layout Standard
13861 To rotate the diagonal lines, the command option 
13862 \series bold
13863 dir=direction
13864 \series default
13865  is used.
13866  
13867 \emph on
13868 direction
13869 \emph default
13870  is either 
13871 \series bold
13872 NE
13873 \series default
13874
13875 \series bold
13876 SE
13877 \series default
13878
13879 \series bold
13880 SW
13881 \series default
13882  or 
13883 \series bold
13884 NW
13885 \series default
13886  and represent a point of a compass.
13887  
13888 \series bold
13889 SW
13890 \series default
13891  is for example the south-west corner.
13892  Thus in the lower left cell of the above table the command
13893 \end_layout
13894
13895 \begin_layout Standard
13896
13897 \series bold
13898
13899 \backslash
13900 diagbox[dir=SW]{Team home}{Result}{Team away}
13901 \end_layout
13902
13903 \begin_layout Standard
13904 is used.
13905  If no direction is given, it will be NW.
13906 \end_layout
13907
13908 \begin_layout Standard
13909 The necessary width of split cells is automatically calculated.
13910  Thus if you set a fixed column width smaller than the calculated one, the
13911  cell's content will protrude the cell borders:
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \noindent
13916 \align center
13917 \begin_inset Tabular
13918 <lyxtabular version="3" rows="2" columns="2">
13919 <features tabularvalignment="middle">
13920 <column alignment="center" valignment="top" width="3cm">
13921 <column alignment="center" valignment="top">
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932
13933 \backslash
13934 diagbox{
13935 \end_layout
13936
13937 \end_inset
13938
13939 Name
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945 }{
13946 \end_layout
13947
13948 \end_inset
13949
13950 Parameter
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955
13956 }
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 Thickness in nm
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 </row>
13976 <row>
13977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 Perfect Green
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 45
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 </row>
13996 </lyxtabular>
13997
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \begin_layout Standard
14004 If you need a certain width for columns with a split cell, use the command
14005  option 
14006 \series bold
14007 width=3cm
14008 \series default
14009  (replace '3cm' by the width you need).
14010  In the following table the width of the first column is set to 4
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 cm.
14015  For 
14016 \series bold
14017
14018 \backslash
14019 diagbox
14020 \series default
14021  a width of 4
14022 \begin_inset space \thinspace{}
14023 \end_inset
14024
14025 cm + 2
14026 \begin_inset space \thinspace{}
14027 \end_inset
14028
14029
14030 \backslash
14031 tabcolsep is necessary because the overall width is the width for the text
14032  (in this case the 4
14033 \begin_inset space \thinspace{}
14034 \end_inset
14035
14036 cm) plus two times the separation of the text and the cell border.
14037  The calculation of the width cannot be done in the command option of 
14038 \series bold
14039
14040 \backslash
14041 diagbox
14042 \series default
14043  so one needs to create a new length which can be used later.
14044  This is done with the \SpecialChar TeX
14045  Code commands
14046 \end_layout
14047
14048 \begin_layout Standard
14049
14050 \series bold
14051
14052 \backslash
14053 newlength{
14054 \backslash
14055 diagtest}
14056 \begin_inset Newline newline
14057 \end_inset
14058
14059
14060 \backslash
14061 setlength{
14062 \backslash
14063 diagtest}{4cm+2
14064 \backslash
14065 tabcolsep}
14066 \end_layout
14067
14068 \begin_layout Standard
14069 \begin_inset ERT
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073
14074
14075 \backslash
14076 newlength{
14077 \backslash
14078 diagtest}
14079 \end_layout
14080
14081 \begin_layout Plain Layout
14082
14083
14084 \backslash
14085 setlength{
14086 \backslash
14087 diagtest}{4cm+2
14088 \backslash
14089 tabcolsep}
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 To enable calculations in \SpecialChar LaTeX
14099  one needs to load the package 
14100 \series bold
14101 calc
14102 \series default
14103
14104 \begin_inset Index idx
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108 \SpecialChar LaTeX
14109 -packages ! calc
14110 \end_layout
14111
14112 \end_inset
14113
14114  in the document preamble.
14115 \end_layout
14116
14117 \begin_layout Standard
14118 In this table you can now use the command
14119 \end_layout
14120
14121 \begin_layout Standard
14122
14123 \series bold
14124
14125 \backslash
14126 diagbox[width=
14127 \backslash
14128 diagtest]{A}{B}
14129 \end_layout
14130
14131 \begin_layout Standard
14132 in the first cell:
14133 \end_layout
14134
14135 \begin_layout Standard
14136 \noindent
14137 \align center
14138 \begin_inset Tabular
14139 <lyxtabular version="3" rows="2" columns="2">
14140 <features tabularvalignment="middle">
14141 <column alignment="center" valignment="top" width="4cm">
14142 <column alignment="center" valignment="top">
14143 <row>
14144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Plain Layout
14148 \begin_inset ERT
14149 status open
14150
14151 \begin_layout Plain Layout
14152
14153
14154 \backslash
14155 diagbox[width=
14156 \backslash
14157 diagtest]{
14158 \end_layout
14159
14160 \end_inset
14161
14162 A
14163 \begin_inset ERT
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167
14168 }{
14169 \end_layout
14170
14171 \end_inset
14172
14173 B
14174 \begin_inset ERT
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178
14179 }
14180 \end_layout
14181
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 Thickness in nm
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 </row>
14199 <row>
14200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 Perfect Green
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 45
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 </row>
14219 </lyxtabular>
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227 Note that the split cell needs to be the widest one in the column.
14228  Otherwise the length of the diagonal line cannot be calculated correctly
14229  like in this table:
14230 \end_layout
14231
14232 \begin_layout Standard
14233 \noindent
14234 \align center
14235 \begin_inset Tabular
14236 <lyxtabular version="3" rows="2" columns="2">
14237 <features tabularvalignment="middle">
14238 <column alignment="center" valignment="top" width="0pt">
14239 <column alignment="center" valignment="top">
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 \begin_inset ERT
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249
14250
14251 \backslash
14252 diagbox{
14253 \end_layout
14254
14255 \end_inset
14256
14257 A
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263 }{
14264 \end_layout
14265
14266 \end_inset
14267
14268 B
14269 \begin_inset ERT
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273
14274 }
14275 \end_layout
14276
14277 \end_inset
14278
14279
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 Thickness in nm
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 </row>
14294 <row>
14295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 Perfect Green
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 45
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 </lyxtabular>
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Standard
14322 In this case use the 
14323 \series bold
14324 width
14325 \series default
14326  option of the 
14327 \series bold
14328
14329 \backslash
14330 diagbox
14331 \series default
14332  command.
14333  It is then not necessary to add 2
14334 \backslash
14335 tabcolsep because the cell width is now the width of the column.
14336  In this table a width of 3
14337 \begin_inset space \thinspace{}
14338 \end_inset
14339
14340 cm is used:
14341 \end_layout
14342
14343 \begin_layout Standard
14344 \noindent
14345 \align center
14346 \begin_inset Tabular
14347 <lyxtabular version="3" rows="2" columns="2">
14348 <features tabularvalignment="middle">
14349 <column alignment="center" valignment="top" width="0pt">
14350 <column alignment="center" valignment="top">
14351 <row>
14352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 \begin_inset ERT
14357 status open
14358
14359 \begin_layout Plain Layout
14360
14361
14362 \backslash
14363 diagbox[width=3cm]{
14364 \end_layout
14365
14366 \end_inset
14367
14368 A
14369 \begin_inset ERT
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373
14374 }{
14375 \end_layout
14376
14377 \end_inset
14378
14379 B
14380 \begin_inset ERT
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384
14385 }
14386 \end_layout
14387
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 Thickness in nm
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 </row>
14405 <row>
14406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 Perfect Green
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 45
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 </row>
14425 </lyxtabular>
14426
14427 \end_inset
14428
14429
14430 \end_layout
14431
14432 \begin_layout Standard
14433 For multiple text lines in split cells one needs some extra height to fit
14434  the text to the cell.
14435  This can be achieved with the 
14436 \series bold
14437
14438 \backslash
14439 diagbox
14440 \series default
14441  option 
14442 \series bold
14443 height=3cm
14444 \series default
14445  (replace '3cm' by the height you need).
14446  In the following table the command
14447 \end_layout
14448
14449 \begin_layout Standard
14450
14451 \series bold
14452
14453 \backslash
14454 diagbox[width=3cm,height=1.4cm]{A
14455 \backslash
14456
14457 \backslash
14458 B}{C
14459 \backslash
14460
14461 \backslash
14462 D}
14463 \end_layout
14464
14465 \begin_layout Standard
14466 is used in the first cell.
14467  The command 
14468 \series bold
14469
14470 \backslash
14471
14472 \backslash
14473
14474 \series default
14475  creates hereby the line break.
14476 \begin_inset Foot
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480 Breaking lines with 
14481 \family sans
14482 Ctrl+Return
14483 \family default
14484  is only possible when the column has a fixed width.
14485 \end_layout
14486
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \begin_layout Standard
14493 \noindent
14494 \align center
14495 \begin_inset Tabular
14496 <lyxtabular version="3" rows="2" columns="2">
14497 <features tabularvalignment="middle">
14498 <column alignment="center" valignment="top">
14499 <column alignment="center" valignment="top">
14500 <row>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 \begin_inset ERT
14506 status open
14507
14508 \begin_layout Plain Layout
14509
14510
14511 \backslash
14512 diagbox[width=3cm,height=1.4cm]{
14513 \end_layout
14514
14515 \end_inset
14516
14517 A
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523
14524 \backslash
14525
14526 \backslash
14527
14528 \end_layout
14529
14530 \end_inset
14531
14532 B
14533 \begin_inset ERT
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537
14538 }{
14539 \end_layout
14540
14541 \end_inset
14542
14543 C
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549
14550 \backslash
14551
14552 \backslash
14553
14554 \end_layout
14555
14556 \end_inset
14557
14558 D
14559 \begin_inset ERT
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563
14564 }
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578 Thickness in nm
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 <row>
14585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 Perfect Green
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 45
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 </row>
14604 </lyxtabular>
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \begin_layout Standard
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617
14618 \backslash
14619 else
14620 \end_layout
14621
14622 \end_inset
14623
14624
14625 \begin_inset Note Note
14626 status open
14627
14628 \begin_layout Plain Layout
14629 The following will be displayed when the \SpecialChar LaTeX
14630 -package 
14631 \series bold
14632 diagbox
14633 \series default
14634  is not installed:
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Standard
14643 You need to install the \SpecialChar LaTeX
14644 -package 
14645 \series bold
14646 diagbox
14647 \series default
14648  to see the following part of this section in the output.
14649 \end_layout
14650
14651 \begin_layout Standard
14652 \begin_inset ERT
14653 status collapsed
14654
14655 \begin_layout Plain Layout
14656
14657
14658 \backslash
14659 fi
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \end_layout
14666
14667 \begin_layout Standard
14668 For more info about the \SpecialChar LaTeX
14669 -package 
14670 \series bold
14671 diagbox
14672 \series default
14673 , see its documentation, 
14674 \begin_inset CommandInset citation
14675 LatexCommand cite
14676 key "diagbox"
14677
14678 \end_inset
14679
14680 .
14681 \end_layout
14682
14683 \begin_layout Section
14684 Formal Tables
14685 \begin_inset CommandInset label
14686 LatexCommand label
14687 name "sec:Formal-Tables"
14688
14689 \end_inset
14690
14691
14692 \begin_inset Index idx
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696 Table ! Formal
14697 \end_layout
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Standard
14705 Tables are often typeset in books similar to Table
14706 \begin_inset space ~
14707 \end_inset
14708
14709
14710 \begin_inset CommandInset ref
14711 LatexCommand ref
14712 reference "tab:Example-booktabs-table"
14713
14714 \end_inset
14715
14716 .
14717  This kind of tables is called 
14718 \begin_inset Quotes eld
14719 \end_inset
14720
14721
14722 \emph on
14723 formal
14724 \emph default
14725
14726 \begin_inset Quotes erd
14727 \end_inset
14728
14729 .
14730  To make a table a formal table use the option 
14731 \family sans
14732 Formal
14733 \family default
14734  in the 
14735 \family sans
14736 Borders
14737 \family default
14738  tab of the table dialog.
14739 \end_layout
14740
14741 \begin_layout Standard
14742 \begin_inset Float table
14743 placement h
14744 wide false
14745 sideways false
14746 status open
14747
14748 \begin_layout Plain Layout
14749 \begin_inset Caption Standard
14750
14751 \begin_layout Plain Layout
14752 \begin_inset CommandInset label
14753 LatexCommand label
14754 name "tab:Example-booktabs-table"
14755
14756 \end_inset
14757
14758 Example booktabs-table
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \begin_layout Plain Layout
14767 \align center
14768 \begin_inset Tabular
14769 <lyxtabular version="3" rows="8" columns="4">
14770 <features booktabs="true" tabularvalignment="middle">
14771 <column alignment="center" valignment="top">
14772 <column alignment="center" valignment="top">
14773 <column alignment="center" valignment="top">
14774 <column alignment="center" valignment="top">
14775 <row>
14776 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780 System
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 <cell alignment="center" valignment="top" topline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789 Chip
14790 \begin_inset space \thinspace{}
14791 \end_inset
14792
14793 1
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802 Chip
14803 \begin_inset space \thinspace{}
14804 \end_inset
14805
14806 2
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 </row>
14821 <row>
14822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 \begin_inset ERT
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830
14831
14832 \backslash
14833 cmidrule(r){2-2}
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \begin_inset ERT
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843
14844
14845 \backslash
14846 cmidrule(l){3-4}
14847 \end_layout
14848
14849 \end_inset
14850
14851 Detector thickness in Âµm
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860 300
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell alignment="center" valignment="top" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869 300
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 <cell alignment="center" valignment="top" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878 700
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 </row>
14884 <row>
14885 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 Edge angle in Â°
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" topline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 3.55
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 2.71
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 7.99
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row topspace="default">
14923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 Spatial resolution in Âµm
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 4.26
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 10.17
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 10.56
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 </row>
14960 <row topspace="default">
14961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 MTF at 
14966 \begin_inset Formula $f_{\mathrm{max}}$
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 0.53
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 0.37
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 0.39
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 </row>
15002 <row topspace="default">
15003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 \begin_inset ERT
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011
15012
15013 \backslash
15014 cmidrule[2pt](l{10pt}){1-1}
15015 \end_layout
15016
15017 \end_inset
15018
15019 LSF-spatial resolution
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 </row>
15052 <row>
15053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 in Âµm
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 129.7
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 52.75
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 50.78
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 <row>
15091 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 in % of pixel size
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 76.3
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 95.9
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 92.3
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 </lyxtabular>
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \begin_layout Standard
15141 Spaces to table rows can be added using the 
15142 \family sans
15143 Borders
15144 \family default
15145  tab of the table dialog as described in section
15146 \begin_inset space ~
15147 \end_inset
15148
15149
15150 \begin_inset CommandInset ref
15151 LatexCommand ref
15152 reference "subsec:Row-Spacing"
15153
15154 \end_inset
15155
15156 .
15157 \end_layout
15158
15159 \begin_layout Standard
15160 Unlike normal tables, formal tables have no vertical table lines.
15161  The horizontal table lines can be set as for normal tables but they appear
15162  with different widths in the output:
15163 \begin_inset Newline newline
15164 \end_inset
15165
15166 The first and the last table line have a default width of 0.08
15167 \begin_inset space \thinspace{}
15168 \end_inset
15169
15170 em while the other lines have a default width of 0.05
15171 \begin_inset space \thinspace{}
15172 \end_inset
15173
15174 em.
15175 \end_layout
15176
15177 \begin_layout Standard
15178 The default widths can be changed with the following preamble lines
15179 \end_layout
15180
15181 \begin_layout Standard
15182
15183 \series bold
15184
15185 \backslash
15186 let
15187 \backslash
15188 mytoprule
15189 \backslash
15190 toprule
15191 \begin_inset Newline newline
15192 \end_inset
15193
15194
15195 \backslash
15196 renewcommand{
15197 \backslash
15198 toprule}{
15199 \backslash
15200 mytoprule[width]}
15201 \end_layout
15202
15203 \begin_layout Standard
15204 This example is for the first line, the so called 
15205 \series bold
15206 toprule
15207 \series default
15208 .
15209  If you want to change the width for the last line, replace 
15210 \series bold
15211 toprule
15212 \series default
15213  by 
15214 \series bold
15215 bottomrule
15216 \series default
15217 .
15218  To change the width for the other lines replace 
15219 \series bold
15220 toprule
15221 \series default
15222  by 
15223 \series bold
15224 midrule
15225 \series default
15226 .
15227  You can use all units listed in appendix
15228 \begin_inset space ~
15229 \end_inset
15230
15231
15232 \begin_inset CommandInset ref
15233 LatexCommand ref
15234 reference "cha:Units-available-in"
15235
15236 \end_inset
15237
15238  to set the width.
15239 \end_layout
15240
15241 \begin_layout Standard
15242 Lines that do not span all table columns can be created by setting a table
15243  line for multicolumn cells.
15244  \SpecialChar LyX
15245  will then internally use the command 
15246 \series bold
15247
15248 \backslash
15249 cmidrule
15250 \series default
15251  to create this line.
15252  Its full scheme is
15253 \end_layout
15254
15255 \begin_layout Standard
15256
15257 \series bold
15258
15259 \backslash
15260 cmidrule[height](trim){startcol-endcol}
15261 \end_layout
15262
15263 \begin_layout Standard
15264 The options of 
15265 \series bold
15266
15267 \backslash
15268 cmidrule
15269 \series default
15270  are currently not supported by \SpecialChar LyX
15271  so you have to use \SpecialChar TeX
15272  Code to be able to
15273  use them.
15274  
15275 \series bold
15276
15277 \backslash
15278 cmidrule
15279 \series default
15280 s can manually be created by inserting the command as \SpecialChar TeX
15281  Code as the first
15282  cell entry of the first cell of a row.
15283  The line is then drawn in the output above the current row.
15284 \end_layout
15285
15286 \begin_layout Standard
15287 The default for the optional 
15288 \series bold
15289 height
15290 \series default
15291  is 0.03
15292 \begin_inset space \thinspace{}
15293 \end_inset
15294
15295 em.
15296  
15297 \series bold
15298 startcol
15299 \series default
15300  is the number of the column where the line starts and 
15301 \series bold
15302 endcol
15303 \series default
15304  the column number where the line ends.
15305  The 
15306 \series bold
15307 endcol
15308 \series default
15309  always needs to be specified, also when the line should span only one column.
15310  The optional parameter 
15311 \series bold
15312 trim
15313 \series default
15314  could either be 
15315 \emph on
15316 l{trimwidth}
15317 \emph default
15318  or 
15319 \emph on
15320 r{trimwidth}
15321 \emph default
15322  where the 
15323 \emph on
15324 trimwidth
15325 \emph default
15326  is also optional.
15327  Using for example the parameter 
15328 \emph on
15329 l{2pt}
15330 \emph default
15331  means that the line is trimmed from its left end by 2
15332 \begin_inset space \thinspace{}
15333 \end_inset
15334
15335 pt.
15336  If you don't specify the 
15337 \emph on
15338 trimwidth
15339 \emph default
15340  the line is trimmed by the default of 0.5
15341 \begin_inset space \thinspace{}
15342 \end_inset
15343
15344 em.
15345 \end_layout
15346
15347 \begin_layout Standard
15348 \begin_inset VSpace bigskip
15349 \end_inset
15350
15351 Table
15352 \begin_inset space ~
15353 \end_inset
15354
15355
15356 \begin_inset CommandInset ref
15357 LatexCommand ref
15358 reference "tab:Example-booktabs-table"
15359
15360 \end_inset
15361
15362  was created using the commands
15363 \end_layout
15364
15365 \begin_layout Standard
15366
15367 \series bold
15368
15369 \backslash
15370 cmidrule(r){2-2}
15371 \backslash
15372 cmidrule(l){3-4}
15373 \end_layout
15374
15375 \begin_layout Standard
15376 at the beginning of the second row and
15377 \end_layout
15378
15379 \begin_layout Standard
15380
15381 \series bold
15382
15383 \backslash
15384 cmidrule[2pt](l{10pt}){1-1}
15385 \end_layout
15386
15387 \begin_layout Standard
15388 in the sixth row.
15389 \end_layout
15390
15391 \begin_layout Standard
15392 \begin_inset VSpace bigskip
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \begin_layout Standard
15399 You might want to have overlapping 
15400 \series bold
15401
15402 \backslash
15403 cmidrule
15404 \series default
15405 s as in in Table
15406 \begin_inset space ~
15407 \end_inset
15408
15409
15410 \begin_inset CommandInset ref
15411 LatexCommand ref
15412 reference "tab:Special-booktabs-table"
15413
15414 \end_inset
15415
15416 .
15417  This can be achieved with the \SpecialChar TeX
15418  Code command
15419 \end_layout
15420
15421 \begin_layout Standard
15422
15423 \series bold
15424
15425 \backslash
15426 morecmidrules
15427 \end_layout
15428
15429 \begin_layout Standard
15430 The command that was used for the second row of Table
15431 \begin_inset space ~
15432 \end_inset
15433
15434
15435 \begin_inset CommandInset ref
15436 LatexCommand ref
15437 reference "tab:Special-booktabs-table"
15438
15439 \end_inset
15440
15441  is
15442 \end_layout
15443
15444 \begin_layout Standard
15445
15446 \series bold
15447
15448 \backslash
15449 cmidrule(r){2-2}
15450 \backslash
15451 cmidrule(l){3-4}
15452 \backslash
15453 morecmidrules
15454 \backslash
15455 cmidrule{2-4}
15456 \end_layout
15457
15458 \begin_layout Standard
15459 The command for the sixth row is
15460 \end_layout
15461
15462 \begin_layout Standard
15463
15464 \series bold
15465
15466 \backslash
15467 midrule
15468 \backslash
15469 morecmidrules
15470 \backslash
15471 cmidrule{3-4}
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset VSpace bigskip
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \begin_layout Standard
15482 If you are in any way not satisfied with the border line spacing, you can
15483  use the following command to produce lines that span over all table columns
15484 \series bold
15485 :
15486 \end_layout
15487
15488 \begin_layout Standard
15489
15490 \series bold
15491
15492 \backslash
15493 specialrule{width}{space above}{space below}
15494 \end_layout
15495
15496 \begin_layout Standard
15497 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15498 -package
15499  
15500 \series bold
15501 booktabs
15502 \series default
15503  
15504 \begin_inset CommandInset citation
15505 LatexCommand cite
15506 key "booktabs"
15507
15508 \end_inset
15509
15510 .
15511 \begin_inset Index idx
15512 status collapsed
15513
15514 \begin_layout Plain Layout
15515 \SpecialChar LaTeX
15516 -packages ! booktabs
15517 \end_layout
15518
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \begin_layout Standard
15525 \begin_inset Float table
15526 placement h
15527 wide false
15528 sideways false
15529 status open
15530
15531 \begin_layout Plain Layout
15532 \begin_inset Caption Standard
15533
15534 \begin_layout Plain Layout
15535 \begin_inset CommandInset label
15536 LatexCommand label
15537 name "tab:Special-booktabs-table"
15538
15539 \end_inset
15540
15541 Special booktabs-table
15542 \end_layout
15543
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \begin_layout Plain Layout
15550 \align center
15551 \begin_inset Tabular
15552 <lyxtabular version="3" rows="8" columns="4">
15553 <features booktabs="true" tabularvalignment="middle">
15554 <column alignment="center" valignment="top">
15555 <column alignment="center" valignment="top">
15556 <column alignment="center" valignment="top">
15557 <column alignment="center" valignment="top">
15558 <row>
15559 <cell alignment="center" valignment="top" topline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 System
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 Chip
15573 \begin_inset space \thinspace{}
15574 \end_inset
15575
15576 1
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 Chip
15586 \begin_inset space \thinspace{}
15587 \end_inset
15588
15589 2
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 </row>
15604 <row>
15605 <cell alignment="center" valignment="top" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 \begin_inset ERT
15610 status collapsed
15611
15612 \begin_layout Plain Layout
15613
15614
15615 \backslash
15616 cmidrule(r){2-2}
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \begin_inset ERT
15623 status collapsed
15624
15625 \begin_layout Plain Layout
15626
15627
15628 \backslash
15629 cmidrule(l){3-4}
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \begin_inset ERT
15636 status collapsed
15637
15638 \begin_layout Plain Layout
15639
15640
15641 \backslash
15642 morecmidrules 
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \begin_inset ERT
15649 status collapsed
15650
15651 \begin_layout Plain Layout
15652
15653
15654 \backslash
15655 cmidrule{2-4}
15656 \end_layout
15657
15658 \end_inset
15659
15660 Detector thickness in Âµm
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 300
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 300
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 700
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 </row>
15693 <row>
15694 <cell alignment="center" valignment="top" topline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 Edge angle in Â°
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 3.55
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" topline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716 2.71
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 7.99
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row topspace="default">
15732 <cell alignment="center" valignment="top" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 Spatial resolution in Âµm
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 4.26
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754 10.17
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 10.56
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row topspace="default">
15770 <cell alignment="center" valignment="top" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 MTF at 
15775 \begin_inset Formula $f_{\mathrm{max}}$
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 0.53
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 0.37
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805 0.39
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 <row>
15812 <cell alignment="center" valignment="top" topline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 \begin_inset ERT
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820
15821
15822 \backslash
15823 morecmidrules 
15824 \end_layout
15825
15826 \end_inset
15827
15828
15829 \begin_inset ERT
15830 status collapsed
15831
15832 \begin_layout Plain Layout
15833
15834
15835 \backslash
15836 cmidrule{3-4}
15837 \end_layout
15838
15839 \end_inset
15840
15841 LSF-spatial resolution
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" topline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" topline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 </row>
15874 <row>
15875 <cell alignment="center" valignment="top" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 in Âµm
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 129.7
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 52.75
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 50.78
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 <row>
15913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 in % of pixel size
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926 76.3
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 95.9
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 92.3
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 </lyxtabular>
15951
15952 \end_inset
15953
15954
15955 \end_layout
15956
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \begin_layout Section
15963 Vertical Table Alignment
15964 \begin_inset Index idx
15965 status collapsed
15966
15967 \begin_layout Plain Layout
15968 Table ! Alignment
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Standard
15977 To align tables vertically in a text line, the table must be inside a box.
15978  The box can then be vertically aligned as described in section
15979 \begin_inset space ~
15980 \end_inset
15981
15982
15983 \begin_inset CommandInset ref
15984 LatexCommand ref
15985 reference "sec:Box-Dialog"
15986
15987 \end_inset
15988
15989 .
15990 \end_layout
15991
15992 \begin_layout Standard
15993 In the following example the tables are inside a minipage
15994 \begin_inset Foot
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998 Minipages are described in section
15999 \begin_inset space ~
16000 \end_inset
16001
16002
16003 \begin_inset CommandInset ref
16004 LatexCommand ref
16005 reference "sec:Minipages"
16006
16007 \end_inset
16008
16009 .
16010 \end_layout
16011
16012 \end_inset
16013
16014  box that has a width of 15
16015 \begin_inset space \thinspace{}
16016 \end_inset
16017
16018 col%:
16019 \end_layout
16020
16021 \begin_layout Itemize
16022 test 
16023 \begin_inset Box Frameless
16024 position "t"
16025 hor_pos "c"
16026 has_inner_box 1
16027 inner_pos "c"
16028 use_parbox 0
16029 use_makebox 0
16030 width "15col%"
16031 special "none"
16032 height "1in"
16033 height_special "totalheight"
16034 thickness "0.4pt"
16035 separation "3pt"
16036 shadowsize "4pt"
16037 framecolor "black"
16038 backgroundcolor "none"
16039 status collapsed
16040
16041 \begin_layout Plain Layout
16042 \begin_inset Tabular
16043 <lyxtabular version="3" rows="3" columns="3">
16044 <features tabularvalignment="middle">
16045 <column alignment="center" valignment="top">
16046 <column alignment="center" valignment="top">
16047 <column alignment="center" valignment="top">
16048 <row>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 a
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 d
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 g
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 </row>
16077 <row>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 b
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 e
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 h
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 c
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 f
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 i
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 </lyxtabular>
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \end_inset
16143
16144  test 
16145 \begin_inset ERT
16146 status collapsed
16147
16148 \begin_layout Plain Layout
16149
16150
16151 \backslash
16152 raisebox{0.85
16153 \backslash
16154 baselineskip}{
16155 \end_layout
16156
16157 \end_inset
16158
16159
16160 \begin_inset Box Frameless
16161 position "t"
16162 hor_pos "c"
16163 has_inner_box 1
16164 inner_pos "c"
16165 use_parbox 0
16166 use_makebox 0
16167 width "15col%"
16168 special "none"
16169 height "1in"
16170 height_special "totalheight"
16171 thickness "0.4pt"
16172 separation "3pt"
16173 shadowsize "4pt"
16174 framecolor "black"
16175 backgroundcolor "none"
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179 \begin_inset Tabular
16180 <lyxtabular version="3" rows="3" columns="3">
16181 <features tabularvalignment="middle">
16182 <column alignment="center" valignment="top">
16183 <column alignment="center" valignment="top">
16184 <column alignment="center" valignment="top">
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 a
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 d
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 g
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 <row>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 b
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 e
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 h
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 c
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 f
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 i
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 </lyxtabular>
16273
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \end_inset
16280
16281
16282 \begin_inset ERT
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286
16287 }
16288 \end_layout
16289
16290 \end_inset
16291
16292
16293 \end_layout
16294
16295 \begin_layout Itemize
16296 test 
16297 \begin_inset Box Frameless
16298 position "c"
16299 hor_pos "c"
16300 has_inner_box 1
16301 inner_pos "c"
16302 use_parbox 0
16303 use_makebox 0
16304 width "15col%"
16305 special "none"
16306 height "1in"
16307 height_special "totalheight"
16308 thickness "0.4pt"
16309 separation "3pt"
16310 shadowsize "4pt"
16311 framecolor "black"
16312 backgroundcolor "none"
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316 \begin_inset Tabular
16317 <lyxtabular version="3" rows="3" columns="3">
16318 <features tabularvalignment="middle">
16319 <column alignment="center" valignment="top">
16320 <column alignment="center" valignment="top">
16321 <column alignment="center" valignment="top">
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 a
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 d
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 g
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 b
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 e
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 h
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 </row>
16380 <row>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 c
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 f
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 i
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 </lyxtabular>
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \begin_layout Itemize
16422 test 
16423 \begin_inset Box Frameless
16424 position "b"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 thickness "0.4pt"
16435 separation "3pt"
16436 shadowsize "4pt"
16437 framecolor "black"
16438 backgroundcolor "none"
16439 status collapsed
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Tabular
16443 <lyxtabular version="3" rows="3" columns="3">
16444 <features tabularvalignment="middle">
16445 <column alignment="center" valignment="top">
16446 <column alignment="center" valignment="top">
16447 <column alignment="center" valignment="top">
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 a
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 d
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 g
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 b
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 e
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 h
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 c
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 f
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 i
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 </lyxtabular>
16536
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \end_inset
16543
16544  test 
16545 \begin_inset ERT
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549
16550
16551 \backslash
16552 raisebox{-0.32
16553 \backslash
16554 baselineskip}{
16555 \end_layout
16556
16557 \end_inset
16558
16559
16560 \begin_inset Box Frameless
16561 position "b"
16562 hor_pos "c"
16563 has_inner_box 1
16564 inner_pos "c"
16565 use_parbox 0
16566 use_makebox 0
16567 width "15col%"
16568 special "none"
16569 height "1in"
16570 height_special "totalheight"
16571 thickness "0.4pt"
16572 separation "3pt"
16573 shadowsize "4pt"
16574 framecolor "black"
16575 backgroundcolor "none"
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579 \begin_inset Tabular
16580 <lyxtabular version="3" rows="3" columns="3">
16581 <features tabularvalignment="middle">
16582 <column alignment="center" valignment="top">
16583 <column alignment="center" valignment="top">
16584 <column alignment="center" valignment="top">
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 a
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 d
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 g
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 b
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 e
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 h
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 c
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 f
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 i
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 </lyxtabular>
16673
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \end_inset
16680
16681
16682 \begin_inset ERT
16683 status collapsed
16684
16685 \begin_layout Plain Layout
16686
16687 }
16688 \end_layout
16689
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \begin_layout Standard
16696 As you will see, the content of the first and last table row is not correctly
16697  aligned.
16698  To get this alignment, the minipage box must be set into a raisebox.
16699 \begin_inset Foot
16700 status collapsed
16701
16702 \begin_layout Plain Layout
16703 Raiseboxes are described in section
16704 \begin_inset space ~
16705 \end_inset
16706
16707
16708 \begin_inset CommandInset ref
16709 LatexCommand ref
16710 reference "subsec:Vertical-Alignment"
16711
16712 \end_inset
16713
16714 .
16715 \end_layout
16716
16717 \end_inset
16718
16719  In the example above the second table in the first item is aligned using
16720  the \SpecialChar TeX
16721  Code command
16722 \end_layout
16723
16724 \begin_layout Standard
16725
16726 \series bold
16727
16728 \backslash
16729 raisebox{0.85
16730 \backslash
16731 baselineskip}{
16732 \end_layout
16733
16734 \begin_layout Standard
16735 before the box.
16736  After the box the closing brace 
16737 \series bold
16738 }
16739 \series default
16740  is inserted as \SpecialChar TeX
16741  Code.
16742  For the second table in the last item the command
16743 \end_layout
16744
16745 \begin_layout Standard
16746
16747 \series bold
16748
16749 \backslash
16750 raisebox{-0.32
16751 \backslash
16752 baselineskip}{
16753 \end_layout
16754
16755 \begin_layout Standard
16756 is used.
16757 \end_layout
16758
16759 \begin_layout Standard
16760 \begin_inset Note Greyedout
16761 status open
16762
16763 \begin_layout Plain Layout
16764
16765 \series bold
16766 Note:
16767 \series default
16768  The alignment of the table row content to the surrounding text line is
16769  not exact.
16770  The required value for the 
16771 \series bold
16772
16773 \backslash
16774 raisebox
16775 \series default
16776  command for this alignment depends on the document font, the font size,
16777  and the table line thickness.
16778 \end_layout
16779
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \begin_layout Section
16786 Colored Tables
16787 \begin_inset CommandInset label
16788 LatexCommand label
16789 name "sec:Colored-Tables"
16790
16791 \end_inset
16792
16793
16794 \begin_inset Index idx
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 Table ! Color
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \begin_layout Subsection
16807 Colored Cells
16808 \begin_inset Index idx
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812 Table Color ! for Cells
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \begin_inset Index idx
16819 status collapsed
16820
16821 \begin_layout Plain Layout
16822 Color ! for Table Cells
16823 \end_layout
16824
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \begin_layout Standard
16831 \begin_inset Float table
16832 placement h
16833 wide false
16834 sideways false
16835 status open
16836
16837 \begin_layout Plain Layout
16838 \begin_inset Caption Standard
16839
16840 \begin_layout Plain Layout
16841 \begin_inset CommandInset label
16842 LatexCommand label
16843 name "tab:Table-colored-without"
16844
16845 \end_inset
16846
16847 Table colored without using the package 
16848 \series bold
16849 colortbl
16850 \series default
16851
16852 \begin_inset Argument 1
16853 status collapsed
16854
16855 \begin_layout Plain Layout
16856 Table without colortbl
16857 \end_layout
16858
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \begin_layout Plain Layout
16870 \align center
16871 \begin_inset Tabular
16872 <lyxtabular version="3" rows="3" columns="3">
16873 <features tabularvalignment="middle">
16874 <column alignment="center" valignment="top">
16875 <column alignment="center" valignment="top">
16876 <column alignment="center" valignment="top">
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \color green
16884 a
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \color red
16895 b
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \color red
16906 c
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 <row>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \color green
16919 d
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \color blue
16930 e
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \color blue
16941 f
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \color green
16954 g
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963
16964 \color blue
16965 h
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974
16975 \color blue
16976 i
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 </lyxtabular>
16983
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \begin_layout Standard
16995 If you only need colored text, mark the cells and choose a color in the
16996  
16997 \family sans
16998 Text
16999 \begin_inset space ~
17000 \end_inset
17001
17002 Style
17003 \family default
17004  dialog (toolbar button 
17005 \begin_inset Info
17006 type  "icon"
17007 arg   "dialog-show character"
17008 \end_inset
17009
17010 ).
17011  This was used to create Table
17012 \begin_inset space ~
17013 \end_inset
17014
17015
17016 \begin_inset CommandInset ref
17017 LatexCommand ref
17018 reference "tab:Table-colored-without"
17019
17020 \end_inset
17021
17022 .
17023  In any other case you have to use the \SpecialChar LaTeX
17024 -package 
17025 \series bold
17026 colortbl
17027 \series default
17028 .
17029 \begin_inset Index idx
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033 \SpecialChar LaTeX
17034 -packages ! colortbl
17035 \end_layout
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \begin_layout Standard
17043 \begin_inset ERT
17044 status collapsed
17045
17046 \begin_layout Plain Layout
17047
17048
17049 \backslash
17050 ifcolortbl
17051 \end_layout
17052
17053 \end_inset
17054
17055
17056 \begin_inset Note Note
17057 status open
17058
17059 \begin_layout Plain Layout
17060 The following section part will only be displayed when the \SpecialChar LaTeX
17061 -package 
17062 \series bold
17063 colortbl
17064 \series default
17065  is installed.
17066 \end_layout
17067
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \begin_layout Standard
17074 To create colored tables, 
17075 \series bold
17076 colortbl
17077 \series default
17078  must be loaded in the preamble with the line
17079 \end_layout
17080
17081 \begin_layout Standard
17082
17083 \series bold
17084
17085 \backslash
17086 usepackage{colortbl}
17087 \end_layout
17088
17089 \begin_layout Standard
17090 The color of a column is adjusted with the command
17091 \end_layout
17092
17093 \begin_layout Standard
17094
17095 \series bold
17096
17097 \backslash
17098 columncolor{name of color}
17099 \end_layout
17100
17101 \begin_layout Standard
17102 inside the command 
17103 \series bold
17104 >{ }
17105 \series default
17106 .
17107  More about the command 
17108 \series bold
17109 >{}
17110 \series default
17111  is contained in section
17112 \begin_inset space ~
17113 \end_inset
17114
17115
17116 \begin_inset CommandInset ref
17117 LatexCommand ref
17118 reference "subsec:Multicolumn-Calculations"
17119
17120 \end_inset
17121
17122 .
17123 \end_layout
17124
17125 \begin_layout Standard
17126 The following color names are predefined:
17127 \end_layout
17128
17129 \begin_layout Standard
17130
17131 \family sans
17132 red
17133 \family default
17134
17135 \family sans
17136 green
17137 \family default
17138
17139 \family sans
17140 yellow
17141 \family default
17142
17143 \family sans
17144 blue
17145 \family default
17146
17147 \family sans
17148 cyan
17149 \family default
17150
17151 \family sans
17152 magenta
17153 \family default
17154
17155 \family sans
17156 black
17157 \family default
17158  and 
17159 \family sans
17160 white
17161 \end_layout
17162
17163 \begin_layout Standard
17164 \begin_inset VSpace medskip
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \begin_layout Standard
17171 If you add the option
17172 \end_layout
17173
17174 \begin_layout Standard
17175
17176 \series bold
17177 dvipsnames
17178 \end_layout
17179
17180 \begin_layout Standard
17181 to the document class options in the document settings, you can additionally
17182  use further 61
17183 \begin_inset space ~
17184 \end_inset
17185
17186 colors.
17187  These colors are listed in appendix
17188 \begin_inset space ~
17189 \end_inset
17190
17191
17192 \begin_inset CommandInset ref
17193 LatexCommand ref
17194 reference "chap:List-of-dvips-colornames"
17195
17196 \end_inset
17197
17198 .
17199  One of these colors, 
17200 \family sans
17201 Maroon
17202 \family default
17203 , is used as example in Table
17204 \begin_inset space ~
17205 \end_inset
17206
17207
17208 \begin_inset CommandInset ref
17209 LatexCommand ref
17210 reference "tab:Table-colored-using"
17211
17212 \end_inset
17213
17214 .
17215 \end_layout
17216
17217 \begin_layout Standard
17218 \begin_inset VSpace medskip
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \begin_layout Standard
17225 You can also define your own color with the command
17226 \end_layout
17227
17228 \begin_layout Standard
17229
17230 \series bold
17231
17232 \backslash
17233 definecolor{color name}{color model}{color values}
17234 \end_layout
17235
17236 \begin_layout Standard
17237 The color model can be
17238 \end_layout
17239
17240 \begin_layout Labeling
17241 \labelwidthstring 00.00.0000
17242 cmyk: cyan, magenta, yellow, black
17243 \end_layout
17244
17245 \begin_layout Labeling
17246 \labelwidthstring 00.00.0000
17247 rgb: red, green blue
17248 \end_layout
17249
17250 \begin_layout Labeling
17251 \labelwidthstring 00.00.0000
17252 gray gray
17253 \end_layout
17254
17255 \begin_layout Standard
17256 and the color values are comma separated numbers between 0 and 1 describing
17257  the factor for the corresponding color of the color model.
17258 \end_layout
17259
17260 \begin_layout Standard
17261 You can e.
17262 \begin_inset space \thinspace{}
17263 \end_inset
17264
17265 g.
17266 \begin_inset space \space{}
17267 \end_inset
17268
17269 define the color "
17270 \emph on
17271 darkgreen
17272 \emph default
17273 " in the preamble with
17274 \end_layout
17275
17276 \begin_layout Standard
17277
17278 \series bold
17279
17280 \backslash
17281 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17282 \end_layout
17283
17284 \begin_layout Standard
17285 and the color "
17286 \emph on
17287 lightgray
17288 \emph default
17289 " with
17290 \end_layout
17291
17292 \begin_layout Standard
17293
17294 \series bold
17295
17296 \backslash
17297 definecolor{lightgray}{gray}{0.8}
17298 \end_layout
17299
17300 \begin_layout Standard
17301 \begin_inset VSpace medskip
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \begin_layout Standard
17308 Lines are colored with the command
17309 \end_layout
17310
17311 \begin_layout Standard
17312
17313 \series bold
17314
17315 \backslash
17316 rowcolor{name of color}
17317 \end_layout
17318
17319 \begin_layout Standard
17320 and cells are colored with the command
17321 \end_layout
17322
17323 \begin_layout Standard
17324
17325 \series bold
17326
17327 \backslash
17328 cellcolor{name of color}
17329 \end_layout
17330
17331 \begin_layout Standard
17332 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17333  Code.
17334 \end_layout
17335
17336 \begin_layout Standard
17337 To color characters in the table, mark the cells and use the 
17338 \family sans
17339 Text
17340 \begin_inset space ~
17341 \end_inset
17342
17343 Style
17344 \family default
17345  dialog.
17346  If a cell contains \SpecialChar TeX
17347  Code mark only the characters, otherwise the colored
17348  \SpecialChar TeX
17349  Code will cause \SpecialChar LaTeX
17350  errors.
17351 \end_layout
17352
17353 \begin_layout Standard
17354 \begin_inset Note Greyedout
17355 status open
17356
17357 \begin_layout Plain Layout
17358
17359 \series bold
17360 Note:
17361 \series default
17362  Not all DVI-viewers are able to display self-defined colors.
17363 \end_layout
17364
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \begin_layout Standard
17371 \begin_inset VSpace bigskip
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 To create Table
17379 \begin_inset space ~
17380 \end_inset
17381
17382
17383 \begin_inset CommandInset ref
17384 LatexCommand ref
17385 reference "tab:Table-colored-using"
17386
17387 \end_inset
17388
17389  do the following: The color of the first column should be 
17390 \emph on
17391 darkgreen
17392 \emph default
17393 .
17394  So insert
17395 \end_layout
17396
17397 \begin_layout Standard
17398
17399 \series bold
17400 >{
17401 \backslash
17402 columncolor{darkgreen}
17403 \backslash
17404 centering}c
17405 \end_layout
17406
17407 \begin_layout Standard
17408 as \SpecialChar LaTeX
17409 -argument for this column.
17410  The first row should be light blue, therefore the \SpecialChar TeX
17411  Code command
17412 \end_layout
17413
17414 \begin_layout Standard
17415
17416 \series bold
17417
17418 \backslash
17419 rowcolor{cyan}
17420 \end_layout
17421
17422 \begin_layout Standard
17423 is inserted to the first cell of this row.
17424  Note that this overwrites the column color for the first cell.
17425  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17426  Code
17427  command
17428 \end_layout
17429
17430 \begin_layout Standard
17431
17432 \series bold
17433
17434 \backslash
17435 cellcolor{Maroon}
17436 \end_layout
17437
17438 \begin_layout Standard
17439 The characters could now be colored using the menu 
17440 \family sans
17441 Edit\SpecialChar menuseparator
17442 Text
17443 \begin_inset space ~
17444 \end_inset
17445
17446 Style
17447 \family default
17448 .
17449 \end_layout
17450
17451 \begin_layout Standard
17452 \begin_inset Float table
17453 placement h
17454 wide false
17455 sideways false
17456 status open
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Caption Standard
17460
17461 \begin_layout Plain Layout
17462 \begin_inset CommandInset label
17463 LatexCommand label
17464 name "tab:Table-colored-using"
17465
17466 \end_inset
17467
17468 Table colored using the package 
17469 \series bold
17470 colortbl
17471 \series default
17472
17473 \begin_inset Argument 1
17474 status collapsed
17475
17476 \begin_layout Plain Layout
17477 Table with colortbl
17478 \end_layout
17479
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \begin_layout Plain Layout
17491 \align center
17492 \begin_inset Tabular
17493 <lyxtabular version="3" rows="3" columns="3">
17494 <features tabularvalignment="middle">
17495 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17496 <column alignment="center" valignment="top">
17497 <column alignment="center" valignment="top">
17498 <row>
17499 <cell alignment="center" valignment="top" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 \begin_inset ERT
17504 status collapsed
17505
17506 \begin_layout Plain Layout
17507
17508
17509 \backslash
17510 rowcolor{cyan}
17511 \end_layout
17512
17513 \end_inset
17514
17515
17516 \color magenta
17517 a
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526
17527 \color red
17528 b
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537
17538 \color red
17539 c
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 <row>
17546 <cell alignment="center" valignment="top" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550
17551 \color yellow
17552 d
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561
17562 \color blue
17563 e
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \color blue
17574 f
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 </row>
17580 <row>
17581 <cell alignment="center" valignment="top" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585
17586 \color yellow
17587 g
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 <cell alignment="center" valignment="top" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596
17597 \color blue
17598 h
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 \begin_inset ERT
17608 status collapsed
17609
17610 \begin_layout Plain Layout
17611
17612
17613 \backslash
17614 cellcolor{Maroon}
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \color green
17621 i
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 </lyxtabular>
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \begin_layout Standard
17640 \begin_inset ERT
17641 status collapsed
17642
17643 \begin_layout Plain Layout
17644
17645
17646 \backslash
17647 else
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \begin_inset Note Note
17654 status open
17655
17656 \begin_layout Plain Layout
17657 The following will be displayed when the \SpecialChar LaTeX
17658 -package 
17659 \series bold
17660 colortbl
17661 \series default
17662  is not installed:
17663 \end_layout
17664
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Standard
17671 You need to install the package 
17672 \series bold
17673 colortbl
17674 \series default
17675  to see the content of this section in the output.
17676 \end_layout
17677
17678 \begin_layout Standard
17679 \begin_inset ERT
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683
17684
17685 \backslash
17686 fi
17687 \end_layout
17688
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \begin_layout Subsection
17695 Colored Rows
17696 \begin_inset Index idx
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700 Table Color ! for Rows
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \begin_inset Index idx
17707 status collapsed
17708
17709 \begin_layout Plain Layout
17710 Color ! for Table Rows
17711 \end_layout
17712
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \begin_layout Standard
17719 In case every second table row needs to be colored there is an alternative
17720  to the method described in the previous section: One loads the package
17721  
17722 \series bold
17723 xcolor
17724 \series default
17725
17726 \begin_inset Index idx
17727 status collapsed
17728
17729 \begin_layout Plain Layout
17730 \SpecialChar LaTeX
17731 -packages ! xcolor
17732 \begin_inset ERT
17733 status collapsed
17734
17735 \begin_layout Plain Layout
17736
17737
17738 \backslash
17739 vspace{4mm}
17740 \end_layout
17741
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \end_inset
17748
17749  in the document preamble with the command
17750 \end_layout
17751
17752 \begin_layout Standard
17753
17754 \series bold
17755
17756 \backslash
17757 usepackage[table]{xcolor}
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763 xcolor
17764 \series default
17765  automatically loads also the package 
17766 \series bold
17767 colortbl
17768 \series default
17769
17770 \begin_inset Index idx
17771 status collapsed
17772
17773 \begin_layout Plain Layout
17774 \SpecialChar LaTeX
17775 -packages ! colortbl
17776 \end_layout
17777
17778 \end_inset
17779
17780 , so 
17781 \series bold
17782 colortbl
17783 \series default
17784  must be installed in your \SpecialChar LaTeX
17785 -distribution, otherwise you get \SpecialChar LaTeX
17786 -errors.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset ERT
17791 status collapsed
17792
17793 \begin_layout Plain Layout
17794
17795
17796 \backslash
17797 ifcolortbl
17798 \end_layout
17799
17800 \end_inset
17801
17802
17803 \begin_inset Note Note
17804 status open
17805
17806 \begin_layout Plain Layout
17807 The following section part will only be displayed when the \SpecialChar LaTeX
17808 -package 
17809 \series bold
17810 colortbl
17811 \series default
17812  is installed.
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 The table rows are colored with the command
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827
17828 \backslash
17829 rowcolors[commands]{row number}{odd row color}{even row color}
17830 \end_layout
17831
17832 \begin_layout Standard
17833 that is either inserted in the document preamble or as \SpecialChar TeX
17834  Code before the
17835  first table to be colored.
17836  row
17837 \begin_inset space ~
17838 \end_inset
17839
17840 number is the number of the first row which should be colored according
17841  to the odd row color.
17842  commands can be additional commands that are executed before every table
17843  row.
17844  So for example the command
17845 \end_layout
17846
17847 \begin_layout Standard
17848
17849 \series bold
17850
17851 \backslash
17852 rowcolors{1}{white}{lightgray}
17853 \end_layout
17854
17855 \begin_layout Standard
17856 leads to the coloring scheme of Table
17857 \begin_inset space ~
17858 \end_inset
17859
17860
17861 \begin_inset CommandInset ref
17862 LatexCommand ref
17863 reference "tab:Table-rowcolors"
17864
17865 \end_inset
17866
17867 .
17868  The command
17869 \end_layout
17870
17871 \begin_layout Standard
17872
17873 \series bold
17874
17875 \backslash
17876 rowcolors[
17877 \backslash
17878 hline]{1}{lightgray}{cyan}
17879 \end_layout
17880
17881 \begin_layout Standard
17882 leads to the coloring scheme of Table
17883 \begin_inset space ~
17884 \end_inset
17885
17886
17887 \begin_inset CommandInset ref
17888 LatexCommand ref
17889 reference "tab:Table-rowcolors-2"
17890
17891 \end_inset
17892
17893 .
17894  If odd
17895 \begin_inset space ~
17896 \end_inset
17897
17898 row
17899 \begin_inset space ~
17900 \end_inset
17901
17902 color and/or even
17903 \begin_inset space ~
17904 \end_inset
17905
17906 row
17907 \begin_inset space ~
17908 \end_inset
17909
17910 color are left empty, no color will be used so that the command
17911 \end_layout
17912
17913 \begin_layout Standard
17914
17915 \series bold
17916
17917 \backslash
17918 rowcolors{1}{}{}
17919 \end_layout
17920
17921 \begin_layout Standard
17922 deletes all colors.
17923  
17924 \series bold
17925
17926 \backslash
17927 rowcolors
17928 \series default
17929  affects all tables following that command.
17930 \end_layout
17931
17932 \begin_layout Standard
17933 \begin_inset ERT
17934 status open
17935
17936 \begin_layout Plain Layout
17937
17938
17939 \backslash
17940 rowcolors{1}{white}{lightgray}
17941 \end_layout
17942
17943 \end_inset
17944
17945
17946 \end_layout
17947
17948 \begin_layout Standard
17949 \begin_inset Float table
17950 placement h
17951 wide false
17952 sideways false
17953 status open
17954
17955 \begin_layout Plain Layout
17956 \begin_inset Caption Standard
17957
17958 \begin_layout Plain Layout
17959 \begin_inset CommandInset label
17960 LatexCommand label
17961 name "tab:Table-rowcolors"
17962
17963 \end_inset
17964
17965 Table where every second row is colored light gray.
17966 \end_layout
17967
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \begin_layout Plain Layout
17974 \align center
17975 \begin_inset Tabular
17976 <lyxtabular version="3" rows="4" columns="3">
17977 <features tabularvalignment="middle">
17978 <column alignment="center" valignment="top">
17979 <column alignment="center" valignment="top" width="0pt">
17980 <column alignment="center" valignment="top" width="0pt">
17981 <row>
17982 <cell alignment="center" valignment="top" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 X
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995 Y
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 <cell alignment="center" valignment="top" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004 Z
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 </row>
18010 <row>
18011 <cell alignment="center" valignment="top" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 1
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 2
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033 3
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 </row>
18039 <row>
18040 <cell alignment="center" valignment="top" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044 4
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 5
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 6
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 </row>
18068 <row>
18069 <cell alignment="center" valignment="top" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 7
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 8
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 9
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 </row>
18097 </lyxtabular>
18098
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \begin_layout Standard
18110 \begin_inset ERT
18111 status open
18112
18113 \begin_layout Plain Layout
18114
18115
18116 \backslash
18117 rowcolors[
18118 \backslash
18119 hline]{1}{lightgray}{cyan}
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Standard
18128 \begin_inset Float table
18129 placement h
18130 wide false
18131 sideways false
18132 status open
18133
18134 \begin_layout Plain Layout
18135 \begin_inset Caption Standard
18136
18137 \begin_layout Plain Layout
18138 \begin_inset CommandInset label
18139 LatexCommand label
18140 name "tab:Table-rowcolors-2"
18141
18142 \end_inset
18143
18144 Table where every second row is colored cyan and at which there is a line
18145  between each row.
18146 \end_layout
18147
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \begin_layout Plain Layout
18154 \align center
18155 \begin_inset Tabular
18156 <lyxtabular version="3" rows="4" columns="3">
18157 <features tabularvalignment="middle">
18158 <column alignment="center" valignment="top">
18159 <column alignment="center" valignment="top">
18160 <column alignment="center" valignment="top" width="0pt">
18161 <row>
18162 <cell alignment="center" valignment="top" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 X
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 Y
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 Z
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 <row>
18191 <cell alignment="center" valignment="top" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 1
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 2
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 3
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 </row>
18219 <row>
18220 <cell alignment="center" valignment="top" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 4
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 5
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 6
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 <row>
18249 <cell alignment="center" valignment="top" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 7
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 8
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 9
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 </row>
18277 </lyxtabular>
18278
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \begin_layout Standard
18290 \begin_inset ERT
18291 status collapsed
18292
18293 \begin_layout Plain Layout
18294
18295
18296 \backslash
18297 rowcolors{1}{}{}
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \begin_inset Note Note
18304 status collapsed
18305
18306 \begin_layout Plain Layout
18307 turns off the row coloring
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \begin_layout Standard
18316 \begin_inset ERT
18317 status collapsed
18318
18319 \begin_layout Plain Layout
18320
18321
18322 \backslash
18323 else
18324 \end_layout
18325
18326 \end_inset
18327
18328
18329 \begin_inset Note Note
18330 status open
18331
18332 \begin_layout Plain Layout
18333 The following will be displayed when the \SpecialChar LaTeX
18334 -package 
18335 \series bold
18336 colortbl
18337 \series default
18338  is not installed:
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 You need to install the package 
18348 \series bold
18349 colortbl
18350 \series default
18351  to see the content of this section in the output.
18352 \end_layout
18353
18354 \begin_layout Standard
18355 \begin_inset ERT
18356 status collapsed
18357
18358 \begin_layout Plain Layout
18359
18360
18361 \backslash
18362 fi
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Subsection
18371 Colored Lines
18372 \begin_inset Index idx
18373 status collapsed
18374
18375 \begin_layout Plain Layout
18376 Table Color ! for Lines
18377 \end_layout
18378
18379 \end_inset
18380
18381
18382 \begin_inset Index idx
18383 status collapsed
18384
18385 \begin_layout Plain Layout
18386 Color ! for Table Lines
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \begin_layout Standard
18395 As described in section
18396 \begin_inset space ~
18397 \end_inset
18398
18399
18400 \begin_inset CommandInset ref
18401 LatexCommand ref
18402 reference "subsec:Line-Thickness"
18403
18404 \end_inset
18405
18406 , the line thickness for all lines in a table can be adjusted with the length
18407  
18408 \series bold
18409
18410 \backslash
18411 arrayrulewidth
18412 \series default
18413 .
18414  It is set to 1.5
18415 \begin_inset space \thinspace{}
18416 \end_inset
18417
18418 pt for all tables of this section.
18419 \begin_inset ERT
18420 status collapsed
18421
18422 \begin_layout Plain Layout
18423
18424
18425 \backslash
18426 setlength{
18427 \backslash
18428 arrayrulewidth}{1.5pt}
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Standard
18437 To color vertical lines for example with green, create the following column
18438  format in the document preamble, according to the description in section
18439 \begin_inset space ~
18440 \end_inset
18441
18442
18443 \begin_inset CommandInset ref
18444 LatexCommand ref
18445 reference "subsec:Customized-Format"
18446
18447 \end_inset
18448
18449 :
18450 \end_layout
18451
18452 \begin_layout Standard
18453
18454 \series bold
18455
18456 \backslash
18457 newcolumntype{W}{!{
18458 \backslash
18459 color{green}
18460 \backslash
18461 vline}}
18462 \end_layout
18463
18464 \begin_layout Standard
18465 For Table
18466 \begin_inset space ~
18467 \end_inset
18468
18469
18470 \begin_inset CommandInset ref
18471 LatexCommand ref
18472 reference "tab:Table-with-vertical-colored"
18473
18474 \end_inset
18475
18476  the \SpecialChar LaTeX
18477 -argument
18478 \series bold
18479  WcW
18480 \series default
18481  was used for the last column and
18482 \series bold
18483  Wc
18484 \series default
18485  for the other columns.
18486 \end_layout
18487
18488 \begin_layout Standard
18489 If you want to have several colors, define more column formats.
18490 \end_layout
18491
18492 \begin_layout Standard
18493 \begin_inset Float table
18494 placement h
18495 wide false
18496 sideways false
18497 status open
18498
18499 \begin_layout Plain Layout
18500 \begin_inset Caption Standard
18501
18502 \begin_layout Plain Layout
18503 \begin_inset CommandInset label
18504 LatexCommand label
18505 name "tab:Table-with-vertical-colored"
18506
18507 \end_inset
18508
18509 Table with colored vertical lines
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \begin_layout Plain Layout
18518 \align center
18519 \begin_inset Tabular
18520 <lyxtabular version="3" rows="3" columns="3">
18521 <features tabularvalignment="middle">
18522 <column alignment="center" valignment="top" special="Wc">
18523 <column alignment="center" valignment="top" special="Wc">
18524 <column alignment="center" valignment="top" special="WcW">
18525 <row>
18526 <cell alignment="center" valignment="top" topline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 sd
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" topline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 </row>
18554 <row>
18555 <cell alignment="center" valignment="top" topline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 sd
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" topline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 </row>
18583 <row>
18584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 sd
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 </lyxtabular>
18613
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \begin_layout Standard
18625 \begin_inset VSpace bigskip
18626 \end_inset
18627
18628 To color all horizontal lines for example with red, as in Table
18629 \begin_inset space ~
18630 \end_inset
18631
18632
18633 \begin_inset CommandInset ref
18634 LatexCommand ref
18635 reference "tab:Table-with-horizontal-colored"
18636
18637 \end_inset
18638
18639 , insert these commands in \SpecialChar TeX
18640  code before the table or table float:
18641 \end_layout
18642
18643 \begin_layout Standard
18644
18645 \series bold
18646
18647 \backslash
18648 let
18649 \backslash
18650 myHlineC
18651 \backslash
18652 hline
18653 \begin_inset Newline newline
18654 \end_inset
18655
18656
18657 \backslash
18658 renewcommand{
18659 \backslash
18660 hline}
18661 \begin_inset Newline newline
18662 \end_inset
18663
18664
18665 \begin_inset Phantom HPhantom
18666 status open
18667
18668 \begin_layout Plain Layout
18669
18670 \series bold
18671 \begin_inset space ~
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \end_inset
18678
18679 {
18680 \backslash
18681 arrayrulecolor{red}
18682 \backslash
18683 myHlineC
18684 \backslash
18685 arrayrulecolor{black}}
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset ERT
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693
18694
18695 \backslash
18696 let
18697 \backslash
18698 myHlineC
18699 \backslash
18700 hline
18701 \end_layout
18702
18703 \begin_layout Plain Layout
18704
18705
18706 \backslash
18707 renewcommand{
18708 \backslash
18709 hline}
18710 \end_layout
18711
18712 \begin_layout Plain Layout
18713
18714  {
18715 \backslash
18716 arrayrulecolor{red}
18717 \backslash
18718 myHlineC
18719 \backslash
18720 arrayrulecolor{black}}
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Float table
18727 placement h
18728 wide false
18729 sideways false
18730 status open
18731
18732 \begin_layout Plain Layout
18733 \begin_inset Caption Standard
18734
18735 \begin_layout Plain Layout
18736 \begin_inset CommandInset label
18737 LatexCommand label
18738 name "tab:Table-with-horizontal-colored"
18739
18740 \end_inset
18741
18742 Table with colored horizontal lines
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \begin_layout Plain Layout
18751 \align center
18752 \begin_inset Tabular
18753 <lyxtabular version="3" rows="3" columns="3">
18754 <features tabularvalignment="middle">
18755 <column alignment="center" valignment="top">
18756 <column alignment="center" valignment="top">
18757 <column alignment="center" valignment="top">
18758 <row>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 sd
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 </row>
18787 <row>
18788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 sd
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 <row>
18817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 sd
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 </row>
18845 </lyxtabular>
18846
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Standard
18858 To return to the default line color black, insert this command in \SpecialChar TeX
18859  code
18860  after the table or table float:
18861 \end_layout
18862
18863 \begin_layout Standard
18864
18865 \series bold
18866
18867 \backslash
18868 renewcommand{
18869 \backslash
18870 hline}{
18871 \backslash
18872 myHlineC}
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Table
18877 \begin_inset space ~
18878 \end_inset
18879
18880
18881 \begin_inset CommandInset ref
18882 LatexCommand ref
18883 reference "tab:Table-with-colored"
18884
18885 \end_inset
18886
18887  is an example with colored vertical and horizontal lines.
18888 \end_layout
18889
18890 \begin_layout Standard
18891 \begin_inset Float table
18892 placement h
18893 wide false
18894 sideways false
18895 status open
18896
18897 \begin_layout Plain Layout
18898 \begin_inset Caption Standard
18899
18900 \begin_layout Plain Layout
18901 \begin_inset CommandInset label
18902 LatexCommand label
18903 name "tab:Table-with-colored"
18904
18905 \end_inset
18906
18907 Table with colored lines
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Plain Layout
18916 \align center
18917 \begin_inset Tabular
18918 <lyxtabular version="3" rows="3" columns="3">
18919 <features tabularvalignment="middle">
18920 <column alignment="center" valignment="top" special="Wc">
18921 <column alignment="center" valignment="top" special="Wc">
18922 <column alignment="center" valignment="top" special="WcW">
18923 <row>
18924 <cell alignment="center" valignment="top" topline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 sd
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 sd
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 <row topspace="default">
18982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 sd
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 </lyxtabular>
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 \begin_inset ERT
19024 status collapsed
19025
19026 \begin_layout Plain Layout
19027
19028
19029 \backslash
19030 renewcommand{
19031 \backslash
19032 hline}{
19033 \backslash
19034 myHlineC}
19035 \end_layout
19036
19037 \end_inset
19038
19039
19040 \end_layout
19041
19042 \begin_layout Standard
19043 \begin_inset ERT
19044 status collapsed
19045
19046 \begin_layout Plain Layout
19047
19048
19049 \backslash
19050 setlength{
19051 \backslash
19052 arrayrulewidth}{1.2pt}
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Standard
19061 To color only some of the table lines another strategy is necessary.
19062  To color all following horizontal lines, insert this command as \SpecialChar TeX
19063  code as
19064  last thing in the row that should be above the first colored line:
19065 \end_layout
19066
19067 \begin_layout Standard
19068
19069 \series bold
19070
19071 \backslash
19072
19073 \backslash
19074
19075 \backslash
19076 arrayrulecolor{blue}%
19077 \end_layout
19078
19079 \begin_layout Standard
19080 To go back to black lines, add this command as first thing in the row that
19081  is above the black lines:
19082 \end_layout
19083
19084 \begin_layout Standard
19085
19086 \series bold
19087
19088 \backslash
19089 arrayrulecolor{black}
19090 \end_layout
19091
19092 \begin_layout Standard
19093 With this one can color table lines like in Table
19094 \begin_inset space ~
19095 \end_inset
19096
19097
19098 \begin_inset CommandInset ref
19099 LatexCommand ref
19100 reference "tab:Table-with-different-hor"
19101
19102 \end_inset
19103
19104 .
19105  However, with this method it is not possible to color the line above the
19106  first row of a table.
19107 \end_layout
19108
19109 \begin_layout Standard
19110 \begin_inset Float table
19111 wide false
19112 sideways false
19113 status open
19114
19115 \begin_layout Plain Layout
19116 \begin_inset Caption Standard
19117
19118 \begin_layout Plain Layout
19119 \begin_inset CommandInset label
19120 LatexCommand label
19121 name "tab:Table-with-different-hor"
19122
19123 \end_inset
19124
19125 Table with different horizontal line colors.
19126 \end_layout
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \begin_layout Plain Layout
19134 \align center
19135 \begin_inset Tabular
19136 <lyxtabular version="3" rows="6" columns="7">
19137 <features tabularvalignment="middle">
19138 <column alignment="center" valignment="top">
19139 <column alignment="center" valignment="top">
19140 <column alignment="center" valignment="top">
19141 <column alignment="center" valignment="top">
19142 <column alignment="center" valignment="top">
19143 <column alignment="center" valignment="top">
19144 <column alignment="center" valignment="top">
19145 <row>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" topline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" topline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" topline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 \begin_inset ERT
19205 status open
19206
19207 \begin_layout Plain Layout
19208
19209
19210 \backslash
19211
19212 \backslash
19213
19214 \backslash
19215 arrayrulecolor{blue}%
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 </row>
19226 <row>
19227 <cell alignment="center" valignment="top" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 Y
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 Y
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 \begin_inset ERT
19297 status open
19298
19299 \begin_layout Plain Layout
19300
19301
19302 \backslash
19303 arrayrulecolor{black}
19304 \end_layout
19305
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 \begin_inset ERT
19428 status collapsed
19429
19430 \begin_layout Plain Layout
19431
19432
19433 \backslash
19434
19435 \backslash
19436
19437 \backslash
19438 arrayrulecolor{green}%
19439 \end_layout
19440
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 <row>
19450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 </row>
19514 <row>
19515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 \begin_inset ERT
19520 status collapsed
19521
19522 \begin_layout Plain Layout
19523
19524
19525 \backslash
19526 arrayrulecolor{black}
19527 \end_layout
19528
19529 \end_inset
19530
19531 B
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 \begin_inset ERT
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589
19590
19591 \backslash
19592
19593 \backslash
19594
19595 \backslash
19596 arrayrulecolor{blue}%
19597 \end_layout
19598
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 </lyxtabular>
19608
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \begin_layout Standard
19620 To change the color of vertical lines within a row, like in Table
19621 \begin_inset space ~
19622 \end_inset
19623
19624
19625 \begin_inset CommandInset ref
19626 LatexCommand ref
19627 reference "tab:Table-with-different-ver"
19628
19629 \end_inset
19630
19631 , one needs to use multicolumns.
19632  At first one needs to remove all vertical lines that don't run along the
19633  whole column.
19634  Now one colors all lines using the command
19635 \end_layout
19636
19637 \begin_layout Standard
19638
19639 \series bold
19640
19641 \backslash
19642
19643 \backslash
19644
19645 \backslash
19646 arrayrulecolor{blue}%
19647 \end_layout
19648
19649 \begin_layout Standard
19650 as above.
19651  Finally one inserts this command as \SpecialChar TeX
19652  code to every cell in the row where
19653  one needs a vertical line in a different color:
19654 \end_layout
19655
19656 \begin_layout Standard
19657
19658 \series bold
19659
19660 \backslash
19661 multicolumn{1}{!{
19662 \backslash
19663 color{green}
19664 \backslash
19665 vline}c!{
19666 \backslash
19667 color{red}
19668 \backslash
19669 vline}}{
19670 \end_layout
19671
19672 \begin_layout Standard
19673 This adds a vertical line to both sides of the cell.
19674  The left one will be green, the right one red.
19675  If no color change is necessary one can omit the 
19676 \series bold
19677
19678 \backslash
19679 color
19680 \series default
19681  command in the above command.
19682  To get for example a black left line and a blue right line you can write:
19683 \end_layout
19684
19685 \begin_layout Standard
19686
19687 \series bold
19688
19689 \backslash
19690 multicolumn{1}{!{
19691 \backslash
19692 color{black}
19693 \backslash
19694 vline}c|}{
19695 \end_layout
19696
19697 \begin_layout Standard
19698 because the color blue was already set for all lines.
19699  The 
19700 \series bold
19701 |
19702 \series default
19703  creates hereby the vertical line while 
19704 \series bold
19705
19706 \backslash
19707 vline
19708 \series default
19709  does this when 
19710 \series bold
19711
19712 \backslash
19713 color
19714 \series default
19715  is used.
19716  To set vertical lines without changing any color use
19717 \end_layout
19718
19719 \begin_layout Standard
19720
19721 \series bold
19722
19723 \backslash
19724 multicolumn{1}{|c|}{
19725 \end_layout
19726
19727 \begin_layout Standard
19728 After this command insert the cell content the normal way and end the cell
19729  with a closing brace 
19730 \series bold
19731 }
19732 \series default
19733  in \SpecialChar TeX
19734  code.
19735 \end_layout
19736
19737 \begin_layout Standard
19738 \begin_inset Float table
19739 wide false
19740 sideways false
19741 status open
19742
19743 \begin_layout Plain Layout
19744 \begin_inset Caption Standard
19745
19746 \begin_layout Plain Layout
19747 \begin_inset CommandInset label
19748 LatexCommand label
19749 name "tab:Table-with-different-ver"
19750
19751 \end_inset
19752
19753 Table with different vertical line colors in one row.
19754 \end_layout
19755
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \begin_layout Plain Layout
19762 \align center
19763 \begin_inset Tabular
19764 <lyxtabular version="3" rows="5" columns="7">
19765 <features tabularvalignment="middle">
19766 <column alignment="center" valignment="top">
19767 <column alignment="center" valignment="top">
19768 <column alignment="center" valignment="top">
19769 <column alignment="center" valignment="top">
19770 <column alignment="center" valignment="top">
19771 <column alignment="center" valignment="top">
19772 <column alignment="center" valignment="top">
19773 <row>
19774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" topline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 \begin_inset ERT
19833 status open
19834
19835 \begin_layout Plain Layout
19836
19837
19838 \backslash
19839
19840 \backslash
19841
19842 \backslash
19843 arrayrulecolor{red}%
19844 \end_layout
19845
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row>
19855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 \begin_inset ERT
19860 status open
19861
19862 \begin_layout Plain Layout
19863
19864
19865 \backslash
19866 multicolumn{1}{!{
19867 \backslash
19868 color{black}
19869 \backslash
19870 vline}c|}{
19871 \end_layout
19872
19873 \end_inset
19874
19875 Y
19876 \begin_inset ERT
19877 status collapsed
19878
19879 \begin_layout Plain Layout
19880
19881 }
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931 \begin_inset ERT
19932 status open
19933
19934 \begin_layout Plain Layout
19935
19936
19937 \backslash
19938 multicolumn{1}{c|}{
19939 \end_layout
19940
19941 \end_inset
19942
19943
19944 \begin_inset ERT
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948
19949 }
19950 \end_layout
19951
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963 \begin_inset ERT
19964 status open
19965
19966 \begin_layout Plain Layout
19967
19968
19969 \backslash
19970 multicolumn{1}{c!{
19971 \backslash
19972 color{black}
19973 \backslash
19974 vline}}{
19975 \end_layout
19976
19977 \end_inset
19978
19979 Y
19980 \begin_inset ERT
19981 status collapsed
19982
19983 \begin_layout Plain Layout
19984
19985 }
19986 \end_layout
19987
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 </row>
19996 <row>
19997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19998 \begin_inset Text
19999
20000 \begin_layout Plain Layout
20001 \begin_inset ERT
20002 status collapsed
20003
20004 \begin_layout Plain Layout
20005
20006
20007 \backslash
20008 arrayrulecolor{black}
20009 \end_layout
20010
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 <cell alignment="center" valignment="top" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 \begin_inset ERT
20068 status collapsed
20069
20070 \begin_layout Plain Layout
20071
20072
20073 \backslash
20074
20075 \backslash
20076
20077 \backslash
20078 arrayrulecolor{magenta}%
20079 \end_layout
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row>
20090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset ERT
20095 status collapsed
20096
20097 \begin_layout Plain Layout
20098
20099
20100 \backslash
20101 multicolumn{1}{|c!{
20102 \backslash
20103 color{red}
20104 \backslash
20105 vline}}{
20106 \end_layout
20107
20108 \end_inset
20109
20110
20111 \begin_inset ERT
20112 status collapsed
20113
20114 \begin_layout Plain Layout
20115
20116 }
20117 \end_layout
20118
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 \begin_inset ERT
20131 status collapsed
20132
20133 \begin_layout Plain Layout
20134
20135
20136 \backslash
20137 multicolumn{1}{c!{
20138 \backslash
20139 color{green}
20140 \backslash
20141 vline}}{
20142 \end_layout
20143
20144 \end_inset
20145
20146
20147 \begin_inset ERT
20148 status collapsed
20149
20150 \begin_layout Plain Layout
20151
20152 }
20153 \end_layout
20154
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166 \begin_inset ERT
20167 status collapsed
20168
20169 \begin_layout Plain Layout
20170
20171
20172 \backslash
20173 multicolumn{1}{c!{
20174 \backslash
20175 color{yellow}
20176 \backslash
20177 vline}}{
20178 \end_layout
20179
20180 \end_inset
20181
20182
20183 \begin_inset ERT
20184 status collapsed
20185
20186 \begin_layout Plain Layout
20187
20188 }
20189 \end_layout
20190
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 \begin_inset ERT
20203 status collapsed
20204
20205 \begin_layout Plain Layout
20206
20207
20208 \backslash
20209 multicolumn{1}{c!{
20210 \backslash
20211 color{blue}
20212 \backslash
20213 vline}}{
20214 \end_layout
20215
20216 \end_inset
20217
20218
20219 \begin_inset ERT
20220 status collapsed
20221
20222 \begin_layout Plain Layout
20223
20224 }
20225 \end_layout
20226
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset ERT
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242
20243
20244 \backslash
20245 multicolumn{1}{c!{
20246 \backslash
20247 color{cyan}
20248 \backslash
20249 vline}}{
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \begin_inset ERT
20256 status collapsed
20257
20258 \begin_layout Plain Layout
20259
20260 }
20261 \end_layout
20262
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274 \begin_inset ERT
20275 status collapsed
20276
20277 \begin_layout Plain Layout
20278
20279
20280 \backslash
20281 multicolumn{1}{c!{
20282 \backslash
20283 color{black}
20284 \backslash
20285 vline}}{
20286 \end_layout
20287
20288 \end_inset
20289
20290
20291 \begin_inset ERT
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295
20296 }
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset ERT
20311 status collapsed
20312
20313 \begin_layout Plain Layout
20314
20315
20316 \backslash
20317 multicolumn{1}{c|}{
20318 \end_layout
20319
20320 \end_inset
20321
20322
20323 \begin_inset ERT
20324 status collapsed
20325
20326 \begin_layout Plain Layout
20327
20328 }
20329 \end_layout
20330
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row>
20340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344 \begin_inset ERT
20345 status collapsed
20346
20347 \begin_layout Plain Layout
20348
20349
20350 \backslash
20351 arrayrulecolor{black}
20352 \end_layout
20353
20354 \end_inset
20355
20356 B
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 </row>
20416 </lyxtabular>
20417
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \begin_layout Standard
20429 \begin_inset ERT
20430 status collapsed
20431
20432 \begin_layout Plain Layout
20433
20434
20435 \backslash
20436 setlength{
20437 \backslash
20438 arrayrulewidth}{0.4pt}
20439 \end_layout
20440
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \begin_layout Section
20447 Rotated Table Cells
20448 \begin_inset CommandInset label
20449 LatexCommand label
20450 name "sec:Rotated-Table-Cells"
20451
20452 \end_inset
20453
20454
20455 \begin_inset Index idx
20456 status collapsed
20457
20458 \begin_layout Plain Layout
20459 Table ! Rotated Cells
20460 \end_layout
20461
20462 \end_inset
20463
20464
20465 \begin_inset Index idx
20466 status collapsed
20467
20468 \begin_layout Plain Layout
20469 Rotated Material
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 \begin_inset Note Greyedout
20479 status open
20480
20481 \begin_layout Plain Layout
20482
20483 \series bold
20484 Note:
20485 \series default
20486  Not all DVI-viewers are able to display rotations.
20487 \end_layout
20488
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \begin_layout Standard
20495 Table
20496 \begin_inset space ~
20497 \end_inset
20498
20499
20500 \begin_inset CommandInset ref
20501 LatexCommand ref
20502 reference "tab:Table-with-rotated-multi"
20503
20504 \end_inset
20505
20506  is an example where 3
20507 \begin_inset space ~
20508 \end_inset
20509
20510 cells were rotated by 45
20511 \begin_inset space \thinspace{}
20512 \end_inset
20513
20514 °.
20515 \end_layout
20516
20517 \begin_layout Standard
20518 \begin_inset Float table
20519 placement h
20520 wide false
20521 sideways false
20522 status open
20523
20524 \begin_layout Plain Layout
20525 \begin_inset Caption Standard
20526
20527 \begin_layout Plain Layout
20528 \begin_inset CommandInset label
20529 LatexCommand label
20530 name "tab:Table-with-rotated"
20531
20532 \end_inset
20533
20534 Table with rotated cells in the first row.
20535 \end_layout
20536
20537 \end_inset
20538
20539
20540 \end_layout
20541
20542 \begin_layout Plain Layout
20543 \noindent
20544 \align center
20545 \begin_inset Tabular
20546 <lyxtabular version="3" rows="2" columns="3">
20547 <features tabularvalignment="middle">
20548 <column alignment="center" valignment="top" width="0pt">
20549 <column alignment="center" valignment="top" width="0pt">
20550 <column alignment="center" valignment="top" width="0pt">
20551 <row>
20552 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556 cups
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 plates
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 saucers
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585 45
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594 33
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603 21
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 </row>
20609 </lyxtabular>
20610
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \begin_layout Standard
20622 \begin_inset Note Greyedout
20623 status open
20624
20625 \begin_layout Plain Layout
20626
20627 \series bold
20628 Note:
20629 \series default
20630  Line breaks (shortcut 
20631 \begin_inset Info
20632 type  "shortcut"
20633 arg   "newline-insert newline"
20634 \end_inset
20635
20636 ) are not allowed in rotated cells.
20637 \end_layout
20638
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \begin_layout Standard
20645 If you want to rotate table cells containing line breaks, you have to put
20646  the cell content into a minipage or a parbox.
20647 \begin_inset Foot
20648 status collapsed
20649
20650 \begin_layout Plain Layout
20651 For more about these boxes see sec.
20652 \begin_inset space \thinspace{}
20653 \end_inset
20654
20655
20656 \begin_inset CommandInset ref
20657 LatexCommand ref
20658 reference "sec:Minipages"
20659
20660 \end_inset
20661
20662  and 
20663 \begin_inset CommandInset ref
20664 LatexCommand ref
20665 reference "sec:Parboxes"
20666
20667 \end_inset
20668
20669 .
20670 \end_layout
20671
20672 \end_inset
20673
20674  If you rotate this cell by 90
20675 \begin_inset space \thinspace{}
20676 \end_inset
20677
20678 ° the width of the box is the height of the cell.
20679  Table
20680 \begin_inset space ~
20681 \end_inset
20682
20683
20684 \begin_inset CommandInset ref
20685 LatexCommand ref
20686 reference "tab:Table-with-rotated-multi"
20687
20688 \end_inset
20689
20690  is an example for a rotated multiline cell where the box width was set
20691  to 3
20692 \begin_inset space \thinspace{}
20693 \end_inset
20694
20695 cm.
20696 \end_layout
20697
20698 \begin_layout Standard
20699 \begin_inset Float table
20700 wide false
20701 sideways false
20702 status open
20703
20704 \begin_layout Plain Layout
20705 \begin_inset Caption Standard
20706
20707 \begin_layout Plain Layout
20708 \begin_inset CommandInset label
20709 LatexCommand label
20710 name "tab:Table-with-rotated-multi"
20711
20712 \end_inset
20713
20714 Table with rotated multiline cell.
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \begin_layout Plain Layout
20723 \noindent
20724 \align center
20725 \begin_inset Tabular
20726 <lyxtabular version="3" rows="2" columns="3">
20727 <features tabularvalignment="middle">
20728 <column alignment="center" valignment="top">
20729 <column alignment="center" valignment="top" width="0pt">
20730 <column alignment="center" valignment="top">
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 a
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 \begin_inset Box Frameless
20746 position "t"
20747 hor_pos "c"
20748 has_inner_box 1
20749 inner_pos "t"
20750 use_parbox 0
20751 use_makebox 0
20752 width "3cm"
20753 special "none"
20754 height "1in"
20755 height_special "totalheight"
20756 thickness "0.4pt"
20757 separation "3pt"
20758 shadowsize "4pt"
20759 framecolor "black"
20760 backgroundcolor "none"
20761 status open
20762
20763 \begin_layout Plain Layout
20764 rotated cell
20765 \begin_inset Newline newline
20766 \end_inset
20767
20768 with line break
20769 \end_layout
20770
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 e
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 <row>
20789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793 b
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 c
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811 d
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 </row>
20817 </lyxtabular>
20818
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \begin_layout Section
20830 Table Width Calculation
20831 \begin_inset CommandInset label
20832 LatexCommand label
20833 name "sec:Table-Width-Calculation"
20834
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \begin_layout Standard
20841 For wide tables it is sometimes difficult to assure that the table does
20842  not protrude over the page margin.
20843  Setting a fixed width for every column of the table is the solution, but
20844  what amount of space is needed for each column?
20845 \end_layout
20846
20847 \begin_layout Standard
20848 The table width 
20849 \begin_inset Formula $W_{\mathrm{table}}$
20850 \end_inset
20851
20852  can be calculated: Every column has the width of the specified column width
20853  
20854 \begin_inset Formula $W_{\mathrm{column}}$
20855 \end_inset
20856
20857  (that the content of the column can consume) plus two times the separation
20858  between the column content and the column border (\SpecialChar LaTeX
20859  length
20860 \series bold
20861  
20862 \backslash
20863 tabcolsep
20864 \series default
20865 , default 6
20866 \begin_inset space \thinspace{}
20867 \end_inset
20868
20869 pt) plus the width of a border line (\SpecialChar LaTeX
20870  length 
20871 \series bold
20872
20873 \backslash
20874 arrayrulewidth
20875 \series default
20876 , default 0.4
20877 \begin_inset space \thinspace{}
20878 \end_inset
20879
20880 pt): So if all 
20881 \begin_inset Formula $n$
20882 \end_inset
20883
20884
20885 \begin_inset space ~
20886 \end_inset
20887
20888 columns have the same width, the table width is
20889 \begin_inset Formula 
20890 \begin{equation}
20891 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20892 \end{equation}
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Standard
20900 The available width for a table is the space between the page margins or
20901  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20902  length 
20903 \series bold
20904
20905 \backslash
20906 columnwidth
20907 \series default
20908 ).
20909  If all table columns should have the same width and 
20910 \begin_inset Formula $W_{\mathrm{table}}$
20911 \end_inset
20912
20913  should be 1
20914 \begin_inset space \thinspace{}
20915 \end_inset
20916
20917
20918 \backslash
20919 columnwidth, 
20920 \begin_inset Formula $W_{\mathrm{column}}$
20921 \end_inset
20922
20923  can easily be calculated.
20924 \end_layout
20925
20926 \begin_layout Standard
20927 To be able to perform calculations you need to load the \SpecialChar LaTeX
20928 -package 
20929 \series bold
20930 calc
20931 \series default
20932
20933 \begin_inset Index idx
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 \SpecialChar LaTeX
20938 -packages ! calc
20939 \end_layout
20940
20941 \end_inset
20942
20943  in the document preamble.
20944  To set the width in the table dialog you have to use the field 
20945 \family sans
20946 \SpecialChar LaTeX
20947  argument
20948 \family default
20949 .
20950  The command scheme for this field is the same that is explained in section
20951 \begin_inset space ~
20952 \end_inset
20953
20954
20955 \begin_inset CommandInset ref
20956 LatexCommand ref
20957 reference "subsec:Multicolumn-Calculations"
20958
20959 \end_inset
20960
20961 .
20962  For a table with 5
20963 \begin_inset space \thinspace{}
20964 \end_inset
20965
20966 columns with an uniform width and centered text, enter there for each column
20967  the command
20968 \end_layout
20969
20970 \begin_layout Standard
20971
20972 \series bold
20973 >{
20974 \backslash
20975 centering}p{(1
20976 \backslash
20977 columnwidth-62.4pt)/5}
20978 \end_layout
20979
20980 \begin_layout Standard
20981 For a table with 5
20982 \begin_inset space \thinspace{}
20983 \end_inset
20984
20985 columns where 2 should have 0.75
20986 \begin_inset space ~
20987 \end_inset
20988
20989 times the width than the 3 others, the calculation is
20990 \begin_inset Formula 
20991 \begin{align}
20992 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20993  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20994  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20995 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20996 \end{align}
20997
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \begin_layout Standard
21004 In the table therefore the command
21005 \end_layout
21006
21007 \begin_layout Standard
21008
21009 \series bold
21010 >{
21011 \backslash
21012 centering}p{(1
21013 \backslash
21014 columnwidth-62.4pt)/
21015 \backslash
21016 real{4.5}}
21017 \end_layout
21018
21019 \begin_layout Standard
21020 is used for the wider columns and
21021 \end_layout
21022
21023 \begin_layout Standard
21024
21025 \series bold
21026 >{
21027 \backslash
21028 centering}p{(1
21029 \backslash
21030 columnwidth-62.4pt)/
21031 \backslash
21032 real{4.5}*
21033 \backslash
21034 real{0.75}}
21035 \end_layout
21036
21037 \begin_layout Standard
21038 for the smaller ones:
21039 \end_layout
21040
21041 \begin_layout Standard
21042 \begin_inset Tabular
21043 <lyxtabular version="3" rows="2" columns="5">
21044 <features tabularvalignment="middle">
21045 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21046 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21047 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21048 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21049 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21050 <row>
21051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055 1
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 2
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 3
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082 4
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 5
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 <row>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 111111 1111111 111111 111111111 11111 11111 1111
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 2222 22222 222222 222222222 2222222 22 22222
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 333333 333333 333333 33333 3333333 333
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 </lyxtabular>
21145
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \begin_layout Section
21152 Table Customization
21153 \begin_inset Index idx
21154 status collapsed
21155
21156 \begin_layout Plain Layout
21157 Table Customization
21158 \end_layout
21159
21160 \end_inset
21161
21162
21163 \begin_inset Index idx
21164 status collapsed
21165
21166 \begin_layout Plain Layout
21167 Table ! Customization
21168 \end_layout
21169
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \begin_layout Subsection
21176 Row Spacing
21177 \begin_inset CommandInset label
21178 LatexCommand label
21179 name "subsec:Row-Spacing"
21180
21181 \end_inset
21182
21183
21184 \begin_inset Index idx
21185 status collapsed
21186
21187 \begin_layout Plain Layout
21188 Table Customization ! Row Spacing
21189 \end_layout
21190
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \begin_layout Standard
21197 You can add vertical space to table rows in the 
21198 \family sans
21199 Borders
21200 \family default
21201  tab of the table dialog.
21202  You find there three possibilities:
21203 \end_layout
21204
21205 \begin_layout Description
21206 Top
21207 \begin_inset space ~
21208 \end_inset
21209
21210 of
21211 \begin_inset space ~
21212 \end_inset
21213
21214 row will add space above the characters of the table row.
21215  If the table is a formal table
21216 \begin_inset Foot
21217 status collapsed
21218
21219 \begin_layout Plain Layout
21220 Formal tables are explained in section
21221 \begin_inset space ~
21222 \end_inset
21223
21224
21225 \begin_inset CommandInset ref
21226 LatexCommand ref
21227 reference "sec:Formal-Tables"
21228
21229 \end_inset
21230
21231 .
21232 \end_layout
21233
21234 \end_inset
21235
21236  \SpecialChar LyX
21237  will insert as default 0.5
21238 \begin_inset space \thinspace{}
21239 \end_inset
21240
21241 em space.
21242  For normal tables the inserted space will unfortunately destroy the vertical
21243  table lines as in the following table:
21244 \begin_inset VSpace medskip
21245 \end_inset
21246
21247
21248 \begin_inset Newline newline
21249 \end_inset
21250
21251
21252 \begin_inset space \hspace*{}
21253 \length 0pt
21254 \end_inset
21255
21256
21257 \begin_inset space \hfill{}
21258 \end_inset
21259
21260
21261 \begin_inset Tabular
21262 <lyxtabular version="3" rows="3" columns="1">
21263 <features tabularvalignment="middle">
21264 <column alignment="center" valignment="top">
21265 <row>
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 A
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 </row>
21276 <row topspace="3mm">
21277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 3
21282 \begin_inset space \thinspace{}
21283 \end_inset
21284
21285 mm space top of row
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 </row>
21291 <row>
21292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 C
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 </lyxtabular>
21303
21304 \end_inset
21305
21306
21307 \begin_inset space \hfill{}
21308 \end_inset
21309
21310
21311 \begin_inset space \hspace*{}
21312 \length 0pt
21313 \end_inset
21314
21315
21316 \begin_inset VSpace medskip
21317 \end_inset
21318
21319
21320 \begin_inset Newline newline
21321 \end_inset
21322
21323 So inserting space in the top of row for normal tables is only useful when
21324  you don't have vertical lines.
21325 \end_layout
21326
21327 \begin_layout Description
21328 Bottom
21329 \begin_inset space ~
21330 \end_inset
21331
21332 of
21333 \begin_inset space ~
21334 \end_inset
21335
21336 row will add space below the characters of the table row.
21337  If the table is a formal table \SpecialChar LyX
21338  will insert as default 0.5
21339 \begin_inset space \thinspace{}
21340 \end_inset
21341
21342 em space, for normal tables the default size is 2
21343 \begin_inset space \thinspace{}
21344 \end_inset
21345
21346 pt.
21347 \end_layout
21348
21349 \begin_layout Description
21350 Between
21351 \begin_inset space ~
21352 \end_inset
21353
21354 rows adds space between the current and the following row.
21355  If the table is a formal table \SpecialChar LyX
21356  will insert as default 0.5
21357 \begin_inset space \thinspace{}
21358 \end_inset
21359
21360 em space.
21361  For normal tables the inserted space will unfortunately destroy the vertical
21362  table lines as in the following table:
21363 \begin_inset VSpace medskip
21364 \end_inset
21365
21366
21367 \begin_inset Newline newline
21368 \end_inset
21369
21370
21371 \begin_inset space \hspace*{}
21372 \length 0pt
21373 \end_inset
21374
21375
21376 \begin_inset space \hfill{}
21377 \end_inset
21378
21379
21380 \begin_inset Tabular
21381 <lyxtabular version="3" rows="3" columns="1">
21382 <features tabularvalignment="middle">
21383 <column alignment="center" valignment="top">
21384 <row>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 A
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row interlinespace="3mm">
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 \begin_inset Formula $\downarrow$
21401 \end_inset
21402
21403  3
21404 \begin_inset space \thinspace{}
21405 \end_inset
21406
21407 mm space between row 
21408 \begin_inset Formula $\downarrow$
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 </row>
21417 <row>
21418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 \begin_inset Formula $\uparrow$
21423 \end_inset
21424
21425  3
21426 \begin_inset space \thinspace{}
21427 \end_inset
21428
21429 mm space between row 
21430 \begin_inset Formula $\uparrow$
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 </row>
21439 </lyxtabular>
21440
21441 \end_inset
21442
21443
21444 \begin_inset space \hfill{}
21445 \end_inset
21446
21447
21448 \begin_inset space \hspace*{}
21449 \length 0pt
21450 \end_inset
21451
21452
21453 \begin_inset VSpace medskip
21454 \end_inset
21455
21456
21457 \begin_inset Newline newline
21458 \end_inset
21459
21460 So inserting space between rows for normal tables is only useful when you
21461  don't have vertical lines.
21462 \end_layout
21463
21464 \begin_layout Standard
21465 \begin_inset VSpace bigskip
21466 \end_inset
21467
21468 When you want to add extra height to all cells of all tables, you can do
21469  this with the following preamble lines:
21470 \end_layout
21471
21472 \begin_layout Standard
21473
21474 \series bold
21475
21476 \backslash
21477 @ifundefined{extrarowheight}
21478 \begin_inset Newline newline
21479 \end_inset
21480
21481
21482 \begin_inset Phantom HPhantom
21483 status open
21484
21485 \begin_layout Plain Layout
21486
21487 \series bold
21488 \begin_inset space ~
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \end_inset
21495
21496 {
21497 \backslash
21498 usepackage{array}}{}
21499 \begin_inset Newline newline
21500 \end_inset
21501
21502
21503 \backslash
21504 setlength{
21505 \backslash
21506 extrarowheight}{height}
21507 \series default
21508
21509 \begin_inset Note Note
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 The package 
21514 \series bold
21515 array
21516 \series default
21517  will be loaded automatically by \SpecialChar LyX
21518  when you use self defined table formats.
21519  To avoid that it being loaded twice the command 
21520 \series bold
21521
21522 \backslash
21523 @ifundefined
21524 \series default
21525  is used in the above command.
21526 \end_layout
21527
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \begin_layout Standard
21534 where the 
21535 \family sans
21536 height
21537 \family default
21538  can have one of the units listed in appendix
21539 \begin_inset space ~
21540 \end_inset
21541
21542
21543 \begin_inset CommandInset ref
21544 LatexCommand ref
21545 reference "cha:Units-available-in"
21546
21547 \end_inset
21548
21549 .
21550  But this has the disadvantage that the cell texts are no longer exactly
21551  vertically centered.
21552 \end_layout
21553
21554 \begin_layout Standard
21555 If you are using font sizes larger than the normal size, the table borders
21556  are often too close to the letters.
21557  This can be corrected by inserting the command 
21558 \series bold
21559
21560 \backslash
21561 strut
21562 \series default
21563  in \SpecialChar TeX
21564  Code at the beginning of a table row.
21565  Table
21566 \begin_inset space ~
21567 \end_inset
21568
21569
21570 \begin_inset CommandInset ref
21571 LatexCommand ref
21572 reference "tab:Vertical-alignment-of"
21573
21574 \end_inset
21575
21576  illustrates the effect.
21577 \end_layout
21578
21579 \begin_layout Standard
21580 \noindent
21581 \begin_inset Float table
21582 placement h
21583 wide false
21584 sideways false
21585 status open
21586
21587 \begin_layout Plain Layout
21588 \begin_inset Caption Standard
21589
21590 \begin_layout Plain Layout
21591 \begin_inset CommandInset label
21592 LatexCommand label
21593 name "tab:Vertical-alignment-of"
21594
21595 \end_inset
21596
21597 Vertical alignment of text with large font sizes.
21598 \end_layout
21599
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \begin_layout Plain Layout
21606 \begin_inset space \hfill{}
21607 \end_inset
21608
21609
21610 \begin_inset Float table
21611 wide false
21612 sideways false
21613 status collapsed
21614
21615 \begin_layout Plain Layout
21616 \begin_inset Caption Standard
21617
21618 \begin_layout Plain Layout
21619 Normal table.
21620 \end_layout
21621
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \begin_layout Plain Layout
21628 \noindent
21629 \align center
21630 \begin_inset Tabular
21631 <lyxtabular version="3" rows="6" columns="1">
21632 <features tabularvalignment="middle">
21633 <column alignment="left" valignment="top">
21634 <row>
21635 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 Normal, g
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650
21651 \size large
21652 Large
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 </row>
21658 <row>
21659 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \size larger
21665 Larger
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \size largest
21678 Largest
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 </row>
21684 <row>
21685 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689
21690 \size huge
21691 Huge
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 </row>
21697 <row>
21698 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702
21703 \size huge
21704 Huger
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 </lyxtabular>
21711
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718
21719
21720 \begin_inset space \hfill{}
21721 \end_inset
21722
21723
21724 \begin_inset Float table
21725 wide false
21726 sideways false
21727 status collapsed
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Caption Standard
21731
21732 \begin_layout Plain Layout
21733 Table using the command 
21734 \series bold
21735
21736 \backslash
21737 strut
21738 \series default
21739 .
21740 \end_layout
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \begin_layout Plain Layout
21748 \noindent
21749 \align center
21750 \begin_inset Tabular
21751 <lyxtabular version="3" rows="6" columns="1">
21752 <features tabularvalignment="middle">
21753 <column alignment="left" valignment="top">
21754 <row>
21755 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 Normal, g
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 </row>
21765 <row>
21766 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \size large
21772 \begin_inset ERT
21773 status collapsed
21774
21775 \begin_layout Plain Layout
21776
21777
21778 \backslash
21779 strut 
21780 \end_layout
21781
21782 \end_inset
21783
21784 Large
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \size larger
21797 \begin_inset ERT
21798 status collapsed
21799
21800 \begin_layout Plain Layout
21801
21802
21803 \backslash
21804 strut 
21805 \end_layout
21806
21807 \end_inset
21808
21809 Larger
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \size largest
21822 \begin_inset ERT
21823 status collapsed
21824
21825 \begin_layout Plain Layout
21826
21827
21828 \backslash
21829 strut 
21830 \end_layout
21831
21832 \end_inset
21833
21834 Largest
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 </row>
21840 <row>
21841 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845
21846 \size huge
21847 \begin_inset ERT
21848 status collapsed
21849
21850 \begin_layout Plain Layout
21851
21852
21853 \backslash
21854 strut 
21855 \end_layout
21856
21857 \end_inset
21858
21859 Huge
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \size giant
21872 \begin_inset ERT
21873 status collapsed
21874
21875 \begin_layout Plain Layout
21876
21877
21878 \backslash
21879 strut 
21880 \end_layout
21881
21882 \end_inset
21883
21884
21885 \size huge
21886 Huger
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 </row>
21892 </lyxtabular>
21893
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \begin_inset space \hfill{}
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \begin_layout Subsection
21914 Special Cell Alignment
21915 \begin_inset CommandInset label
21916 LatexCommand label
21917 name "subsec:Special-Cell-Alignment"
21918
21919 \end_inset
21920
21921
21922 \begin_inset Index idx
21923 status collapsed
21924
21925 \begin_layout Plain Layout
21926 Table Customization ! Special Cell Alignment
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \begin_layout Standard
21935 Sometimes it looks better when the cell entries of a column are aligned
21936  with a special character, e.
21937 \begin_inset space \thinspace{}
21938 \end_inset
21939
21940 g.
21941 \begin_inset space \space{}
21942 \end_inset
21943
21944 with the decimal separator as in Table
21945 \begin_inset space ~
21946 \end_inset
21947
21948
21949 \begin_inset CommandInset ref
21950 LatexCommand ref
21951 reference "tab:Table-cells-align"
21952
21953 \end_inset
21954
21955 .
21956  This alignment is achieved by setting the cursor into the column and then
21957  either pressing the toolbar button 
21958 \begin_inset Info
21959 type  "icon"
21960 arg   "tabular-feature align-decimal"
21961 \end_inset
21962
21963  or setting the alignment in the table settings to 
21964 \family sans
21965 At
21966 \begin_inset space ~
21967 \end_inset
21968
21969 Decimal
21970 \begin_inset space ~
21971 \end_inset
21972
21973 Separator
21974 \family default
21975 .
21976  The alignment character can be a character of your choice and is specified
21977  in the table settings.
21978 \end_layout
21979
21980 \begin_layout Standard
21981 \begin_inset Float table
21982 placement h
21983 wide false
21984 sideways false
21985 status open
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Caption Standard
21989
21990 \begin_layout Plain Layout
21991 \begin_inset CommandInset label
21992 LatexCommand label
21993 name "tab:Table-cells-align"
21994
21995 \end_inset
21996
21997 Table cells of a column aligned with the decimal separator.
21998 \end_layout
21999
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \begin_layout Plain Layout
22006 \align center
22007 \begin_inset Tabular
22008 <lyxtabular version="3" rows="4" columns="1">
22009 <features booktabs="true" tabularvalignment="middle">
22010 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22011 <row>
22012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016 heading
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 12.6
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 <row>
22034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 0.68
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 </row>
22044 <row>
22045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 -123.0
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 </lyxtabular>
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Standard
22068 \begin_inset Float table
22069 placement h
22070 wide false
22071 sideways false
22072 status open
22073
22074 \begin_layout Plain Layout
22075 \begin_inset Caption Standard
22076
22077 \begin_layout Plain Layout
22078 \begin_inset CommandInset label
22079 LatexCommand label
22080 name "tab:Table-align-operator"
22081
22082 \end_inset
22083
22084 Table cells of a column aligned with the operators.
22085 \end_layout
22086
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \begin_layout Plain Layout
22093 \align center
22094 \begin_inset Tabular
22095 <lyxtabular version="3" rows="4" columns="2">
22096 <features booktabs="true" tabularvalignment="middle">
22097 <column alignment="right" valignment="top" width="0pt">
22098 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22099 <row>
22100 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 heading
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 <row>
22120 <cell alignment="center" valignment="top" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 \begin_inset Formula $12\,+$
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 \begin_inset Formula $\,6$
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 </row>
22145 <row>
22146 <cell alignment="center" valignment="top" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150 \begin_inset Formula $0\,-$
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 \begin_inset Formula $\,68$
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 <row>
22172 <cell alignment="center" valignment="top" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 \begin_inset Formula $-123\,/$
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 <cell alignment="center" valignment="top" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188 \begin_inset Formula $\,0$
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 </row>
22197 </lyxtabular>
22198
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205
22206
22207 \end_layout
22208
22209 \begin_layout Standard
22210 For alignments at characters in formulas this method does not work because
22211  the field to specify the alignment character does not allow formulas.
22212  In this case one need to use the method from Table
22213 \begin_inset space ~
22214 \end_inset
22215
22216
22217 \begin_inset CommandInset ref
22218 LatexCommand ref
22219 reference "tab:Table-align-operator"
22220
22221 \end_inset
22222
22223 .
22224  This table was created with a 4×2 table.
22225  The heading is a centered multicolumn.
22226  The first column is right-aligned and contains the first part including
22227  the operator.
22228  The second column is left aligned and contains the rest.
22229  A small space was added at the beginning of each cell of the second column
22230  to get the space that is usually around operators.
22231  To omit the space that is normally between two table columns, the following
22232  \SpecialChar LaTeX
22233 -argument was used for the second column:
22234 \end_layout
22235
22236 \begin_layout Standard
22237
22238 \series bold
22239 @{}l
22240 \end_layout
22241
22242 \begin_layout Standard
22243 Table
22244 \begin_inset space ~
22245 \end_inset
22246
22247
22248 \begin_inset CommandInset ref
22249 LatexCommand ref
22250 reference "tab:Several-table-cell"
22251
22252 \end_inset
22253
22254  shows some example alignments.
22255  For the alignment with the relation sign, a small space was added like
22256  for the second column of Table
22257 \begin_inset space ~
22258 \end_inset
22259
22260
22261 \begin_inset CommandInset ref
22262 LatexCommand ref
22263 reference "tab:Table-align-operator"
22264
22265 \end_inset
22266
22267 .
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset Float table
22272 placement h
22273 wide false
22274 sideways false
22275 status open
22276
22277 \begin_layout Plain Layout
22278 \begin_inset Caption Standard
22279
22280 \begin_layout Plain Layout
22281 \begin_inset CommandInset label
22282 LatexCommand label
22283 name "tab:Several-table-cell"
22284
22285 \end_inset
22286
22287 Several table cell alignments.
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Plain Layout
22296 \align center
22297 \begin_inset Tabular
22298 <lyxtabular version="3" rows="4" columns="6">
22299 <features tabularvalignment="middle">
22300 <column alignment="right" valignment="top">
22301 <column alignment="left" valignment="top" special="@{}l">
22302 <column alignment="right" valignment="top">
22303 <column alignment="left" valignment="top" special="@{}l">
22304 <column alignment="right" valignment="top">
22305 <column alignment="left" valignment="top" special="@{}l">
22306 <row>
22307 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 units
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 exponents
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 relations
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 </row>
22362 <row>
22363 <cell alignment="center" valignment="top" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 12×
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 24
22377 \begin_inset space \thinspace{}
22378 \end_inset
22379
22380 bottles
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset Formula $10\cdot$
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $10^{\mbox{-}17}$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 \begin_inset Formula $\Gamma(t)\propto$
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 \begin_inset Formula $\:\Upsilon(t)$
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 <row>
22435 <cell alignment="center" valignment="top" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 1024×
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 768
22449 \begin_inset space \thinspace{}
22450 \end_inset
22451
22452 Pixels
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 \begin_inset Formula $5.78\cdot$
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473 \begin_inset Formula $10^{7}$
22474 \end_inset
22475
22476
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 \begin_inset Formula $A\ne$
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $\:B_{\mathrm{red}}$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 <row>
22507 <cell alignment="center" valignment="top" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 32×
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 6
22521 \begin_inset space \thinspace{}
22522 \end_inset
22523
22524 cm
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 <cell alignment="center" valignment="top" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 -
22534 \begin_inset Formula $33.5\cdot$
22535 \end_inset
22536
22537
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Formula $10^{4}$
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 \begin_inset Formula $\sin(\alpha)\ge$
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 \begin_inset Formula $\:\sin(\beta)$
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 </row>
22579 </lyxtabular>
22580
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \begin_layout Subsection
22592 Customized Cell/Column Format
22593 \begin_inset CommandInset label
22594 LatexCommand label
22595 name "subsec:Customized-Format"
22596
22597 \end_inset
22598
22599
22600 \begin_inset Index idx
22601 status collapsed
22602
22603 \begin_layout Plain Layout
22604 Table Customization ! Cell/Column Format
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \begin_layout Standard
22613 Calculating the required width for normal columns as described in section
22614 \begin_inset space ~
22615 \end_inset
22616
22617
22618 \begin_inset CommandInset ref
22619 LatexCommand ref
22620 reference "sec:Table-Width-Calculation"
22621
22622 \end_inset
22623
22624  or for spanned columns as described in section
22625 \begin_inset space ~
22626 \end_inset
22627
22628
22629 \begin_inset CommandInset ref
22630 LatexCommand ref
22631 reference "subsec:Multicolumn-Calculations"
22632
22633 \end_inset
22634
22635  is very annoying if you have several tables where a calculation is necessary.
22636  To make life easier, you can define a cell/column format in the preamble,
22637  that can be used in all tables of the document.
22638  The format is defined with the command
22639 \end_layout
22640
22641 \begin_layout Standard
22642
22643 \series bold
22644
22645 \backslash
22646 newcolumntype{name of format}[number of arguments]{commands}
22647 \end_layout
22648
22649 \begin_layout Standard
22650 The format name may only consist of one letter.
22651  The letters 
22652 \emph on
22653 b
22654 \emph default
22655
22656 \emph on
22657 c
22658 \emph default
22659
22660 \emph on
22661 l
22662 \emph default
22663
22664 \emph on
22665 m
22666 \emph default
22667
22668 \emph on
22669 p
22670 \emph default
22671  and 
22672 \emph on
22673 r
22674 \emph default
22675  are predefined and cannot be used.
22676  But all letters are allowed as capitals.
22677 \end_layout
22678
22679 \begin_layout Standard
22680 \begin_inset VSpace medskip
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \begin_layout Standard
22687 For vertically and horizontally centered multicolumn cells with a fixed
22688  width you can define the cell format
22689 \end_layout
22690
22691 \begin_layout Standard
22692
22693 \series bold
22694
22695 \backslash
22696 newcolumntype{M}[1]{>{
22697 \backslash
22698 centering
22699 \backslash
22700 hspace{0pt}}m{#1}}
22701 \end_layout
22702
22703 \begin_layout Standard
22704 where 
22705 \series bold
22706
22707 \backslash
22708 hspace{0pt}
22709 \series default
22710  avoids the problem of hyphenating the first word, as described in section
22711 \begin_inset space ~
22712 \end_inset
22713
22714
22715 \begin_inset CommandInset ref
22716 LatexCommand ref
22717 reference "subsec:Multiple-Lines-in"
22718
22719 \end_inset
22720
22721 .
22722  Now you can simply enter
22723 \end_layout
22724
22725 \begin_layout Standard
22726
22727 \series bold
22728 M{width}
22729 \end_layout
22730
22731 \begin_layout Standard
22732 as 
22733 \family sans
22734 \SpecialChar LaTeX
22735 -argument
22736 \family default
22737  in the table dialog to create a multicolumn.
22738 \end_layout
22739
22740 \begin_layout Standard
22741 \begin_inset VSpace bigskip
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Standard
22748 For cells spanned by a multicolumn cell, you can define the format
22749 \end_layout
22750
22751 \begin_layout Standard
22752
22753 \series bold
22754
22755 \backslash
22756 newcolumntype{S}[2]{>{
22757 \backslash
22758 centering
22759 \backslash
22760 hspace{0pt}}
22761 \begin_inset Newline newline
22762 \end_inset
22763
22764
22765 \begin_inset Phantom HPhantom
22766 status open
22767
22768 \begin_layout Plain Layout
22769
22770 \series bold
22771
22772 \backslash
22773 newcolumntype
22774 \end_layout
22775
22776 \end_inset
22777
22778 m{(#1+(2
22779 \backslash
22780 tabcolsep+
22781 \backslash
22782 arrayrulewidth)*(1-#2))/#2}}
22783 \end_layout
22784
22785 \begin_layout Standard
22786 This format uses equation 
22787 \begin_inset CommandInset ref
22788 LatexCommand eqref
22789 reference "eq:Wgn"
22790
22791 \end_inset
22792
22793  to calculate the required width so that each spanned cell has the same
22794  width.
22795 \end_layout
22796
22797 \begin_layout Standard
22798 You can now enter
22799 \end_layout
22800
22801 \begin_layout Standard
22802
22803 \series bold
22804 S{width of multicolumn cell}{number of spanned columns}
22805 \end_layout
22806
22807 \begin_layout Standard
22808 as \SpecialChar LaTeX
22809 -argument of the column.
22810 \end_layout
22811
22812 \begin_layout Standard
22813 \begin_inset VSpace bigskip
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \begin_layout Standard
22820 For colored columns, you can define
22821 \end_layout
22822
22823 \begin_layout Standard
22824
22825 \series bold
22826
22827 \backslash
22828 newcolumntype{K}[1]{>{
22829 \backslash
22830 columncolor{#1}
22831 \backslash
22832 hspace{0pt}}c}
22833 \end_layout
22834
22835 \begin_layout Standard
22836 The 
22837 \begin_inset Quotes eld
22838 \end_inset
22839
22840 c
22841 \begin_inset Quotes erd
22842 \end_inset
22843
22844  at the end creates a column with a flexible width whose text is horizontally
22845  centered.
22846  You can now enter
22847 \end_layout
22848
22849 \begin_layout Standard
22850
22851 \series bold
22852 K{color name}
22853 \end_layout
22854
22855 \begin_layout Standard
22856 as \SpecialChar LaTeX
22857 -argument.
22858 \end_layout
22859
22860 \begin_layout Standard
22861 \begin_inset VSpace bigskip
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \begin_layout Standard
22868 To create Table
22869 \begin_inset space ~
22870 \end_inset
22871
22872
22873 \begin_inset CommandInset ref
22874 LatexCommand ref
22875 reference "tab:Table-using-user-defined"
22876
22877 \end_inset
22878
22879  use the \SpecialChar LaTeX
22880 -arguments
22881 \end_layout
22882
22883 \begin_layout Standard
22884
22885 \series bold
22886 M{2.5cm}
22887 \end_layout
22888
22889 \begin_layout Standard
22890 for the first column and the multicolumn,
22891 \end_layout
22892
22893 \begin_layout Standard
22894
22895 \series bold
22896 K{red}
22897 \end_layout
22898
22899 \begin_layout Standard
22900 for the last column, and
22901 \end_layout
22902
22903 \begin_layout Standard
22904
22905 \series bold
22906 S{2.5cm}{2}
22907 \end_layout
22908
22909 \begin_layout Standard
22910 for the cells in the second column.
22911 \end_layout
22912
22913 \begin_layout Standard
22914 \begin_inset Float table
22915 placement h
22916 wide false
22917 sideways false
22918 status open
22919
22920 \begin_layout Plain Layout
22921 \begin_inset Caption Standard
22922
22923 \begin_layout Plain Layout
22924 \begin_inset CommandInset label
22925 LatexCommand label
22926 name "tab:Table-using-user-defined"
22927
22928 \end_inset
22929
22930 Table using user-defined table formats
22931 \end_layout
22932
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Plain Layout
22939 \align center
22940 \begin_inset Tabular
22941 <lyxtabular version="3" rows="3" columns="4">
22942 <features tabularvalignment="middle">
22943 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22944 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22945 <column alignment="center" valignment="middle">
22946 <column alignment="center" valignment="middle" special="K{red}">
22947 <row>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 verylongtablecellword
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 multiple lines multicolumn
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 c
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 </row>
22985 <row>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 d
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 e
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 f
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 g
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 <row>
23024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028 h
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 i
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 j
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 k
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 </lyxtabular>
23062
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \begin_layout Subsection
23074 Line Thickness
23075 \begin_inset CommandInset label
23076 LatexCommand label
23077 name "subsec:Line-Thickness"
23078
23079 \end_inset
23080
23081
23082 \begin_inset Index idx
23083 status collapsed
23084
23085 \begin_layout Plain Layout
23086 Table Customization ! Line Thickness
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \begin_layout Standard
23095 The line thickness for all lines in a table can be adjusted with the length
23096  
23097 \series bold
23098
23099 \backslash
23100 arrayrulewidth
23101 \series default
23102 .
23103  To set for example a line thickness of 1.5
23104 \begin_inset space \thinspace{}
23105 \end_inset
23106
23107 pt, as in Table
23108 \begin_inset space ~
23109 \end_inset
23110
23111
23112 \begin_inset CommandInset ref
23113 LatexCommand ref
23114 reference "tab:Table-with-1.5"
23115
23116 \end_inset
23117
23118 , insert the command
23119 \end_layout
23120
23121 \begin_layout Standard
23122
23123 \series bold
23124
23125 \backslash
23126 setlength{
23127 \backslash
23128 arrayrulewidth}{1.5pt}
23129 \end_layout
23130
23131 \begin_layout Standard
23132 in \SpecialChar TeX
23133  Code before the table or table float.
23134  The changed thickness is valid for all subsequent tables.
23135  To use the default value again, set 
23136 \series bold
23137
23138 \backslash
23139 arrayrulewidth
23140 \series default
23141  to 0.4
23142 \begin_inset space \thinspace{}
23143 \end_inset
23144
23145 pt in \SpecialChar TeX
23146  Code after the table or table float.
23147 \end_layout
23148
23149 \begin_layout Standard
23150 \begin_inset ERT
23151 status collapsed
23152
23153 \begin_layout Plain Layout
23154
23155
23156 \backslash
23157 setlength{
23158 \backslash
23159 arrayrulewidth}{1.5pt}
23160 \end_layout
23161
23162 \end_inset
23163
23164
23165 \begin_inset Float table
23166 wide false
23167 sideways false
23168 status open
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Caption Standard
23172
23173 \begin_layout Plain Layout
23174 \begin_inset CommandInset label
23175 LatexCommand label
23176 name "tab:Table-with-1.5"
23177
23178 \end_inset
23179
23180 Table with 1.5
23181 \begin_inset space \thinspace{}
23182 \end_inset
23183
23184 pt thick lines
23185 \end_layout
23186
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \begin_layout Plain Layout
23193 \align center
23194 \begin_inset Tabular
23195 <lyxtabular version="3" rows="3" columns="3">
23196 <features tabularvalignment="middle">
23197 <column alignment="center" valignment="top">
23198 <column alignment="center" valignment="top">
23199 <column alignment="center" valignment="top">
23200 <row>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 sd
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 </row>
23229 <row>
23230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 sd
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 <row>
23259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 sd
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 </row>
23287 </lyxtabular>
23288
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \begin_inset ERT
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301
23302
23303 \backslash
23304 setlength{
23305 \backslash
23306 arrayrulewidth}{0.4pt}
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \begin_layout Standard
23315 \begin_inset VSpace bigskip
23316 \end_inset
23317
23318 To set the line thickness to 1.5
23319 \begin_inset space \thinspace{}
23320 \end_inset
23321
23322 pt only for horizontal lines, as in Table
23323 \begin_inset space ~
23324 \end_inset
23325
23326
23327 \begin_inset CommandInset ref
23328 LatexCommand ref
23329 reference "tab:Table-with-horizontal"
23330
23331 \end_inset
23332
23333 , insert these commands in \SpecialChar TeX
23334  Code before the table or table float:
23335 \end_layout
23336
23337 \begin_layout Standard
23338
23339 \series bold
23340
23341 \backslash
23342 let
23343 \backslash
23344 myHline
23345 \backslash
23346 hline
23347 \begin_inset Newline newline
23348 \end_inset
23349
23350
23351 \backslash
23352 renewcommand{
23353 \backslash
23354 hline}
23355 \begin_inset Newline newline
23356 \end_inset
23357
23358  {
23359 \backslash
23360 noalign{
23361 \backslash
23362 global
23363 \backslash
23364 arrayrulewidth 1.5pt}
23365 \begin_inset Newline newline
23366 \end_inset
23367
23368  
23369 \backslash
23370 myHline
23371 \backslash
23372 noalign{
23373 \backslash
23374 global
23375 \backslash
23376 arrayrulewidth 0.4pt}}
23377 \end_layout
23378
23379 \begin_layout Standard
23380 To return to the default line thickness, insert this command in \SpecialChar TeX
23381  Code after
23382  the table or table float:
23383 \end_layout
23384
23385 \begin_layout Standard
23386
23387 \series bold
23388
23389 \backslash
23390 renewcommand{
23391 \backslash
23392 hline}{
23393 \backslash
23394 myHline}
23395 \end_layout
23396
23397 \begin_layout Standard
23398 \begin_inset ERT
23399 status collapsed
23400
23401 \begin_layout Plain Layout
23402
23403
23404 \backslash
23405 let
23406 \backslash
23407 myHline
23408 \backslash
23409 hline
23410 \end_layout
23411
23412 \begin_layout Plain Layout
23413
23414
23415 \backslash
23416 renewcommand{
23417 \backslash
23418 hline}
23419 \end_layout
23420
23421 \begin_layout Plain Layout
23422
23423  {
23424 \backslash
23425 noalign{
23426 \backslash
23427 global
23428 \backslash
23429 arrayrulewidth 1.5pt}
23430 \end_layout
23431
23432 \begin_layout Plain Layout
23433
23434   
23435 \backslash
23436 myHline
23437 \backslash
23438 noalign{
23439 \backslash
23440 global
23441 \backslash
23442 arrayrulewidth 0.4pt}}
23443 \end_layout
23444
23445 \end_inset
23446
23447
23448 \begin_inset Float table
23449 wide false
23450 sideways false
23451 status open
23452
23453 \begin_layout Plain Layout
23454 \begin_inset Caption Standard
23455
23456 \begin_layout Plain Layout
23457 \begin_inset CommandInset label
23458 LatexCommand label
23459 name "tab:Table-with-horizontal"
23460
23461 \end_inset
23462
23463 Table with 1.5
23464 \begin_inset space \thinspace{}
23465 \end_inset
23466
23467 pt thick horizontal lines
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \begin_layout Plain Layout
23476 \align center
23477 \begin_inset Tabular
23478 <lyxtabular version="3" rows="3" columns="3">
23479 <features tabularvalignment="middle">
23480 <column alignment="center" valignment="top">
23481 <column alignment="center" valignment="top">
23482 <column alignment="center" valignment="top">
23483 <row>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 sd
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 sd
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 </row>
23541 <row>
23542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 sd
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 </row>
23570 </lyxtabular>
23571
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578
23579
23580 \begin_inset ERT
23581 status collapsed
23582
23583 \begin_layout Plain Layout
23584
23585
23586 \backslash
23587 renewcommand{
23588 \backslash
23589 hline}{
23590 \backslash
23591 myHline}
23592 \end_layout
23593
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \begin_layout Standard
23600 \begin_inset VSpace bigskip
23601 \end_inset
23602
23603 To set the line thickness to 1.5
23604 \begin_inset space \thinspace{}
23605 \end_inset
23606
23607 pt only for vertical lines, create the following column format in the document
23608  preamble, according to the description in section
23609 \begin_inset space ~
23610 \end_inset
23611
23612
23613 \begin_inset CommandInset ref
23614 LatexCommand ref
23615 reference "subsec:Customized-Format"
23616
23617 \end_inset
23618
23619 :
23620 \end_layout
23621
23622 \begin_layout Standard
23623
23624 \series bold
23625
23626 \backslash
23627 newcolumntype{V}{!{
23628 \backslash
23629 vrule width 1.5pt}}
23630 \end_layout
23631
23632 \begin_layout Standard
23633 For Table
23634 \begin_inset space ~
23635 \end_inset
23636
23637
23638 \begin_inset CommandInset ref
23639 LatexCommand ref
23640 reference "tab:Table-with-vertical"
23641
23642 \end_inset
23643
23644  the \SpecialChar LaTeX
23645 -argument
23646 \end_layout
23647
23648 \begin_layout Standard
23649
23650 \series bold
23651 VcV
23652 \end_layout
23653
23654 \begin_layout Standard
23655 was used for the last column and
23656 \end_layout
23657
23658 \begin_layout Standard
23659
23660 \series bold
23661 Vc
23662 \end_layout
23663
23664 \begin_layout Standard
23665 for the other columns.
23666 \end_layout
23667
23668 \begin_layout Standard
23669 \begin_inset Float table
23670 wide false
23671 sideways false
23672 status open
23673
23674 \begin_layout Plain Layout
23675 \begin_inset Caption Standard
23676
23677 \begin_layout Plain Layout
23678 \begin_inset CommandInset label
23679 LatexCommand label
23680 name "tab:Table-with-vertical"
23681
23682 \end_inset
23683
23684 Table with 1.5
23685 \begin_inset space \thinspace{}
23686 \end_inset
23687
23688 pt thick vertical lines
23689 \end_layout
23690
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \begin_layout Plain Layout
23697 \align center
23698 \begin_inset Tabular
23699 <lyxtabular version="3" rows="3" columns="3">
23700 <features tabularvalignment="middle">
23701 <column alignment="center" valignment="top" special="Vc">
23702 <column alignment="center" valignment="top" special="Vc">
23703 <column alignment="center" valignment="top" special="VcV">
23704 <row>
23705 <cell alignment="center" valignment="top" topline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 sd
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" topline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 <cell alignment="center" valignment="top" topline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747 sd
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 <row>
23763 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 sd
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 </lyxtabular>
23792
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \end_inset
23799
23800
23801 \end_layout
23802
23803 \begin_layout Subsection
23804 Dashed Lines
23805 \begin_inset Index idx
23806 status collapsed
23807
23808 \begin_layout Plain Layout
23809 Table Customization ! Dashed Lines
23810 \end_layout
23811
23812 \end_inset
23813
23814
23815 \end_layout
23816
23817 \begin_layout Standard
23818 \begin_inset ERT
23819 status collapsed
23820
23821 \begin_layout Plain Layout
23822
23823
23824 \backslash
23825 ifarydshln
23826 \end_layout
23827
23828 \end_inset
23829
23830
23831 \begin_inset Note Note
23832 status open
23833
23834 \begin_layout Plain Layout
23835 The following section will only be displayed when the \SpecialChar LaTeX
23836 -package 
23837 \series bold
23838 arydshln
23839 \series default
23840  is installed.
23841 \end_layout
23842
23843 \end_inset
23844
23845
23846 \end_layout
23847
23848 \begin_layout Standard
23849 \begin_inset Float table
23850 placement H
23851 wide false
23852 sideways false
23853 status open
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Caption Standard
23857
23858 \begin_layout Plain Layout
23859 \begin_inset CommandInset label
23860 LatexCommand label
23861 name "tab:Table-with-dashed"
23862
23863 \end_inset
23864
23865 Table with dashed lines
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Plain Layout
23874 \align center
23875 \begin_inset Tabular
23876 <lyxtabular version="3" rows="5" columns="5">
23877 <features tabularvalignment="middle">
23878 <column alignment="center" valignment="top">
23879 <column alignment="center" valignment="top">
23880 <column alignment="center" valignment="top" special=":c">
23881 <column alignment="center" valignment="top">
23882 <column alignment="center" valignment="top">
23883 <row>
23884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888 a
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897 b
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906 c
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915 d
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924 e
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 </row>
23930 <row>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 f
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 g
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 h
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962 i
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 j
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 </row>
23977 <row>
23978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 \begin_inset ERT
23983 status collapsed
23984
23985 \begin_layout Plain Layout
23986
23987
23988 \backslash
23989 hdashline 
23990 \end_layout
23991
23992 \end_inset
23993
23994 k
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 l
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 <cell alignment="center" valignment="top" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012 m
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 n
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 o
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 </row>
24036 <row>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 \begin_inset ERT
24042 status collapsed
24043
24044 \begin_layout Plain Layout
24045
24046
24047 \backslash
24048 cdashline{4-5}
24049 \end_layout
24050
24051 \end_inset
24052
24053 p
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062 q
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071 r
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 s
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 </row>
24095 <row>
24096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 t
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 u
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118 v
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127 w
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 x
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 </row>
24142 </lyxtabular>
24143
24144 \end_inset
24145
24146
24147 \end_layout
24148
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \begin_layout Standard
24155 \SpecialChar LyX
24156  does not natively support dashed lines, so you have to use \SpecialChar TeX
24157  Code.
24158  As a prerequisite the \SpecialChar LaTeX
24159  package 
24160 \series bold
24161 arydshln
24162 \series default
24163
24164 \begin_inset Index idx
24165 status collapsed
24166
24167 \begin_layout Plain Layout
24168 \SpecialChar LaTeX
24169 -packages ! arydshln
24170 \end_layout
24171
24172 \end_inset
24173
24174  must be loaded in the document preamble with the command
24175 \end_layout
24176
24177 \begin_layout Standard
24178
24179 \series bold
24180
24181 \backslash
24182 usepackage{arydshln}
24183 \end_layout
24184
24185 \begin_layout Standard
24186 To make a vertical line dashed, enter the colon 
24187 \begin_inset Quotes eld
24188 \end_inset
24189
24190 :
24191 \begin_inset Quotes erd
24192 \end_inset
24193
24194  together with the character for the horizontal alignment as \SpecialChar LaTeX
24195  argument in
24196  the table cell dialog.
24197 \end_layout
24198
24199 \begin_layout Standard
24200 For a horizontal dashed line add the command
24201 \end_layout
24202
24203 \begin_layout Standard
24204
24205 \series bold
24206
24207 \backslash
24208 hdashline
24209 \end_layout
24210
24211 \begin_layout Standard
24212 in \SpecialChar TeX
24213  Code as first element of the first cell in the table row.
24214 \end_layout
24215
24216 \begin_layout Standard
24217 For dashed multicolumn lines use the command
24218 \end_layout
24219
24220 \begin_layout Standard
24221
24222 \series bold
24223
24224 \backslash
24225 cdashline{line number
24226 \series default
24227 }
24228 \end_layout
24229
24230 \begin_layout Standard
24231 in \SpecialChar TeX
24232  Code as the first element of the first cell in the table row.
24233  If you have for example a multicolumn spanning columns 2 to 4 and you want
24234  to have a dashed line above, add the command
24235 \end_layout
24236
24237 \begin_layout Standard
24238
24239 \series bold
24240
24241 \backslash
24242 cdashline{2-4}
24243 \end_layout
24244
24245 \begin_layout Standard
24246 as the first element of the first cell in the row of the multicolumn.
24247 \end_layout
24248
24249 \begin_layout Standard
24250 \begin_inset VSpace bigskip
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \begin_layout Standard
24257 Table
24258 \begin_inset space ~
24259 \end_inset
24260
24261
24262 \begin_inset CommandInset ref
24263 LatexCommand ref
24264 reference "tab:Table-with-dashed"
24265
24266 \end_inset
24267
24268  was created using 
24269 \begin_inset Quotes eld
24270 \end_inset
24271
24272
24273 \series bold
24274 :c
24275 \series default
24276
24277 \begin_inset Quotes erd
24278 \end_inset
24279
24280  as \SpecialChar LaTeX
24281  argument of the third column.
24282  The \SpecialChar TeX
24283  Code command 
24284 \series bold
24285
24286 \backslash
24287 hdashline
24288 \series default
24289  was inserted in the first cell of the third row and the \SpecialChar TeX
24290  Code command
24291 \begin_inset Newline newline
24292 \end_inset
24293
24294  
24295 \series bold
24296
24297 \backslash
24298 cdashline{4-5}
24299 \series default
24300  was inserted in the first cell of the fourth row.
24301 \end_layout
24302
24303 \begin_layout Standard
24304 \begin_inset VSpace bigskip
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \begin_layout Standard
24311 Tables with dashed lines can also be colored as shown by Table
24312 \begin_inset space ~
24313 \end_inset
24314
24315
24316 \begin_inset CommandInset ref
24317 LatexCommand ref
24318 reference "tab:Colored-table-with"
24319
24320 \end_inset
24321
24322 .
24323 \end_layout
24324
24325 \begin_layout Standard
24326 \begin_inset ERT
24327 status collapsed
24328
24329 \begin_layout Plain Layout
24330
24331
24332 \backslash
24333 setlength{
24334 \backslash
24335 arrayrulewidth}{1pt}
24336 \end_layout
24337
24338 \end_inset
24339
24340
24341 \begin_inset Note Note
24342 status collapsed
24343
24344 \begin_layout Plain Layout
24345 thicker lines for better visualization of the line color
24346 \end_layout
24347
24348 \end_inset
24349
24350
24351 \end_layout
24352
24353 \begin_layout Standard
24354 \begin_inset ERT
24355 status collapsed
24356
24357 \begin_layout Plain Layout
24358
24359
24360 \backslash
24361 dashgapcolor{green}
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \begin_inset Note Note
24368 status collapsed
24369
24370 \begin_layout Plain Layout
24371 color gaps between dashes green
24372 \end_layout
24373
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \begin_layout Standard
24380 \begin_inset ERT
24381 status collapsed
24382
24383 \begin_layout Plain Layout
24384
24385
24386 \backslash
24387 let
24388 \backslash
24389 myHdashline
24390 \backslash
24391 hdashline
24392 \end_layout
24393
24394 \begin_layout Plain Layout
24395
24396
24397 \backslash
24398 renewcommand{
24399 \backslash
24400 hdashline}
24401 \end_layout
24402
24403 \begin_layout Plain Layout
24404
24405  {
24406 \backslash
24407 arrayrulecolor{red}
24408 \backslash
24409 myHdashline
24410 \backslash
24411 arrayrulecolor{black}}
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \begin_inset Note Note
24418 status collapsed
24419
24420 \begin_layout Plain Layout
24421 color horizontal, dashed lines red
24422 \end_layout
24423
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \begin_layout Standard
24430 \begin_inset ERT
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434
24435
24436 \backslash
24437 let
24438 \backslash
24439 myCdashline
24440 \backslash
24441 cdashline
24442 \end_layout
24443
24444 \begin_layout Plain Layout
24445
24446
24447 \backslash
24448 renewcommand{
24449 \backslash
24450 cdashline}[1]
24451 \end_layout
24452
24453 \begin_layout Plain Layout
24454
24455  {
24456 \backslash
24457 arrayrulecolor{yellow}
24458 \backslash
24459 myCdashline{#1}
24460 \backslash
24461 arrayrulecolor{black}}
24462 \end_layout
24463
24464 \end_inset
24465
24466
24467 \begin_inset Note Note
24468 status collapsed
24469
24470 \begin_layout Plain Layout
24471 color partial horizontal, dashed lines yellow
24472 \end_layout
24473
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \begin_layout Standard
24480 \begin_inset Float table
24481 placement h
24482 wide false
24483 sideways false
24484 status open
24485
24486 \begin_layout Plain Layout
24487 \begin_inset Caption Standard
24488
24489 \begin_layout Plain Layout
24490 \begin_inset CommandInset label
24491 LatexCommand label
24492 name "tab:Colored-table-with"
24493
24494 \end_inset
24495
24496 Colored table with dashed lines
24497 \end_layout
24498
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \begin_layout Plain Layout
24505 \align center
24506 \begin_inset Tabular
24507 <lyxtabular version="3" rows="5" columns="5">
24508 <features tabularvalignment="middle">
24509 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24510 <column alignment="center" valignment="top" width="0pt">
24511 <column alignment="center" valignment="top" width="0pt" special=":c">
24512 <column alignment="center" valignment="top">
24513 <column alignment="center" valignment="top">
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 a
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528 b
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537 c
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546 d
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555 e
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 </row>
24561 <row>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 f
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 <cell alignment="center" valignment="top" topline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575 g
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584 h
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 i
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602 j
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 </row>
24608 <row>
24609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613 \begin_inset ERT
24614 status collapsed
24615
24616 \begin_layout Plain Layout
24617
24618
24619 \backslash
24620 hdashline 
24621 \end_layout
24622
24623 \end_inset
24624
24625
24626 \begin_inset ERT
24627 status collapsed
24628
24629 \begin_layout Plain Layout
24630
24631
24632 \backslash
24633 rowcolor{Gray}
24634 \end_layout
24635
24636 \end_inset
24637
24638 k
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647 l
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 <cell alignment="center" valignment="top" usebox="none">
24653 \begin_inset Text
24654
24655 \begin_layout Plain Layout
24656 m
24657 \end_layout
24658
24659 \end_inset
24660 </cell>
24661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665 n
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 o
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 </row>
24680 <row>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 \begin_inset ERT
24686 status collapsed
24687
24688 \begin_layout Plain Layout
24689
24690
24691 \backslash
24692 cdashline{4-5}
24693 \end_layout
24694
24695 \end_inset
24696
24697 p
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 q
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715 r
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724 s
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 </row>
24739 <row>
24740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 t
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753 u
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762 v
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 w
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780 \begin_inset ERT
24781 status collapsed
24782
24783 \begin_layout Plain Layout
24784
24785
24786 \backslash
24787 cellcolor{Maroon}
24788 \end_layout
24789
24790 \end_inset
24791
24792 i
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 </lyxtabular>
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 \begin_inset ERT
24812 status collapsed
24813
24814 \begin_layout Plain Layout
24815
24816
24817 \backslash
24818 renewcommand{
24819 \backslash
24820 hdashline}{
24821 \backslash
24822 myHdashline}
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \begin_inset Note Note
24829 status collapsed
24830
24831 \begin_layout Plain Layout
24832 reset to default
24833 \end_layout
24834
24835 \end_inset
24836
24837
24838 \end_layout
24839
24840 \begin_layout Standard
24841 \begin_inset ERT
24842 status collapsed
24843
24844 \begin_layout Plain Layout
24845
24846
24847 \backslash
24848 renewcommand{
24849 \backslash
24850 cdashline}{
24851 \backslash
24852 myCdashline}
24853 \end_layout
24854
24855 \end_inset
24856
24857
24858 \begin_inset Note Note
24859 status collapsed
24860
24861 \begin_layout Plain Layout
24862 reset to default
24863 \end_layout
24864
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \begin_inset ERT
24872 status collapsed
24873
24874 \begin_layout Plain Layout
24875
24876
24877 \backslash
24878 nodashgapcolor
24879 \end_layout
24880
24881 \end_inset
24882
24883
24884 \begin_inset Note Note
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888 reset to default
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \begin_layout Standard
24897 \begin_inset ERT
24898 status collapsed
24899
24900 \begin_layout Plain Layout
24901
24902
24903 \backslash
24904 setlength{
24905 \backslash
24906 arrayrulewidth}{0.4pt}
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \begin_inset Note Note
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 reset to default
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 The coloring of lines, columns and lines works as decribed in section
24926 \begin_inset space ~
24927 \end_inset
24928
24929
24930 \begin_inset CommandInset ref
24931 LatexCommand ref
24932 reference "sec:Colored-Tables"
24933
24934 \end_inset
24935
24936 .
24937  Coloring horizontal lines works analogically as described there as well,
24938  one only needs to replace in the commands 
24939 \series bold
24940
24941 \backslash
24942 myHlineC
24943 \series default
24944  by 
24945 \series bold
24946
24947 \backslash
24948 myHdashline
24949 \series default
24950  and 
24951 \backslash
24952
24953 \series bold
24954 hline
24955 \series default
24956  by 
24957 \series bold
24958
24959 \backslash
24960 hdashline
24961 \series default
24962 ; so one uses the command
24963 \end_layout
24964
24965 \begin_layout Standard
24966
24967 \series bold
24968
24969 \backslash
24970 let
24971 \backslash
24972 myHdashline
24973 \backslash
24974 hdashline
24975 \begin_inset Newline newline
24976 \end_inset
24977
24978
24979 \backslash
24980 renewcommand{
24981 \backslash
24982 hdashline}
24983 \begin_inset Newline newline
24984 \end_inset
24985
24986
24987 \begin_inset Phantom HPhantom
24988 status open
24989
24990 \begin_layout Plain Layout
24991 \begin_inset space ~
24992 \end_inset
24993
24994
24995 \end_layout
24996
24997 \end_inset
24998
24999 {
25000 \backslash
25001 arrayrulecolor{red}
25002 \backslash
25003 myHdashline
25004 \backslash
25005 arrayrulecolor{black}}
25006 \end_layout
25007
25008 \begin_layout Standard
25009 To color 
25010 \series bold
25011
25012 \backslash
25013 cdashline
25014 \series default
25015 , the command is
25016 \end_layout
25017
25018 \begin_layout Standard
25019
25020 \series bold
25021
25022 \backslash
25023 let
25024 \backslash
25025 myCdashline
25026 \backslash
25027 cdashline
25028 \begin_inset Newline newline
25029 \end_inset
25030
25031
25032 \backslash
25033 renewcommand{
25034 \backslash
25035 cdashline}[1]
25036 \begin_inset Newline newline
25037 \end_inset
25038
25039
25040 \begin_inset Phantom HPhantom
25041 status open
25042
25043 \begin_layout Plain Layout
25044 \begin_inset space ~
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \end_inset
25051
25052 {
25053 \backslash
25054 arrayrulecolor{red}
25055 \backslash
25056 myCdashline{#1}
25057 \backslash
25058 arrayrulecolor{black}}
25059 \end_layout
25060
25061 \begin_layout Standard
25062 To get back the black line color, one needs to insert the following commands
25063  as \SpecialChar TeX
25064  Code behind the table:
25065 \end_layout
25066
25067 \begin_layout Standard
25068 For 
25069 \series bold
25070
25071 \backslash
25072 hdashline
25073 \end_layout
25074
25075 \begin_layout Standard
25076
25077 \series bold
25078
25079 \backslash
25080 renewcommand{
25081 \backslash
25082 hdashline}{
25083 \backslash
25084 myHdashline}
25085 \end_layout
25086
25087 \begin_layout Standard
25088 and for 
25089 \series bold
25090
25091 \backslash
25092 cdashline
25093 \end_layout
25094
25095 \begin_layout Standard
25096
25097 \series bold
25098
25099 \backslash
25100 renewcommand{
25101 \backslash
25102 cdashline}{
25103 \backslash
25104 myCdashline}
25105 \end_layout
25106
25107 \begin_layout Standard
25108 To color the gaps between the dashes the command
25109 \end_layout
25110
25111 \begin_layout Standard
25112
25113 \series bold
25114
25115 \backslash
25116 dashgapcolor{color}
25117 \end_layout
25118
25119 \begin_layout Standard
25120 can be used in front of a table as \SpecialChar TeX
25121  Code.
25122  color is hereby the name of a defined color.
25123  The command
25124 \end_layout
25125
25126 \begin_layout Standard
25127
25128 \series bold
25129
25130 \backslash
25131 nodashgapcolor
25132 \end_layout
25133
25134 \begin_layout Standard
25135 unsets the changes made by 
25136 \series bold
25137
25138 \backslash
25139 dashgapcolor
25140 \series default
25141 .
25142 \end_layout
25143
25144 \begin_layout Standard
25145 \begin_inset Note Greyedout
25146 status open
25147
25148 \begin_layout Plain Layout
25149
25150 \series bold
25151 \color none
25152 Note
25153 \series default
25154 : If there are multiple commands in a cell, the command of 
25155 \series bold
25156 arydshln
25157 \series default
25158  needs to be the first one in the cell.
25159  Therefore in cell 
25160 \emph on
25161 k
25162 \emph default
25163  of Table
25164 \begin_inset space ~
25165 \end_inset
25166
25167
25168 \begin_inset CommandInset ref
25169 LatexCommand ref
25170 reference "tab:Colored-table-with"
25171
25172 \end_inset
25173
25174  the command 
25175 \series bold
25176
25177 \backslash
25178 hdashline
25179 \series default
25180  is before 
25181 \series bold
25182
25183 \backslash
25184 rowcolor
25185 \series default
25186 .
25187 \end_layout
25188
25189 \end_inset
25190
25191
25192 \end_layout
25193
25194 \begin_layout Standard
25195 \begin_inset Note Greyedout
25196 status open
25197
25198 \begin_layout Plain Layout
25199
25200 \series bold
25201 \color none
25202 Note:
25203 \series default
25204  The \SpecialChar LaTeX
25205 -package 
25206 \series bold
25207 arydshln
25208 \series default
25209  must be loaded in the document preamble before the \SpecialChar LaTeX
25210 -package 
25211 \series bold
25212 colortbl
25213 \series default
25214
25215 \begin_inset Index idx
25216 status collapsed
25217
25218 \begin_layout Plain Layout
25219 \SpecialChar LaTeX
25220 -packages ! colortbl
25221 \end_layout
25222
25223 \end_inset
25224
25225 .
25226 \end_layout
25227
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \begin_layout Standard
25234 \begin_inset ERT
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238
25239
25240 \backslash
25241 else
25242 \end_layout
25243
25244 \end_inset
25245
25246
25247 \begin_inset Note Note
25248 status open
25249
25250 \begin_layout Plain Layout
25251 The following will be displayed when the \SpecialChar LaTeX
25252 -package 
25253 \series bold
25254 arydshln
25255 \series default
25256  is not installed:
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \begin_layout Standard
25265 You need to install the package 
25266 \series bold
25267 arydshln
25268 \series default
25269  to see the content of this section in the output.
25270 \end_layout
25271
25272 \begin_layout Standard
25273 \begin_inset ERT
25274 status collapsed
25275
25276 \begin_layout Plain Layout
25277
25278
25279 \backslash
25280 fi
25281 \end_layout
25282
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \begin_layout Standard
25289 For more information about dashed lines see the documentation of 
25290 \series bold
25291 arydshln
25292 \series default
25293
25294 \begin_inset CommandInset citation
25295 LatexCommand cite
25296 key "arydshln"
25297
25298 \end_inset
25299
25300 .
25301 \end_layout
25302
25303 \begin_layout Chapter
25304 Floats
25305 \begin_inset CommandInset label
25306 LatexCommand label
25307 name "chap:Floats"
25308
25309 \end_inset
25310
25311
25312 \begin_inset Index idx
25313 status collapsed
25314
25315 \begin_layout Plain Layout
25316 Floats
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Section
25325 Introduction
25326 \begin_inset CommandInset label
25327 LatexCommand label
25328 name "sec:FloatIntroduction"
25329
25330 \end_inset
25331
25332
25333 \begin_inset Index idx
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 Floats ! Introduction
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Standard
25346 A float is a block of text associated with some sort of label, which doesn't
25347  have a fixed location.
25348  It can 
25349 \begin_inset Quotes eld
25350 \end_inset
25351
25352 float
25353 \begin_inset Quotes erd
25354 \end_inset
25355
25356  forward or backward a page or two, to wherever it fits best.
25357  
25358 \family sans
25359 Footnotes
25360 \family default
25361  and 
25362 \family sans
25363 Margin
25364 \begin_inset space ~
25365 \end_inset
25366
25367 Notes
25368 \family default
25369  are also floats because they can float to the next page when there are
25370  too many notes on the page.
25371 \end_layout
25372
25373 \begin_layout Standard
25374 Floats allow a high quality layout.
25375  Images and tables can be spread evenly among the pages to avoid white space
25376  and pages without text.
25377  As the floating often destroys the context between the text and the image/table
25378 , every float can be referenced in the text.
25379  Floats are therefore numbered.
25380  Referencing is described in section
25381 \begin_inset space ~
25382 \end_inset
25383
25384
25385 \begin_inset CommandInset ref
25386 LatexCommand ref
25387 reference "sec:Referencing-Floats"
25388
25389 \end_inset
25390
25391 .
25392 \end_layout
25393
25394 \begin_layout Standard
25395 To insert a float, use the menu 
25396 \family sans
25397 Insert\SpecialChar menuseparator
25398 Float
25399 \family default
25400  (toolbar button 
25401 \begin_inset Info
25402 type  "icon"
25403 arg   "float-insert figure"
25404 \end_inset
25405
25406  or 
25407 \begin_inset Info
25408 type  "icon"
25409 arg   "float-insert table"
25410 \end_inset
25411
25412 ).
25413  This inserts the 
25414 \family sans
25415 Caption
25416 \family default
25417  inset, a box with a label.
25418  The label will automatically be translated to the document language in
25419  the output.
25420  After the label you can insert the caption text.
25421  The image or table is inserted above or below the caption in a separate
25422  paragraph within the float.
25423  More about the caption placement is contained in section
25424 \begin_inset space ~
25425 \end_inset
25426
25427
25428 \begin_inset CommandInset ref
25429 LatexCommand ref
25430 reference "sec:Caption-Placement"
25431
25432 \end_inset
25433
25434 .
25435  To keep your \SpecialChar LyX
25436  document readable, you can open and close the float box by
25437  left-clicking on the box label.
25438  A closed float box looks like this: 
25439 \begin_inset Graphics
25440         filename clipart/float.png
25441         scale 70
25442         scaleBeforeRotation
25443
25444 \end_inset
25445
25446  â€“ a gray button with a red label.
25447 \end_layout
25448
25449 \begin_layout Standard
25450 It is recommended that you insert floats as separate standard paragraphs
25451  to avoid possible \SpecialChar LaTeX
25452 -errors that can occur when the surrounding text is specially
25453  formatted.
25454 \end_layout
25455
25456 \begin_layout Standard
25457 Existing figures or tables can be put into a float by highlighting them
25458  and then pressing the corresponding toolbar button for a new float.
25459 \end_layout
25460
25461 \begin_layout Section
25462 Float Types
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Besides figure and table floats that are described in sections
25467 \begin_inset space ~
25468 \end_inset
25469
25470
25471 \begin_inset CommandInset ref
25472 LatexCommand ref
25473 reference "sec:Figure-Floats"
25474
25475 \end_inset
25476
25477  and 
25478 \begin_inset CommandInset ref
25479 LatexCommand ref
25480 reference "sec:Table-Floats"
25481
25482 \end_inset
25483
25484  respectively, \SpecialChar LyX
25485  offers the float types 
25486 \family sans
25487 Algorithm
25488 \family default
25489  and 
25490 \family sans
25491 Wrap
25492 \family default
25493 .
25494  The latter are explained in sec.
25495 \begin_inset space \thinspace{}
25496 \end_inset
25497
25498
25499 \begin_inset CommandInset ref
25500 LatexCommand ref
25501 reference "sec:Wrap-Floats"
25502
25503 \end_inset
25504
25505 .
25506 \end_layout
25507
25508 \begin_layout Subsection
25509 Algorithm Floats
25510 \begin_inset Index idx
25511 status collapsed
25512
25513 \begin_layout Plain Layout
25514 Floats ! Algorithms
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \begin_layout Standard
25523 \begin_inset Float algorithm
25524 placement h
25525 wide false
25526 sideways false
25527 status open
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Caption Standard
25531
25532 \begin_layout Plain Layout
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "alg:Example-Algorithm-float"
25536
25537 \end_inset
25538
25539 Example Algorithm float
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout LyX-Code
25548 for I in 1..N loop
25549 \begin_inset Newline newline
25550 \end_inset
25551
25552  Sum:= Sum + A(I); /*comment*/
25553 \begin_inset Newline newline
25554 \end_inset
25555
25556 end loop
25557 \begin_inset VSpace -4mm
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \begin_layout Standard
25569 This float type is inserted with the menu 
25570 \family sans
25571 Insert\SpecialChar menuseparator
25572 Float\SpecialChar menuseparator
25573 Algorithm
25574 \family default
25575 .
25576  It is used for program codes and descriptions of algorithms and can be
25577  seen as an alternative to program code listings that are explained in chapter
25578 \begin_inset space ~
25579 \end_inset
25580
25581
25582 \begin_inset CommandInset ref
25583 LatexCommand ref
25584 reference "cha:Program-Code-Listings"
25585
25586 \end_inset
25587
25588 .
25589  A possible environment for algorithms is the 
25590 \family sans
25591 \SpecialChar LyX
25592  Code
25593 \family default
25594 , described in \SpecialChar LyX
25595 's 
25596 \emph on
25597 Userguide
25598 \emph default
25599 .
25600  Algorithm
25601 \begin_inset space ~
25602 \end_inset
25603
25604
25605 \begin_inset CommandInset ref
25606 LatexCommand ref
25607 reference "alg:Example-Algorithm-float"
25608
25609 \end_inset
25610
25611  is an example of an algorithm float where -4
25612 \begin_inset space \thinspace{}
25613 \end_inset
25614
25615 mm vertical space was added at the end of the float to have the bottom rule
25616  exactly below the last text line.
25617 \end_layout
25618
25619 \begin_layout Standard
25620 The float label is not automatically translated into the document language.
25621  If your document is not in English, you have to do this manually by adding
25622  the following line to the document preamble
25623 \series bold
25624 :
25625 \end_layout
25626
25627 \begin_layout Standard
25628
25629 \series bold
25630
25631 \backslash
25632 floatname{algorithm}{your
25633 \begin_inset space ~
25634 \end_inset
25635
25636 name}
25637 \end_layout
25638
25639 \begin_layout Standard
25640 where 
25641 \family sans
25642 your
25643 \begin_inset space ~
25644 \end_inset
25645
25646 name
25647 \family default
25648  is the word 
25649 \begin_inset Quotes eld
25650 \end_inset
25651
25652
25653 \emph on
25654 algorithm
25655 \emph default
25656
25657 \begin_inset Quotes erd
25658 \end_inset
25659
25660  in your language.
25661 \end_layout
25662
25663 \begin_layout Standard
25664 To insert the list of algorithms you can use the menu 
25665 \family sans
25666 Insert\SpecialChar menuseparator
25667 List
25668 \begin_inset space \thinspace{}
25669 \end_inset
25670
25671 /
25672 \begin_inset space \thinspace{}
25673 \end_inset
25674
25675 TOC\SpecialChar menuseparator
25676 List of Algorithms
25677 \family default
25678  when your document has the same language as \SpecialChar LyX
25679 's menu names.
25680  In other cases use this command in \SpecialChar TeX
25681  Code instead:
25682 \end_layout
25683
25684 \begin_layout Standard
25685
25686 \series bold
25687
25688 \backslash
25689 listof{algorithm}{your
25690 \begin_inset space ~
25691 \end_inset
25692
25693 name}
25694 \end_layout
25695
25696 \begin_layout Standard
25697 where 
25698 \family sans
25699 your
25700 \begin_inset space ~
25701 \end_inset
25702
25703 name
25704 \family default
25705  is the word 
25706 \begin_inset Quotes eld
25707 \end_inset
25708
25709
25710 \emph on
25711 List of Algorithm
25712 \emph default
25713 s
25714 \begin_inset Quotes erd
25715 \end_inset
25716
25717  in your language.
25718 \end_layout
25719
25720 \begin_layout Standard
25721 Algorithm floats are not by default numbered in the scheme 
25722 \begin_inset Quotes eld
25723 \end_inset
25724
25725 chapter.algorithm
25726 \begin_inset Quotes erd
25727 \end_inset
25728
25729  as is the case for table and figure floats in many document-classes.
25730  To number algorithm floats in the same scheme, add this command to your
25731  document preamble:
25732 \end_layout
25733
25734 \begin_layout Standard
25735
25736 \series bold
25737
25738 \backslash
25739 numberwithin{algorithm}{chapter}
25740 \end_layout
25741
25742 \begin_layout Standard
25743 To be able to use the command 
25744 \series bold
25745
25746 \backslash
25747 numberwithin
25748 \series default
25749 , set in the tab 
25750 \family sans
25751 Math
25752 \begin_inset space ~
25753 \end_inset
25754
25755 Options
25756 \family default
25757  in the document settings the option 
25758 \family sans
25759 Use
25760 \begin_inset space ~
25761 \end_inset
25762
25763 AMS
25764 \begin_inset space ~
25765 \end_inset
25766
25767 math
25768 \begin_inset space ~
25769 \end_inset
25770
25771 package
25772 \family default
25773 .
25774 \end_layout
25775
25776 \begin_layout Section
25777 Float Numbering
25778 \begin_inset Index idx
25779 status collapsed
25780
25781 \begin_layout Plain Layout
25782 Floats ! Numbering
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \begin_layout Standard
25791 Floats are usually numbered either independently from the sections the floats
25792  are in, or in the scheme 
25793 \begin_inset Quotes eld
25794 \end_inset
25795
25796 chapter.number
25797 \begin_inset Quotes erd
25798 \end_inset
25799
25800  or 
25801 \begin_inset Quotes eld
25802 \end_inset
25803
25804 section.number
25805 \begin_inset Quotes erd
25806 \end_inset
25807
25808 .
25809  This depends on the document class used.
25810 \end_layout
25811
25812 \begin_layout Standard
25813 To change section-independent numbering, you can use this command in the
25814  document preamble:
25815 \end_layout
25816
25817 \begin_layout Standard
25818
25819 \series bold
25820
25821 \backslash
25822 renewcommand{
25823 \backslash
25824 thetable}{
25825 \backslash
25826 roman{table}}
25827 \end_layout
25828
25829 \begin_layout Standard
25830
25831 \series bold
25832
25833 \backslash
25834 thetable
25835 \series default
25836  is the command that prints the table number.
25837  For figure floats, the command would be 
25838 \series bold
25839
25840 \backslash
25841 thefigure
25842 \series default
25843 .
25844  
25845 \series bold
25846
25847 \backslash
25848 roman
25849 \series default
25850  in the command above prints the table number as a small roman number.
25851 \end_layout
25852
25853 \begin_layout Standard
25854 To change the numbering scheme for example to 
25855 \begin_inset Quotes eld
25856 \end_inset
25857
25858 subsection.number
25859 \begin_inset Quotes erd
25860 \end_inset
25861
25862 , use this command in the preamble:
25863 \end_layout
25864
25865 \begin_layout Standard
25866
25867 \series bold
25868
25869 \backslash
25870 numberwithin{table}{subsection}
25871 \end_layout
25872
25873 \begin_layout Standard
25874 To be able to use the command 
25875 \series bold
25876
25877 \backslash
25878 numberwithin
25879 \series default
25880 , set in the tab 
25881 \family sans
25882 Math
25883 \begin_inset space ~
25884 \end_inset
25885
25886 Options
25887 \family default
25888  in the document settings the option 
25889 \family sans
25890 Use
25891 \begin_inset space ~
25892 \end_inset
25893
25894 AMS
25895 \begin_inset space ~
25896 \end_inset
25897
25898 math
25899 \begin_inset space ~
25900 \end_inset
25901
25902 package
25903 \family default
25904 .
25905 \end_layout
25906
25907 \begin_layout Standard
25908 Please also have a look at section
25909 \begin_inset space ~
25910 \end_inset
25911
25912
25913 \begin_inset CommandInset ref
25914 LatexCommand ref
25915 reference "subsec:Footnote-Numbering"
25916
25917 \end_inset
25918
25919  for the details and important notes about the numbering commands.
25920 \end_layout
25921
25922 \begin_layout Section
25923 Referencing Floats
25924 \begin_inset CommandInset label
25925 LatexCommand label
25926 name "sec:Referencing-Floats"
25927
25928 \end_inset
25929
25930
25931 \begin_inset Index idx
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935 Floats ! References
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \begin_inset Index idx
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945 References ! to Floats
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Standard
25954 To reference a float, insert a label into its caption using the menu 
25955 \family sans
25956 Insert\SpecialChar menuseparator
25957 Label
25958 \family default
25959  or the toolbar button 
25960 \begin_inset Info
25961 type  "icon"
25962 arg   "label-insert"
25963 \end_inset
25964
25965 .
25966  A grey label box like this one: 
25967 \begin_inset Graphics
25968         filename clipart/label.png
25969         scaleBeforeRotation
25970
25971 \end_inset
25972
25973  will be inserted and the label window pops up asking for the label text.
25974  \SpecialChar LyX
25975  offers as text the first words of the caption with a prefix.
25976  The prefix depends on the float type, e.
25977 \begin_inset space \thinspace{}
25978 \end_inset
25979
25980 g.
25981 \begin_inset space \space{}
25982 \end_inset
25983
25984 for figure floats the prefix will be "
25985 \family sans
25986 fig:
25987 \family default
25988 ".
25989 \end_layout
25990
25991 \begin_layout Standard
25992 The label is used as anchor and name for the reference.
25993  You can refer to the label using the menu 
25994 \family sans
25995 Insert\SpecialChar menuseparator
25996 Cross-reference
25997 \family default
25998  or the toolbar button 
25999 \begin_inset Info
26000 type  "icon"
26001 arg   "dialog-show-new-inset ref"
26002 \end_inset
26003
26004 .
26005  The cross-reference window appears showing all labels of the document.
26006  If you have multiple \SpecialChar LyX
26007  documents opened, choose the one you are working
26008  on from the drop-list at the top of the dialog.
26009  You can now sort the labels alphabetically and then choose one.
26010  A grey cross-reference box like this one: 
26011 \begin_inset Graphics
26012         filename clipart/reference.png
26013         scaleBeforeRotation
26014
26015 \end_inset
26016
26017  will be inserted.
26018  At the position of the cross-reference box the float number will appear
26019  in the output.
26020 \end_layout
26021
26022 \begin_layout Standard
26023 It is recommended that you use a protected space between the cross-reference
26024  name and its number to avoid line breaks between them.
26025  If a cross-reference refers to a non-existing label, you will see two question
26026  marks in the output instead of the reference.
26027 \end_layout
26028
26029 \begin_layout Standard
26030 You can change labels at any time by clicking on the label box.
26031  References to the changed label will automatically update their links to
26032  the new label text.
26033 \end_layout
26034
26035 \begin_layout Standard
26036 The button 
26037 \family sans
26038 Go
26039 \begin_inset space ~
26040 \end_inset
26041
26042 to
26043 \begin_inset space ~
26044 \end_inset
26045
26046 Label
26047 \family default
26048  in the cross-reference window sets the cursor before the referred label.
26049  The button text changes then to Go
26050 \begin_inset space ~
26051 \end_inset
26052
26053 Back and you can use it to set the cursor back to the cross-reference.
26054 \end_layout
26055
26056 \begin_layout Subsection
26057 Cross-Reference Formats
26058 \begin_inset CommandInset label
26059 LatexCommand label
26060 name "subsec:Cross-Reference-Formats"
26061
26062 \end_inset
26063
26064
26065 \begin_inset Index idx
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069 References ! Formats
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Standard
26078 There are six varieties of cross-references:
26079 \end_layout
26080
26081 \begin_layout Description
26082 <reference>: prints the float number, this is the default: 
26083 \begin_inset CommandInset ref
26084 LatexCommand ref
26085 reference "fig:Two-distorted-images"
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Description
26093 (<reference>): prints the float number within two parentheses, this is the
26094  style normally used to reference formulas, especially when the reference
26095  name 
26096 \begin_inset Quotes eld
26097 \end_inset
26098
26099 Equation
26100 \begin_inset Quotes erd
26101 \end_inset
26102
26103  is omitted: 
26104 \begin_inset CommandInset ref
26105 LatexCommand eqref
26106 reference "eq:Wgn"
26107
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \begin_layout Description
26114 <page>: prints the page number: Page
26115 \begin_inset space ~
26116 \end_inset
26117
26118
26119 \begin_inset CommandInset ref
26120 LatexCommand pageref
26121 reference "fig:Two-distorted-images"
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \begin_layout Description
26129 on
26130 \begin_inset space ~
26131 \end_inset
26132
26133 page
26134 \begin_inset space ~
26135 \end_inset
26136
26137 <page>: prints the text "on page" and the page number: 
26138 \begin_inset CommandInset ref
26139 LatexCommand vpageref
26140 reference "fig:Two-distorted-images"
26141
26142 \end_inset
26143
26144
26145 \end_layout
26146
26147 \begin_layout Description
26148 <reference>
26149 \begin_inset space ~
26150 \end_inset
26151
26152 on
26153 \begin_inset space ~
26154 \end_inset
26155
26156 page
26157 \begin_inset space ~
26158 \end_inset
26159
26160 <page>: prints the float number, the text "on page", and the page number:
26161  
26162 \begin_inset CommandInset ref
26163 LatexCommand vref
26164 reference "fig:Two-distorted-images"
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \begin_layout Description
26172 Formatted
26173 \begin_inset space ~
26174 \end_inset
26175
26176 reference: prints a self-defined cross-reference format.
26177 \begin_inset Newline newline
26178 \end_inset
26179
26180
26181 \begin_inset Note Greyedout
26182 status open
26183
26184 \begin_layout Plain Layout
26185
26186 \series bold
26187 Note:
26188 \series default
26189  This feature is only available when you have the \SpecialChar LaTeX
26190 -package 
26191 \series bold
26192 prettyref
26193 \series default
26194  or 
26195 \series bold
26196 refstyle
26197 \series default
26198
26199 \begin_inset Index idx
26200 status collapsed
26201
26202 \begin_layout Plain Layout
26203 \SpecialChar LaTeX
26204 -packages ! prettyref
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \begin_inset Index idx
26211 status collapsed
26212
26213 \begin_layout Plain Layout
26214 \SpecialChar LaTeX
26215 -packages ! refstyle
26216 \end_layout
26217
26218 \end_inset
26219
26220  installed.
26221 \end_layout
26222
26223 \end_inset
26224
26225
26226 \begin_inset Newline newline
26227 \end_inset
26228
26229 You can select which \SpecialChar LaTeX
26230 -package should be used for this feature by setting
26231  the option 
26232 \family sans
26233 Use refstyle (not prettyref) for cross-references
26234 \family default
26235  in the menu 
26236 \family sans
26237 Document\SpecialChar menuseparator
26238 Settings\SpecialChar menuseparator
26239 Document Class
26240 \family default
26241 .
26242  The format is specified by adding the command 
26243 \series bold
26244
26245 \backslash
26246 newrefformat
26247 \series default
26248  (prettyref) or 
26249 \series bold
26250
26251 \backslash
26252 newref
26253 \series default
26254  (refstyle) to the preamble of the document.
26255  For example redefining all references to figures (which have the label
26256  shortcut 
26257 \begin_inset Quotes eld
26258 \end_inset
26259
26260
26261 \family sans
26262 fig
26263 \family default
26264
26265 \begin_inset Quotes erd
26266 \end_inset
26267
26268 ) can be done with this command
26269 \begin_inset Newline newline
26270 \end_inset
26271
26272
26273 \series bold
26274
26275 \backslash
26276 newref{fig}{refcmd={Image on page 
26277 \backslash
26278 pageref{#1}}}
26279 \series default
26280
26281 \begin_inset Newline newline
26282 \end_inset
26283
26284 For more information about the format, have a look at the package documentations
26285
26286 \begin_inset CommandInset citation
26287 LatexCommand cite
26288 key "prettyref,refstyle"
26289
26290 \end_inset
26291
26292 .
26293 \end_layout
26294
26295 \begin_layout Description
26296 Textual
26297 \begin_inset space ~
26298 \end_inset
26299
26300 reference: prints the caption of the reference: 
26301 \begin_inset CommandInset ref
26302 LatexCommand nameref
26303 reference "fig:Two-distorted-images"
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \begin_layout Standard
26311
26312 \family sans
26313 <page>
26314 \family default
26315  will not print the page number if the label is on the previous, the same,
26316  or the next page.
26317  You will e.
26318 \begin_inset space \thinspace{}
26319 \end_inset
26320
26321 g.
26322 \begin_inset space \space{}
26323 \end_inset
26324
26325 see the text 
26326 \begin_inset Quotes eld
26327 \end_inset
26328
26329
26330 \family sans
26331 on this page
26332 \family default
26333
26334 \begin_inset Quotes erd
26335 \end_inset
26336
26337  instead.
26338  The style 
26339 \family sans
26340 <reference> on page <page>
26341 \family default
26342  will not print anything about the page if the label is on the same page.
26343 \end_layout
26344
26345 \begin_layout Standard
26346 The number and current page of the part of the document referred to in the
26347  output is automatically calculated by \SpecialChar LaTeX
26348 .
26349  The varieties are adjusted in the field 
26350 \family sans
26351 Format
26352 \family default
26353  of the cross-reference window that appears when you click on the cross-referenc
26354 e box.
26355 \end_layout
26356
26357 \begin_layout Standard
26358 \begin_inset Note Greyedout
26359 status open
26360
26361 \begin_layout Plain Layout
26362
26363 \series bold
26364 Note:
26365 \series default
26366  It is recommended to use the \SpecialChar LaTeX
26367 -package 
26368 \series bold
26369 refstyle
26370 \series default
26371
26372 \begin_inset Index idx
26373 status collapsed
26374
26375 \begin_layout Plain Layout
26376 \SpecialChar LaTeX
26377 -packages ! refstyle
26378 \end_layout
26379
26380 \end_inset
26381
26382  because 
26383 \series bold
26384 prettyref
26385 \series default
26386
26387 \begin_inset Index idx
26388 status collapsed
26389
26390 \begin_layout Plain Layout
26391 \SpecialChar LaTeX
26392 -packages ! prettyref
26393 \end_layout
26394
26395 \end_inset
26396
26397  does not know all of \SpecialChar LyX
26398 's possible label shortcuts
26399 \begin_inset Foot
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403 \begin_inset Quotes eld
26404 \end_inset
26405
26406 fig:
26407 \begin_inset Quotes erd
26408 \end_inset
26409
26410  is for example \SpecialChar LyX
26411 's shortcut for labels in figure captions.
26412 \end_layout
26413
26414 \end_inset
26415
26416  and is not internationalized.
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \begin_layout Subsection
26425 Automatic Reference Naming
26426 \begin_inset Index idx
26427 status collapsed
26428
26429 \begin_layout Plain Layout
26430 References ! Automatic Reference Naming
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439 The \SpecialChar LaTeX
26440 -package 
26441 \series bold
26442 hyperref
26443 \series default
26444
26445 \begin_inset Index idx
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449 \SpecialChar LaTeX
26450 -packages ! hyperref
26451 \end_layout
26452
26453 \end_inset
26454
26455 , that is enabled in the 
26456 \family sans
26457 PDF Properties
26458 \family default
26459  of the 
26460 \family sans
26461 Document Settings
26462 \family default
26463  dialog, provides a very useful feature that cross-references automatically
26464  include the name of the referenced floats (or text parts like 
26465 \emph on
26466 section
26467 \emph default
26468 ).
26469  So you will save having to write e.
26470 \begin_inset space \thinspace{}
26471 \end_inset
26472
26473 g.
26474 \begin_inset space \space{}
26475 \end_inset
26476
26477 the name 
26478 \begin_inset Quotes eld
26479 \end_inset
26480
26481 Figure
26482 \begin_inset Quotes erd
26483 \end_inset
26484
26485  before every reference to a figure.
26486  To use this feature, enable 
26487 \series bold
26488 hyperref
26489 \series default
26490  and insert this line to the \SpecialChar LaTeX
26491  preamble:
26492 \end_layout
26493
26494 \begin_layout Standard
26495
26496 \series bold
26497
26498 \backslash
26499 AtBeginDocument{
26500 \backslash
26501 renewcommand{
26502 \backslash
26503 ref}[1]{
26504 \backslash
26505 mbox{
26506 \backslash
26507 autoref{#1}}}}
26508 \end_layout
26509
26510 \begin_layout Standard
26511 When you prefer other reference names than the default ones, for example
26512  you want instead of 
26513 \begin_inset Quotes eld
26514 \end_inset
26515
26516 section
26517 \begin_inset Quotes erd
26518 \end_inset
26519
26520  the name 
26521 \begin_inset Quotes eld
26522 \end_inset
26523
26524 sec.
26525 \begin_inset space \thinspace{}
26526 \end_inset
26527
26528
26529 \begin_inset Quotes eld
26530 \end_inset
26531
26532 , you can redefine the name by inserting this in the preamble:
26533 \end_layout
26534
26535 \begin_layout Standard
26536
26537 \series bold
26538
26539 \backslash
26540 addto
26541 \backslash
26542 extrasenglish{
26543 \backslash
26544 renewcommand{
26545 \backslash
26546 sectionautorefname}
26547 \begin_inset Newline newline
26548 \end_inset
26549
26550
26551 \begin_inset Phantom HPhantom
26552 status open
26553
26554 \begin_layout Plain Layout
26555
26556 \series bold
26557 \begin_inset space ~
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564
26565 {sec.
26566 \backslash
26567 negthinspace}}
26568 \end_layout
26569
26570 \begin_layout Standard
26571 When you are using another document language than English, replace
26572 \begin_inset Newline newline
26573 \end_inset
26574
26575
26576 \series bold
26577
26578 \backslash
26579 extrasenglish
26580 \series default
26581  by 
26582 \series bold
26583
26584 \backslash
26585 extras***
26586 \series default
26587 , where *** is the name of the language used.
26588 \end_layout
26589
26590 \begin_layout Standard
26591 To get automatic names, but not for certain reference types, for example
26592  not for equations, use this preamble code:
26593 \end_layout
26594
26595 \begin_layout Standard
26596
26597 \series bold
26598
26599 \backslash
26600 addto
26601 \backslash
26602 extrasenglish{
26603 \backslash
26604 renewcommand*{
26605 \backslash
26606 equationautorefname}[1]{}}
26607 \end_layout
26608
26609 \begin_layout Standard
26610 More about this topic can be found in 
26611 \series bold
26612 hyperref
26613 \series default
26614 's documentation 
26615 \begin_inset CommandInset citation
26616 LatexCommand cite
26617 key "hyperref"
26618
26619 \end_inset
26620
26621 .
26622 \end_layout
26623
26624 \begin_layout Standard
26625 \begin_inset Note Greyedout
26626 status open
26627
26628 \begin_layout Plain Layout
26629
26630 \series bold
26631 Note:
26632 \series default
26633  Automatic reference naming cannot be used when you use cross-references
26634  in the 
26635 \family sans
26636 Formatted
26637 \begin_inset space ~
26638 \end_inset
26639
26640 reference
26641 \family default
26642  style, as described in section
26643 \begin_inset space ~
26644 \end_inset
26645
26646
26647 \begin_inset CommandInset ref
26648 LatexCommand ref
26649 reference "subsec:Cross-Reference-Formats"
26650
26651 \end_inset
26652
26653 .
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 The 
26663 \emph on
26664 Math
26665 \emph default
26666  manual is an example where automatic reference naming is used.
26667 \end_layout
26668
26669 \begin_layout Subsection
26670 Reference Position
26671 \begin_inset CommandInset label
26672 LatexCommand label
26673 name "subsec:Reference-Position"
26674
26675 \end_inset
26676
26677
26678 \begin_inset Index idx
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682 References ! Reference Position
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \begin_layout Standard
26691 If you use 
26692 \series bold
26693 hyperref
26694 \series default
26695
26696 \begin_inset Index idx
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700 \SpecialChar LaTeX
26701 -packages ! hyperref
26702 \end_layout
26703
26704 \end_inset
26705
26706  in the 
26707 \family sans
26708 PDF Properties
26709 \family default
26710  of the 
26711 \family sans
26712 Document Settings
26713 \family default
26714  dialog to link cross-references in the output, you will see that clicking
26715  on an image float reference jumps to the image label.
26716  The caption will be the first text part on the screen, so that you cannot
26717  see the image without scrolling.
26718  This is because the reference link anchor is placed at the position of
26719  the label.
26720  With the use of the package 
26721 \series bold
26722 hypcap
26723 \series default
26724
26725 \begin_inset Index idx
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729 \SpecialChar LaTeX
26730 -packages ! hypcap
26731 \end_layout
26732
26733 \end_inset
26734
26735 , which is part of the \SpecialChar LaTeX
26736 -package 
26737 \series bold
26738 oberdiek
26739 \series default
26740
26741 \begin_inset Index idx
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 \SpecialChar LaTeX
26746 -packages ! oberdiek
26747 \end_layout
26748
26749 \end_inset
26750
26751 , the link anchor is placed at the beginning of a float.
26752  To use this feature for figure floats, load 
26753 \series bold
26754 hypcap
26755 \series default
26756  in the document preamble with the line
26757 \end_layout
26758
26759 \begin_layout Standard
26760
26761 \series bold
26762
26763 \backslash
26764 usepackage[figure]{hypcap}
26765 \end_layout
26766
26767 \begin_layout Standard
26768 You can also use 
26769 \series bold
26770 hypcap
26771 \series default
26772  for all float types but this is not recommended for stability reasons.
26773  For more information, have a look at 
26774 \series bold
26775 hypcap
26776 \series default
26777 's manual 
26778 \begin_inset CommandInset citation
26779 LatexCommand cite
26780 key "hypcap"
26781
26782 \end_inset
26783
26784 .
26785 \end_layout
26786
26787 \begin_layout Standard
26788 \begin_inset Note Greyedout
26789 status open
26790
26791 \begin_layout Plain Layout
26792
26793 \series bold
26794 Note:
26795 \series default
26796  
26797 \series bold
26798 hypcap
26799 \series default
26800  has no effect on references to subfigures.
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \begin_layout Section
26809 Float Placement
26810 \begin_inset CommandInset label
26811 LatexCommand label
26812 name "sec:Float-Placement"
26813
26814 \end_inset
26815
26816
26817 \begin_inset Index idx
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821 Floats ! Placement
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \begin_layout Standard
26830 Right-clicking on a float-box and clicking on 
26831 \family sans
26832 Settings
26833 \family default
26834  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26835  uses for
26836  positioning the float.
26837 \begin_inset Newline newline
26838 \end_inset
26839
26840 The option 
26841 \family sans
26842 Span
26843 \begin_inset space ~
26844 \end_inset
26845
26846 columns
26847 \family default
26848  is only useful for two-column documents: If you select it, the float will
26849  span both columns on the page instead of being confined to just one.
26850 \begin_inset Newline newline
26851 \end_inset
26852
26853 The option 
26854 \family sans
26855 Rotate
26856 \begin_inset space ~
26857 \end_inset
26858
26859 sideways
26860 \family default
26861  is used to rotate floats, see section 
26862 \begin_inset CommandInset ref
26863 LatexCommand ref
26864 reference "sec:Rotated-Floats"
26865
26866 \end_inset
26867
26868 .
26869 \end_layout
26870
26871 \begin_layout Standard
26872 You can use one or more of the following options in the float dialog to
26873  set the placement for a particular float when you uncheck the option 
26874 \family sans
26875 Use
26876 \begin_inset space ~
26877 \end_inset
26878
26879 default
26880 \begin_inset space ~
26881 \end_inset
26882
26883 placement
26884 \family default
26885 :
26886 \end_layout
26887
26888 \begin_layout Description
26889 Here
26890 \begin_inset space ~
26891 \end_inset
26892
26893 if
26894 \begin_inset space ~
26895 \end_inset
26896
26897 possible try to place the float on the position where it has been inserted
26898 \end_layout
26899
26900 \begin_layout Description
26901 Top
26902 \begin_inset space ~
26903 \end_inset
26904
26905 of
26906 \begin_inset space ~
26907 \end_inset
26908
26909 page try to place the float at the top of the current page
26910 \end_layout
26911
26912 \begin_layout Description
26913 Bottom
26914 \begin_inset space ~
26915 \end_inset
26916
26917 of
26918 \begin_inset space ~
26919 \end_inset
26920
26921 page try to place the float at the bottom of the current page
26922 \end_layout
26923
26924 \begin_layout Description
26925 Page
26926 \begin_inset space ~
26927 \end_inset
26928
26929 of
26930 \begin_inset space ~
26931 \end_inset
26932
26933 floats try to place the float on its own page
26934 \end_layout
26935
26936 \begin_layout Standard
26937 The order of the above option is 
26938 \emph on
26939 always
26940 \emph default
26941  used by \SpecialChar LaTeX
26942 .
26943  That means, if you use the default placement, \SpecialChar LaTeX
26944  will first try out 
26945 \family sans
26946 Here
26947 \begin_inset space ~
26948 \end_inset
26949
26950 if
26951 \begin_inset space ~
26952 \end_inset
26953
26954 possible
26955 \family default
26956 , then 
26957 \family sans
26958 Top
26959 \begin_inset space ~
26960 \end_inset
26961
26962 of
26963 \begin_inset space ~
26964 \end_inset
26965
26966 page
26967 \family default
26968 , and then the others.
26969  If you do not use the default, \SpecialChar LaTeX
26970  will try only the checked options but in
26971  the same order.
26972  If none of the 4
26973 \begin_inset space ~
26974 \end_inset
26975
26976 placements is possible the procedure is internally repeated trying to put
26977  the float on the following page.
26978 \end_layout
26979
26980 \begin_layout Standard
26981 By default, each option has its own rules:
26982 \end_layout
26983
26984 \begin_layout Labeling
26985 \labelwidthstring 00.00.0000
26986
26987 \family sans
26988 Top
26989 \begin_inset space ~
26990 \end_inset
26991
26992 of
26993 \begin_inset space ~
26994 \end_inset
26995
26996 page
26997 \family default
26998  only floats occupying less than 70
26999 \begin_inset space \thinspace{}
27000 \end_inset
27001
27002 % of the page can be placed at the top of a page (
27003 \series bold
27004
27005 \backslash
27006 topfraction
27007 \series default
27008 )
27009 \end_layout
27010
27011 \begin_layout Labeling
27012 \labelwidthstring 00.00.0000
27013
27014 \family sans
27015 Bottom
27016 \begin_inset space ~
27017 \end_inset
27018
27019 of
27020 \begin_inset space ~
27021 \end_inset
27022
27023 page
27024 \family default
27025 : only floats occupying less than 30
27026 \begin_inset space \thinspace{}
27027 \end_inset
27028
27029 % of the page can be placed at the bottom of a page.
27030  (
27031 \series bold
27032
27033 \backslash
27034 bottomfraction
27035 \series default
27036 )
27037 \end_layout
27038
27039 \begin_layout Labeling
27040 \labelwidthstring 00.00.0000
27041
27042 \family sans
27043 Page
27044 \begin_inset space ~
27045 \end_inset
27046
27047 of
27048 \begin_inset space ~
27049 \end_inset
27050
27051 floats
27052 \family default
27053 : only if more than 50
27054 \begin_inset space \thinspace{}
27055 \end_inset
27056
27057 % of the page is occupied by floats, several floats can be set together
27058  on a page.
27059  (
27060 \series bold
27061
27062 \backslash
27063 floatpagefraction
27064 \series default
27065 )
27066 \end_layout
27067
27068 \begin_layout Standard
27069 If you don't like these rules, you can ignore them by using the additional
27070  option 
27071 \family sans
27072 Ignore
27073 \begin_inset space ~
27074 \end_inset
27075
27076 \SpecialChar LaTeX
27077
27078 \begin_inset space ~
27079 \end_inset
27080
27081 rules
27082 \family default
27083 .
27084 \begin_inset Newline newline
27085 \end_inset
27086
27087 You can also redefine the rules with \SpecialChar LaTeX
27088 -commands that are given in parentheses
27089  after the rules description above.
27090  To increase for example the often too small default of the bottom-rule
27091  to 50
27092 \begin_inset space \thinspace{}
27093 \end_inset
27094
27095 % of the page, add this line to your document preamble:
27096 \end_layout
27097
27098 \begin_layout Standard
27099
27100 \series bold
27101
27102 \backslash
27103 renewcommand{
27104 \backslash
27105 bottomfraction}{0.5}
27106 \end_layout
27107
27108 \begin_layout Standard
27109 Sometimes you might need, under all circumstances, a float to be placed
27110  exactly at the position where it is inserted.
27111  For this case you can use the option 
27112 \family sans
27113 Here
27114 \begin_inset space ~
27115 \end_inset
27116
27117 definitely
27118 \family default
27119 .
27120  Use this option very rarely and only if the document is almost ready to
27121  be printed, because the float is then no longer able to 
27122 \begin_inset Quotes eld
27123 \end_inset
27124
27125 float
27126 \begin_inset Quotes erd
27127 \end_inset
27128
27129  when you change your document and this will often destroy the page layout.
27130 \end_layout
27131
27132 \begin_layout Standard
27133 There are no placement options for text wrap floats, because they are always
27134  surrounded by the text of a certain paragraph.
27135 \begin_inset VSpace bigskip
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Standard
27142 Sometimes you have the problem that a float is placed at the top of a page
27143  while its corresponding section starts at the middle of the page, so that
27144  the reader could think the float is part of the previous section.
27145  To avoid this the \SpecialChar LaTeX
27146 -command 
27147 \series bold
27148
27149 \backslash
27150 suppressfloats
27151 \series default
27152  can be used.
27153  It suppresses a given float placement for the page where it is inserted
27154  and can therefore be used to avoid floats being set before a section starts.
27155  To get this, add these commands to your document preamble:
27156 \end_layout
27157
27158 \begin_layout Standard
27159
27160 \series bold
27161
27162 \backslash
27163 let
27164 \backslash
27165 mySection
27166 \backslash
27167 section
27168 \begin_inset Newline newline
27169 \end_inset
27170
27171
27172 \backslash
27173 renewcommand{
27174 \backslash
27175 section}{
27176 \backslash
27177 suppressfloats[t]
27178 \backslash
27179 mySection}
27180 \end_layout
27181
27182 \begin_layout Standard
27183 You can define the same for all section headings, like chapters and subsections.
27184  This definition is not recommended to be used for small text parts like
27185  subsubsections because \SpecialChar LaTeX
27186  may then have problems finding a suitable placement.
27187 \end_layout
27188
27189 \begin_layout Standard
27190 \begin_inset VSpace bigskip
27191 \end_inset
27192
27193 In some cases it is required to have all figures/tables at the end of the
27194  document.
27195  For this purpose the \SpecialChar LaTeX
27196 -package 
27197 \series bold
27198 endfloat
27199 \series default
27200
27201 \begin_inset Index idx
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205 \SpecialChar LaTeX
27206 -packages ! endfloat
27207 \end_layout
27208
27209 \end_inset
27210
27211  was developed.
27212  It puts all figure and table floats at the end of the document into their
27213  own sections.
27214  At the original float position a text hint like 
27215 \begin_inset Quotes eld
27216 \end_inset
27217
27218
27219 \family sans
27220 [Figure
27221 \begin_inset space ~
27222 \end_inset
27223
27224 3.2 about here.]
27225 \family default
27226
27227 \begin_inset Quotes erd
27228 \end_inset
27229
27230  is inserted.
27231  The endfloat-package is loaded in the preamble with the line
27232 \end_layout
27233
27234 \begin_layout Standard
27235
27236 \series bold
27237
27238 \backslash
27239 usepackage[options]{endfloat}
27240 \end_layout
27241
27242 \begin_layout Standard
27243 There are various package options to format the created figure/table sections.
27244  For more information we refer you to the 
27245 \series bold
27246 endfloat
27247 \series default
27248  documentation 
27249 \begin_inset CommandInset citation
27250 LatexCommand cite
27251 key "endfloat"
27252
27253 \end_inset
27254
27255 .
27256 \begin_inset Newline newline
27257 \end_inset
27258
27259
27260 \begin_inset Note Greyedout
27261 status open
27262
27263 \begin_layout Plain Layout
27264
27265 \series bold
27266 Note: endfloat
27267 \series default
27268  doesn't provide an automatic translation for the text hint, you have to
27269  do this manually, see section
27270 \begin_inset space ~
27271 \end_inset
27272
27273 4 in 
27274 \begin_inset CommandInset citation
27275 LatexCommand cite
27276 key "endfloat"
27277
27278 \end_inset
27279
27280 .
27281 \end_layout
27282
27283 \end_inset
27284
27285
27286 \begin_inset Newline newline
27287 \end_inset
27288
27289
27290 \begin_inset Note Greyedout
27291 status open
27292
27293 \begin_layout Plain Layout
27294
27295 \series bold
27296 Note:
27297 \series default
27298  There is currently a bug in 
27299 \series bold
27300 endfloat
27301 \series default
27302  when the caption contains a German 
27303 \begin_inset Quotes eld
27304 \end_inset
27305
27306 ß
27307 \begin_inset Quotes erd
27308 \end_inset
27309
27310 .
27311  Use in this case the command 
27312 \begin_inset Quotes eld
27313 \end_inset
27314
27315
27316 \series bold
27317
27318 \backslash
27319 ss
27320 \series default
27321
27322 \begin_inset Quotes erd
27323 \end_inset
27324
27325  in \SpecialChar TeX
27326  Code instead of 
27327 \begin_inset Quotes eld
27328 \end_inset
27329
27330 ß
27331 \begin_inset Quotes erd
27332 \end_inset
27333
27334 .
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Standard
27343 \begin_inset VSpace bigskip
27344 \end_inset
27345
27346 For more details about float placements, have a look at \SpecialChar LaTeX
27347  books, 
27348 \begin_inset CommandInset citation
27349 LatexCommand cite
27350 key "latexcompanion,latexguide,latexbook"
27351
27352 \end_inset
27353
27354 .
27355 \end_layout
27356
27357 \begin_layout Section
27358 Rotated Floats
27359 \begin_inset CommandInset label
27360 LatexCommand label
27361 name "sec:Rotated-Floats"
27362
27363 \end_inset
27364
27365
27366 \begin_inset Index idx
27367 status collapsed
27368
27369 \begin_layout Plain Layout
27370 Floats ! Rotating
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Standard
27379 Especially for wide tables you might have floats rotated.
27380  To rotate a whole float including the caption, right-click on the float-box
27381  and use the option 
27382 \family sans
27383 Rotate
27384 \begin_inset space ~
27385 \end_inset
27386
27387 sideways
27388 \family default
27389 .
27390 \end_layout
27391
27392 \begin_layout Standard
27393 Rotated floats are always placed on a page of their own (or column of their
27394  own; in case you have a multi-column document).
27395  You can let them span several columns using the float settings option 
27396 \family sans
27397 Span
27398 \begin_inset space ~
27399 \end_inset
27400
27401 columns
27402 \family default
27403 .
27404  Floats are rotated so that you can read them from the outside margin.
27405  To force a certain rotation direction for all pages, you can add either
27406  the option 
27407 \series bold
27408 figuresleft
27409 \series default
27410  or 
27411 \series bold
27412 figuresright
27413 \series default
27414  to the document class options.
27415 \end_layout
27416
27417 \begin_layout Standard
27418 Referencing rotated floats is the same as for normal floats, the caption
27419  format is also the same: Table
27420 \begin_inset space ~
27421 \end_inset
27422
27423
27424 \begin_inset CommandInset ref
27425 LatexCommand ref
27426 reference "tab:Rotated-table"
27427
27428 \end_inset
27429
27430  is an example of a rotated table float.
27431 \end_layout
27432
27433 \begin_layout Standard
27434 \begin_inset Note Greyedout
27435 status open
27436
27437 \begin_layout Plain Layout
27438
27439 \series bold
27440 Note:
27441 \series default
27442  Not all DVI-viewers are able to display rotated floats.
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Standard
27451 \begin_inset Float table
27452 wide false
27453 sideways true
27454 status open
27455
27456 \begin_layout Plain Layout
27457 \begin_inset Caption Standard
27458
27459 \begin_layout Plain Layout
27460 \begin_inset CommandInset label
27461 LatexCommand label
27462 name "tab:Rotated-table"
27463
27464 \end_inset
27465
27466  Rotated table
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Plain Layout
27475 \align center
27476 \begin_inset Tabular
27477 <lyxtabular version="3" rows="1" columns="5">
27478 <features tabularvalignment="middle">
27479 <column alignment="center" valignment="top">
27480 <column alignment="center" valignment="top">
27481 <column alignment="center" valignment="top">
27482 <column alignment="center" valignment="top">
27483 <column alignment="center" valignment="top">
27484 <row>
27485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27486 \begin_inset Text
27487
27488 \begin_layout Plain Layout
27489 test
27490 \end_layout
27491
27492 \end_inset
27493 </cell>
27494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27495 \begin_inset Text
27496
27497 \begin_layout Plain Layout
27498 b
27499 \end_layout
27500
27501 \end_inset
27502 </cell>
27503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27504 \begin_inset Text
27505
27506 \begin_layout Plain Layout
27507 c
27508 \end_layout
27509
27510 \end_inset
27511 </cell>
27512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27513 \begin_inset Text
27514
27515 \begin_layout Plain Layout
27516 d
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 e
27526 \end_layout
27527
27528 \end_inset
27529 </cell>
27530 </row>
27531 </lyxtabular>
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Section
27544 Subfloats
27545 \begin_inset Index idx
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549 Floats ! Subfloats
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Standard
27558 Subfloats are for example used when a figure consists of several images.
27559  They are created by inserting a float into an existing float.
27560  The placement of the subfloats can be controlled in the same way as for
27561  paragraphs as shown in table
27562 \begin_inset space ~
27563 \end_inset
27564
27565
27566 \begin_inset CommandInset ref
27567 LatexCommand ref
27568 reference "tab:Two-subtables-side"
27569
27570 \end_inset
27571
27572  and 
27573 \begin_inset CommandInset ref
27574 LatexCommand ref
27575 reference "tab:Two-subtables-upon"
27576
27577 \end_inset
27578
27579 .
27580 \end_layout
27581
27582 \begin_layout Standard
27583 Referencing subfloats works as for normal floats: Table
27584 \begin_inset space ~
27585 \end_inset
27586
27587
27588 \begin_inset CommandInset ref
27589 LatexCommand ref
27590 reference "tab:This-is-subtable-a"
27591
27592 \end_inset
27593
27594  and 
27595 \begin_inset CommandInset ref
27596 LatexCommand ref
27597 reference "tab:This-is-subtable-b"
27598
27599 \end_inset
27600
27601  are subtables of table
27602 \begin_inset space ~
27603 \end_inset
27604
27605
27606 \begin_inset CommandInset ref
27607 LatexCommand ref
27608 reference "tab:Two-subtables-side"
27609
27610 \end_inset
27611
27612 .
27613 \end_layout
27614
27615 \begin_layout Standard
27616 \begin_inset Float table
27617 wide false
27618 sideways false
27619 status open
27620
27621 \begin_layout Plain Layout
27622 \begin_inset Caption Standard
27623
27624 \begin_layout Plain Layout
27625 \begin_inset CommandInset label
27626 LatexCommand label
27627 name "tab:Two-subtables-side"
27628
27629 \end_inset
27630
27631 Two subtables placed side by side.
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \begin_layout Plain Layout
27640 \align center
27641 \begin_inset space \hfill{}
27642 \end_inset
27643
27644
27645 \begin_inset Float table
27646 wide false
27647 sideways false
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651 \begin_inset Caption Standard
27652
27653 \begin_layout Plain Layout
27654 \begin_inset CommandInset label
27655 LatexCommand label
27656 name "tab:This-is-subtable-a"
27657
27658 \end_inset
27659
27660 This is subtable a.
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Plain Layout
27669 \align center
27670 \begin_inset Tabular
27671 <lyxtabular version="3" rows="1" columns="5">
27672 <features tabularvalignment="middle">
27673 <column alignment="center" valignment="top">
27674 <column alignment="center" valignment="top">
27675 <column alignment="center" valignment="top">
27676 <column alignment="center" valignment="top">
27677 <column alignment="center" valignment="top">
27678 <row>
27679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Plain Layout
27683 test
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27689 \begin_inset Text
27690
27691 \begin_layout Plain Layout
27692 b
27693 \end_layout
27694
27695 \end_inset
27696 </cell>
27697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27698 \begin_inset Text
27699
27700 \begin_layout Plain Layout
27701 c
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27707 \begin_inset Text
27708
27709 \begin_layout Plain Layout
27710 d
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Plain Layout
27719 e
27720 \end_layout
27721
27722 \end_inset
27723 </cell>
27724 </row>
27725 </lyxtabular>
27726
27727 \end_inset
27728
27729
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \begin_inset space \hfill{}
27736 \end_inset
27737
27738
27739 \begin_inset Float table
27740 wide false
27741 sideways false
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745 \begin_inset Caption Standard
27746
27747 \begin_layout Plain Layout
27748 \begin_inset CommandInset label
27749 LatexCommand label
27750 name "tab:This-is-subtable-b"
27751
27752 \end_inset
27753
27754 This is subtable b.
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \end_layout
27761
27762 \begin_layout Plain Layout
27763 \align center
27764 \begin_inset Tabular
27765 <lyxtabular version="3" rows="1" columns="5">
27766 <features tabularvalignment="middle">
27767 <column alignment="center" valignment="top">
27768 <column alignment="center" valignment="top">
27769 <column alignment="center" valignment="top">
27770 <column alignment="center" valignment="top">
27771 <column alignment="center" valignment="top">
27772 <row>
27773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27774 \begin_inset Text
27775
27776 \begin_layout Plain Layout
27777 e
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Plain Layout
27786 d
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 c
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27801 \begin_inset Text
27802
27803 \begin_layout Plain Layout
27804 b
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27810 \begin_inset Text
27811
27812 \begin_layout Plain Layout
27813 test
27814 \end_layout
27815
27816 \end_inset
27817 </cell>
27818 </row>
27819 </lyxtabular>
27820
27821 \end_inset
27822
27823
27824 \end_layout
27825
27826 \end_inset
27827
27828
27829 \begin_inset space \hfill{}
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \begin_layout Standard
27841 \begin_inset Float table
27842 wide false
27843 sideways false
27844 status open
27845
27846 \begin_layout Plain Layout
27847 \begin_inset Caption Standard
27848
27849 \begin_layout Plain Layout
27850 \begin_inset CommandInset label
27851 LatexCommand label
27852 name "tab:Two-subtables-upon"
27853
27854 \end_inset
27855
27856 Two subtables placed one above the other.
27857  (a) table with 4 cells, (b) table with 5 cells.
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \begin_layout Plain Layout
27866 \align center
27867 \begin_inset Float table
27868 wide false
27869 sideways false
27870 status collapsed
27871
27872 \begin_layout Plain Layout
27873 \begin_inset Caption Standard
27874
27875 \begin_layout Plain Layout
27876
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \begin_layout Plain Layout
27885 \align center
27886 \begin_inset Tabular
27887 <lyxtabular version="3" rows="1" columns="4">
27888 <features tabularvalignment="middle">
27889 <column alignment="center" valignment="top">
27890 <column alignment="center" valignment="top">
27891 <column alignment="center" valignment="top">
27892 <column alignment="center" valignment="top">
27893 <row>
27894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898 test
27899 \end_layout
27900
27901 \end_inset
27902 </cell>
27903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27904 \begin_inset Text
27905
27906 \begin_layout Plain Layout
27907 test
27908 \end_layout
27909
27910 \end_inset
27911 </cell>
27912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916 test
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 test
27926 \end_layout
27927
27928 \end_inset
27929 </cell>
27930 </row>
27931 </lyxtabular>
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \end_inset
27939
27940
27941 \end_layout
27942
27943 \begin_layout Plain Layout
27944 \align center
27945 \begin_inset Float table
27946 wide false
27947 sideways false
27948 status collapsed
27949
27950 \begin_layout Plain Layout
27951 \begin_inset Caption Standard
27952
27953 \begin_layout Plain Layout
27954
27955 \end_layout
27956
27957 \end_inset
27958
27959
27960 \end_layout
27961
27962 \begin_layout Plain Layout
27963 \align center
27964 \begin_inset Tabular
27965 <lyxtabular version="3" rows="1" columns="5">
27966 <features tabularvalignment="middle">
27967 <column alignment="center" valignment="top">
27968 <column alignment="center" valignment="top">
27969 <column alignment="center" valignment="top">
27970 <column alignment="center" valignment="top">
27971 <column alignment="center" valignment="top">
27972 <row>
27973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27974 \begin_inset Text
27975
27976 \begin_layout Plain Layout
27977 a
27978 \end_layout
27979
27980 \end_inset
27981 </cell>
27982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27983 \begin_inset Text
27984
27985 \begin_layout Plain Layout
27986 b
27987 \end_layout
27988
27989 \end_inset
27990 </cell>
27991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27992 \begin_inset Text
27993
27994 \begin_layout Plain Layout
27995 c
27996 \end_layout
27997
27998 \end_inset
27999 </cell>
28000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28001 \begin_inset Text
28002
28003 \begin_layout Plain Layout
28004 d
28005 \end_layout
28006
28007 \end_inset
28008 </cell>
28009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28010 \begin_inset Text
28011
28012 \begin_layout Plain Layout
28013 e
28014 \end_layout
28015
28016 \end_inset
28017 </cell>
28018 </row>
28019 </lyxtabular>
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \end_layout
28035
28036 \begin_layout Section
28037 Floats Side by Side
28038 \begin_inset Index idx
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 Floats ! Side by side
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Standard
28051 To place floats side by side, as in Figures
28052 \begin_inset space ~
28053 \end_inset
28054
28055
28056 \begin_inset CommandInset ref
28057 LatexCommand ref
28058 reference "fig:Float-left"
28059
28060 \end_inset
28061
28062  and 
28063 \begin_inset CommandInset ref
28064 LatexCommand ref
28065 reference "fig:Float-right"
28066
28067 \end_inset
28068
28069 , only 
28070 \emph on
28071 one
28072 \emph default
28073  float is used.
28074  In it two minipage boxes are inserted.
28075 \begin_inset Foot
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 Minipages are explained in section
28080 \begin_inset space ~
28081 \end_inset
28082
28083
28084 \begin_inset CommandInset ref
28085 LatexCommand ref
28086 reference "sec:Minipages"
28087
28088 \end_inset
28089
28090 .
28091 \end_layout
28092
28093 \end_inset
28094
28095  The width is set to 45
28096 \begin_inset space \thinspace{}
28097 \end_inset
28098
28099 -50
28100 \begin_inset space \thinspace{}
28101 \end_inset
28102
28103 column% and the box alignment to 
28104 \family sans
28105 Bottom
28106 \family default
28107  for each minipage.
28108  The minipage boxes contain the image and the caption in the same way as
28109  they are in a float.
28110  The only difference is that the image unit 
28111 \family sans
28112 Column
28113 \begin_inset space ~
28114 \end_inset
28115
28116 Width
28117 \begin_inset space ~
28118 \end_inset
28119
28120 %
28121 \family default
28122  is now calculated according to the width of the minipage boxes.
28123 \end_layout
28124
28125 \begin_layout Standard
28126 \begin_inset Float figure
28127 wide false
28128 sideways false
28129 status open
28130
28131 \begin_layout Plain Layout
28132 \begin_inset Box Frameless
28133 position "b"
28134 hor_pos "c"
28135 has_inner_box 1
28136 inner_pos "t"
28137 use_parbox 0
28138 use_makebox 0
28139 width "45col%"
28140 special "none"
28141 height "1in"
28142 height_special "totalheight"
28143 thickness "0.4pt"
28144 separation "3pt"
28145 shadowsize "4pt"
28146 framecolor "black"
28147 backgroundcolor "none"
28148 status open
28149
28150 \begin_layout Plain Layout
28151 \align center
28152 \begin_inset Graphics
28153         filename clipart/mobius.eps
28154         lyxscale 50
28155         width 100col%
28156         scaleBeforeRotation
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Plain Layout
28164 \begin_inset Caption Standard
28165
28166 \begin_layout Plain Layout
28167 \begin_inset CommandInset label
28168 LatexCommand label
28169 name "fig:Float-left"
28170
28171 \end_inset
28172
28173 Float on the left side.
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \begin_inset space \hfill{}
28185 \end_inset
28186
28187
28188 \begin_inset Box Frameless
28189 position "b"
28190 hor_pos "c"
28191 has_inner_box 1
28192 inner_pos "t"
28193 use_parbox 0
28194 use_makebox 0
28195 width "45col%"
28196 special "none"
28197 height "1in"
28198 height_special "totalheight"
28199 thickness "0.4pt"
28200 separation "3pt"
28201 shadowsize "4pt"
28202 framecolor "black"
28203 backgroundcolor "none"
28204 status open
28205
28206 \begin_layout Plain Layout
28207 \align center
28208 \begin_inset Graphics
28209         filename clipart/platypus.eps
28210         lyxscale 50
28211         width 100col%
28212         scaleBeforeRotation
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Plain Layout
28220 \begin_inset Caption Standard
28221
28222 \begin_layout Plain Layout
28223 \begin_inset CommandInset label
28224 LatexCommand label
28225 name "fig:Float-right"
28226
28227 \end_inset
28228
28229 Float on the right side.
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 An alternative and simpler solution is to use the module 
28249 \family sans
28250 Variable-width Minipages
28251 \family default
28252 , see sec.
28253 \begin_inset space \thinspace{}
28254 \end_inset
28255
28256
28257 \begin_inset CommandInset ref
28258 LatexCommand ref
28259 reference "sec:Minipages"
28260
28261 \end_inset
28262
28263 .
28264  Variable-width minipages adapt automatically to the width of the figures
28265  and tables.
28266  They do not require an explicit width to be given, and they improve the
28267  horizontal alignment of the figures.
28268  The LyX example file 
28269 \emph on
28270 varwidth-floats-side-by-side
28271 \emph default
28272  gives examples of how to do this.
28273 \end_layout
28274
28275 \begin_layout Section
28276 Caption Formatting
28277 \begin_inset Index idx
28278 status collapsed
28279
28280 \begin_layout Plain Layout
28281 Caption ! Formatting
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \begin_inset Index idx
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291 Floats ! Caption Formatting
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \begin_inset CommandInset label
28298 LatexCommand label
28299 name "sec:Caption-Formatting"
28300
28301 \end_inset
28302
28303
28304 \end_layout
28305
28306 \begin_layout Standard
28307 The 
28308 \family sans
28309 Caption
28310 \family default
28311  environment is the default paragraph environment for 
28312 \family sans
28313 Floats
28314 \family default
28315 .
28316  On the \SpecialChar LyX
28317  screen captions appear as a label, e.
28318 \begin_inset space \thinspace{}
28319 \end_inset
28320
28321 g.
28322 \begin_inset space \space{}
28323 \end_inset
28324
28325
28326 \begin_inset Quotes eld
28327 \end_inset
28328
28329
28330 \family sans
28331 Figure #:
28332 \family default
28333
28334 \begin_inset Quotes erd
28335 \end_inset
28336
28337  followed by the caption text.
28338  
28339 \begin_inset Quotes eld
28340 \end_inset
28341
28342 #
28343 \begin_inset Quotes erd
28344 \end_inset
28345
28346  is the actual reference number.
28347  By default the label and the number are in the same font as the caption
28348  text and a colon follows the number to divide the label from the text.
28349  This caption format is suitable for many but not all documents.
28350  
28351 \end_layout
28352
28353 \begin_layout Standard
28354 To change the default caption format, load the \SpecialChar LaTeX
28355 -package 
28356 \series bold
28357 caption
28358 \series default
28359
28360 \begin_inset Index idx
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 \SpecialChar LaTeX
28365 -packages ! caption
28366 \end_layout
28367
28368 \end_inset
28369
28370  in the document preamble with this line:
28371 \end_layout
28372
28373 \begin_layout Standard
28374
28375 \series bold
28376
28377 \backslash
28378 usepackage[format definition]{caption}
28379 \end_layout
28380
28381 \begin_layout Standard
28382 To have for example the label and the number in sans-serif, bold font and
28383  the table captions always above the table as in this document, use the
28384  following command:
28385 \end_layout
28386
28387 \begin_layout Standard
28388
28389 \series bold
28390
28391 \backslash
28392 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28393 \end_layout
28394
28395 \begin_layout Standard
28396 You can also define different caption formats for the different float types.
28397  In this case load the 
28398 \series bold
28399 caption
28400 \series default
28401  package without format specific options and define the different formats
28402  with the help of the command
28403 \end_layout
28404
28405 \begin_layout Standard
28406
28407 \series bold
28408
28409 \backslash
28410 captionsetup[float type]{format definition}
28411 \end_layout
28412
28413 \begin_layout Standard
28414 in the document preamble.
28415  For example the caption formats of Figure
28416 \begin_inset space ~
28417 \end_inset
28418
28419
28420 \begin_inset CommandInset ref
28421 LatexCommand ref
28422 reference "fig:This-is-an-fig"
28423
28424 \end_inset
28425
28426  and Table
28427 \begin_inset space ~
28428 \end_inset
28429
28430
28431 \begin_inset CommandInset ref
28432 LatexCommand ref
28433 reference "tab:This-is-an-tab"
28434
28435 \end_inset
28436
28437  can be created using these commands in the document preamble:
28438 \end_layout
28439
28440 \begin_layout Standard
28441
28442 \series bold
28443
28444 \backslash
28445 usepackage[tableposition=top]{caption}
28446 \series default
28447
28448 \begin_inset Newline newline
28449 \end_inset
28450
28451
28452 \series bold
28453
28454 \backslash
28455 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28456 \begin_inset Newline newline
28457 \end_inset
28458
28459
28460 \begin_inset Phantom HPhantom
28461 status open
28462
28463 \begin_layout Plain Layout
28464
28465 \series bold
28466
28467 \backslash
28468 captionsetup[figure]{
28469 \end_layout
28470
28471 \end_inset
28472
28473 labelsep=period}
28474 \begin_inset Newline newline
28475 \end_inset
28476
28477
28478 \backslash
28479 captionsetup[table]{labelfont={bf,sf}}
28480 \end_layout
28481
28482 \begin_layout Standard
28483 \begin_inset Note Greyedout
28484 status open
28485
28486 \begin_layout Plain Layout
28487
28488 \series bold
28489 Note:
28490 \series default
28491  The option 
28492 \series bold
28493 tableposition=top
28494 \series default
28495  has no effect when a 
28496 \series bold
28497 KOMA-Script
28498 \series default
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 \SpecialChar LaTeX
28505 -packages ! KOMA-Script
28506 \end_layout
28507
28508 \end_inset
28509
28510  document class is used.
28511  In this case the document class option 
28512 \series bold
28513 captions=tableheading
28514 \series default
28515  must be used.
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \end_layout
28522
28523 \begin_layout Standard
28524 For more information about the package 
28525 \series bold
28526 caption
28527 \series default
28528  we refer to its documentation 
28529 \begin_inset CommandInset citation
28530 LatexCommand cite
28531 key "caption"
28532
28533 \end_inset
28534
28535 .
28536 \end_layout
28537
28538 \begin_layout Standard
28539 To change the label name from e.
28540 \begin_inset space \thinspace{}
28541 \end_inset
28542
28543 g.
28544 \begin_inset space \space{}
28545 \end_inset
28546
28547
28548 \begin_inset Quotes eld
28549 \end_inset
28550
28551 Figure
28552 \begin_inset Quotes erd
28553 \end_inset
28554
28555  to 
28556 \begin_inset Quotes eld
28557 \end_inset
28558
28559 Image
28560 \begin_inset Quotes erd
28561 \end_inset
28562
28563  use this preamble command:
28564 \end_layout
28565
28566 \begin_layout Standard
28567
28568 \series bold
28569
28570 \backslash
28571 renewcommand{
28572 \backslash
28573 fnum@figure}{Image~
28574 \backslash
28575 thefigure}
28576 \end_layout
28577
28578 \begin_layout Standard
28579 where 
28580 \series bold
28581
28582 \backslash
28583 thefigure
28584 \series default
28585  inserts the figure number and
28586 \series bold
28587  
28588 \begin_inset Quotes eld
28589 \end_inset
28590
28591 ~
28592 \series default
28593
28594 \begin_inset Quotes erd
28595 \end_inset
28596
28597  creates a protected space.
28598 \end_layout
28599
28600 \begin_layout Standard
28601 \begin_inset VSpace bigskip
28602 \end_inset
28603
28604 If you are using a 
28605 \series bold
28606 KOMA-Script
28607 \series default
28608
28609 \begin_inset Index idx
28610 status collapsed
28611
28612 \begin_layout Plain Layout
28613 \SpecialChar LaTeX
28614 -packages ! KOMA-Script
28615 \end_layout
28616
28617 \end_inset
28618
28619  document class (
28620 \family sans
28621 article (KOMA-Script)
28622 \family default
28623
28624 \family sans
28625 book (KOMA-Script)
28626 \family default
28627
28628 \family sans
28629 letter (KOMA-Script)
28630 \family default
28631 , or 
28632 \family sans
28633 report (KOMA-Script)
28634 \family default
28635
28636 \begin_inset space \thinspace{}
28637 \end_inset
28638
28639 ), you can alternatively to the 
28640 \series bold
28641 caption
28642 \series default
28643  package use 
28644 \series bold
28645 KOMA-Script
28646 \series default
28647 's built-in command 
28648 \series bold
28649
28650 \backslash
28651 setkomafont
28652 \series default
28653 .
28654  For example, to have the caption label in bold, add this command to your
28655  document preamble:
28656 \end_layout
28657
28658 \begin_layout Standard
28659
28660 \series bold
28661
28662 \backslash
28663 setkomafont{captionlabel}{
28664 \backslash
28665 bfseries}
28666 \end_layout
28667
28668 \begin_layout Standard
28669 For more information about 
28670 \series bold
28671
28672 \backslash
28673 setkomafont
28674 \series default
28675  we refer to the 
28676 \series bold
28677 KOMA-Script
28678 \series default
28679  documentation 
28680 \begin_inset CommandInset citation
28681 LatexCommand cite
28682 key "KOMA-Script"
28683
28684 \end_inset
28685
28686 .
28687 \end_layout
28688
28689 \begin_layout Standard
28690 \begin_inset ERT
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694
28695
28696 \backslash
28697 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28698 }
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \begin_inset Note Note
28705 status open
28706
28707 \begin_layout Plain Layout
28708 The caption format is changed only for this example.
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \end_layout
28715
28716 \begin_layout Standard
28717 \begin_inset Float figure
28718 placement !p
28719 wide false
28720 sideways false
28721 status open
28722
28723 \begin_layout Plain Layout
28724 \align center
28725 \begin_inset Graphics
28726         filename clipart/mobius.eps
28727         lyxscale 50
28728         scale 50
28729         scaleBeforeRotation
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \begin_layout Plain Layout
28737 \begin_inset Caption Standard
28738
28739 \begin_layout Plain Layout
28740 \begin_inset CommandInset label
28741 LatexCommand label
28742 name "fig:This-is-an-fig"
28743
28744 \end_inset
28745
28746 This is an example figure caption that is longer than one line to show the
28747  different caption format.
28748  Here a self-defined caption format is used.
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \end_inset
28757
28758
28759 \end_layout
28760
28761 \begin_layout Standard
28762 \begin_inset ERT
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766
28767
28768 \backslash
28769 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28770 on}
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \begin_layout Standard
28779 \begin_inset Float table
28780 placement !p
28781 wide false
28782 sideways false
28783 status open
28784
28785 \begin_layout Plain Layout
28786 \begin_inset Caption Standard
28787
28788 \begin_layout Plain Layout
28789 \begin_inset CommandInset label
28790 LatexCommand label
28791 name "tab:This-is-an-tab"
28792
28793 \end_inset
28794
28795 This is an example table caption that is longer than one line to show the
28796  different caption format.
28797  Here the standard caption format for tables in this document is used.
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \begin_layout Plain Layout
28806 \align center
28807 \begin_inset Tabular
28808 <lyxtabular version="3" rows="1" columns="5">
28809 <features tabularvalignment="middle">
28810 <column alignment="center" valignment="top">
28811 <column alignment="center" valignment="top">
28812 <column alignment="center" valignment="top">
28813 <column alignment="center" valignment="top">
28814 <column alignment="center" valignment="top">
28815 <row>
28816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28817 \begin_inset Text
28818
28819 \begin_layout Plain Layout
28820 a
28821 \end_layout
28822
28823 \end_inset
28824 </cell>
28825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28826 \begin_inset Text
28827
28828 \begin_layout Plain Layout
28829 b
28830 \end_layout
28831
28832 \end_inset
28833 </cell>
28834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28835 \begin_inset Text
28836
28837 \begin_layout Plain Layout
28838 c
28839 \end_layout
28840
28841 \end_inset
28842 </cell>
28843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Plain Layout
28847 d
28848 \end_layout
28849
28850 \end_inset
28851 </cell>
28852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Plain Layout
28856 e
28857 \end_layout
28858
28859 \end_inset
28860 </cell>
28861 </row>
28862 </lyxtabular>
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \end_layout
28873
28874 \begin_layout Section
28875 Caption Placement
28876 \begin_inset Index idx
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880 Caption ! Placement
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \begin_inset Index idx
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 Floats ! Caption Placement
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \begin_inset CommandInset label
28897 LatexCommand label
28898 name "sec:Caption-Placement"
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 The common caption placement rule is:
28907 \end_layout
28908
28909 \begin_layout Description
28910 Figure: Caption is set below the figure
28911 \end_layout
28912
28913 \begin_layout Description
28914 Table: Caption is set above the table
28915 \end_layout
28916
28917 \begin_layout Standard
28918 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
28919 's
28920  standard classes.
28921  That means if you are using the document classes 
28922 \family sans
28923 article
28924 \family default
28925
28926 \family sans
28927 book
28928 \family default
28929
28930 \family sans
28931 letter
28932 \family default
28933 , or 
28934 \family sans
28935 report
28936 \family default
28937  there will be no space between the caption and the table.
28938  To insert the necessary space, load the \SpecialChar LaTeX
28939 -package 
28940 \series bold
28941 caption
28942 \series default
28943
28944 \begin_inset Index idx
28945 status collapsed
28946
28947 \begin_layout Plain Layout
28948 \SpecialChar LaTeX
28949 -packages ! caption
28950 \end_layout
28951
28952 \end_inset
28953
28954  in your document preamble with the option
28955 \begin_inset Foot
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959 See section
28960 \begin_inset space ~
28961 \end_inset
28962
28963
28964 \begin_inset CommandInset ref
28965 LatexCommand ref
28966 reference "sec:Caption-Formatting"
28967
28968 \end_inset
28969
28970  for more information of the package 
28971 \series bold
28972 caption
28973 \series default
28974 .
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983
28984 \series bold
28985 tableposition=top
28986 \end_layout
28987
28988 \begin_layout Standard
28989 If you are using a 
28990 \series bold
28991 KOMA-Script
28992 \series default
28993
28994 \begin_inset Index idx
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998 \SpecialChar LaTeX
28999 -packages ! KOMA-Script
29000 \end_layout
29001
29002 \end_inset
29003
29004  document class (
29005 \family sans
29006 article (KOMA-Script)
29007 \family default
29008
29009 \family sans
29010 book (KOMA-Script)
29011 \family default
29012
29013 \family sans
29014 letter (KOMA-Script)
29015 \family default
29016 , or 
29017 \family sans
29018 report (KOMA-Script)
29019 \family default
29020
29021 \begin_inset space \thinspace{}
29022 \end_inset
29023
29024 ), you can alternatively to the 
29025 \series bold
29026 caption
29027 \series default
29028  package set the document class option
29029 \begin_inset Foot
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033 That option is used in this document.
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \begin_layout Standard
29042
29043 \series bold
29044 captions=tableheading
29045 \end_layout
29046
29047 \begin_layout Standard
29048 In documents with a KOMA-Script document class you can also right-click
29049  on a caption and mark in the context menu if this should be a caption above
29050  or below the table/figure.
29051  This way you can override the document-wide caption placement for certain
29052  captions.
29053  Table
29054 \begin_inset space ~
29055 \end_inset
29056
29057
29058 \begin_inset CommandInset ref
29059 LatexCommand ref
29060 reference "tab:A-caption-marked"
29061
29062 \end_inset
29063
29064  is an example where the caption is marked a being below the table while
29065  it is above.
29066  For comparison the caption in Table
29067 \begin_inset space ~
29068 \end_inset
29069
29070
29071 \begin_inset CommandInset ref
29072 LatexCommand ref
29073 reference "tab:A-standard-table"
29074
29075 \end_inset
29076
29077  is not marked.
29078 \end_layout
29079
29080 \begin_layout Standard
29081 \begin_inset Float table
29082 wide false
29083 sideways false
29084 status open
29085
29086 \begin_layout Plain Layout
29087 \begin_inset Caption Below
29088
29089 \begin_layout Plain Layout
29090 \begin_inset CommandInset label
29091 LatexCommand label
29092 name "tab:A-caption-marked"
29093
29094 \end_inset
29095
29096 A caption marked as being below the table.
29097 \end_layout
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \begin_layout Plain Layout
29105 \align center
29106 \begin_inset Tabular
29107 <lyxtabular version="3" rows="3" columns="3">
29108 <features tabularvalignment="middle">
29109 <column alignment="center" valignment="top" width="0pt">
29110 <column alignment="center" valignment="top" width="0pt">
29111 <column alignment="center" valignment="top" width="0pt">
29112 <row>
29113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29114 \begin_inset Text
29115
29116 \begin_layout Plain Layout
29117 1
29118 \end_layout
29119
29120 \end_inset
29121 </cell>
29122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29123 \begin_inset Text
29124
29125 \begin_layout Plain Layout
29126 2
29127 \end_layout
29128
29129 \end_inset
29130 </cell>
29131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29132 \begin_inset Text
29133
29134 \begin_layout Plain Layout
29135 3
29136 \end_layout
29137
29138 \end_inset
29139 </cell>
29140 </row>
29141 <row>
29142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29143 \begin_inset Text
29144
29145 \begin_layout Plain Layout
29146 Joe
29147 \end_layout
29148
29149 \end_inset
29150 </cell>
29151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29152 \begin_inset Text
29153
29154 \begin_layout Plain Layout
29155 Mary
29156 \end_layout
29157
29158 \end_inset
29159 </cell>
29160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29161 \begin_inset Text
29162
29163 \begin_layout Plain Layout
29164 Ted
29165 \end_layout
29166
29167 \end_inset
29168 </cell>
29169 </row>
29170 <row>
29171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29172 \begin_inset Text
29173
29174 \begin_layout Plain Layout
29175 \begin_inset Formula $\int x^{2}dx$
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \end_inset
29182 </cell>
29183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29184 \begin_inset Text
29185
29186 \begin_layout Plain Layout
29187 \begin_inset Formula $\left[\begin{array}{cc}
29188 a & b\\
29189 c & d
29190 \end{array}\right]$
29191 \end_inset
29192
29193
29194 \end_layout
29195
29196 \end_inset
29197 </cell>
29198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29199 \begin_inset Text
29200
29201 \begin_layout Plain Layout
29202 \begin_inset Formula $1+1=2$
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 </row>
29211 </lyxtabular>
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Standard
29224 \begin_inset Float table
29225 wide false
29226 sideways false
29227 status open
29228
29229 \begin_layout Plain Layout
29230 \begin_inset Caption Standard
29231
29232 \begin_layout Plain Layout
29233 \begin_inset CommandInset label
29234 LatexCommand label
29235 name "tab:A-standard-table"
29236
29237 \end_inset
29238
29239 A standard table caption.
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Plain Layout
29248 \align center
29249 \begin_inset Tabular
29250 <lyxtabular version="3" rows="3" columns="3">
29251 <features tabularvalignment="middle">
29252 <column alignment="center" valignment="top" width="0pt">
29253 <column alignment="center" valignment="top" width="0pt">
29254 <column alignment="center" valignment="top" width="0pt">
29255 <row>
29256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29257 \begin_inset Text
29258
29259 \begin_layout Plain Layout
29260 1
29261 \end_layout
29262
29263 \end_inset
29264 </cell>
29265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29266 \begin_inset Text
29267
29268 \begin_layout Plain Layout
29269 2
29270 \end_layout
29271
29272 \end_inset
29273 </cell>
29274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29275 \begin_inset Text
29276
29277 \begin_layout Plain Layout
29278 3
29279 \end_layout
29280
29281 \end_inset
29282 </cell>
29283 </row>
29284 <row>
29285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29286 \begin_inset Text
29287
29288 \begin_layout Plain Layout
29289 Joe
29290 \end_layout
29291
29292 \end_inset
29293 </cell>
29294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29295 \begin_inset Text
29296
29297 \begin_layout Plain Layout
29298 Mary
29299 \end_layout
29300
29301 \end_inset
29302 </cell>
29303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29304 \begin_inset Text
29305
29306 \begin_layout Plain Layout
29307 Ted
29308 \end_layout
29309
29310 \end_inset
29311 </cell>
29312 </row>
29313 <row>
29314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29315 \begin_inset Text
29316
29317 \begin_layout Plain Layout
29318 \begin_inset Formula $\int x^{2}dx$
29319 \end_inset
29320
29321
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330 \begin_inset Formula $\left[\begin{array}{cc}
29331 a & b\\
29332 c & d
29333 \end{array}\right]$
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \end_inset
29340 </cell>
29341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29342 \begin_inset Text
29343
29344 \begin_layout Plain Layout
29345 \begin_inset Formula $1+1=2$
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \end_inset
29352 </cell>
29353 </row>
29354 </lyxtabular>
29355
29356 \end_inset
29357
29358
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \begin_layout Standard
29367 \begin_inset VSpace bigskip
29368 \end_inset
29369
29370 It is also possible to set the caption beside a figure or table.
29371  To get this the \SpecialChar LaTeX
29372 -package 
29373 \series bold
29374 sidecap
29375 \series default
29376
29377 \begin_inset Index idx
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381 \SpecialChar LaTeX
29382 -packages ! sidecap
29383 \end_layout
29384
29385 \end_inset
29386
29387  has to be loaded in the document preamble with the line
29388 \end_layout
29389
29390 \begin_layout Standard
29391
29392 \series bold
29393
29394 \backslash
29395 usepackage[option]{sidecap}
29396 \end_layout
29397
29398 \begin_layout Standard
29399 If you set no option, the caption is placed on the side of the outer page
29400  margin â€“ to the right on odd pages, to the left on even pages.
29401  You can change the placement to inner margin with the option 
29402 \series bold
29403 innercaption
29404 \series default
29405 .
29406  To force the placement always to the right or left, use the option 
29407 \series bold
29408 rightcaption
29409 \series default
29410  or 
29411 \series bold
29412 leftcaption
29413 \series default
29414 , respectively.
29415 \end_layout
29416
29417 \begin_layout Standard
29418 \begin_inset ERT
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422
29423
29424 \backslash
29425 ifsidecap
29426 \end_layout
29427
29428 \end_inset
29429
29430
29431 \begin_inset Note Note
29432 status open
29433
29434 \begin_layout Plain Layout
29435 The following section will only be displayed when the \SpecialChar LaTeX
29436 -package 
29437 \series bold
29438 sidecap
29439 \series default
29440  is installed.
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \begin_layout Standard
29449 To place in \SpecialChar LyX
29450  the caption of a float on the side, it is necessary to add
29451  these commands to the document preamble:
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \noindent
29456 \begin_inset CommandInset line
29457 LatexCommand rule
29458 offset "0.5ex"
29459 width "100line%"
29460 height "1pt"
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Standard
29468
29469 \series bold
29470
29471 \backslash
29472 newcommand{
29473 \backslash
29474 TabBesBeg}[1][1.0]{%
29475 \begin_inset Newline newline
29476 \end_inset
29477
29478
29479 \begin_inset Phantom HPhantom
29480 status open
29481
29482 \begin_layout Plain Layout
29483 \begin_inset space ~
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \backslash
29493 let
29494 \backslash
29495 MyTable
29496 \backslash
29497 table
29498 \begin_inset Newline newline
29499 \end_inset
29500
29501
29502 \begin_inset Phantom HPhantom
29503 status open
29504
29505 \begin_layout Plain Layout
29506
29507 \series medium
29508 \begin_inset space ~
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \end_inset
29515
29516
29517 \backslash
29518 let
29519 \backslash
29520 MyEndtable
29521 \backslash
29522 endtable
29523 \begin_inset Newline newline
29524 \end_inset
29525
29526
29527 \begin_inset Phantom HPhantom
29528 status open
29529
29530 \begin_layout Plain Layout
29531
29532 \series medium
29533 \begin_inset space ~
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \end_inset
29540
29541
29542 \backslash
29543 renewenvironment{table}[1]{
29544 \backslash
29545 begin{SCtable}[#1]##1}{
29546 \backslash
29547 end{SCtable}}}
29548 \end_layout
29549
29550 \begin_layout Standard
29551
29552 \series bold
29553
29554 \backslash
29555 newcommand{
29556 \backslash
29557 TabBesEnd}{%
29558 \begin_inset Newline newline
29559 \end_inset
29560
29561
29562 \begin_inset Phantom HPhantom
29563 status open
29564
29565 \begin_layout Plain Layout
29566 \begin_inset space ~
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \backslash
29576 let
29577 \backslash
29578 table
29579 \backslash
29580 MyTable
29581 \begin_inset Newline newline
29582 \end_inset
29583
29584
29585 \begin_inset Phantom HPhantom
29586 status open
29587
29588 \begin_layout Plain Layout
29589 \begin_inset space ~
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \backslash
29599 let
29600 \backslash
29601 endtable
29602 \backslash
29603 MyEndtable
29604 \end_layout
29605
29606 \begin_layout Standard
29607
29608 \series bold
29609
29610 \backslash
29611 newcommand{
29612 \backslash
29613 FigBesBeg}[1][1.0]{%
29614 \begin_inset Newline newline
29615 \end_inset
29616
29617
29618 \begin_inset Phantom HPhantom
29619 status open
29620
29621 \begin_layout Plain Layout
29622 \begin_inset space ~
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \backslash
29632 let
29633 \backslash
29634 MyFigure
29635 \backslash
29636 figure
29637 \begin_inset Newline newline
29638 \end_inset
29639
29640
29641 \begin_inset Phantom HPhantom
29642 status open
29643
29644 \begin_layout Plain Layout
29645 \begin_inset space ~
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \backslash
29655 let
29656 \backslash
29657 MyEndfigure
29658 \backslash
29659 endfigure
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663
29664 \begin_inset Phantom HPhantom
29665 status open
29666
29667 \begin_layout Plain Layout
29668 \begin_inset space ~
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \backslash
29678 renewenvironment{figure}[1]{
29679 \backslash
29680 begin{SCfigure}[#1]##1}{
29681 \backslash
29682 end{SCfigure}}}
29683 \end_layout
29684
29685 \begin_layout Standard
29686
29687 \series bold
29688
29689 \backslash
29690 newcommand{
29691 \backslash
29692 FigBesEnd}{%
29693 \begin_inset Newline newline
29694 \end_inset
29695
29696
29697 \begin_inset Phantom HPhantom
29698 status open
29699
29700 \begin_layout Plain Layout
29701 \begin_inset space ~
29702 \end_inset
29703
29704
29705 \end_layout
29706
29707 \end_inset
29708
29709
29710 \backslash
29711 let
29712 \backslash
29713 figure
29714 \backslash
29715 MyFigure
29716 \begin_inset Newline newline
29717 \end_inset
29718
29719
29720 \begin_inset Phantom HPhantom
29721 status open
29722
29723 \begin_layout Plain Layout
29724 \begin_inset space ~
29725 \end_inset
29726
29727
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \backslash
29734 let
29735 \backslash
29736 endfigure
29737 \backslash
29738 MyEndfigure}
29739 \end_layout
29740
29741 \begin_layout Standard
29742 \noindent
29743 \begin_inset CommandInset line
29744 LatexCommand rule
29745 offset "0.5ex"
29746 width "100line%"
29747 height "1pt"
29748
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \begin_layout Standard
29755 The commands allow you to redefine the floats so that the caption is set
29756  on the side.
29757  For figure floats use the command
29758 \end_layout
29759
29760 \begin_layout Standard
29761
29762 \series bold
29763
29764 \backslash
29765 FigBesBeg
29766 \end_layout
29767
29768 \begin_layout Standard
29769 in \SpecialChar TeX
29770  Code before the float.
29771  And insert the command
29772 \end_layout
29773
29774 \begin_layout Standard
29775
29776 \series bold
29777
29778 \backslash
29779 FigBesEnd
29780 \end_layout
29781
29782 \begin_layout Standard
29783 in \SpecialChar TeX
29784  Code at the point where you want to get back to the original float definitio
29785 n.
29786 \end_layout
29787
29788 \begin_layout Standard
29789 For table floats use the corresponding commands
29790 \end_layout
29791
29792 \begin_layout Standard
29793
29794 \series bold
29795
29796 \backslash
29797 TabBesBeg
29798 \series default
29799  and 
29800 \series bold
29801
29802 \backslash
29803 TabBesEnd
29804 \end_layout
29805
29806 \begin_layout Standard
29807 Figure
29808 \begin_inset space ~
29809 \end_inset
29810
29811
29812 \begin_inset CommandInset ref
29813 LatexCommand ref
29814 reference "fig:cap-beside-fig"
29815
29816 \end_inset
29817
29818  and Table
29819 \begin_inset space ~
29820 \end_inset
29821
29822
29823 \begin_inset CommandInset ref
29824 LatexCommand ref
29825 reference "tab:cap-beside-tab"
29826
29827 \end_inset
29828
29829  are examples where the caption is set beside.
29830 \end_layout
29831
29832 \begin_layout Standard
29833 You can see in the examples that the caption text appears at the top of
29834  the floats for table floats and at the bottom for figure floats.
29835  To change this, you can use the command
29836 \end_layout
29837
29838 \begin_layout Standard
29839
29840 \series bold
29841
29842 \backslash
29843 sidecaptionvpos{float type}{placement}
29844 \end_layout
29845
29846 \begin_layout Standard
29847 in the document preamble or in \SpecialChar TeX
29848  Code before the float.
29849  The float type is either 
29850 \family sans
29851 figure
29852 \family default
29853  or 
29854 \family sans
29855 table
29856 \family default
29857 , the placement can be 
29858 \begin_inset Quotes eld
29859 \end_inset
29860
29861
29862 \family sans
29863 t
29864 \family default
29865
29866 \begin_inset Quotes erd
29867 \end_inset
29868
29869  for top, 
29870 \begin_inset Quotes eld
29871 \end_inset
29872
29873
29874 \family sans
29875 c
29876 \family default
29877
29878 \begin_inset Quotes erd
29879 \end_inset
29880
29881  for center, or 
29882 \begin_inset Quotes eld
29883 \end_inset
29884
29885
29886 \family sans
29887 b
29888 \family default
29889
29890 \begin_inset Quotes erd
29891 \end_inset
29892
29893  for bottom.
29894  To have for example the caption of figure floats vertically centered, use
29895  the command
29896 \end_layout
29897
29898 \begin_layout Standard
29899
29900 \series bold
29901
29902 \backslash
29903 sidecaptionvpos{figure}{c}
29904 \end_layout
29905
29906 \begin_layout Standard
29907 This was used for Figure
29908 \begin_inset space ~
29909 \end_inset
29910
29911
29912 \begin_inset CommandInset ref
29913 LatexCommand ref
29914 reference "fig:cap-beside-fig-2"
29915
29916 \end_inset
29917
29918 .
29919 \end_layout
29920
29921 \begin_layout Standard
29922 \begin_inset VSpace medskip
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \begin_layout Standard
29929 The default caption width is the width of the image/table.
29930  For thin image/tables, like in Table
29931 \begin_inset space ~
29932 \end_inset
29933
29934
29935 \begin_inset CommandInset ref
29936 LatexCommand ref
29937 reference "tab:cap-beside-tab"
29938
29939 \end_inset
29940
29941 , this leads to captions that are too thin.
29942  You can increase the width by specifying a factor that will be multiplied
29943  with the image/table width to get the caption width.
29944  The caption width will automatically be recalculated in case it would protrude
29945  over the page or column margin due to the specified width.
29946  The 
29947 \emph on
29948 factor
29949 \emph default
29950  can either be given as optional argument for 
29951 \series bold
29952
29953 \backslash
29954 FigBesBeg
29955 \series default
29956 :
29957 \end_layout
29958
29959 \begin_layout Standard
29960
29961 \series bold
29962
29963 \backslash
29964 FigBesBeg[factor]
29965 \end_layout
29966
29967 \begin_layout Standard
29968 or in the definition of 
29969 \series bold
29970
29971 \backslash
29972 FigBesBeg
29973 \series default
29974  by replacing the 
29975 \series bold
29976 1.0
29977 \series default
29978  with another value.
29979  If you do the latter, your factor will be the default if 
29980 \series bold
29981
29982 \backslash
29983 FigBesBeg
29984 \series default
29985  is used without an argument.
29986  For Table
29987 \begin_inset space ~
29988 \end_inset
29989
29990
29991 \begin_inset CommandInset ref
29992 LatexCommand ref
29993 reference "tab:cap-beside-tab-wider"
29994
29995 \end_inset
29996
29997  the factor 5 was used.
29998 \end_layout
29999
30000 \begin_layout Standard
30001 \begin_inset Note Greyedout
30002 status open
30003
30004 \begin_layout Plain Layout
30005
30006 \series bold
30007 Note:
30008 \series default
30009  For floats with captions set beside, you cannot use the float placement
30010  option 
30011 \family sans
30012 Here
30013 \begin_inset space ~
30014 \end_inset
30015
30016 definitely
30017 \family default
30018  because it is not supported by 
30019 \series bold
30020 sidecap
30021 \series default
30022 .
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \end_layout
30029
30030 \begin_layout Standard
30031 \begin_inset VSpace medskip
30032 \end_inset
30033
30034 For more information about the package 
30035 \series bold
30036 sidecap
30037 \series default
30038  we refer to its documentation 
30039 \begin_inset CommandInset citation
30040 LatexCommand cite
30041 key "sidecap"
30042
30043 \end_inset
30044
30045 .
30046 \end_layout
30047
30048 \begin_layout Standard
30049 \begin_inset Note Greyedout
30050 status open
30051
30052 \begin_layout Plain Layout
30053
30054 \series bold
30055 Note:
30056 \series default
30057  The \SpecialChar LaTeX
30058 -package 
30059 \series bold
30060 hypcap
30061 \series default
30062
30063 \begin_inset Index idx
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067 \SpecialChar LaTeX
30068 -packages ! hypcap
30069 \end_layout
30070
30071 \end_inset
30072
30073 , described in section
30074 \begin_inset space ~
30075 \end_inset
30076
30077
30078 \begin_inset CommandInset ref
30079 LatexCommand ref
30080 reference "subsec:Reference-Position"
30081
30082 \end_inset
30083
30084 , has no effect on floats with the caption set beside.
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \end_layout
30091
30092 \begin_layout Standard
30093 \begin_inset ERT
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097
30098
30099 \backslash
30100 FigBesBeg
30101 \end_layout
30102
30103 \end_inset
30104
30105
30106 \end_layout
30107
30108 \begin_layout Standard
30109 \begin_inset Float figure
30110 wide false
30111 sideways false
30112 status open
30113
30114 \begin_layout Plain Layout
30115 \begin_inset Graphics
30116         filename clipart/escher-lsd.eps
30117         scale 75
30118         scaleBeforeRotation
30119
30120 \end_inset
30121
30122
30123 \end_layout
30124
30125 \begin_layout Plain Layout
30126 \begin_inset Caption Standard
30127
30128 \begin_layout Plain Layout
30129 \begin_inset CommandInset label
30130 LatexCommand label
30131 name "fig:cap-beside-fig"
30132
30133 \end_inset
30134
30135 This is a caption beside a figure.
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \begin_layout Standard
30149 \begin_inset ERT
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153
30154
30155 \backslash
30156 FigBesEnd
30157 \end_layout
30158
30159 \end_inset
30160
30161
30162 \end_layout
30163
30164 \begin_layout Standard
30165 \begin_inset ERT
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169
30170
30171 \backslash
30172 TabBesBeg
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Standard
30181 \begin_inset Float table
30182 wide false
30183 sideways false
30184 status open
30185
30186 \begin_layout Plain Layout
30187 \begin_inset Caption Standard
30188
30189 \begin_layout Plain Layout
30190 \begin_inset CommandInset label
30191 LatexCommand label
30192 name "tab:cap-beside-tab"
30193
30194 \end_inset
30195
30196 This is a caption beside a table.
30197 \end_layout
30198
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \begin_layout Plain Layout
30205 \begin_inset Tabular
30206 <lyxtabular version="3" rows="4" columns="5">
30207 <features tabularvalignment="middle">
30208 <column alignment="center" valignment="top">
30209 <column alignment="center" valignment="top">
30210 <column alignment="center" valignment="top">
30211 <column alignment="center" valignment="top">
30212 <column alignment="center" valignment="top">
30213 <row>
30214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30215 \begin_inset Text
30216
30217 \begin_layout Plain Layout
30218 a
30219 \end_layout
30220
30221 \end_inset
30222 </cell>
30223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30224 \begin_inset Text
30225
30226 \begin_layout Plain Layout
30227
30228 \end_layout
30229
30230 \end_inset
30231 </cell>
30232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30233 \begin_inset Text
30234
30235 \begin_layout Plain Layout
30236 b
30237 \end_layout
30238
30239 \end_inset
30240 </cell>
30241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30242 \begin_inset Text
30243
30244 \begin_layout Plain Layout
30245
30246 \end_layout
30247
30248 \end_inset
30249 </cell>
30250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30251 \begin_inset Text
30252
30253 \begin_layout Plain Layout
30254 c
30255 \end_layout
30256
30257 \end_inset
30258 </cell>
30259 </row>
30260 <row>
30261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30262 \begin_inset Text
30263
30264 \begin_layout Plain Layout
30265
30266 \end_layout
30267
30268 \end_inset
30269 </cell>
30270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30271 \begin_inset Text
30272
30273 \begin_layout Plain Layout
30274 d
30275 \end_layout
30276
30277 \end_inset
30278 </cell>
30279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30280 \begin_inset Text
30281
30282 \begin_layout Plain Layout
30283
30284 \end_layout
30285
30286 \end_inset
30287 </cell>
30288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30289 \begin_inset Text
30290
30291 \begin_layout Plain Layout
30292 e
30293 \end_layout
30294
30295 \end_inset
30296 </cell>
30297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30298 \begin_inset Text
30299
30300 \begin_layout Plain Layout
30301
30302 \end_layout
30303
30304 \end_inset
30305 </cell>
30306 </row>
30307 <row>
30308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30309 \begin_inset Text
30310
30311 \begin_layout Plain Layout
30312 f
30313 \end_layout
30314
30315 \end_inset
30316 </cell>
30317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30318 \begin_inset Text
30319
30320 \begin_layout Plain Layout
30321
30322 \end_layout
30323
30324 \end_inset
30325 </cell>
30326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30327 \begin_inset Text
30328
30329 \begin_layout Plain Layout
30330 g
30331 \end_layout
30332
30333 \end_inset
30334 </cell>
30335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30336 \begin_inset Text
30337
30338 \begin_layout Plain Layout
30339
30340 \end_layout
30341
30342 \end_inset
30343 </cell>
30344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30345 \begin_inset Text
30346
30347 \begin_layout Plain Layout
30348 h
30349 \end_layout
30350
30351 \end_inset
30352 </cell>
30353 </row>
30354 <row>
30355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30356 \begin_inset Text
30357
30358 \begin_layout Plain Layout
30359
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368 i
30369 \end_layout
30370
30371 \end_inset
30372 </cell>
30373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Plain Layout
30377
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30383 \begin_inset Text
30384
30385 \begin_layout Plain Layout
30386 j
30387 \end_layout
30388
30389 \end_inset
30390 </cell>
30391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30392 \begin_inset Text
30393
30394 \begin_layout Plain Layout
30395
30396 \end_layout
30397
30398 \end_inset
30399 </cell>
30400 </row>
30401 </lyxtabular>
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \end_inset
30409
30410
30411 \end_layout
30412
30413 \begin_layout Standard
30414 \begin_inset ERT
30415 status collapsed
30416
30417 \begin_layout Plain Layout
30418
30419
30420 \backslash
30421 TabBesEnd
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 \begin_inset ERT
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434
30435
30436 \backslash
30437 FigBesBeg
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 sidecaptionvpos{figure}{c}
30451 \end_layout
30452
30453 \end_inset
30454
30455
30456 \begin_inset Float figure
30457 wide false
30458 sideways false
30459 status open
30460
30461 \begin_layout Plain Layout
30462 \begin_inset Graphics
30463         filename clipart/escher-lsd.eps
30464         scale 75
30465         scaleBeforeRotation
30466
30467 \end_inset
30468
30469
30470 \end_layout
30471
30472 \begin_layout Plain Layout
30473 \begin_inset Caption Standard
30474
30475 \begin_layout Plain Layout
30476 \begin_inset CommandInset label
30477 LatexCommand label
30478 name "fig:cap-beside-fig-2"
30479
30480 \end_inset
30481
30482 This is a vertically centered caption beside a figure.
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \end_layout
30494
30495 \begin_layout Standard
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 FigBesEnd
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \end_layout
30510
30511 \begin_layout Standard
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517
30518 \backslash
30519 TabBesBeg[5]
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 \begin_inset Float table
30529 wide false
30530 sideways false
30531 status open
30532
30533 \begin_layout Plain Layout
30534 \begin_inset Caption Standard
30535
30536 \begin_layout Plain Layout
30537 \begin_inset CommandInset label
30538 LatexCommand label
30539 name "tab:cap-beside-tab-wider"
30540
30541 \end_inset
30542
30543 This caption is wider than the one in Table
30544 \begin_inset space ~
30545 \end_inset
30546
30547
30548 \begin_inset CommandInset ref
30549 LatexCommand ref
30550 reference "tab:cap-beside-tab"
30551
30552 \end_inset
30553
30554 .
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \begin_layout Plain Layout
30563 \begin_inset Tabular
30564 <lyxtabular version="3" rows="4" columns="5">
30565 <features tabularvalignment="middle">
30566 <column alignment="center" valignment="top">
30567 <column alignment="center" valignment="top">
30568 <column alignment="center" valignment="top">
30569 <column alignment="center" valignment="top">
30570 <column alignment="center" valignment="top">
30571 <row>
30572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30573 \begin_inset Text
30574
30575 \begin_layout Plain Layout
30576 a
30577 \end_layout
30578
30579 \end_inset
30580 </cell>
30581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30582 \begin_inset Text
30583
30584 \begin_layout Plain Layout
30585
30586 \end_layout
30587
30588 \end_inset
30589 </cell>
30590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30591 \begin_inset Text
30592
30593 \begin_layout Plain Layout
30594 b
30595 \end_layout
30596
30597 \end_inset
30598 </cell>
30599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30600 \begin_inset Text
30601
30602 \begin_layout Plain Layout
30603
30604 \end_layout
30605
30606 \end_inset
30607 </cell>
30608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30609 \begin_inset Text
30610
30611 \begin_layout Plain Layout
30612 c
30613 \end_layout
30614
30615 \end_inset
30616 </cell>
30617 </row>
30618 <row>
30619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30620 \begin_inset Text
30621
30622 \begin_layout Plain Layout
30623
30624 \end_layout
30625
30626 \end_inset
30627 </cell>
30628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30629 \begin_inset Text
30630
30631 \begin_layout Plain Layout
30632 d
30633 \end_layout
30634
30635 \end_inset
30636 </cell>
30637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30638 \begin_inset Text
30639
30640 \begin_layout Plain Layout
30641
30642 \end_layout
30643
30644 \end_inset
30645 </cell>
30646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30647 \begin_inset Text
30648
30649 \begin_layout Plain Layout
30650 e
30651 \end_layout
30652
30653 \end_inset
30654 </cell>
30655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30656 \begin_inset Text
30657
30658 \begin_layout Plain Layout
30659
30660 \end_layout
30661
30662 \end_inset
30663 </cell>
30664 </row>
30665 <row>
30666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30667 \begin_inset Text
30668
30669 \begin_layout Plain Layout
30670 f
30671 \end_layout
30672
30673 \end_inset
30674 </cell>
30675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30676 \begin_inset Text
30677
30678 \begin_layout Plain Layout
30679
30680 \end_layout
30681
30682 \end_inset
30683 </cell>
30684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30685 \begin_inset Text
30686
30687 \begin_layout Plain Layout
30688 g
30689 \end_layout
30690
30691 \end_inset
30692 </cell>
30693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30694 \begin_inset Text
30695
30696 \begin_layout Plain Layout
30697
30698 \end_layout
30699
30700 \end_inset
30701 </cell>
30702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30703 \begin_inset Text
30704
30705 \begin_layout Plain Layout
30706 h
30707 \end_layout
30708
30709 \end_inset
30710 </cell>
30711 </row>
30712 <row>
30713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30714 \begin_inset Text
30715
30716 \begin_layout Plain Layout
30717
30718 \end_layout
30719
30720 \end_inset
30721 </cell>
30722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30723 \begin_inset Text
30724
30725 \begin_layout Plain Layout
30726 i
30727 \end_layout
30728
30729 \end_inset
30730 </cell>
30731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30732 \begin_inset Text
30733
30734 \begin_layout Plain Layout
30735
30736 \end_layout
30737
30738 \end_inset
30739 </cell>
30740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30741 \begin_inset Text
30742
30743 \begin_layout Plain Layout
30744 j
30745 \end_layout
30746
30747 \end_inset
30748 </cell>
30749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30750 \begin_inset Text
30751
30752 \begin_layout Plain Layout
30753
30754 \end_layout
30755
30756 \end_inset
30757 </cell>
30758 </row>
30759 </lyxtabular>
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \end_inset
30767
30768
30769 \end_layout
30770
30771 \begin_layout Standard
30772 \begin_inset ERT
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776
30777
30778 \backslash
30779 TabBesEnd
30780 \end_layout
30781
30782 \end_inset
30783
30784
30785 \end_layout
30786
30787 \begin_layout Standard
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793
30794 \backslash
30795 else
30796 \end_layout
30797
30798 \end_inset
30799
30800
30801 \begin_inset Note Note
30802 status open
30803
30804 \begin_layout Plain Layout
30805 The following will be displayed when the \SpecialChar LaTeX
30806 -package 
30807 \series bold
30808 sidecap
30809 \series default
30810  is not installed:
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \begin_layout Standard
30819 You need to install the \SpecialChar LaTeX
30820 -package 
30821 \series bold
30822 sidecap
30823 \series default
30824  to see the following part of this section in the output.
30825 \end_layout
30826
30827 \begin_layout Standard
30828 \begin_inset ERT
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832
30833
30834 \backslash
30835 fi
30836 \end_layout
30837
30838 \end_inset
30839
30840
30841 \end_layout
30842
30843 \begin_layout Section
30844 Listings of Floats
30845 \begin_inset Index idx
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849 Floats ! Float Lists
30850 \end_layout
30851
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 Similar to the table of contents where the sections of the document are
30859  listed, there are listings for all float types, like the figures of the
30860  documents.
30861  You can insert them via the 
30862 \family sans
30863 Insert\SpecialChar menuseparator
30864 List
30865 \begin_inset space ~
30866 \end_inset
30867
30868 /
30869 \begin_inset space ~
30870 \end_inset
30871
30872 TOC
30873 \family default
30874  sub menus.
30875 \end_layout
30876
30877 \begin_layout Standard
30878 The list entries are the float captions or its short title, the float number,
30879  and the page number where they appear in the document.
30880 \end_layout
30881
30882 \begin_layout Standard
30883 You can find the list of figures and tables at the end of this document.
30884 \end_layout
30885
30886 \begin_layout Chapter
30887 Notes
30888 \end_layout
30889
30890 \begin_layout Section
30891 \SpecialChar LyX
30892  Notes
30893 \begin_inset Index idx
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897 Notes ! \SpecialChar LyX
30898  Notes
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \end_layout
30905
30906 \begin_layout Standard
30907 Notes are inserted with the toolbar button 
30908 \begin_inset Info
30909 type  "icon"
30910 arg   "note-insert"
30911 \end_inset
30912
30913  or the menu 
30914 \family sans
30915 Insert\SpecialChar menuseparator
30916 Note
30917 \family default
30918 .
30919  There are three types of notes:
30920 \end_layout
30921
30922 \begin_layout Description
30923 \SpecialChar LyX
30924
30925 \begin_inset space ~
30926 \end_inset
30927
30928 Note This note type is for internal notes that won't appear in the output.
30929  Its note-box looks like this:
30930 \begin_inset Newline newline
30931 \end_inset
30932
30933
30934 \begin_inset Newline newline
30935 \end_inset
30936
30937
30938 \begin_inset Graphics
30939         filename clipart/LyXNoteImage.png
30940         display false
30941         scaleBeforeRotation
30942
30943 \end_inset
30944
30945  
30946 \begin_inset Note Note
30947 status open
30948
30949 \begin_layout Plain Layout
30950 This is text in a note box that doesn't appear in the output.
30951 \end_layout
30952
30953 \end_inset
30954
30955
30956 \end_layout
30957
30958 \begin_layout Description
30959 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
30960 -comment,
30961  when you export the document to \SpecialChar LaTeX
30962  via the menu 
30963 \family sans
30964 File\SpecialChar menuseparator
30965 Export\SpecialChar menuseparator
30966 LaTeX
30967 \begin_inset space ~
30968 \end_inset
30969
30970 (pdflatex) / (plain)
30971 \family default
30972 .
30973  Its note-box looks like this:
30974 \begin_inset Newline newline
30975 \end_inset
30976
30977
30978 \begin_inset Newline newline
30979 \end_inset
30980
30981
30982 \begin_inset Graphics
30983         filename clipart/CommentNoteImage.png
30984         display false
30985         scaleBeforeRotation
30986
30987 \end_inset
30988
30989  
30990 \begin_inset Note Comment
30991 status open
30992
30993 \begin_layout Plain Layout
30994 This is text in a note box that only appears as comment in \SpecialChar LaTeX
30995 -files.
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \begin_layout Description
31004 Greyed
31005 \begin_inset space ~
31006 \end_inset
31007
31008 Out This note will appear in the output as grey text.
31009  Its note-box looks like this:
31010 \begin_inset Newline newline
31011 \end_inset
31012
31013
31014 \begin_inset Newline newline
31015 \end_inset
31016
31017
31018 \begin_inset Graphics
31019         filename clipart/GreyedOutNoteImage.png
31020         display false
31021         scaleBeforeRotation
31022
31023 \end_inset
31024
31025
31026 \begin_inset Newline newline
31027 \end_inset
31028
31029
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035
31036 \backslash
31037 renewenvironment{lyxgreyedout}
31038 \end_layout
31039
31040 \begin_layout Plain Layout
31041
31042 {
31043 \backslash
31044 textcolor[gray]{0.8}
31045 \backslash
31046 bgroup}{
31047 \backslash
31048 egroup}
31049 \end_layout
31050
31051 \end_inset
31052
31053
31054 \begin_inset Note Greyedout
31055 status open
31056
31057 \begin_layout Plain Layout
31058 This is text of a comment that appears grey in the output.
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \begin_inset ERT
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068
31069
31070 \backslash
31071 renewenvironment{lyxgreyedout}
31072 \end_layout
31073
31074 \begin_layout Plain Layout
31075
31076 {
31077 \backslash
31078 textcolor{blue}
31079 \backslash
31080 bgroup}{
31081 \backslash
31082 egroup}
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \begin_inset Note Note
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31093  definition
31094  because greyed out notes are redefined in the preamble of this document,
31095  as described below, to have blue text.
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104
31105 \begin_inset Newline newline
31106 \end_inset
31107
31108 As you can see in the example, the first line of greyed out notes is a bit
31109  indented and greyed out notes can have footnotes.
31110 \end_layout
31111
31112 \begin_layout Standard
31113 \begin_inset VSpace bigskip
31114 \end_inset
31115
31116 When you use the toolbar button 
31117 \begin_inset Info
31118 type  "icon"
31119 arg   "note-insert"
31120 \end_inset
31121
31122  to insert notes, a 
31123 \family sans
31124 \SpecialChar LyX
31125
31126 \begin_inset space ~
31127 \end_inset
31128
31129 Note
31130 \family default
31131  is inserted.
31132  You can switch between the three note types by right-clicking on the note-box.
31133  
31134 \family roman
31135 \series medium
31136 \bar no
31137 If you want to turn existing text into a note, mark it and click on the
31138  note
31139 \family default
31140 \series default
31141 \bar default
31142  toolbar 
31143 \family roman
31144 \series medium
31145 \bar no
31146 button
31147 \family default
31148 \series default
31149 \bar default
31150 .
31151  To change a note to text, press the backspace key when the cursor is in
31152  the first position of a note, or press the delete key when the cursor is
31153  in the very last position of the note, respectively.
31154 \end_layout
31155
31156 \begin_layout Standard
31157 \begin_inset VSpace bigskip
31158 \end_inset
31159
31160 You can change the text color of the greyed out notes in the menu 
31161 \family sans
31162 Document\SpecialChar menuseparator
31163 Settings\SpecialChar menuseparator
31164 Colors
31165 \family default
31166 .
31167 \end_layout
31168
31169 \begin_layout Section
31170 Footnotes
31171 \begin_inset CommandInset label
31172 LatexCommand label
31173 name "sec:Footnotes"
31174
31175 \end_inset
31176
31177
31178 \begin_inset Index idx
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182 Notes ! Footnotes
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \begin_inset Index idx
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192 Footnotes
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \end_layout
31199
31200 \begin_layout Standard
31201 Footnotes can be inserted using the toolbar button 
31202 \begin_inset Info
31203 type  "icon"
31204 arg   "footnote-insert"
31205 \end_inset
31206
31207  or the menu 
31208 \family sans
31209 Insert\SpecialChar menuseparator
31210 Footnote
31211 \family default
31212 .
31213  You will then see the following footnote-box: 
31214 \begin_inset Graphics
31215         filename clipart/footnote.png
31216         scale 80
31217         scaleBeforeRotation
31218
31219 \end_inset
31220
31221  
31222 \family roman
31223 \series medium
31224 \bar no
31225 where you can enter the footnote text.
31226  If you want to turn existing text into a footnote, mark it and click on
31227  the footnote
31228 \family default
31229 \series default
31230 \bar default
31231  toolbar 
31232 \family roman
31233 \series medium
31234 \bar no
31235 button
31236 \family default
31237 \series default
31238 \bar default
31239 .
31240  To change a 
31241 \family roman
31242 \series medium
31243 \bar no
31244 footnote
31245 \family default
31246 \series default
31247 \bar default
31248  to text, press the 
31249 \family sans
31250 Backspace
31251 \family default
31252  key when the cursor is in the first position of a 
31253 \family roman
31254 \series medium
31255 \bar no
31256 footnote
31257 \family default
31258 \series default
31259 \bar default
31260 , or press the 
31261 \family sans
31262 Delete
31263 \family default
31264  key when the cursor is in the very last position of the 
31265 \family roman
31266 \series medium
31267 \bar no
31268 footnote
31269 \family default
31270 \series default
31271 \bar default
31272 , respectively.
31273 \end_layout
31274
31275 \begin_layout Standard
31276 Here is an example footnote:
31277 \family roman
31278 \series medium
31279 \bar no
31280
31281 \begin_inset Foot
31282 status open
31283
31284 \begin_layout Plain Layout
31285 \begin_inset CommandInset label
31286 LatexCommand label
31287 name "foot:This-is-an"
31288
31289 \end_inset
31290
31291 This is an example footnote.
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \family default
31298 \series default
31299 \bar default
31300
31301 \begin_inset ERT
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305
31306
31307 \backslash
31308 newcounter{MyRepeatFoot}
31309 \end_layout
31310
31311 \begin_layout Plain Layout
31312
31313
31314 \backslash
31315 setcounter{MyRepeatFoot}{
31316 \backslash
31317 thefootnote}
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \begin_layout Standard
31326 The footnote will appear in the output as a superscript number at the text
31327  position where the footnote box is placed.
31328  The footnote text is placed at the bottom of the current page.
31329  The footnote number is calculated by \SpecialChar LaTeX
31330 ; the numbers are consecutive.
31331  Whether the footnote number is reset for every chapter depends on your
31332  document class.
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Footnotes can be referenced like floats: Insert a label into the footnote
31337  and cross-reference this label in the text as described in section
31338 \begin_inset space ~
31339 \end_inset
31340
31341
31342 \begin_inset CommandInset ref
31343 LatexCommand ref
31344 reference "sec:Referencing-Floats"
31345
31346 \end_inset
31347
31348 .
31349 \begin_inset Newline newline
31350 \end_inset
31351
31352 This is a cross-reference of Footnote
31353 \begin_inset space ~
31354 \end_inset
31355
31356
31357 \begin_inset CommandInset ref
31358 LatexCommand ref
31359 reference "foot:This-is-an"
31360
31361 \end_inset
31362
31363 .
31364 \end_layout
31365
31366 \begin_layout Standard
31367 \begin_inset VSpace defskip
31368 \end_inset
31369
31370 Footnotes in title environments are usually not numbered with symbols and
31371  they cannot contain several paragraphs.
31372  See for example the footnote in the titling of this document.
31373 \end_layout
31374
31375 \begin_layout Standard
31376 \begin_inset VSpace defskip
31377 \end_inset
31378
31379 Footnotes in tables are not printed by \SpecialChar LaTeX
31380  due to technical reasons.
31381  However there exists another method to print them: Instead of the footnote
31382  the command 
31383 \series bold
31384
31385 \backslash
31386 footnotemark{}
31387 \series default
31388  is inserted as \SpecialChar TeX
31389  code.
31390  The text of the footnote is entered as an argument of the \SpecialChar TeX
31391  code command
31392  
31393 \series bold
31394
31395 \backslash
31396 footnotetext
31397 \series default
31398  after the table.
31399 \begin_inset Newline newline
31400 \end_inset
31401
31402 This was done for the following table with the command
31403 \end_layout
31404
31405 \begin_layout Standard
31406
31407 \series bold
31408
31409 \backslash
31410 footnotetext{
31411 \series default
31412 Printed table footnote.
31413 \series bold
31414 }
31415 \end_layout
31416
31417 \begin_layout Standard
31418 \begin_inset Tabular
31419 <lyxtabular version="3" rows="2" columns="1">
31420 <features tabularvalignment="middle">
31421 <column alignment="center" valignment="top">
31422 <row>
31423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31424 \begin_inset Text
31425
31426 \begin_layout Plain Layout
31427 This an example text.
31428 \begin_inset Foot
31429 status open
31430
31431 \begin_layout Plain Layout
31432 This footnote will not be printed!
31433 \end_layout
31434
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \end_inset
31441 </cell>
31442 </row>
31443 <row>
31444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31445 \begin_inset Text
31446
31447 \begin_layout Plain Layout
31448 This an example text.
31449 \begin_inset ERT
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453
31454
31455 \backslash
31456 footnotemark{}
31457 \end_layout
31458
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \end_inset
31465 </cell>
31466 </row>
31467 </lyxtabular>
31468
31469 \end_inset
31470
31471
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477
31478 \backslash
31479 footnotetext{
31480 \end_layout
31481
31482 \end_inset
31483
31484 Printed table footnote.
31485 \begin_inset ERT
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489
31490 }
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \begin_layout Standard
31499 Footnotes in multi-page tables are described in section
31500 \begin_inset space ~
31501 \end_inset
31502
31503
31504 \begin_inset CommandInset ref
31505 LatexCommand ref
31506 reference "subsec:Footnotes-in-Multi-page"
31507
31508 \end_inset
31509
31510 .
31511 \end_layout
31512
31513 \begin_layout Standard
31514 Footnotes in minipage boxes are printed, but inside the box and with a different
31515  numbering because a minipage box is like a page inside a page.
31516  (For more about minipages, see section
31517 \begin_inset space ~
31518 \end_inset
31519
31520
31521 \begin_inset CommandInset ref
31522 LatexCommand ref
31523 reference "sec:Minipages"
31524
31525 \end_inset
31526
31527 .) To get a footnote in the minipage that is output at the bottom of the
31528  page like normal footnotes, also use the method of 
31529 \series bold
31530
31531 \backslash
31532 footnotemark{}
31533 \series default
31534  and 
31535 \series bold
31536
31537 \backslash
31538 footnotetext
31539 \series default
31540 .
31541 \end_layout
31542
31543 \begin_layout Standard
31544 \begin_inset Box Frameless
31545 position "t"
31546 hor_pos "c"
31547 has_inner_box 1
31548 inner_pos "t"
31549 use_parbox 0
31550 use_makebox 0
31551 width "100col%"
31552 special "none"
31553 height "1in"
31554 height_special "totalheight"
31555 thickness "0.4pt"
31556 separation "3pt"
31557 shadowsize "4pt"
31558 framecolor "black"
31559 backgroundcolor "none"
31560 status open
31561
31562 \begin_layout Plain Layout
31563 This an example text in a minipage.
31564 \begin_inset Foot
31565 status open
31566
31567 \begin_layout Plain Layout
31568 Footnote in the minipage.
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \begin_layout Plain Layout
31577 This an example text in a minipage.
31578 \begin_inset ERT
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582
31583
31584 \backslash
31585 footnotemark{}
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \end_layout
31597
31598 \begin_layout Standard
31599 \begin_inset ERT
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603
31604
31605 \backslash
31606 footnotetext{
31607 \end_layout
31608
31609 \end_inset
31610
31611 Footnote outside the minipage.
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617 }
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \begin_layout Standard
31626 \begin_inset VSpace defskip
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \begin_layout Standard
31633 To refer to the same footnote several times without printing the footnote
31634  text every time, use the command 
31635 \series bold
31636
31637 \backslash
31638 footnotemark[number]
31639 \series default
31640  in \SpecialChar TeX
31641  code.
31642 \begin_inset Newline newline
31643 \end_inset
31644
31645 As you do not know the number of the repeating footnote while you are writing
31646  the text, you have to store its number.
31647  For the following footnote mark example, these commands were inserted in
31648  \SpecialChar TeX
31649  code after Footnote
31650 \begin_inset space ~
31651 \end_inset
31652
31653
31654 \begin_inset CommandInset ref
31655 LatexCommand ref
31656 reference "foot:This-is-an"
31657
31658 \end_inset
31659
31660  to store the footnote number:
31661 \end_layout
31662
31663 \begin_layout Standard
31664
31665 \series bold
31666
31667 \backslash
31668 newcounter{MyRepeatFoot}
31669 \begin_inset Newline newline
31670 \end_inset
31671
31672
31673 \backslash
31674 setcounter{MyRepeatFoot}{
31675 \backslash
31676 thefootnote}
31677 \end_layout
31678
31679 \begin_layout Standard
31680 The footnote mark was then created with this command:
31681 \end_layout
31682
31683 \begin_layout Standard
31684
31685 \series bold
31686
31687 \backslash
31688 footnotemark[
31689 \backslash
31690 theMyRepeatFoot]
31691 \end_layout
31692
31693 \begin_layout Standard
31694 Here is a repeated footnote:
31695 \family roman
31696 \series medium
31697 \bar no
31698
31699 \begin_inset ERT
31700 status collapsed
31701
31702 \begin_layout Plain Layout
31703
31704
31705 \backslash
31706 footnotemark[
31707 \backslash
31708 theMyRepeatFoot]
31709 \end_layout
31710
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \begin_layout Standard
31717 If you want to repeat the previous footnote, you can omit the storage of
31718  the footnote number and just use this command instead:
31719 \end_layout
31720
31721 \begin_layout Standard
31722
31723 \series bold
31724
31725 \backslash
31726 footnotemark[
31727 \backslash
31728 thefootnote]
31729 \end_layout
31730
31731 \begin_layout Standard
31732 Here is another repeated footnote:
31733 \family roman
31734 \series medium
31735 \bar no
31736
31737 \begin_inset ERT
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741
31742
31743 \backslash
31744 footnotemark[
31745 \backslash
31746 thefootnote]
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \begin_layout Subsection
31755 Footnote Numbering
31756 \begin_inset CommandInset label
31757 LatexCommand label
31758 name "subsec:Footnote-Numbering"
31759
31760 \end_inset
31761
31762
31763 \begin_inset Index idx
31764 status collapsed
31765
31766 \begin_layout Plain Layout
31767 Footnotes ! Numbering
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Standard
31776 To reset the footnote number back to 1 after each section
31777 \family roman
31778 , add this command to your document preamble:
31779 \end_layout
31780
31781 \begin_layout Standard
31782
31783 \series bold
31784
31785 \backslash
31786 @addtoreset{footnote}{section}
31787 \end_layout
31788
31789 \begin_layout Standard
31790 \begin_inset VSpace bigskip
31791 \end_inset
31792
31793 The following preamble command changes the footnote numbering style to small
31794  roman numerals:
31795 \end_layout
31796
31797 \begin_layout Standard
31798
31799 \series bold
31800
31801 \backslash
31802 renewcommand{
31803 \backslash
31804 thefootnote}{
31805 \backslash
31806 roman{footnote}}
31807 \end_layout
31808
31809 \begin_layout Standard
31810 \begin_inset ERT
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814
31815
31816 \backslash
31817 renewcommand{
31818 \backslash
31819 thefootnote}{
31820 \backslash
31821 roman{footnote}}
31822 \end_layout
31823
31824 \end_inset
31825
31826  This is a footnote with roman numbering:
31827 \begin_inset Foot
31828 status open
31829
31830 \begin_layout Plain Layout
31831 This is an example footnote with roman numbering.
31832 \end_layout
31833
31834 \end_inset
31835
31836
31837 \end_layout
31838
31839 \begin_layout Standard
31840 To change the numbering style to capital roman numerals replace in the command
31841  above 
31842 \series bold
31843
31844 \backslash
31845 roman
31846 \series default
31847  by 
31848 \series bold
31849
31850 \backslash
31851 Roman
31852 \series default
31853 .
31854  To 
31855 \begin_inset Quotes eld
31856 \end_inset
31857
31858 number
31859 \begin_inset Quotes erd
31860 \end_inset
31861
31862  footnotes with capital or small Latin letters use 
31863 \series bold
31864
31865 \backslash
31866 Alph
31867 \series default
31868  or 
31869 \series bold
31870
31871 \backslash
31872 alph
31873 \series default
31874 , respectively.
31875  To 
31876 \begin_inset Quotes eld
31877 \end_inset
31878
31879 number
31880 \begin_inset Quotes erd
31881 \end_inset
31882
31883  footnotes with symbols use 
31884 \series bold
31885
31886 \backslash
31887 fnsymbol
31888 \series default
31889 .
31890 \end_layout
31891
31892 \begin_layout Standard
31893 \begin_inset Note Greyedout
31894 status open
31895
31896 \begin_layout Plain Layout
31897
31898 \series bold
31899 Note:
31900 \series default
31901  You can only number 26 footnotes with Latin letters, because this numbering
31902  is limited to single letters.
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \begin_inset Newline newline
31909 \end_inset
31910
31911
31912 \begin_inset Note Greyedout
31913 status open
31914
31915 \begin_layout Plain Layout
31916
31917 \series bold
31918 Note:
31919 \series default
31920  You can only number 9 footnotes with symbols.
31921 \end_layout
31922
31923 \end_inset
31924
31925
31926 \end_layout
31927
31928 \begin_layout Standard
31929 To return to the default numbering style after you have changed to another
31930  one, use 
31931 \series bold
31932
31933 \backslash
31934 arabic
31935 \series default
31936  instead of 
31937 \series bold
31938
31939 \backslash
31940 roman
31941 \series default
31942  in the command above.
31943 \begin_inset ERT
31944 status collapsed
31945
31946 \begin_layout Plain Layout
31947
31948
31949 \backslash
31950 renewcommand{
31951 \backslash
31952 thefootnote}{
31953 \backslash
31954 arabic{footnote}}
31955 \end_layout
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \begin_layout Standard
31963 \begin_inset VSpace bigskip
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \begin_layout Standard
31970 If you want to have footnotes numbered in the scheme 
31971 \begin_inset Quotes eld
31972 \end_inset
31973
31974 chapter.footnote
31975 \begin_inset Quotes erd
31976 \end_inset
31977
31978 , add the following command to your document preamble:
31979 \end_layout
31980
31981 \begin_layout Standard
31982
31983 \series bold
31984
31985 \backslash
31986 numberwithin{footnote}{chapter}
31987 \end_layout
31988
31989 \begin_layout Standard
31990 To be able to use the command 
31991 \series bold
31992
31993 \backslash
31994 numberwithin
31995 \series default
31996 , set in the tab 
31997 \family sans
31998 Math
31999 \begin_inset space ~
32000 \end_inset
32001
32002 Options
32003 \family default
32004  in the document settings the option 
32005 \family sans
32006 Use
32007 \begin_inset space ~
32008 \end_inset
32009
32010 AMS
32011 \begin_inset space ~
32012 \end_inset
32013
32014 math
32015 \begin_inset space ~
32016 \end_inset
32017
32018 package
32019 \family default
32020 .
32021 \end_layout
32022
32023 \begin_layout Standard
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029
32030 \backslash
32031 numberwithin{footnote}{chapter}
32032 \end_layout
32033
32034 \end_inset
32035
32036 This is another example footnote:
32037 \series bold
32038
32039 \begin_inset Foot
32040 status open
32041
32042 \begin_layout Plain Layout
32043 This is a footnote numbered in the scheme 
32044 \begin_inset Quotes eld
32045 \end_inset
32046
32047 chapter.footnote
32048 \begin_inset Quotes erd
32049 \end_inset
32050
32051 .
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \series default
32058
32059 \begin_inset ERT
32060 status collapsed
32061
32062 \begin_layout Plain Layout
32063
32064
32065 \backslash
32066 renewcommand{
32067 \backslash
32068 thefootnote}{
32069 \backslash
32070 arabic{footnote}}
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset Note Greyedout
32080 status open
32081
32082 \begin_layout Plain Layout
32083
32084 \series bold
32085 Note:
32086 \series default
32087  
32088 \series bold
32089
32090 \backslash
32091 numberwithin
32092 \series default
32093  always prints out the footnote number as arabic number; previous redefinitions
32094  to get non-arabic numbers are overwritten.
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \begin_layout Standard
32103 So to get for example the scheme 
32104 \begin_inset Quotes eld
32105 \end_inset
32106
32107 chapter.
32108 \backslash
32109 Roman{footnote}
32110 \begin_inset Quotes erd
32111 \end_inset
32112
32113 , use this command instead of 
32114 \series bold
32115
32116 \backslash
32117 numberwithin
32118 \series default
32119 :
32120 \end_layout
32121
32122 \begin_layout Standard
32123
32124 \series bold
32125
32126 \backslash
32127 renewcommand{
32128 \backslash
32129 thefootnote}{
32130 \backslash
32131 thechapter.
32132 \backslash
32133 Roman{footnote}}
32134 \end_layout
32135
32136 \begin_layout Subsection
32137 Footnote Placement
32138 \begin_inset Index idx
32139 status collapsed
32140
32141 \begin_layout Plain Layout
32142 Footnotes ! Placement
32143 \end_layout
32144
32145 \end_inset
32146
32147
32148 \end_layout
32149
32150 \begin_layout Standard
32151 If you have several footnotes in one page, they appear without vertical
32152  space between them at the bottom of the page.
32153  To make them more readable you can e.
32154 \begin_inset space \thinspace{}
32155 \end_inset
32156
32157 g.
32158 \begin_inset space \space{}
32159 \end_inset
32160
32161 add 1.5
32162 \begin_inset space \thinspace{}
32163 \end_inset
32164
32165 mm space with the following preamble command:
32166 \end_layout
32167
32168 \begin_layout Standard
32169
32170 \series bold
32171
32172 \backslash
32173 let
32174 \backslash
32175 myFoot
32176 \backslash
32177 footnote
32178 \begin_inset Newline newline
32179 \end_inset
32180
32181
32182 \backslash
32183 renewcommand{
32184 \backslash
32185 footnote}[1]{
32186 \backslash
32187 myFoot{#1
32188 \backslash
32189 vspace{1.5mm}}}
32190 \end_layout
32191
32192 \begin_layout Standard
32193 \begin_inset VSpace bigskip
32194 \end_inset
32195
32196 In a two-column document the footnotes appear at the bottom of every column,
32197  see Figure
32198 \begin_inset space ~
32199 \end_inset
32200
32201
32202 \begin_inset CommandInset ref
32203 LatexCommand ref
32204 reference "fig:Standard-footnote-placement"
32205
32206 \end_inset
32207
32208 .
32209  If the footnotes should only appear at the bottom of the right column,
32210  as in Figure
32211 \begin_inset space ~
32212 \end_inset
32213
32214
32215 \begin_inset CommandInset ref
32216 LatexCommand ref
32217 reference "fig:Footnote-placement-in"
32218
32219 \end_inset
32220
32221 , use the \SpecialChar LaTeX
32222 -package 
32223 \series bold
32224 ftnright
32225 \series default
32226
32227 \begin_inset Index idx
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231 \SpecialChar LaTeX
32232 -packages ! ftnright
32233 \end_layout
32234
32235 \end_inset
32236
32237  with this command in the document preamble:
32238 \end_layout
32239
32240 \begin_layout Standard
32241
32242 \series bold
32243
32244 \backslash
32245 usepackage{ftnright}
32246 \end_layout
32247
32248 \begin_layout Standard
32249 \begin_inset Float figure
32250 placement !h
32251 wide false
32252 sideways false
32253 status open
32254
32255 \begin_layout Plain Layout
32256 \noindent
32257 \align center
32258 \begin_inset Box Boxed
32259 position "t"
32260 hor_pos "c"
32261 has_inner_box 0
32262 inner_pos "t"
32263 use_parbox 0
32264 use_makebox 0
32265 width ""
32266 special "none"
32267 height "1in"
32268 height_special "totalheight"
32269 thickness "0.4pt"
32270 separation "3pt"
32271 shadowsize "4pt"
32272 framecolor "black"
32273 backgroundcolor "none"
32274 status open
32275
32276 \begin_layout Plain Layout
32277 \begin_inset Graphics
32278         filename clipart/without_fntright.pdf
32279         width 100col%
32280         scaleBeforeRotation
32281
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \end_layout
32291
32292 \begin_layout Plain Layout
32293 \begin_inset Caption Standard
32294
32295 \begin_layout Plain Layout
32296 \begin_inset CommandInset label
32297 LatexCommand label
32298 name "fig:Standard-footnote-placement"
32299
32300 \end_inset
32301
32302 Standard footnote placement in two-column documents.
32303 \end_layout
32304
32305 \end_inset
32306
32307
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Standard
32316 \begin_inset Float figure
32317 placement !h
32318 wide false
32319 sideways false
32320 status open
32321
32322 \begin_layout Plain Layout
32323 \noindent
32324 \align center
32325 \begin_inset Box Boxed
32326 position "t"
32327 hor_pos "c"
32328 has_inner_box 0
32329 inner_pos "t"
32330 use_parbox 0
32331 use_makebox 0
32332 width ""
32333 special "none"
32334 height "1in"
32335 height_special "totalheight"
32336 thickness "0.4pt"
32337 separation "3pt"
32338 shadowsize "4pt"
32339 framecolor "black"
32340 backgroundcolor "none"
32341 status open
32342
32343 \begin_layout Plain Layout
32344 \begin_inset Graphics
32345         filename clipart/with_fntright.pdf
32346         width 100col%
32347         scaleBeforeRotation
32348
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \end_inset
32355
32356
32357 \end_layout
32358
32359 \begin_layout Plain Layout
32360 \begin_inset Caption Standard
32361
32362 \begin_layout Plain Layout
32363 \begin_inset CommandInset label
32364 LatexCommand label
32365 name "fig:Footnote-placement-in"
32366
32367 \end_inset
32368
32369 Footnote placement in two-column documents when the \SpecialChar LaTeX
32370 -package 
32371 \series bold
32372 ftnright
32373 \series default
32374  is used.
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \end_layout
32381
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \begin_layout Standard
32388 \begin_inset VSpace bigskip
32389 \end_inset
32390
32391 In some scientific literature it is usual to collect the footnotes and print
32392  them in a separate paragraph at the end of a section, as in Figure
32393 \begin_inset space ~
32394 \end_inset
32395
32396
32397 \begin_inset CommandInset ref
32398 LatexCommand ref
32399 reference "fig:Endnotes"
32400
32401 \end_inset
32402
32403 .
32404  They are then called 
32405 \begin_inset Quotes eld
32406 \end_inset
32407
32408 endnotes
32409 \begin_inset Quotes erd
32410 \end_inset
32411
32412 .
32413 \begin_inset Index idx
32414 status collapsed
32415
32416 \begin_layout Plain Layout
32417 Endnotes
32418 \end_layout
32419
32420 \end_inset
32421
32422  To use endnotes instead of footnotes in your document, load in the menu
32423  
32424 \family sans
32425 Document\SpecialChar menuseparator
32426 Settings\SpecialChar menuseparator
32427 Modules 
32428 \family default
32429 the module 
32430 \family sans
32431 Foot
32432 \begin_inset space ~
32433 \end_inset
32434
32435 to
32436 \begin_inset space ~
32437 \end_inset
32438
32439 End
32440 \family default
32441 .
32442  To insert the collected footnotes, insert the command
32443 \end_layout
32444
32445 \begin_layout Standard
32446
32447 \series bold
32448
32449 \backslash
32450 theendnotes
32451 \end_layout
32452
32453 \begin_layout Standard
32454 in \SpecialChar TeX
32455  Code at the end of a section or chapter.
32456 \end_layout
32457
32458 \begin_layout Standard
32459 \begin_inset Float figure
32460 wide false
32461 sideways false
32462 status open
32463
32464 \begin_layout Plain Layout
32465 \noindent
32466 \align center
32467 \begin_inset Box Boxed
32468 position "t"
32469 hor_pos "c"
32470 has_inner_box 0
32471 inner_pos "t"
32472 use_parbox 0
32473 use_makebox 0
32474 width ""
32475 special "none"
32476 height "1in"
32477 height_special "totalheight"
32478 thickness "0.4pt"
32479 separation "3pt"
32480 shadowsize "4pt"
32481 framecolor "black"
32482 backgroundcolor "none"
32483 status open
32484
32485 \begin_layout Plain Layout
32486 \begin_inset Graphics
32487         filename clipart/endnotes.pdf
32488         width 100col%
32489         scaleBeforeRotation
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \begin_layout Plain Layout
32502 \begin_inset Caption Standard
32503
32504 \begin_layout Plain Layout
32505 \begin_inset CommandInset label
32506 LatexCommand label
32507 name "fig:Endnotes"
32508
32509 \end_inset
32510
32511 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
32512  or chapters.
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Standard
32526 \begin_inset VSpace medskip
32527 \end_inset
32528
32529 The paragraph heading for the endnotes isn't automatically translated into
32530  the document language, this must be done manually.
32531  The following preamble command translates the default English 
32532 \begin_inset Quotes eld
32533 \end_inset
32534
32535 Notes
32536 \begin_inset Quotes erd
32537 \end_inset
32538
32539  into the German 
32540 \begin_inset Quotes eld
32541 \end_inset
32542
32543 Anmerkungen
32544 \begin_inset Quotes erd
32545 \end_inset
32546
32547 :
32548 \end_layout
32549
32550 \begin_layout Standard
32551
32552 \series bold
32553
32554 \backslash
32555 renewcommand{
32556 \backslash
32557 notesname}{Anmerkungen}
32558 \end_layout
32559
32560 \begin_layout Standard
32561 \begin_inset VSpace medskip
32562 \end_inset
32563
32564 The numbering of endnotes can be changed like the footnote numbering as
32565  described in section
32566 \begin_inset space ~
32567 \end_inset
32568
32569
32570 \begin_inset CommandInset ref
32571 LatexCommand ref
32572 reference "subsec:Footnote-Numbering"
32573
32574 \end_inset
32575
32576 ; just replace the command 
32577 \series bold
32578
32579 \backslash
32580 thefootnote
32581 \series default
32582  by 
32583 \series bold
32584
32585 \backslash
32586 theendnote
32587 \series default
32588 .
32589  To reset the endnote number use the command 
32590 \series bold
32591
32592 \backslash
32593 @addtoreset
32594 \series default
32595  as described in section
32596 \begin_inset space ~
32597 \end_inset
32598
32599
32600 \begin_inset CommandInset ref
32601 LatexCommand ref
32602 reference "subsec:Footnote-Numbering"
32603
32604 \end_inset
32605
32606  and replace the command parameter 
32607 \series bold
32608 footnote
32609 \series default
32610  by 
32611 \series bold
32612 endnote
32613 \series default
32614 .
32615 \end_layout
32616
32617 \begin_layout Standard
32618 For endnotes there is the command 
32619 \series bold
32620
32621 \backslash
32622 endnotemark[number]
32623 \series default
32624  similar to the command 
32625 \series bold
32626
32627 \backslash
32628 footnotemark
32629 \series default
32630 , that is described in section
32631 \begin_inset space ~
32632 \end_inset
32633
32634
32635 \begin_inset CommandInset ref
32636 LatexCommand ref
32637 reference "sec:Footnotes"
32638
32639 \end_inset
32640
32641 .
32642 \end_layout
32643
32644 \begin_layout Standard
32645 \begin_inset VSpace bigskip
32646 \end_inset
32647
32648 Footnotes can also be placed in the page margin and the footnote text alignment
32649  can be changed, see the \SpecialChar LaTeX
32650 -package 
32651 \series bold
32652 footmisc
32653 \series default
32654
32655 \begin_inset Index idx
32656 status collapsed
32657
32658 \begin_layout Plain Layout
32659 \SpecialChar LaTeX
32660 -packages ! footmisc
32661 \end_layout
32662
32663 \end_inset
32664
32665
32666 \begin_inset CommandInset citation
32667 LatexCommand cite
32668 key "footmisc"
32669
32670 \end_inset
32671
32672  for more information about this.
32673 \end_layout
32674
32675 \begin_layout Standard
32676 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32677 -books, 
32678 \begin_inset CommandInset citation
32679 LatexCommand cite
32680 key "latexcompanion,latexguide,latexbook"
32681
32682 \end_inset
32683
32684 .
32685  If you are using a 
32686 \series bold
32687 KOMA-Script
32688 \series default
32689
32690 \begin_inset Index idx
32691 status collapsed
32692
32693 \begin_layout Plain Layout
32694 \SpecialChar LaTeX
32695 -packages ! KOMA-Script
32696 \end_layout
32697
32698 \end_inset
32699
32700  document class, you can adjust all footnote settings using class-specific
32701  commands, see 
32702 \begin_inset CommandInset citation
32703 LatexCommand cite
32704 key "KOMA-Script"
32705
32706 \end_inset
32707
32708 .
32709 \end_layout
32710
32711 \begin_layout Section
32712 Margin Notes
32713 \begin_inset Index idx
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717 Notes ! Margin Notes
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \end_layout
32724
32725 \begin_layout Standard
32726 Margin notes look and behave in \SpecialChar LyX
32727  like footnotes.
32728  They are inserted via the menu 
32729 \family sans
32730 Insert\SpecialChar menuseparator
32731 Marginal
32732 \begin_inset space ~
32733 \end_inset
32734
32735 Note
32736 \family default
32737  or the toolbar button 
32738 \begin_inset Info
32739 type  "icon"
32740 arg   "marginalnote-insert"
32741 \end_inset
32742
32743 .
32744  A grey 
32745 \family roman
32746 \series medium
32747 box with the
32748 \family default
32749 \series default
32750  red 
32751 \family roman
32752 \series medium
32753 label 
32754 \begin_inset Quotes eld
32755 \end_inset
32756
32757 margin
32758 \begin_inset Quotes erd
32759 \end_inset
32760
32761  appears where you can enter the text of the margin note.
32762 \end_layout
32763
32764 \begin_layout Standard
32765 At the side is an example margin note.
32766
32767 \family roman
32768 \series medium
32769  
32770 \begin_inset Marginal
32771 status open
32772
32773 \begin_layout Plain Layout
32774 This is a margin note.
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Standard
32783 Margin notes appear at the right side in single-sided documents.
32784  In double-sided documents they appear in the outer margin â€“ left on even
32785  pages, right on odd pages.
32786  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
32787 d when the note appears in the left margin.
32788  The first line of the margin note is placed at the position of the text
32789  line where it is inserted in the document.
32790 \end_layout
32791
32792 \begin_layout Standard
32793 \begin_inset VSpace bigskip
32794 \end_inset
32795
32796 To place the margin note in the inner margin, add the command
32797 \end_layout
32798
32799 \begin_layout Standard
32800
32801 \series bold
32802
32803 \backslash
32804 reversemarginpar
32805 \end_layout
32806
32807 \begin_layout Standard
32808 in \SpecialChar TeX
32809  Code before a margin note.
32810  The new placement is valid for all subsequent margin notes.
32811  
32812 \begin_inset ERT
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816
32817
32818 \backslash
32819 reversemarginpar 
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \begin_inset Marginal
32826 status open
32827
32828 \begin_layout Plain Layout
32829 This is a margin note in the inner margin.
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \series bold
32836
32837 \begin_inset Newline newline
32838 \end_inset
32839
32840
32841 \series default
32842
32843 \begin_inset Note Greyedout
32844 status open
32845
32846 \begin_layout Plain Layout
32847
32848 \series bold
32849 Note:
32850 \series default
32851  There is often not enough space in the inner margin so that the notes are
32852  not correctly displayed in the output.
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Standard
32861 To return to the default placement insert the command
32862 \end_layout
32863
32864 \begin_layout Standard
32865
32866 \series bold
32867
32868 \backslash
32869 normalmarginpar
32870 \end_layout
32871
32872 \begin_layout Standard
32873 in \SpecialChar TeX
32874  Code.
32875 \begin_inset ERT
32876 status collapsed
32877
32878 \begin_layout Plain Layout
32879
32880
32881 \backslash
32882 normalmarginpar 
32883 \end_layout
32884
32885 \end_inset
32886
32887  
32888 \begin_inset Note Greyedout
32889 status open
32890
32891 \begin_layout Plain Layout
32892
32893 \series bold
32894 Note:
32895 \series default
32896  The command is ignored when it is within a paragraph where also the command
32897  
32898 \series bold
32899
32900 \backslash
32901 reversemarginpar
32902 \series default
32903  is inserted.
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \begin_layout Standard
32912 \begin_inset VSpace bigskip
32913 \end_inset
32914
32915
32916 \family roman
32917 \series medium
32918
32919 \begin_inset Marginal
32920 status open
32921
32922 \begin_layout Plain Layout
32923 AVeryLongMarginParWord that isn't hyphenated.
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \family default
32930 \series default
32931  Similar to the case described in section
32932 \begin_inset space ~
32933 \end_inset
32934
32935
32936 \begin_inset CommandInset ref
32937 LatexCommand ref
32938 reference "subsec:Multiple-Lines-in"
32939
32940 \end_inset
32941
32942 , long words cannot be hyphenated when they are the first word in a margin
32943  note.
32944  To avoid this, insert 0
32945 \begin_inset space \thinspace{}
32946 \end_inset
32947
32948 pt horizontal space before the word
32949 \family roman
32950 \series medium
32951 .
32952  
32953 \begin_inset Marginal
32954 status open
32955
32956 \begin_layout Plain Layout
32957 \begin_inset space \hspace*{}
32958 \length 0pt
32959 \end_inset
32960
32961 AVeryLongMarginParWord that is hyphenated.
32962 \end_layout
32963
32964 \end_inset
32965
32966
32967 \end_layout
32968
32969 \begin_layout Standard
32970 \begin_inset VSpace bigskip
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \begin_layout Standard
32977 \begin_inset Note Greyedout
32978 status open
32979
32980 \begin_layout Plain Layout
32981
32982 \series bold
32983 Note:
32984 \series default
32985  Margin notes can normally not be used inside tables, floats, and footnotes.
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 \begin_inset VSpace bigskip
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Standard
33001 \begin_inset ERT
33002 status collapsed
33003
33004 \begin_layout Plain Layout
33005
33006
33007 \backslash
33008 ifmarginnote
33009 \end_layout
33010
33011 \end_inset
33012
33013
33014 \begin_inset Note Note
33015 status open
33016
33017 \begin_layout Plain Layout
33018 The following section will only be displayed when the \SpecialChar LaTeX
33019 -package 
33020 \series bold
33021 marginnote
33022 \series default
33023  is installed.
33024 \end_layout
33025
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \begin_layout Standard
33032 This restriction can be evaded by using the \SpecialChar LaTeX
33033 -package 
33034 \series bold
33035 marginnote
33036 \series default
33037
33038 \begin_inset Index idx
33039 status collapsed
33040
33041 \begin_layout Plain Layout
33042 \SpecialChar LaTeX
33043 -packages ! marginnote
33044 \end_layout
33045
33046 \end_inset
33047
33048 .
33049  By adding these two lines to your document preamble, the command used by
33050  \SpecialChar LyX
33051  for margin notes is redefined to use the command provided by the 
33052 \series bold
33053 marginnote
33054 \series default
33055 -package:
33056 \end_layout
33057
33058 \begin_layout Standard
33059
33060 \series bold
33061
33062 \backslash
33063 usepackage{marginnote}
33064 \begin_inset Newline newline
33065 \end_inset
33066
33067
33068 \backslash
33069 let
33070 \backslash
33071 marginpar
33072 \backslash
33073 marginnote
33074 \end_layout
33075
33076 \begin_layout Standard
33077 This is also used in this document because 
33078 \series bold
33079 marginnote
33080 \series default
33081  has another useful feature: You can set a vertical offset for the note.
33082  This is often needed when too many margin notes are too close together
33083  or for a better page layout.
33084  The offset is set in \SpecialChar LyX
33085  as \SpecialChar TeX
33086  Code directly after the margin note in the scheme
33087 \end_layout
33088
33089 \begin_layout Standard
33090
33091 \series bold
33092 [offset]
33093 \end_layout
33094
33095 \begin_layout Standard
33096 where the offset is a length with one of the units listed in Table
33097 \begin_inset space ~
33098 \end_inset
33099
33100
33101 \begin_inset CommandInset ref
33102 LatexCommand ref
33103 reference "tab:Units"
33104
33105 \end_inset
33106
33107 .
33108  A negative value shifts the note up, a positive value shifts it down.
33109  
33110 \family roman
33111 \series medium
33112 For example the margin note beside this text line is shifted up 1.5
33113 \begin_inset space \thinspace{}
33114 \end_inset
33115
33116 cm with the \SpecialChar TeX
33117  Code command 
33118 \begin_inset Quotes eld
33119 \end_inset
33120
33121
33122 \family default
33123 \series bold
33124 [-1.5cm]
33125 \family roman
33126 \series medium
33127
33128 \begin_inset Quotes erd
33129 \end_inset
33130
33131
33132 \begin_inset Marginal
33133 status open
33134
33135 \begin_layout Plain Layout
33136 This margin note is shifted up 1.5
33137 \begin_inset space \thinspace{}
33138 \end_inset
33139
33140 cm from its original position.
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \family default
33147 \series default
33148
33149 \begin_inset ERT
33150 status collapsed
33151
33152 \begin_layout Plain Layout
33153
33154 [-1.5cm]
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Standard
33163 \begin_inset VSpace medskip
33164 \end_inset
33165
33166 With 
33167 \series bold
33168 marginnote
33169 \series default
33170  you can also change the alignment of the text in the margin note.
33171  For example the commands
33172 \end_layout
33173
33174 \begin_layout Standard
33175
33176 \series bold
33177
33178 \backslash
33179 renewcommand*{
33180 \backslash
33181 raggedleftmarginnote}{
33182 \backslash
33183 centering}
33184 \begin_inset Newline newline
33185 \end_inset
33186
33187
33188 \backslash
33189 renewcommand*{
33190 \backslash
33191 raggedrightmarginnote}{
33192 \backslash
33193 centering}
33194 \end_layout
33195
33196 \begin_layout Standard
33197 set the alignment to centered.
33198  
33199 \series bold
33200
33201 \backslash
33202 raggedleftmarginnote
33203 \series default
33204  denotes margin notes that appear at the left side.
33205 \family roman
33206 \series medium
33207
33208 \begin_inset ERT
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212
33213
33214 \backslash
33215 renewcommand*{
33216 \backslash
33217 raggedleftmarginnote}{
33218 \backslash
33219 centering}
33220 \end_layout
33221
33222 \begin_layout Plain Layout
33223
33224
33225 \backslash
33226 renewcommand*{
33227 \backslash
33228 raggedrightmarginnote}{
33229 \backslash
33230 centering}
33231 \end_layout
33232
33233 \end_inset
33234
33235
33236 \begin_inset Marginal
33237 status open
33238
33239 \begin_layout Plain Layout
33240 The text of this margin note is centered.
33241 \end_layout
33242
33243 \end_inset
33244
33245
33246 \family default
33247 \series default
33248  The default is
33249 \end_layout
33250
33251 \begin_layout Standard
33252
33253 \series bold
33254
33255 \backslash
33256 renewcommand*{
33257 \backslash
33258 raggedleftmarginnote}{
33259 \backslash
33260 raggedleft}
33261 \begin_inset Newline newline
33262 \end_inset
33263
33264
33265 \backslash
33266 renewcommand*{
33267 \backslash
33268 raggedrightmarginnote}{
33269 \backslash
33270 raggedright}
33271 \family roman
33272 \series medium
33273
33274 \begin_inset ERT
33275 status collapsed
33276
33277 \begin_layout Plain Layout
33278
33279
33280 \backslash
33281 renewcommand*{
33282 \backslash
33283 raggedleftmarginnote}{
33284 \backslash
33285 raggedleft}
33286 \end_layout
33287
33288 \begin_layout Plain Layout
33289
33290
33291 \backslash
33292 renewcommand*{
33293 \backslash
33294 raggedrightmarginnote}{
33295 \backslash
33296 raggedright}
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \begin_layout Standard
33305 \begin_inset VSpace medskip
33306 \end_inset
33307
33308 For the other features of 
33309 \series bold
33310 marginnote
33311 \series default
33312  refer to its documentation 
33313 \begin_inset CommandInset citation
33314 LatexCommand cite
33315 key "marginnote"
33316
33317 \end_inset
33318
33319 .
33320 \end_layout
33321
33322 \begin_layout Standard
33323 \begin_inset VSpace bigskip
33324 \end_inset
33325
33326 You can adjust the layout of margin notes by changing its definition.
33327  To create for example a header for all margin notes with the underlined,
33328  sans-serif, and bold header text 
33329 \begin_inset Quotes eld
33330 \end_inset
33331
33332
33333 \family sans
33334 \series bold
33335 \bar under
33336 Attention!
33337 \family default
33338 \series default
33339 \bar default
33340
33341 \begin_inset Quotes erd
33342 \end_inset
33343
33344 , add this to your document preamble:
33345 \end_layout
33346
33347 \begin_layout Standard
33348
33349 \series bold
33350
33351 \backslash
33352 let
33353 \backslash
33354 myMarginpar
33355 \backslash
33356 marginpar
33357 \begin_inset Newline newline
33358 \end_inset
33359
33360
33361 \backslash
33362 renewcommand{
33363 \backslash
33364 marginpar}[1]{
33365 \backslash
33366 myMarginpar{%
33367 \begin_inset Newline newline
33368 \end_inset
33369
33370
33371 \begin_inset Phantom HPhantom
33372 status open
33373
33374 \begin_layout Plain Layout
33375
33376 \series bold
33377 \begin_inset space ~
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \end_inset
33384
33385
33386 \backslash
33387 hspace{0pt}
33388 \backslash
33389 textsf{
33390 \backslash
33391 textbf{
33392 \backslash
33393 underbar{Attention!}}}%
33394 \begin_inset Newline newline
33395 \end_inset
33396
33397
33398 \begin_inset Phantom HPhantom
33399 status open
33400
33401 \begin_layout Plain Layout
33402
33403 \series bold
33404 \begin_inset space ~
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \end_inset
33411
33412
33413 \backslash
33414 vspace{1.5mm}
33415 \backslash
33416
33417 \backslash
33418 #1}}
33419 \end_layout
33420
33421 \begin_layout Standard
33422
33423 \family roman
33424 \series medium
33425 \begin_inset ERT
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429
33430
33431 \backslash
33432 let
33433 \backslash
33434 myMarginpar
33435 \backslash
33436 marginpar
33437 \end_layout
33438
33439 \begin_layout Plain Layout
33440
33441
33442 \backslash
33443 renewcommand{
33444 \backslash
33445 marginpar}[1]{
33446 \backslash
33447 myMarginpar{%
33448 \end_layout
33449
33450 \begin_layout Plain Layout
33451
33452    
33453 \backslash
33454 textsf{
33455 \backslash
33456 textbf{
33457 \backslash
33458 underbar{Attention!}}}%
33459 \end_layout
33460
33461 \begin_layout Plain Layout
33462
33463    
33464 \backslash
33465 vspace{1.5mm}
33466 \backslash
33467
33468 \backslash
33469 #1}}
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \begin_inset Marginal
33476 status open
33477
33478 \begin_layout Plain Layout
33479 This is a margin note with a defined heading.
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \family default
33486 \series default
33487
33488 \begin_inset ERT
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492
33493 [-1.5cm]
33494 \end_layout
33495
33496 \end_inset
33497
33498
33499 \family roman
33500 \series medium
33501
33502 \begin_inset ERT
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506
33507
33508 \backslash
33509 renewcommand{
33510 \backslash
33511 marginpar}[1]{
33512 \backslash
33513 myMarginpar{#1}}
33514 \end_layout
33515
33516 \end_inset
33517
33518
33519 \family default
33520 \series default
33521
33522 \begin_inset Note Note
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526 The margin note format is changed only for this example.
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \begin_layout Standard
33535 \begin_inset ERT
33536 status collapsed
33537
33538 \begin_layout Plain Layout
33539
33540
33541 \backslash
33542 else
33543 \end_layout
33544
33545 \end_inset
33546
33547
33548 \begin_inset Note Note
33549 status open
33550
33551 \begin_layout Plain Layout
33552 The following will be displayed when the \SpecialChar LaTeX
33553 -package 
33554 \series bold
33555 marginnote
33556 \series default
33557  is not installed:
33558 \end_layout
33559
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \begin_layout Standard
33566 You need to install the \SpecialChar LaTeX
33567 -package 
33568 \series bold
33569 marginnote
33570 \series default
33571  to see the following part of this section in the output.
33572 \end_layout
33573
33574 \begin_layout Standard
33575 \begin_inset ERT
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579
33580
33581 \backslash
33582 fi
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \begin_layout Chapter
33591 Boxes
33592 \end_layout
33593
33594 \begin_layout Section
33595 Introduction
33596 \begin_inset Index idx
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600 Boxes ! Introduction
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Standard
33609 Boxes are used to format a block of text.
33610  Boxes can be used to write documents with multiple languages, see section
33611 \begin_inset space ~
33612 \end_inset
33613
33614
33615 \begin_inset CommandInset ref
33616 LatexCommand ref
33617 reference "sec:Minipages"
33618
33619 \end_inset
33620
33621 , to frame texts, see section
33622 \begin_inset space ~
33623 \end_inset
33624
33625
33626 \begin_inset CommandInset ref
33627 LatexCommand ref
33628 reference "sec:Decoration"
33629
33630 \end_inset
33631
33632 , to prevent words from being hyphenated, see section
33633 \begin_inset space ~
33634 \end_inset
33635
33636
33637 \begin_inset CommandInset ref
33638 LatexCommand ref
33639 reference "sec:Prevent-Hyphenation"
33640
33641 \end_inset
33642
33643 , to align text, see section
33644 \begin_inset space ~
33645 \end_inset
33646
33647
33648 \begin_inset CommandInset ref
33649 LatexCommand ref
33650 reference "subsec:Vertical-Alignment"
33651
33652 \end_inset
33653
33654 , or to set the background color of texts, see section
33655 \begin_inset space ~
33656 \end_inset
33657
33658
33659 \begin_inset CommandInset ref
33660 LatexCommand ref
33661 reference "sec:Colored-Boxes"
33662
33663 \end_inset
33664
33665 .
33666 \end_layout
33667
33668 \begin_layout Standard
33669 Boxes can be inserted with the menu 
33670 \family sans
33671 Insert\SpecialChar menuseparator
33672 Box
33673 \family default
33674  or the toolbar button 
33675 \begin_inset Info
33676 type  "icon"
33677 arg   "box-insert Frameless"
33678 \end_inset
33679
33680 .
33681  A grey box with the label 
33682 \family sans
33683 Box (Minipage)
33684 \family default
33685
33686 \begin_inset Graphics
33687         filename clipart/BoxInsetDefault.png
33688         scale 85
33689         scaleBeforeRotation
33690
33691 \end_inset
33692
33693  will be inserted.
33694  The box type can be specified by right-clicking on the box and selecting
33695  
33696 \family sans
33697 Settings
33698 \family default
33699 .
33700  The box dialog offers the 
33701 \family sans
33702 Inner
33703 \begin_inset space ~
33704 \end_inset
33705
33706 Box
33707 \family default
33708  types 
33709 \family sans
33710 Makebox
33711 \family default
33712
33713 \family sans
33714 Parbox
33715 \family default
33716  and 
33717 \family sans
33718 Minipage
33719 \family default
33720 .
33721  The type 
33722 \family sans
33723 Minipage
33724 \family default
33725  is the default for new boxes and is explained in section
33726 \begin_inset space ~
33727 \end_inset
33728
33729
33730 \begin_inset CommandInset ref
33731 LatexCommand ref
33732 reference "sec:Minipages"
33733
33734 \end_inset
33735
33736 ; the type 
33737 \family sans
33738 Parbox
33739 \family default
33740  is described in section
33741 \begin_inset space ~
33742 \end_inset
33743
33744
33745 \begin_inset CommandInset ref
33746 LatexCommand ref
33747 reference "sec:Parboxes"
33748
33749 \end_inset
33750
33751  and the type 
33752 \family sans
33753 Makebox
33754 \family default
33755  in 
33756 \begin_inset CommandInset ref
33757 LatexCommand ref
33758 reference "sec:Prevent-Hyphenation"
33759
33760 \end_inset
33761
33762 .
33763 \end_layout
33764
33765 \begin_layout Standard
33766 Boxes are not numbered and can therefore not be referenced like floats or
33767  footnotes.
33768 \end_layout
33769
33770 \begin_layout Standard
33771 \begin_inset Note Greyedout
33772 status open
33773
33774 \begin_layout Plain Layout
33775
33776 \series bold
33777 Note:
33778 \series default
33779  Boxes must not be the item in an 
33780 \family sans
33781 Itemize
33782 \family default
33783  or 
33784 \family sans
33785 Description
33786 \family default
33787  environment.
33788 \end_layout
33789
33790 \end_inset
33791
33792
33793 \end_layout
33794
33795 \begin_layout Standard
33796 \begin_inset Note Greyedout
33797 status open
33798
33799 \begin_layout Plain Layout
33800
33801 \series bold
33802 Note:
33803 \series default
33804  For an unknown reason you can only set the 
33805 \family sans
33806 Inner
33807 \begin_inset space ~
33808 \end_inset
33809
33810 Box
33811 \family default
33812  type to 
33813 \family sans
33814 None
33815 \family default
33816  when you use a framed box.
33817  Boxes without an 
33818 \family sans
33819 Inner
33820 \begin_inset space ~
33821 \end_inset
33822
33823 Box
33824 \family default
33825  type and without frames are explained in section
33826 \begin_inset space ~
33827 \end_inset
33828
33829
33830 \begin_inset CommandInset ref
33831 LatexCommand ref
33832 reference "sec:Prevent-Hyphenation"
33833
33834 \end_inset
33835
33836 .
33837 \end_layout
33838
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \begin_layout Section
33845 Box Dialog
33846 \begin_inset CommandInset label
33847 LatexCommand label
33848 name "sec:Box-Dialog"
33849
33850 \end_inset
33851
33852
33853 \begin_inset Index idx
33854 status collapsed
33855
33856 \begin_layout Plain Layout
33857 Boxes ! Box Dialog
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \begin_layout Subsection
33866 Size
33867 \begin_inset Index idx
33868 status collapsed
33869
33870 \begin_layout Plain Layout
33871 Boxes ! Size
33872 \end_layout
33873
33874 \end_inset
33875
33876
33877 \end_layout
33878
33879 \begin_layout Standard
33880 In the box dialog you can adjust the box geometry in the fields 
33881 \family sans
33882 Width
33883 \family default
33884  and 
33885 \family sans
33886 Height
33887 \family default
33888 .
33889  The available units for the geometry are explained in Table
33890 \begin_inset space ~
33891 \end_inset
33892
33893
33894 \begin_inset CommandInset ref
33895 LatexCommand ref
33896 reference "tab:Units"
33897
33898 \end_inset
33899
33900 .
33901  The field 
33902 \family sans
33903 Height
33904 \family default
33905  offers the following additional sizes:
33906 \end_layout
33907
33908 \begin_layout Description
33909 Depth This is the plain text 
33910 \begin_inset Quotes eld
33911 \end_inset
33912
33913 height
33914 \begin_inset Quotes erd
33915 \end_inset
33916
33917 .
33918  It ignores the total depth when there are multiple text lines in the box:
33919 \begin_inset Newline newline
33920 \end_inset
33921
33922
33923 \begin_inset Newline newline
33924 \end_inset
33925
33926
33927 \begin_inset Newline newline
33928 \end_inset
33929
33930
33931 \begin_inset Box Boxed
33932 position "c"
33933 hor_pos "c"
33934 has_inner_box 1
33935 inner_pos "c"
33936 use_parbox 0
33937 use_makebox 0
33938 width "12col%"
33939 special "none"
33940 height "1in"
33941 height_special "depth"
33942 thickness "0.4pt"
33943 separation "3pt"
33944 shadowsize "4pt"
33945 framecolor "black"
33946 backgroundcolor "none"
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950 \align center
33951 Box height set to 1
33952 \begin_inset space \thinspace{}
33953 \end_inset
33954
33955 Depth
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \begin_inset Newline newline
33962 \end_inset
33963
33964
33965 \begin_inset Newline newline
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \begin_layout Description
33972 Height This is the height of the text that is inside the box.
33973  A value of e.
33974 \begin_inset space \thinspace{}
33975 \end_inset
33976
33977 g.
33978 \begin_inset space \space{}
33979 \end_inset
33980
33981 2 for this size will set the box height to 2
33982 \begin_inset space ~
33983 \end_inset
33984
33985 times the text height: 
33986 \begin_inset Box Boxed
33987 position "c"
33988 hor_pos "c"
33989 has_inner_box 1
33990 inner_pos "c"
33991 use_parbox 0
33992 use_makebox 0
33993 width "20col%"
33994 special "none"
33995 height "2in"
33996 height_special "height"
33997 thickness "0.4pt"
33998 separation "3pt"
33999 shadowsize "4pt"
34000 framecolor "black"
34001 backgroundcolor "none"
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005 \align center
34006 Box height set to 2
34007 \begin_inset space \thinspace{}
34008 \end_inset
34009
34010 Height
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \begin_layout Description
34019 Total
34020 \begin_inset space ~
34021 \end_inset
34022
34023 Height This is the Height
34024 \begin_inset space \thinspace{}
34025 \end_inset
34026
34027 +
34028 \begin_inset space \thinspace{}
34029 \end_inset
34030
34031 Depth: 
34032 \begin_inset Box Boxed
34033 position "c"
34034 hor_pos "c"
34035 has_inner_box 1
34036 inner_pos "c"
34037 use_parbox 0
34038 use_makebox 0
34039 width "20col%"
34040 special "none"
34041 height "1in"
34042 height_special "totalheight"
34043 thickness "0.4pt"
34044 separation "3pt"
34045 shadowsize "4pt"
34046 framecolor "black"
34047 backgroundcolor "none"
34048 status collapsed
34049
34050 \begin_layout Plain Layout
34051 \align center
34052 Box height set to 1
34053 \begin_inset space \thinspace{}
34054 \end_inset
34055
34056 Total
34057 \begin_inset space ~
34058 \end_inset
34059
34060 Height
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Description
34069 Width This sets the width of the box as height: 
34070 \begin_inset Box Boxed
34071 position "c"
34072 hor_pos "c"
34073 has_inner_box 1
34074 inner_pos "c"
34075 use_parbox 0
34076 use_makebox 0
34077 width "12col%"
34078 special "none"
34079 height "1in"
34080 height_special "width"
34081 thickness "0.4pt"
34082 separation "3pt"
34083 shadowsize "4pt"
34084 framecolor "black"
34085 backgroundcolor "none"
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089 \align center
34090 Box height set to 1
34091 \begin_inset space \thinspace{}
34092 \end_inset
34093
34094 Width
34095 \end_layout
34096
34097 \end_inset
34098
34099
34100 \end_layout
34101
34102 \begin_layout Subsection
34103 Alignment
34104 \begin_inset Index idx
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 Boxes ! Alignment
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 When you have chosen an 
34118 \family sans
34119 Inner
34120 \begin_inset space ~
34121 \end_inset
34122
34123 Box
34124 \family default
34125 , the vertical box alignment can be:
34126 \end_layout
34127
34128 \begin_layout Description
34129 Top This is an example text line.
34130  
34131 \begin_inset Box Boxed
34132 position "t"
34133 hor_pos "c"
34134 has_inner_box 1
34135 inner_pos "c"
34136 use_parbox 0
34137 use_makebox 0
34138 width "12col%"
34139 special "none"
34140 height "1in"
34141 height_special "totalheight"
34142 thickness "0.4pt"
34143 separation "3pt"
34144 shadowsize "4pt"
34145 framecolor "black"
34146 backgroundcolor "none"
34147 status collapsed
34148
34149 \begin_layout Plain Layout
34150 \align center
34151 This box is top-aligned.
34152 \end_layout
34153
34154 \end_inset
34155
34156  This is an example text line.
34157 \end_layout
34158
34159 \begin_layout Description
34160 Middle This is an example text line.
34161  
34162 \begin_inset Box Boxed
34163 position "c"
34164 hor_pos "c"
34165 has_inner_box 1
34166 inner_pos "c"
34167 use_parbox 0
34168 use_makebox 0
34169 width "12col%"
34170 special "none"
34171 height "1in"
34172 height_special "totalheight"
34173 thickness "0.4pt"
34174 separation "3pt"
34175 shadowsize "4pt"
34176 framecolor "black"
34177 backgroundcolor "none"
34178 status collapsed
34179
34180 \begin_layout Plain Layout
34181 \align center
34182 This box is middle-aligned.
34183 \end_layout
34184
34185 \end_inset
34186
34187  This is an example text line.
34188 \end_layout
34189
34190 \begin_layout Description
34191 Bottom This is an example text line.
34192  
34193 \begin_inset Box Boxed
34194 position "b"
34195 hor_pos "c"
34196 has_inner_box 1
34197 inner_pos "c"
34198 use_parbox 0
34199 use_makebox 0
34200 width "12col%"
34201 special "none"
34202 height "1in"
34203 height_special "totalheight"
34204 thickness "0.4pt"
34205 separation "3pt"
34206 shadowsize "4pt"
34207 framecolor "black"
34208 backgroundcolor "none"
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212 \align center
34213 This box is bottom-aligned.
34214 \end_layout
34215
34216 \end_inset
34217
34218  This is an example text line.
34219 \end_layout
34220
34221 \begin_layout Standard
34222 \begin_inset Note Greyedout
34223 status open
34224
34225 \begin_layout Plain Layout
34226
34227 \series bold
34228 Note:
34229 \series default
34230  The vertical box alignment can be lost in the output when you have two
34231  boxes in a line and one has e.
34232 \begin_inset space \thinspace{}
34233 \end_inset
34234
34235 g.
34236 \begin_inset space \space{}
34237 \end_inset
34238
34239 a shadow and the other one not.
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 The horizontal box alignment can be set via \SpecialChar LyX
34249 's paragraph dialog when you
34250  set the box into its own paragraph.
34251 \end_layout
34252
34253 \begin_layout Standard
34254 \begin_inset VSpace bigskip
34255 \end_inset
34256
34257 When you have chosen an 
34258 \family sans
34259 Inner
34260 \begin_inset space ~
34261 \end_inset
34262
34263 Box
34264 \family default
34265 , the box content can be aligned vertically to:
34266 \end_layout
34267
34268 \begin_layout Description
34269 top This is an example text line.
34270  
34271 \begin_inset Box Boxed
34272 position "c"
34273 hor_pos "c"
34274 has_inner_box 1
34275 inner_pos "t"
34276 use_parbox 0
34277 use_makebox 0
34278 width "12col%"
34279 special "none"
34280 height "1.5in"
34281 height_special "totalheight"
34282 thickness "0.4pt"
34283 separation "3pt"
34284 shadowsize "4pt"
34285 framecolor "black"
34286 backgroundcolor "none"
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 \align center
34291 This box text is top-aligned.
34292 \end_layout
34293
34294 \end_inset
34295
34296  This is an example text line.
34297 \end_layout
34298
34299 \begin_layout Description
34300 middle This is an example text line.
34301  
34302 \begin_inset Box Boxed
34303 position "c"
34304 hor_pos "c"
34305 has_inner_box 1
34306 inner_pos "c"
34307 use_parbox 0
34308 use_makebox 0
34309 width "12col%"
34310 special "none"
34311 height "1.5in"
34312 height_special "totalheight"
34313 thickness "0.4pt"
34314 separation "3pt"
34315 shadowsize "4pt"
34316 framecolor "black"
34317 backgroundcolor "none"
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 \align center
34322 This box text is middle-aligned.
34323 \end_layout
34324
34325 \end_inset
34326
34327  This is an example text line.
34328 \end_layout
34329
34330 \begin_layout Description
34331 bottom This is an example text line.
34332  
34333 \begin_inset Box Boxed
34334 position "c"
34335 hor_pos "c"
34336 has_inner_box 1
34337 inner_pos "b"
34338 use_parbox 0
34339 use_makebox 0
34340 width "12col%"
34341 special "none"
34342 height "1.5in"
34343 height_special "totalheight"
34344 thickness "0.4pt"
34345 separation "3pt"
34346 shadowsize "4pt"
34347 framecolor "black"
34348 backgroundcolor "none"
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 \align center
34353 This box text is bottom-aligned.
34354 \end_layout
34355
34356 \end_inset
34357
34358  This is an example text line.
34359 \end_layout
34360
34361 \begin_layout Description
34362 stretch This is an example text line.
34363  
34364 \begin_inset Box Boxed
34365 position "c"
34366 hor_pos "c"
34367 has_inner_box 1
34368 inner_pos "s"
34369 use_parbox 0
34370 use_makebox 0
34371 width "12col%"
34372 special "none"
34373 height "1.5in"
34374 height_special "totalheight"
34375 thickness "0.4pt"
34376 separation "3pt"
34377 shadowsize "4pt"
34378 framecolor "black"
34379 backgroundcolor "none"
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383 \align center
34384 This box
34385 \end_layout
34386
34387 \begin_layout Plain Layout
34388 \align center
34389 text is
34390 \end_layout
34391
34392 \begin_layout Plain Layout
34393 \align center
34394 stretched.
34395 \end_layout
34396
34397 \end_inset
34398
34399  This is an example text line.
34400 \end_layout
34401
34402 \begin_layout Standard
34403 To stretch the box content, it must consist of more than one paragraph.
34404  In the example above every text line is in an own paragraph.
34405 \end_layout
34406
34407 \begin_layout Standard
34408 \begin_inset VSpace bigskip
34409 \end_inset
34410
34411 To align the box content horizontally you can use \SpecialChar LyX
34412 's paragraph dialog when
34413  you have chosen an 
34414 \family sans
34415 Inner
34416 \begin_inset space ~
34417 \end_inset
34418
34419 Box
34420 \family default
34421 .
34422 \end_layout
34423
34424 \begin_layout Standard
34425 \align center
34426 \begin_inset Box Boxed
34427 position "c"
34428 hor_pos "c"
34429 has_inner_box 1
34430 inner_pos "s"
34431 use_parbox 0
34432 use_makebox 0
34433 width "15col%"
34434 special "none"
34435 height "1.25in"
34436 height_special "totalheight"
34437 thickness "0.4pt"
34438 separation "3pt"
34439 shadowsize "4pt"
34440 framecolor "black"
34441 backgroundcolor "none"
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445 \align left
34446 This box
34447 \end_layout
34448
34449 \begin_layout Plain Layout
34450 \align center
34451 text is
34452 \end_layout
34453
34454 \begin_layout Plain Layout
34455 \align right
34456 stretched.
34457 \end_layout
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Standard
34465 If you have not set an 
34466 \family sans
34467 Inner
34468 \begin_inset space ~
34469 \end_inset
34470
34471 Box
34472 \family default
34473 , you can align the box content horizontally in the box dialog.
34474 \end_layout
34475
34476 \begin_layout Standard
34477 \align center
34478 \begin_inset Box Boxed
34479 position "c"
34480 hor_pos "s"
34481 has_inner_box 0
34482 inner_pos "s"
34483 use_parbox 0
34484 use_makebox 0
34485 width "90col%"
34486 special "none"
34487 height "1.25in"
34488 height_special "totalheight"
34489 thickness "0.4pt"
34490 separation "3pt"
34491 shadowsize "4pt"
34492 framecolor "black"
34493 backgroundcolor "none"
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 This box text is horizontally stretched.
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \begin_layout Subsection
34506 Decoration
34507 \begin_inset CommandInset label
34508 LatexCommand label
34509 name "sec:Decoration"
34510
34511 \end_inset
34512
34513
34514 \begin_inset Index idx
34515 status collapsed
34516
34517 \begin_layout Plain Layout
34518 Boxes ! Decoration
34519 \end_layout
34520
34521 \end_inset
34522
34523
34524 \end_layout
34525
34526 \begin_layout Standard
34527 The type of the box can be specified in the box dialog in the drop-down
34528  list 
34529 \family sans
34530 Decoration
34531 \family default
34532 .
34533  The following types are possible:
34534 \end_layout
34535
34536 \begin_layout Description
34537 No
34538 \begin_inset space ~
34539 \end_inset
34540
34541 frame Nothing is drawn.
34542 \end_layout
34543
34544 \begin_layout Description
34545 Simple
34546 \begin_inset space ~
34547 \end_inset
34548
34549 rectangular
34550 \begin_inset space ~
34551 \end_inset
34552
34553 frame This draws a rectangular frame around the box.
34554  The frame line thickness can be specified.
34555  
34556 \begin_inset Box Boxed
34557 position "c"
34558 hor_pos "c"
34559 has_inner_box 1
34560 inner_pos "c"
34561 use_parbox 0
34562 use_makebox 0
34563 width "20col%"
34564 special "none"
34565 height "1in"
34566 height_special "totalheight"
34567 thickness "0.4pt"
34568 separation "3pt"
34569 shadowsize "4pt"
34570 framecolor "black"
34571 backgroundcolor "none"
34572 status collapsed
34573
34574 \begin_layout Plain Layout
34575 \align center
34576 Rectangular box
34577 \end_layout
34578
34579 \end_inset
34580
34581
34582 \end_layout
34583
34584 \begin_layout Description
34585 Oval
34586 \begin_inset space ~
34587 \end_inset
34588
34589 box,
34590 \begin_inset space ~
34591 \end_inset
34592
34593 thin This draws an oval frame around the box.
34594  The frame line thickness has the size 0.4
34595 \begin_inset space \thinspace{}
34596 \end_inset
34597
34598 pt.
34599  
34600 \begin_inset Box ovalbox
34601 position "c"
34602 hor_pos "c"
34603 has_inner_box 1
34604 inner_pos "c"
34605 use_parbox 0
34606 use_makebox 0
34607 width "20col%"
34608 special "none"
34609 height "1in"
34610 height_special "totalheight"
34611 thickness "0.4pt"
34612 separation "3pt"
34613 shadowsize "4pt"
34614 framecolor "black"
34615 backgroundcolor "none"
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619 \align center
34620 Oval box, thin
34621 \end_layout
34622
34623 \end_inset
34624
34625
34626 \end_layout
34627
34628 \begin_layout Description
34629 Oval
34630 \begin_inset space ~
34631 \end_inset
34632
34633 box,
34634 \begin_inset space ~
34635 \end_inset
34636
34637 thick This draws an oval frame around the box.
34638  The frame line thickness has the size 0.8
34639 \begin_inset space \thinspace{}
34640 \end_inset
34641
34642 pt.
34643  
34644 \begin_inset Box Ovalbox
34645 position "c"
34646 hor_pos "c"
34647 has_inner_box 1
34648 inner_pos "c"
34649 use_parbox 0
34650 use_makebox 0
34651 width "20col%"
34652 special "none"
34653 height "1in"
34654 height_special "totalheight"
34655 thickness "0.4pt"
34656 separation "3pt"
34657 shadowsize "4pt"
34658 framecolor "black"
34659 backgroundcolor "none"
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663 \align center
34664 Oval box, thick
34665 \end_layout
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Description
34673 Drop
34674 \begin_inset space ~
34675 \end_inset
34676
34677 shadow This draws a rectangular frame with a shadow around the box.
34678  The frame line thickness and the shadow can be specified.
34679  
34680 \begin_inset Box Shadowbox
34681 position "c"
34682 hor_pos "c"
34683 has_inner_box 1
34684 inner_pos "c"
34685 use_parbox 0
34686 use_makebox 0
34687 width "20col%"
34688 special "none"
34689 height "1in"
34690 height_special "totalheight"
34691 thickness "0.4pt"
34692 separation "3pt"
34693 shadowsize "4pt"
34694 framecolor "black"
34695 backgroundcolor "none"
34696 status collapsed
34697
34698 \begin_layout Plain Layout
34699 \align center
34700 Shadow box
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \begin_layout Description
34709 Shaded
34710 \begin_inset space ~
34711 \end_inset
34712
34713 background This draws a box with a red background.
34714  Unlike colored boxes
34715 \begin_inset Foot
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719 see sec.
34720 \begin_inset space \thinspace{}
34721 \end_inset
34722
34723
34724 \begin_inset CommandInset ref
34725 LatexCommand ref
34726 reference "sec:Colored-Boxes"
34727
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \end_inset
34734
34735 , it always uses the whole column width and the box is set as its own paragraph.
34736  
34737 \begin_inset Box Shaded
34738 position "t"
34739 hor_pos "c"
34740 has_inner_box 0
34741 inner_pos "t"
34742 use_parbox 0
34743 use_makebox 0
34744 width "50col%"
34745 special "none"
34746 height "1in"
34747 height_special "totalheight"
34748 thickness "0.4pt"
34749 separation "3pt"
34750 shadowsize "4pt"
34751 framecolor "black"
34752 backgroundcolor "none"
34753 status collapsed
34754
34755 \begin_layout Plain Layout
34756 Shaded background box
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Description
34765 Double
34766 \begin_inset space ~
34767 \end_inset
34768
34769 rectangular
34770 \begin_inset space ~
34771 \end_inset
34772
34773 frame This draws a double-line rectangular frame around the box.
34774  The line thickness of the inner frame is 0.75
34775 \begin_inset space \thinspace{}
34776 \end_inset
34777
34778 line
34779 \begin_inset space ~
34780 \end_inset
34781
34782 thickness, the thickness of the outer frame is 1.5
34783 \begin_inset space \thinspace{}
34784 \end_inset
34785
34786 line
34787 \begin_inset space ~
34788 \end_inset
34789
34790 thickness.
34791  The distance between the lines is 1.5
34792 \begin_inset space \thinspace{}
34793 \end_inset
34794
34795 line
34796 \begin_inset space ~
34797 \end_inset
34798
34799 thickness
34800 \begin_inset space \thinspace{}
34801 \end_inset
34802
34803 +
34804 \begin_inset space \thinspace{}
34805 \end_inset
34806
34807 0.5
34808 \begin_inset space \thinspace{}
34809 \end_inset
34810
34811 pt.
34812  
34813 \begin_inset Box Doublebox
34814 position "c"
34815 hor_pos "c"
34816 has_inner_box 1
34817 inner_pos "c"
34818 use_parbox 0
34819 use_makebox 0
34820 width "20col%"
34821 special "none"
34822 height "1in"
34823 height_special "totalheight"
34824 thickness "0.4pt"
34825 separation "3pt"
34826 shadowsize "4pt"
34827 framecolor "black"
34828 backgroundcolor "none"
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832 \align center
34833 Double rectangular box
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \begin_layout Standard
34842 \begin_inset VSpace bigskip
34843 \end_inset
34844
34845 \SpecialChar LyX
34846 's box label will reflect the different frame types.
34847  To be able to use all types, the \SpecialChar LaTeX
34848 -package 
34849 \series bold
34850 fancybox
34851 \series default
34852
34853 \begin_inset Index idx
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 \SpecialChar LaTeX
34858 -packages ! fancybox
34859 \end_layout
34860
34861 \end_inset
34862
34863  must be installed.
34864 \end_layout
34865
34866 \begin_layout Standard
34867 \begin_inset VSpace bigskip
34868 \end_inset
34869
34870 When you use the decoration 
34871 \family sans
34872 simple rectangular frame
34873 \family default
34874  and no inner box, you can allow page breaks within a box.
34875  Note that then, unlike other framed boxes, the frame always uses the whole
34876  column width and the box is set as its own paragraph: 
34877 \begin_inset Box Framed
34878 position "t"
34879 hor_pos "c"
34880 has_inner_box 0
34881 inner_pos "t"
34882 use_parbox 0
34883 use_makebox 0
34884 width "100col%"
34885 special "none"
34886 height "1in"
34887 height_special "totalheight"
34888 thickness "0.4pt"
34889 separation "3pt"
34890 shadowsize "4pt"
34891 framecolor "black"
34892 backgroundcolor "none"
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896 Allow page break box
34897 \end_layout
34898
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Section
34905 Box Customization
34906 \begin_inset Index idx
34907 status collapsed
34908
34909 \begin_layout Plain Layout
34910 Boxes ! Customization
34911 \end_layout
34912
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Standard
34919 The diameter of the round corners of the oval boxes can be set with the
34920  command 
34921 \series bold
34922
34923 \backslash
34924 cornersize
34925 \series default
34926 .
34927  The command
34928 \end_layout
34929
34930 \begin_layout Standard
34931
34932 \series bold
34933
34934 \backslash
34935 cornersize*{1cm}
34936 \end_layout
34937
34938 \begin_layout Standard
34939 sets the diameter to 1
34940 \begin_inset space \thinspace{}
34941 \end_inset
34942
34943 cm.
34944  The command
34945 \end_layout
34946
34947 \begin_layout Standard
34948
34949 \series bold
34950
34951 \backslash
34952 cornersize{num}
34953 \end_layout
34954
34955 \begin_layout Standard
34956 sets the diameter to 
34957 \family sans
34958 num
34959 \begin_inset space \thinspace{}
34960 \end_inset
34961
34962 ×
34963 \begin_inset space \thinspace{}
34964 \end_inset
34965
34966 minimum(width and height of box)
34967 \family default
34968 .
34969  The default is 
34970 \series bold
34971
34972 \backslash
34973 cornersize{0.5}
34974 \series default
34975 .
34976 \end_layout
34977
34978 \begin_layout Standard
34979 \begin_inset ERT
34980 status collapsed
34981
34982 \begin_layout Plain Layout
34983
34984
34985 \backslash
34986 cornersize*{1.5cm}
34987 \end_layout
34988
34989 \end_inset
34990
34991
34992 \begin_inset Box Ovalbox
34993 position "c"
34994 hor_pos "c"
34995 has_inner_box 1
34996 inner_pos "c"
34997 use_parbox 0
34998 use_makebox 0
34999 width "25col%"
35000 special "none"
35001 height "1in"
35002 height_special "totalheight"
35003 thickness "0.4pt"
35004 separation "3pt"
35005 shadowsize "4pt"
35006 framecolor "black"
35007 backgroundcolor "none"
35008 status open
35009
35010 \begin_layout Plain Layout
35011 \align center
35012 Oval box with 
35013 \series bold
35014
35015 \backslash
35016 cornersize
35017 \series default
35018
35019 \begin_inset space \thinspace{}
35020 \end_inset
35021
35022 =
35023 \begin_inset space \thinspace{}
35024 \end_inset
35025
35026 1.5
35027 \begin_inset space \thinspace{}
35028 \end_inset
35029
35030 cm
35031 \end_layout
35032
35033 \end_inset
35034
35035
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041
35042 \backslash
35043 cornersize{0.5}
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \begin_layout Standard
35052 \begin_inset VSpace bigskip
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Standard
35059 The default background color red of 
35060 \family sans
35061 shaded background
35062 \family default
35063  boxes can either be changed locally with the command 
35064 \series bold
35065
35066 \backslash
35067 definecolor{shadecolor}
35068 \series default
35069  or globally with the menu 
35070 \family sans
35071 Tools\SpecialChar menuseparator
35072 Preferences\SpecialChar menuseparator
35073 Colors\SpecialChar menuseparator
35074 shaded
35075 \begin_inset space ~
35076 \end_inset
35077
35078 box
35079 \family default
35080 .
35081  The scheme of the 
35082 \series bold
35083
35084 \backslash
35085 definecolor
35086 \series default
35087  command is explained in section
35088 \begin_inset space ~
35089 \end_inset
35090
35091
35092 \begin_inset CommandInset ref
35093 LatexCommand ref
35094 reference "sec:Colored-Tables"
35095
35096 \end_inset
35097
35098 .
35099 \begin_inset Foot
35100 status collapsed
35101
35102 \begin_layout Plain Layout
35103 Note that 
35104 \series bold
35105
35106 \backslash
35107 definecolor
35108 \series default
35109  requires the \SpecialChar LaTeX
35110 -package 
35111 \series bold
35112 color
35113 \series default
35114  in the preamble, see section
35115 \begin_inset space ~
35116 \end_inset
35117
35118
35119 \begin_inset CommandInset ref
35120 LatexCommand ref
35121 reference "sec:Colored-Boxes"
35122
35123 \end_inset
35124
35125 .
35126 \end_layout
35127
35128 \end_inset
35129
35130  For example the appearance of the following shaded background box is set
35131  with the \SpecialChar TeX
35132  Code command
35133 \end_layout
35134
35135 \begin_layout Standard
35136
35137 \series bold
35138
35139 \backslash
35140 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35141 \end_layout
35142
35143 \begin_layout Standard
35144 \begin_inset ERT
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148
35149
35150 \backslash
35151 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \begin_inset Box Shaded
35158 position "t"
35159 hor_pos "c"
35160 has_inner_box 0
35161 inner_pos "t"
35162 use_parbox 0
35163 use_makebox 0
35164 width "100col%"
35165 special "none"
35166 height "1in"
35167 height_special "totalheight"
35168 thickness "0.4pt"
35169 separation "3pt"
35170 shadowsize "4pt"
35171 framecolor "black"
35172 backgroundcolor "none"
35173 status open
35174
35175 \begin_layout Plain Layout
35176
35177 \color yellow
35178 This is yellow text in a
35179 \color none
35180  
35181 \family sans
35182 \color yellow
35183 shaded background
35184 \family default
35185 \color none
35186  
35187 \color yellow
35188 box with dark green background.
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \begin_inset ERT
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198
35199
35200 \backslash
35201 definecolor{shadecolor}{rgb}{1,0,0}
35202 \end_layout
35203
35204 \end_inset
35205
35206
35207 \end_layout
35208
35209 \begin_layout Standard
35210 \begin_inset VSpace bigskip
35211 \end_inset
35212
35213 Manually changed sizes and colors are valid for all boxes following the
35214  commands that change them.
35215 \end_layout
35216
35217 \begin_layout Section
35218 Minipages
35219 \begin_inset CommandInset label
35220 LatexCommand label
35221 name "sec:Minipages"
35222
35223 \end_inset
35224
35225
35226 \begin_inset Index idx
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230 Boxes ! Minipages
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Standard
35239 Minipages are treated by \SpecialChar LaTeX
35240  as pages within pages and can therefore for example
35241  have their own footnotes.
35242 \end_layout
35243
35244 \begin_layout Standard
35245 Minipages are useful when you write documents with different languages.
35246 \end_layout
35247
35248 \begin_layout Standard
35249 Below are two example minipages side by side.
35250  Their width is set to 45
35251 \begin_inset space \thinspace{}
35252 \end_inset
35253
35254 col% and they are separated by a horizontal fill, that was inserted via
35255  the menu 
35256 \family sans
35257 Insert\SpecialChar menuseparator
35258 Special
35259 \begin_inset space ~
35260 \end_inset
35261
35262 Formatting\SpecialChar menuseparator
35263 Horizontal
35264 \begin_inset space ~
35265 \end_inset
35266
35267 Fill
35268 \family default
35269 .
35270 \begin_inset Newpage newpage
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \begin_layout Standard
35277 \begin_inset Box Frameless
35278 position "t"
35279 hor_pos "c"
35280 has_inner_box 1
35281 inner_pos "c"
35282 use_parbox 0
35283 use_makebox 0
35284 width "45col%"
35285 special "none"
35286 height "1in"
35287 height_special "totalheight"
35288 thickness "0.4pt"
35289 separation "3pt"
35290 shadowsize "4pt"
35291 framecolor "black"
35292 backgroundcolor "none"
35293 status open
35294
35295 \begin_layout Plain Layout
35296
35297 \lang ngerman
35298 Dies ist ein deutscher Text.
35299  Dies ist ein deutscher Text.
35300  Dies ist ein deutscher Text.
35301  Dies ist ein deutscher Text.
35302  Dies ist ein deutscher Text.
35303  Dies ist ein deutscher Text.
35304  Dies ist ein deutscher Text.
35305  Dies ist ein deutscher Text.
35306  Dies ist ein deutscher Text.
35307  Dies ist ein deutscher Text.
35308  Dies ist ein deutscher Text.
35309  Dies ist ein deutscher Text.
35310  Dies ist ein deutscher Text
35311 \begin_inset Foot
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315
35316 \lang ngerman
35317 Dies ist eine deutsche Fußnote.
35318 \end_layout
35319
35320 \end_inset
35321
35322 .
35323  Dies ist ein deutscher Text.
35324  Dies ist ein deutscher Text.
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \begin_inset space \hfill{}
35331 \end_inset
35332
35333
35334 \begin_inset Box Frameless
35335 position "t"
35336 hor_pos "c"
35337 has_inner_box 1
35338 inner_pos "c"
35339 use_parbox 0
35340 use_makebox 0
35341 width "45col%"
35342 special "none"
35343 height "1in"
35344 height_special "totalheight"
35345 thickness "0.4pt"
35346 separation "3pt"
35347 shadowsize "4pt"
35348 framecolor "black"
35349 backgroundcolor "none"
35350 status open
35351
35352 \begin_layout Plain Layout
35353 This is an English Text.
35354  This is an English Text.
35355  This is an English Text.
35356  This is an English Text.
35357  This is an English Text.
35358  This is an English Text.
35359  This is an English Text.
35360  This is an English Text.
35361  This is an English Text.
35362  This is an English Text.
35363  This is an English Text.
35364  This is an English Text.
35365  This is an English Text.
35366  This is an English Text.
35367  This is an English Text.
35368  This is an English Text.
35369 \begin_inset Foot
35370 status collapsed
35371
35372 \begin_layout Plain Layout
35373 This is an English footnote.
35374 \end_layout
35375
35376 \end_inset
35377
35378  This is an English Text.
35379 \end_layout
35380
35381 \end_inset
35382
35383
35384 \end_layout
35385
35386 \begin_layout Standard
35387 \begin_inset VSpace bigskip
35388 \end_inset
35389
35390 The document-wide paragraph settings are ignored within minipages.
35391  That means that there will be no space between paragraphs in minipages
35392  although you set it to e.
35393 \begin_inset space \thinspace{}
35394 \end_inset
35395
35396 g.
35397 \begin_inset space \space{}
35398 \end_inset
35399
35400
35401 \family sans
35402 MedSkip
35403 \family default
35404  in the document settings.
35405 \end_layout
35406
35407 \begin_layout Standard
35408 Minipages can also be used to set a background color for text parts, see
35409  section
35410 \begin_inset space ~
35411 \end_inset
35412
35413
35414 \begin_inset CommandInset ref
35415 LatexCommand ref
35416 reference "sec:Colored-Boxes"
35417
35418 \end_inset
35419
35420 .
35421 \end_layout
35422
35423 \begin_layout Standard
35424 \begin_inset Note Greyedout
35425 status open
35426
35427 \begin_layout Plain Layout
35428
35429 \series bold
35430 Note:
35431 \series default
35432  You cannot have floats or margin notes inside minipages but minipages can
35433  be used inside tables, floats, and other boxes.
35434 \end_layout
35435
35436 \end_inset
35437
35438
35439 \end_layout
35440
35441 \begin_layout Standard
35442 \begin_inset VSpace bigskip
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \SpecialChar LyX
35450  has also basic support for minipages whose size is automatically determined
35451  by the width of their contents, via the module 
35452 \family sans
35453 Variable-width Minipages
35454 \family default
35455 .
35456  The \SpecialChar LyX
35457  example file 
35458 \emph on
35459 varwidth-floats-side-by-side
35460 \emph default
35461  gives examples of variable-width minipages used for placing two floats
35462  side-by-side.
35463 \end_layout
35464
35465 \begin_layout Section
35466 Parboxes
35467 \begin_inset CommandInset label
35468 LatexCommand label
35469 name "sec:Parboxes"
35470
35471 \end_inset
35472
35473
35474 \begin_inset Index idx
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478 Boxes ! Parboxes
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 Parboxes are very similar to minipages with the difference that they cannot
35488  have footnotes.
35489 \end_layout
35490
35491 \begin_layout Standard
35492 \align center
35493 \begin_inset Box Frameless
35494 position "t"
35495 hor_pos "c"
35496 has_inner_box 1
35497 inner_pos "t"
35498 use_parbox 1
35499 use_makebox 0
35500 width "33col%"
35501 special "none"
35502 height "1in"
35503 height_special "totalheight"
35504 thickness "0.4pt"
35505 separation "3pt"
35506 shadowsize "4pt"
35507 framecolor "black"
35508 backgroundcolor "none"
35509 status open
35510
35511 \begin_layout Plain Layout
35512 This a text within a parbox.
35513  This a text within a parbox.
35514 \end_layout
35515
35516 \begin_layout Plain Layout
35517 This footnote won't appear:
35518 \begin_inset Foot
35519 status collapsed
35520
35521 \begin_layout Plain Layout
35522 This footnote is inside a parbox and will therefore not appear.
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \begin_layout Section
35536 Boxes for Words and Characters
35537 \begin_inset Index idx
35538 status collapsed
35539
35540 \begin_layout Plain Layout
35541 Boxes ! for Characters
35542 \end_layout
35543
35544 \end_inset
35545
35546
35547 \end_layout
35548
35549 \begin_layout Subsection
35550 Prevent Hyphenation
35551 \begin_inset CommandInset label
35552 LatexCommand label
35553 name "sec:Prevent-Hyphenation"
35554
35555 \end_inset
35556
35557
35558 \begin_inset Index idx
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562 Boxes ! to Prevent Hyphenation
35563 \end_layout
35564
35565 \end_inset
35566
35567
35568 \end_layout
35569
35570 \begin_layout Standard
35571 You can use the box type 
35572 \family sans
35573 Makebox
35574 \family default
35575  to prevent words or text from being hyphenated.
35576 \begin_inset Newline newline
35577 \end_inset
35578
35579 Here is an example text:
35580 \end_layout
35581
35582 \begin_layout Standard
35583 This line is an example to show how you can prevent the hyphenation of 
35584 \begin_inset Quotes eld
35585 \end_inset
35586
35587 veryverylongword
35588 \begin_inset Quotes erd
35589 \end_inset
35590
35591 .
35592 \end_layout
35593
35594 \begin_layout Standard
35595 To prevent the hyphenation of the word 
35596 \begin_inset Quotes eld
35597 \end_inset
35598
35599 veryverylongword
35600 \begin_inset Quotes erd
35601 \end_inset
35602
35603 , put the word into a box, set the 
35604 \family sans
35605 Inner
35606 \begin_inset space ~
35607 \end_inset
35608
35609 box
35610 \family default
35611  to 
35612 \family sans
35613 Makebox
35614 \family default
35615  and use no explicit width.
35616 \end_layout
35617
35618 \begin_layout Standard
35619 This is the result:
35620 \end_layout
35621
35622 \begin_layout Standard
35623 This line is an example to show how you can prevent the hyphenation of 
35624 \begin_inset Box Frameless
35625 position "t"
35626 hor_pos "c"
35627 has_inner_box 1
35628 inner_pos "t"
35629 use_parbox 0
35630 use_makebox 1
35631 width ""
35632 special "none"
35633 height "1in"
35634 height_special "totalheight"
35635 thickness "0.4pt"
35636 separation "3pt"
35637 shadowsize "4pt"
35638 framecolor "black"
35639 backgroundcolor "none"
35640 status open
35641
35642 \begin_layout Plain Layout
35643 \begin_inset Quotes eld
35644 \end_inset
35645
35646 veryverylongword
35647 \begin_inset Quotes erd
35648 \end_inset
35649
35650
35651 \end_layout
35652
35653 \end_inset
35654
35655 .
35656 \end_layout
35657
35658 \begin_layout Standard
35659 You can alternatively set the command 
35660 \begin_inset Quotes eld
35661 \end_inset
35662
35663
35664 \series bold
35665
35666 \backslash
35667 -
35668 \series default
35669
35670 \begin_inset Quotes grd
35671 \end_inset
35672
35673  as \SpecialChar TeX
35674  Code directly before the word:
35675 \end_layout
35676
35677 \begin_layout Standard
35678 This line is an example to show how you can prevent the hyphenation of 
35679 \begin_inset Quotes eld
35680 \end_inset
35681
35682
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688
35689 \backslash
35690 -
35691 \end_layout
35692
35693 \end_inset
35694
35695 veryverylongword
35696 \begin_inset Quotes erd
35697 \end_inset
35698
35699 .
35700 \end_layout
35701
35702 \begin_layout Standard
35703 Of course the word now protrudes over the side margin.
35704  To avoid this, add via the menu 
35705 \family sans
35706 Insert\SpecialChar menuseparator
35707 Formatting\SpecialChar menuseparator
35708 Ragged
35709 \begin_inset space ~
35710 \end_inset
35711
35712 Line
35713 \begin_inset space ~
35714 \end_inset
35715
35716 Break
35717 \family default
35718  (shortcut 
35719 \begin_inset Info
35720 type  "shortcut"
35721 arg   "newline-insert newline"
35722 \end_inset
35723
35724 ) a line break before the word:
35725 \end_layout
35726
35727 \begin_layout Standard
35728 This line is an example to show how you can prevent the hyphenation of 
35729 \begin_inset Newline newline
35730 \end_inset
35731
35732
35733 \begin_inset Box Frameless
35734 position "t"
35735 hor_pos "c"
35736 has_inner_box 1
35737 inner_pos "t"
35738 use_parbox 0
35739 use_makebox 1
35740 width ""
35741 special "none"
35742 height "1in"
35743 height_special "totalheight"
35744 thickness "0.4pt"
35745 separation "3pt"
35746 shadowsize "4pt"
35747 framecolor "black"
35748 backgroundcolor "none"
35749 status open
35750
35751 \begin_layout Plain Layout
35752 \begin_inset Quotes eld
35753 \end_inset
35754
35755 veryverylongword
35756 \begin_inset Quotes erd
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \end_inset
35763
35764 .
35765 \end_layout
35766
35767 \begin_layout Subsection
35768 Vertical Alignment
35769 \begin_inset CommandInset label
35770 LatexCommand label
35771 name "subsec:Vertical-Alignment"
35772
35773 \end_inset
35774
35775
35776 \begin_inset Index idx
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780 Boxes ! for Vertical Alignment
35781 \end_layout
35782
35783 \end_inset
35784
35785
35786 \begin_inset Index idx
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790 Boxes ! Raiseboxes
35791 \end_layout
35792
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 With the help of the command 
35800 \series bold
35801
35802 \backslash
35803 raisebox
35804 \series default
35805  you can align words, characters or other boxes vertically relative to the
35806  surrounding text.
35807  
35808 \series bold
35809
35810 \backslash
35811 raisebox
35812 \series default
35813  is used with the following scheme:
35814 \end_layout
35815
35816 \begin_layout Standard
35817
35818 \series bold
35819
35820 \backslash
35821 raisebox{lift}[height][depth]{box content}
35822 \end_layout
35823
35824 \begin_layout Standard
35825 The lift can be a positive value to raise the box or a negative value to
35826  lower the box.
35827 \end_layout
35828
35829 \begin_layout Standard
35830 To align for example the word 
35831 \begin_inset Quotes eld
35832 \end_inset
35833
35834 preventing
35835 \begin_inset Quotes erd
35836 \end_inset
35837
35838  so that the bottom of the 
35839 \begin_inset Quotes eld
35840 \end_inset
35841
35842 deepest
35843 \begin_inset Quotes erd
35844 \end_inset
35845
35846  character 
35847 \begin_inset Quotes eld
35848 \end_inset
35849
35850 p
35851 \begin_inset Quotes erd
35852 \end_inset
35853
35854  is at the baseline, insert the command
35855 \end_layout
35856
35857 \begin_layout Standard
35858
35859 \series bold
35860
35861 \backslash
35862 raisebox{
35863 \backslash
35864 depth}{
35865 \end_layout
35866
35867 \begin_layout Standard
35868 in \SpecialChar TeX
35869  Code before the word.
35870  After the word insert a closing brace 
35871 \begin_inset Quotes eld
35872 \end_inset
35873
35874
35875 \series bold
35876 }
35877 \series default
35878
35879 \begin_inset Quotes erd
35880 \end_inset
35881
35882  in \SpecialChar TeX
35883  Code.
35884 \begin_inset Newline newline
35885 \end_inset
35886
35887 This is the result:
35888 \end_layout
35889
35890 \begin_layout Standard
35891 This is a text line with the word 
35892 \begin_inset ERT
35893 status collapsed
35894
35895 \begin_layout Plain Layout
35896
35897
35898 \backslash
35899 raisebox{
35900 \backslash
35901 depth}{
35902 \end_layout
35903
35904 \end_inset
35905
35906
35907 \begin_inset Quotes eld
35908 \end_inset
35909
35910 preventing
35911 \begin_inset Quotes erd
35912 \end_inset
35913
35914
35915 \begin_inset ERT
35916 status collapsed
35917
35918 \begin_layout Plain Layout
35919
35920 }
35921 \end_layout
35922
35923 \end_inset
35924
35925  as a raised word.
35926 \end_layout
35927
35928 \begin_layout Standard
35929 \begin_inset VSpace bigskip
35930 \end_inset
35931
35932 When you raise or lower characters in a line, the line distance will be
35933  spread:
35934 \end_layout
35935
35936 \begin_layout Standard
35937 This is a text line with the word 
35938 \begin_inset ERT
35939 status collapsed
35940
35941 \begin_layout Plain Layout
35942
35943
35944 \backslash
35945 raisebox{-
35946 \backslash
35947 depth}{
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \begin_inset Quotes eld
35954 \end_inset
35955
35956 preventing
35957 \begin_inset Quotes erd
35958 \end_inset
35959
35960
35961 \begin_inset ERT
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965
35966 }
35967 \end_layout
35968
35969 \end_inset
35970
35971  as a lowered word.
35972 \begin_inset Newline newline
35973 \end_inset
35974
35975 This is a text line with the word 
35976 \begin_inset ERT
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980
35981
35982 \backslash
35983 raisebox{0.5cm}{
35984 \end_layout
35985
35986 \end_inset
35987
35988
35989 \begin_inset Quotes eld
35990 \end_inset
35991
35992 testing
35993 \begin_inset Quotes erd
35994 \end_inset
35995
35996
35997 \begin_inset ERT
35998 status collapsed
35999
36000 \begin_layout Plain Layout
36001
36002 }
36003 \end_layout
36004
36005 \end_inset
36006
36007  as a raised word.
36008 \end_layout
36009
36010 \begin_layout Standard
36011 If you want to prevent this for a certain reason, set the box height to
36012  a zero value.
36013  For example use
36014 \end_layout
36015
36016 \begin_layout Standard
36017
36018 \series bold
36019
36020 \backslash
36021 raisebox{-
36022 \backslash
36023 depth}[0pt]{
36024 \end_layout
36025
36026 \begin_layout Standard
36027 This is a text line with the word 
36028 \begin_inset ERT
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032
36033
36034 \backslash
36035 raisebox{-
36036 \backslash
36037 depth}[0pt]{
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \begin_inset Quotes eld
36044 \end_inset
36045
36046 preventing
36047 \begin_inset Quotes erd
36048 \end_inset
36049
36050
36051 \begin_inset ERT
36052 status collapsed
36053
36054 \begin_layout Plain Layout
36055
36056 }
36057 \end_layout
36058
36059 \end_inset
36060
36061  as a lowered word.
36062 \begin_inset Newline newline
36063 \end_inset
36064
36065
36066 \begin_inset Newline newline
36067 \end_inset
36068
36069 This is a text line with the word 
36070 \begin_inset ERT
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074
36075
36076 \backslash
36077 raisebox{0.5cm}[0pt]{
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \begin_inset Quotes eld
36084 \end_inset
36085
36086 testing
36087 \begin_inset Quotes erd
36088 \end_inset
36089
36090
36091 \begin_inset ERT
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095
36096 }
36097 \end_layout
36098
36099 \end_inset
36100
36101  as a raised word.
36102 \end_layout
36103
36104 \begin_layout Section
36105 Colored Boxes
36106 \begin_inset CommandInset label
36107 LatexCommand label
36108 name "sec:Colored-Boxes"
36109
36110 \end_inset
36111
36112
36113 \begin_inset Index idx
36114 status collapsed
36115
36116 \begin_layout Plain Layout
36117 Boxes ! Color
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Standard
36126 To color the background of a box just select the color you like in the box
36127  dialog.
36128  This is for example a box with orange background: 
36129 \begin_inset Box Frameless
36130 position "t"
36131 hor_pos "c"
36132 has_inner_box 1
36133 inner_pos "t"
36134 use_parbox 0
36135 use_makebox 1
36136 width ""
36137 special "none"
36138 height "1in"
36139 height_special "totalheight"
36140 thickness "0.4pt"
36141 separation "3pt"
36142 shadowsize "4pt"
36143 framecolor "black"
36144 backgroundcolor "orange"
36145 status open
36146
36147 \begin_layout Plain Layout
36148 Box with orange background
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157 If you use the decoration 
36158 \family sans
36159 Simple
36160 \begin_inset space ~
36161 \end_inset
36162
36163 rectangular
36164 \begin_inset space ~
36165 \end_inset
36166
36167 frame
36168 \family default
36169  you can set a frame color.
36170  In this case you must also specify a background color (LyX sets white as
36171  default).
36172  Here is an example: 
36173 \begin_inset Box Boxed
36174 position "t"
36175 hor_pos "c"
36176 has_inner_box 0
36177 inner_pos "t"
36178 use_parbox 0
36179 use_makebox 0
36180 width ""
36181 special "none"
36182 height "1in"
36183 height_special "totalheight"
36184 thickness "0.4pt"
36185 separation "3pt"
36186 shadowsize "4pt"
36187 framecolor "teal"
36188 backgroundcolor "yellow"
36189 status open
36190
36191 \begin_layout Plain Layout
36192 Box with teal frame color and yellow background color
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Standard
36201 \begin_inset VSpace bigskip
36202 \end_inset
36203
36204 Of course you can also have colored text inside a colored box:
36205 \begin_inset Newline newline
36206 \end_inset
36207
36208
36209 \begin_inset Box Boxed
36210 position "t"
36211 hor_pos "c"
36212 has_inner_box 0
36213 inner_pos "t"
36214 use_parbox 0
36215 use_makebox 0
36216 width ""
36217 special "none"
36218 height "1in"
36219 height_special "totalheight"
36220 thickness "0.4pt"
36221 separation "3pt"
36222 shadowsize "4pt"
36223 framecolor "cyan"
36224 backgroundcolor "magenta"
36225 status open
36226
36227 \begin_layout Plain Layout
36228
36229 \color yellow
36230 This is colored text within a colored, framed box
36231 \end_layout
36232
36233 \end_inset
36234
36235
36236 \end_layout
36237
36238 \begin_layout Standard
36239 \begin_inset VSpace bigskip
36240 \end_inset
36241
36242
36243 \end_layout
36244
36245 \begin_layout Standard
36246 If you need another color than the predefined ones, you can define your
36247  own color as described in section
36248 \begin_inset space ~
36249 \end_inset
36250
36251
36252 \begin_inset CommandInset ref
36253 LatexCommand ref
36254 reference "sec:Colored-Tables"
36255
36256 \end_inset
36257
36258 .
36259  To use your own color you must typeset the box by using TeX code:
36260 \end_layout
36261
36262 \begin_layout Standard
36263 Colored boxes without frame are created with the command 
36264 \series bold
36265
36266 \backslash
36267 colorbox
36268 \series default
36269 .
36270  It has the following scheme:
36271 \end_layout
36272
36273 \begin_layout Standard
36274
36275 \series bold
36276
36277 \backslash
36278 colorbox{color}{box content}
36279 \end_layout
36280
36281 \begin_layout Standard
36282 The box content can also be a box and colored boxes can also be within other
36283  boxes.
36284  To have e.
36285 \begin_inset space \thinspace{}
36286 \end_inset
36287
36288 g.
36289 \begin_inset space \space{}
36290 \end_inset
36291
36292 a darkgreen background for a word, insert the command
36293 \end_layout
36294
36295 \begin_layout Standard
36296
36297 \series bold
36298
36299 \backslash
36300 colorbox{darkgreen}{
36301 \end_layout
36302
36303 \begin_layout Standard
36304 before the word in \SpecialChar TeX
36305  Code.
36306  After the word insert a closing brace 
36307 \begin_inset Quotes eld
36308 \end_inset
36309
36310
36311 \series bold
36312 }
36313 \series default
36314
36315 \begin_inset Quotes erd
36316 \end_inset
36317
36318  in \SpecialChar TeX
36319  Code.
36320 \begin_inset Newline newline
36321 \end_inset
36322
36323 This is the result:
36324 \end_layout
36325
36326 \begin_layout Standard
36327 This is a line where the word 
36328 \begin_inset ERT
36329 status collapsed
36330
36331 \begin_layout Plain Layout
36332
36333
36334 \backslash
36335 colorbox{darkgreen}{
36336 \end_layout
36337
36338 \end_inset
36339
36340
36341 \begin_inset Quotes eld
36342 \end_inset
36343
36344 Attention!
36345 \begin_inset Quotes erd
36346 \end_inset
36347
36348
36349 \begin_inset ERT
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353
36354 }
36355 \end_layout
36356
36357 \end_inset
36358
36359  has a darkgreen background.
36360 \end_layout
36361
36362 \begin_layout Standard
36363 Framed, colored boxes are created with the command 
36364 \series bold
36365
36366 \backslash
36367 fcolorbox
36368 \series default
36369 .
36370  It has the following scheme:
36371 \end_layout
36372
36373 \begin_layout Standard
36374
36375 \series bold
36376
36377 \backslash
36378 fcolorbox{frame color}{box color}{box content}
36379 \end_layout
36380
36381 \begin_layout Section
36382 Rotated and Scaled Boxes
36383 \end_layout
36384
36385 \begin_layout Standard
36386 To use the boxes described in this section, the module 
36387 \family sans
36388 GraphicBoxes
36389 \family default
36390  must be loaded in the document settings.
36391 \end_layout
36392
36393 \begin_layout Standard
36394 \begin_inset Note Greyedout
36395 status open
36396
36397 \begin_layout Plain Layout
36398
36399 \series bold
36400 Note:
36401 \series default
36402  Not all DVI viewers are able to display rotated or scaled material.
36403 \end_layout
36404
36405 \end_inset
36406
36407
36408 \end_layout
36409
36410 \begin_layout Standard
36411 \begin_inset Note Greyedout
36412 status open
36413
36414 \begin_layout Plain Layout
36415
36416 \series bold
36417 Note:
36418 \series default
36419  Floats are not allowed inside a rotated or scaled box.
36420 \end_layout
36421
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \begin_layout Subsection
36428 Rotated Boxes
36429 \begin_inset Index idx
36430 status collapsed
36431
36432 \begin_layout Plain Layout
36433 Boxes ! rotated
36434 \end_layout
36435
36436 \end_inset
36437
36438
36439 \begin_inset Index idx
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443 Rotated Material
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Standard
36452 To rotate material, you can put it into a 
36453 \family sans
36454 Rotatebox
36455 \family default
36456 .
36457  Such a box is inserted via the menu 
36458 \family sans
36459 Insert\SpecialChar menuseparator
36460 Custom Insets\SpecialChar menuseparator
36461 Rotatebox
36462 \family default
36463 .
36464 \end_layout
36465
36466 \begin_layout Standard
36467 The rotation origin can be specified via the inset 
36468 \family sans
36469 Origin
36470 \family default
36471  (menu 
36472 \family sans
36473 Insert\SpecialChar menuseparator
36474 Origin
36475 \family default
36476 ) in the form 
36477 \series bold
36478 origin=position
36479 \series default
36480 .
36481  The following positions are possible: 
36482 \emph on
36483 c
36484 \emph default
36485  (center), 
36486 \emph on
36487 l
36488 \emph default
36489  (left), 
36490 \emph on
36491 r
36492 \emph default
36493  (right), 
36494 \emph on
36495 b
36496 \emph default
36497  (bottom), 
36498 \emph on
36499 t
36500 \emph default
36501  (top), along with meaningful combinations of the four base positions.
36502  For example 
36503 \emph on
36504 lt
36505 \emph default
36506  means that the rotation origin is at the top left corner of the box.
36507  When no rotation origin is specified, the position 
36508 \emph on
36509 l
36510 \emph default
36511  will be used.
36512  The rotation angle is a number that can be negative that specifies the
36513  angle in degrees.
36514  The rotation direction is counterclockwise.
36515 \end_layout
36516
36517 \begin_layout Standard
36518 In the following example 
36519 \series bold
36520 origin=c
36521 \series default
36522  was inserted to the 
36523 \family sans
36524 Origin
36525 \family default
36526  inset and 
36527 \series bold
36528 60
36529 \series default
36530  was inserted to the 
36531 \family sans
36532 Angle
36533 \family default
36534  inset.
36535 \end_layout
36536
36537 \begin_layout Standard
36538 This is a line 
36539 \begin_inset Flex Rotatebox
36540 status open
36541
36542 \begin_layout Plain Layout
36543 \begin_inset Argument 1
36544 status open
36545
36546 \begin_layout Plain Layout
36547 origin=c
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \begin_inset Argument 2
36554 status open
36555
36556 \begin_layout Plain Layout
36557 60
36558 \end_layout
36559
36560 \end_inset
36561
36562 with rotated
36563 \end_layout
36564
36565 \end_inset
36566
36567  text.
36568 \end_layout
36569
36570 \begin_layout Standard
36571 The box content can also be another box or an inline formula:
36572 \end_layout
36573
36574 \begin_layout Standard
36575 This is a line 
36576 \begin_inset Flex Rotatebox
36577 status open
36578
36579 \begin_layout Plain Layout
36580 \begin_inset Argument 1
36581 status open
36582
36583 \begin_layout Plain Layout
36584 origin=r
36585 \end_layout
36586
36587 \end_inset
36588
36589
36590 \begin_inset Argument 2
36591 status open
36592
36593 \begin_layout Plain Layout
36594 -60
36595 \end_layout
36596
36597 \end_inset
36598
36599
36600 \begin_inset Box Doublebox
36601 position "c"
36602 hor_pos "c"
36603 has_inner_box 0
36604 inner_pos "c"
36605 use_parbox 0
36606 use_makebox 0
36607 width "1in"
36608 special "width"
36609 height "1in"
36610 height_special "totalheight"
36611 thickness "0.4pt"
36612 separation "3pt"
36613 shadowsize "4pt"
36614 framecolor "black"
36615 backgroundcolor "none"
36616 status collapsed
36617
36618 \begin_layout Plain Layout
36619 with rotated
36620 \end_layout
36621
36622 \end_inset
36623
36624
36625 \end_layout
36626
36627 \end_inset
36628
36629  framed text 
36630 \begin_inset Flex Rotatebox
36631 status open
36632
36633 \begin_layout Plain Layout
36634 \begin_inset Argument 1
36635 status open
36636
36637 \begin_layout Plain Layout
36638 origin=lb
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \begin_inset Argument 2
36645 status open
36646
36647 \begin_layout Plain Layout
36648 60
36649 \end_layout
36650
36651 \end_inset
36652
36653
36654 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36655 \end_inset
36656
36657
36658 \end_layout
36659
36660 \end_inset
36661
36662  and a formula.
36663 \end_layout
36664
36665 \begin_layout Standard
36666 or an image or table:
36667 \end_layout
36668
36669 \begin_layout Standard
36670 This is a line 
36671 \begin_inset Flex Rotatebox
36672 status open
36673
36674 \begin_layout Plain Layout
36675 \begin_inset Argument 1
36676 status open
36677
36678 \begin_layout Plain Layout
36679 origin=lb
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \begin_inset Argument 2
36686 status open
36687
36688 \begin_layout Plain Layout
36689 90
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \begin_inset Graphics
36696         filename clipart/platypus.eps
36697         lyxscale 50
36698         width 25col%
36699
36700 \end_inset
36701
36702
36703 \end_layout
36704
36705 \end_inset
36706
36707  with a rotated image 
36708 \begin_inset Flex Rotatebox
36709 status open
36710
36711 \begin_layout Plain Layout
36712 \begin_inset Argument 2
36713 status open
36714
36715 \begin_layout Plain Layout
36716 -90
36717 \end_layout
36718
36719 \end_inset
36720
36721
36722 \begin_inset Tabular
36723 <lyxtabular version="3" rows="2" columns="2">
36724 <features tabularvalignment="middle">
36725 <column alignment="center" valignment="top">
36726 <column alignment="center" valignment="top">
36727 <row>
36728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732 q
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
36741 w
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 </row>
36747 <row>
36748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752 e
36753 \end_layout
36754
36755 \end_inset
36756 </cell>
36757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36758 \begin_inset Text
36759
36760 \begin_layout Plain Layout
36761 r
36762 \end_layout
36763
36764 \end_inset
36765 </cell>
36766 </row>
36767 </lyxtabular>
36768
36769 \end_inset
36770
36771
36772 \end_layout
36773
36774 \end_inset
36775
36776  and table.
36777 \begin_inset Index idx
36778 status collapsed
36779
36780 \begin_layout Plain Layout
36781 Figures ! rotated
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \begin_inset Index idx
36788 status collapsed
36789
36790 \begin_layout Plain Layout
36791 Table Customization ! Rotating
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \end_layout
36798
36799 \begin_layout Standard
36800 \begin_inset Note Greyedout
36801 status open
36802
36803 \begin_layout Plain Layout
36804
36805 \series bold
36806 Note:
36807 \series default
36808  If the 
36809 \family sans
36810 Angle
36811 \family default
36812  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36813
36814  errors when viewing/exporting the document.
36815 \end_layout
36816
36817 \end_inset
36818
36819
36820 \end_layout
36821
36822 \begin_layout Subsection
36823 Scaled Boxes
36824 \begin_inset Index idx
36825 status collapsed
36826
36827 \begin_layout Plain Layout
36828 Boxes ! scaled
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \begin_inset Index idx
36835 status collapsed
36836
36837 \begin_layout Plain Layout
36838 Scaled Material
36839 \end_layout
36840
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \begin_layout Standard
36847 To scale material put it into a 
36848 \family sans
36849 Scalebox
36850 \family default
36851 .
36852  Such a box is inserted via the menu 
36853 \family sans
36854 Insert\SpecialChar menuseparator
36855 Custom Insets\SpecialChar menuseparator
36856 Scalebox
36857 \family default
36858 .
36859 \end_layout
36860
36861 \begin_layout Standard
36862 The 
36863 \family sans
36864 Scalebox
36865 \family default
36866  inset has the mandatory inset 
36867 \family sans
36868 H-Factor
36869 \family default
36870  and the optional inset 
36871 \family sans
36872 V-Factor
36873 \family default
36874  (inserted via the menu 
36875 \family sans
36876 Insert\SpecialChar menuseparator
36877 V-Factor)
36878 \family default
36879 .
36880  Input there the horizontal and vertical scale factor, respectively.
36881  If no 
36882 \family sans
36883 V-Factor
36884 \family default
36885  inset is used, the horizontal factor will also be used as the vertical
36886  one.
36887 \end_layout
36888
36889 \begin_layout Standard
36890 To get for example the double text size, compared to the document text size,
36891  insert 
36892 \series bold
36893 2
36894 \series default
36895  into the 
36896 \family sans
36897 H-Factor
36898 \family default
36899  inset.
36900  An example: 
36901 \begin_inset Flex Scalebox
36902 status open
36903
36904 \begin_layout Plain Layout
36905 \begin_inset Argument 1
36906 status open
36907
36908 \begin_layout Plain Layout
36909 2
36910 \end_layout
36911
36912 \end_inset
36913
36914 Hello
36915 \end_layout
36916
36917 \end_inset
36918
36919
36920 \end_layout
36921
36922 \begin_layout Standard
36923
36924 \series bold
36925 2
36926 \series default
36927  as 
36928 \family sans
36929 H-Factor
36930 \family default
36931  and 
36932 \series bold
36933 1
36934 \series default
36935  as 
36936 \family sans
36937 V-Factor
36938 \family default
36939  distorts the 
36940 \begin_inset Flex Scalebox
36941 status open
36942
36943 \begin_layout Plain Layout
36944 \begin_inset Argument 1
36945 status open
36946
36947 \begin_layout Plain Layout
36948 2
36949 \end_layout
36950
36951 \end_inset
36952
36953
36954 \begin_inset Argument 2
36955 status open
36956
36957 \begin_layout Plain Layout
36958 1
36959 \end_layout
36960
36961 \end_inset
36962
36963 Hello
36964 \end_layout
36965
36966 \end_inset
36967
36968 .
36969 \end_layout
36970
36971 \begin_layout Standard
36972 If the scaling factor is negative, the box content will be mirrored.
36973  Therefore 
36974 \series bold
36975 -1
36976 \series default
36977  as 
36978 \family sans
36979 H-Factor
36980 \family default
36981  and 
36982 \series bold
36983 1
36984 \series default
36985  as 
36986 \family sans
36987 V-Factor
36988 \family default
36989  can be used to create mirror writing: 
36990 \begin_inset Flex Scalebox
36991 status open
36992
36993 \begin_layout Plain Layout
36994 \begin_inset Argument 1
36995 status open
36996
36997 \begin_layout Plain Layout
36998 -1
36999 \end_layout
37000
37001 \end_inset
37002
37003
37004 \begin_inset Argument 2
37005 status open
37006
37007 \begin_layout Plain Layout
37008 1
37009 \end_layout
37010
37011 \end_inset
37012
37013 Hello
37014 \end_layout
37015
37016 \end_inset
37017
37018
37019 \end_layout
37020
37021 \begin_layout Standard
37022
37023 \series bold
37024 1
37025 \series default
37026  as 
37027 \family sans
37028 H-Factor
37029 \family default
37030  and 
37031 \series bold
37032 -1
37033 \series default
37034  as 
37035 \family sans
37036 V-Factor
37037 \family default
37038  reflects the 
37039 \begin_inset Flex Scalebox
37040 status open
37041
37042 \begin_layout Plain Layout
37043 \begin_inset Argument 1
37044 status open
37045
37046 \begin_layout Plain Layout
37047 1
37048 \end_layout
37049
37050 \end_inset
37051
37052
37053 \begin_inset Argument 2
37054 status open
37055
37056 \begin_layout Plain Layout
37057 -1
37058 \end_layout
37059
37060 \end_inset
37061
37062 Hello
37063 \end_layout
37064
37065 \end_inset
37066
37067  at the base line.
37068 \end_layout
37069
37070 \begin_layout Standard
37071 The 
37072 \family sans
37073 Reflectbox
37074 \family default
37075  (menu 
37076 \family sans
37077 Insert\SpecialChar menuseparator
37078 Custom Insets\SpecialChar menuseparator
37079 Reflectbox
37080 \family default
37081 ) is equivalent to 
37082 \series bold
37083 -1
37084 \series default
37085  as 
37086 \family sans
37087 H-Factor
37088 \family default
37089  and 
37090 \series bold
37091 1
37092 \series default
37093  as 
37094 \family sans
37095 V-Factor 
37096 \family default
37097 for a 
37098 \family sans
37099 Scalebox
37100 \family default
37101 .
37102 \end_layout
37103
37104 \begin_layout Standard
37105 \begin_inset Note Greyedout
37106 status open
37107
37108 \begin_layout Plain Layout
37109
37110 \series bold
37111 Note:
37112 \series default
37113  If the 
37114 \family sans
37115 H-Factor
37116 \family default
37117  inset is empty or contains other characters than numbers you will get LaTeX
37118  errors when viewing/exporting the document.
37119 \end_layout
37120
37121 \end_inset
37122
37123
37124 \end_layout
37125
37126 \begin_layout Standard
37127 \begin_inset VSpace bigskip
37128 \end_inset
37129
37130 The 
37131 \family sans
37132 Resizebox
37133 \family default
37134  (menu 
37135 \family sans
37136 Insert\SpecialChar menuseparator
37137 Custom Insets\SpecialChar menuseparator
37138 Resizebox
37139 \family default
37140 ) is used to scale the content to a defined width and height.
37141  The 
37142 \family sans
37143 Resizebox
37144 \family default
37145  inset has the mandatory inset 
37146 \family sans
37147 Width
37148 \family default
37149  and the optional inset 
37150 \family sans
37151 Height
37152 \family default
37153  (inserted via the menu 
37154 \family sans
37155 Insert\SpecialChar menuseparator
37156 Height)
37157 \family default
37158 .
37159  Input there the width and height, respectively, as value with a unit.
37160  
37161 \begin_inset CommandInset ref
37162 LatexCommand ref
37163 reference "tab:Units"
37164
37165 \end_inset
37166
37167  lists the possible units.
37168  If there is an exclamation mark 
37169 \series bold
37170 !
37171 \series default
37172  in of of the two insets, the size is set so that the aspect ratio of the
37173  box content is kept.
37174  If no 
37175 \family sans
37176 Height
37177 \family default
37178  inset is used an exclamation mark will internally be used for the height.
37179 \end_layout
37180
37181 \begin_layout Standard
37182
37183 \series bold
37184 2cm
37185 \series default
37186  as 
37187 \family sans
37188 Width
37189 \family default
37190  and 
37191 \series bold
37192 1cm
37193 \series default
37194  as 
37195 \family sans
37196 Height
37197 \family default
37198  produces: 
37199 \begin_inset Flex Resizebox
37200 status open
37201
37202 \begin_layout Plain Layout
37203 \begin_inset Argument 1
37204 status open
37205
37206 \begin_layout Plain Layout
37207 2cm
37208 \end_layout
37209
37210 \end_inset
37211
37212
37213 \begin_inset Argument 2
37214 status open
37215
37216 \begin_layout Plain Layout
37217 1cm
37218 \end_layout
37219
37220 \end_inset
37221
37222 Hello
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \begin_inset Newline newline
37229 \end_inset
37230
37231
37232 \series bold
37233 2cm
37234 \series default
37235  as 
37236 \family sans
37237 Width
37238 \family default
37239  and 
37240 \series bold
37241 !
37242 \series default
37243  as 
37244 \family sans
37245 Height
37246 \family default
37247  (or no 
37248 \family sans
37249 Height
37250 \family default
37251 ) produces: 
37252 \begin_inset Flex Resizebox
37253 status open
37254
37255 \begin_layout Plain Layout
37256 \begin_inset Argument 1
37257 status open
37258
37259 \begin_layout Plain Layout
37260 2cm
37261 \end_layout
37262
37263 \end_inset
37264
37265
37266 \begin_inset Argument 2
37267 status open
37268
37269 \begin_layout Plain Layout
37270 !
37271 \end_layout
37272
37273 \end_inset
37274
37275 Hello
37276 \end_layout
37277
37278 \end_inset
37279
37280
37281 \end_layout
37282
37283 \begin_layout Standard
37284 \begin_inset Note Greyedout
37285 status open
37286
37287 \begin_layout Plain Layout
37288
37289 \series bold
37290 Note:
37291 \series default
37292  If the 
37293 \family sans
37294 Width
37295 \family default
37296  inset is empty or contains an invalid unit you will get LaTeX errors when
37297  viewing/exporting the document.
37298 \end_layout
37299
37300 \end_inset
37301
37302
37303 \end_layout
37304
37305 \begin_layout Standard
37306 \begin_inset VSpace bigskip
37307 \end_inset
37308
37309
37310 \end_layout
37311
37312 \begin_layout Standard
37313 The boxes can be combined in any order.
37314  As example a 
37315 \family sans
37316 Reflectbox
37317 \family default
37318  inside a 
37319 \family sans
37320 Resizebox
37321 \family default
37322  which is in turn inside a 
37323 \family sans
37324 Rotatebox
37325 \family default
37326 :
37327 \end_layout
37328
37329 \begin_layout Standard
37330 \noindent
37331 \align center
37332 \begin_inset Flex Rotatebox
37333 status open
37334
37335 \begin_layout Plain Layout
37336 \begin_inset Argument 1
37337 status open
37338
37339 \begin_layout Plain Layout
37340 origin=c
37341 \end_layout
37342
37343 \end_inset
37344
37345
37346 \begin_inset Argument 2
37347 status open
37348
37349 \begin_layout Plain Layout
37350 -45
37351 \end_layout
37352
37353 \end_inset
37354
37355
37356 \begin_inset Flex Resizebox
37357 status open
37358
37359 \begin_layout Plain Layout
37360 \begin_inset Argument 1
37361 status open
37362
37363 \begin_layout Plain Layout
37364 2cm
37365 \end_layout
37366
37367 \end_inset
37368
37369
37370 \begin_inset Flex Reflectbox
37371 status open
37372
37373 \begin_layout Plain Layout
37374 Hello
37375 \end_layout
37376
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \end_inset
37383
37384
37385 \end_layout
37386
37387 \end_inset
37388
37389
37390 \end_layout
37391
37392 \begin_layout Standard
37393 \noindent
37394 Images, tables, and inline formulas are allowed as box content:
37395 \end_layout
37396
37397 \begin_layout Standard
37398 \noindent
37399 \align center
37400 \begin_inset Flex Resizebox
37401 status open
37402
37403 \begin_layout Plain Layout
37404 \begin_inset Argument 1
37405 status open
37406
37407 \begin_layout Plain Layout
37408 2cm
37409 \end_layout
37410
37411 \end_inset
37412
37413
37414 \begin_inset Flex Reflectbox
37415 status open
37416
37417 \begin_layout Plain Layout
37418 \begin_inset Graphics
37419         filename clipart/platypus.eps
37420         lyxscale 50
37421         width 25col%
37422
37423 \end_inset
37424
37425
37426 \end_layout
37427
37428 \end_inset
37429
37430
37431 \end_layout
37432
37433 \end_inset
37434
37435  
37436 \begin_inset Flex Resizebox
37437 status open
37438
37439 \begin_layout Plain Layout
37440 \begin_inset Argument 1
37441 status open
37442
37443 \begin_layout Plain Layout
37444 2cm
37445 \end_layout
37446
37447 \end_inset
37448
37449
37450 \begin_inset Flex Reflectbox
37451 status open
37452
37453 \begin_layout Plain Layout
37454 \begin_inset Tabular
37455 <lyxtabular version="3" rows="2" columns="2">
37456 <features tabularvalignment="middle">
37457 <column alignment="center" valignment="top">
37458 <column alignment="center" valignment="top">
37459 <row>
37460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37461 \begin_inset Text
37462
37463 \begin_layout Plain Layout
37464 q
37465 \end_layout
37466
37467 \end_inset
37468 </cell>
37469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37470 \begin_inset Text
37471
37472 \begin_layout Plain Layout
37473 w
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 </row>
37479 <row>
37480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484 e
37485 \end_layout
37486
37487 \end_inset
37488 </cell>
37489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493 r
37494 \end_layout
37495
37496 \end_inset
37497 </cell>
37498 </row>
37499 </lyxtabular>
37500
37501 \end_inset
37502
37503
37504 \end_layout
37505
37506 \end_inset
37507
37508
37509 \end_layout
37510
37511 \end_inset
37512
37513  
37514 \begin_inset Flex Resizebox
37515 status open
37516
37517 \begin_layout Plain Layout
37518 \begin_inset Argument 1
37519 status open
37520
37521 \begin_layout Plain Layout
37522 3cm
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \begin_inset Flex Reflectbox
37529 status open
37530
37531 \begin_layout Plain Layout
37532 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37533 \end_inset
37534
37535
37536 \end_layout
37537
37538 \end_inset
37539
37540
37541 \end_layout
37542
37543 \end_inset
37544
37545
37546 \begin_inset Index idx
37547 status collapsed
37548
37549 \begin_layout Plain Layout
37550 Figures ! scaled
37551 \end_layout
37552
37553 \end_inset
37554
37555
37556 \begin_inset Index idx
37557 status collapsed
37558
37559 \begin_layout Plain Layout
37560 Table Customization ! Scaling
37561 \end_layout
37562
37563 \end_inset
37564
37565
37566 \end_layout
37567
37568 \begin_layout Standard
37569 When the global formula style 
37570 \series bold
37571 fleqn
37572 \series default
37573  is used in the document
37574 \begin_inset Foot
37575 status collapsed
37576
37577 \begin_layout Plain Layout
37578 When 
37579 \begin_inset Quotes eld
37580 \end_inset
37581
37582 fleqn
37583 \begin_inset Quotes erd
37584 \end_inset
37585
37586  is added to the document class options.
37587 \end_layout
37588
37589 \end_inset
37590
37591 , display style formulas can also be scaled.
37592 \end_layout
37593
37594 \begin_layout Chapter
37595 Objects Surrounded by Text
37596 \begin_inset Index idx
37597 status collapsed
37598
37599 \begin_layout Plain Layout
37600 Surrounded by text
37601 \end_layout
37602
37603 \end_inset
37604
37605
37606 \end_layout
37607
37608 \begin_layout Section
37609 Wrap Floats
37610 \begin_inset CommandInset label
37611 LatexCommand label
37612 name "sec:Wrap-Floats"
37613
37614 \end_inset
37615
37616
37617 \begin_inset Index idx
37618 status collapsed
37619
37620 \begin_layout Plain Layout
37621 Floats ! Wrap Floats
37622 \end_layout
37623
37624 \end_inset
37625
37626
37627 \begin_inset Index idx
37628 status collapsed
37629
37630 \begin_layout Plain Layout
37631 Surrounded by text ! Wrap Floats
37632 \end_layout
37633
37634 \end_inset
37635
37636
37637 \end_layout
37638
37639 \begin_layout Standard
37640 \begin_inset Wrap figure
37641 lines 0
37642 placement l
37643 overhang 1cm
37644 width "40col%"
37645 status open
37646
37647 \begin_layout Plain Layout
37648 \begin_inset Graphics
37649         filename clipart/mobius.eps
37650         width 40col%
37651         scaleBeforeRotation
37652         rotateOrigin center
37653
37654 \end_inset
37655
37656
37657 \end_layout
37658
37659 \begin_layout Plain Layout
37660 \begin_inset Caption Standard
37661
37662 \begin_layout Plain Layout
37663 \begin_inset CommandInset label
37664 LatexCommand label
37665 name "fig:This-is-a"
37666
37667 \end_inset
37668
37669 This is a figure wrap float.
37670 \end_layout
37671
37672 \end_inset
37673
37674
37675 \end_layout
37676
37677 \end_inset
37678
37679  This float type is used if you want to wrap text around a figure or table
37680  so that it only occupies some fraction of the column width.
37681  It can be inserted using the menu 
37682 \family sans
37683 Insert\SpecialChar menuseparator
37684 Floats\SpecialChar menuseparator
37685 Figure
37686 \begin_inset space ~
37687 \end_inset
37688
37689 Wrap
37690 \begin_inset space ~
37691 \end_inset
37692
37693 Float
37694 \family default
37695  or 
37696 \family sans
37697 Table
37698 \begin_inset space ~
37699 \end_inset
37700
37701 Wrap
37702 \begin_inset space ~
37703 \end_inset
37704
37705 Float
37706 \family default
37707  if the \SpecialChar LaTeX
37708 -package 
37709 \series bold
37710 wrapfig
37711 \series default
37712
37713 \begin_inset Index idx
37714 status collapsed
37715
37716 \begin_layout Plain Layout
37717 \SpecialChar LaTeX
37718 -packages ! wrapfig
37719 \end_layout
37720
37721 \end_inset
37722
37723  is installed.
37724 \begin_inset Foot
37725 status collapsed
37726
37727 \begin_layout Plain Layout
37728 Installing a \SpecialChar LaTeX
37729 -package is explained it in the 
37730 \emph on
37731 \SpecialChar LaTeX
37732
37733 \begin_inset space ~
37734 \end_inset
37735
37736 Configuration
37737 \emph default
37738  manual.
37739 \end_layout
37740
37741 \end_inset
37742
37743  The settings of the float can be modified by right-clicking on the float
37744  box.
37745  The mandatory settings are the float 
37746 \family sans
37747 Placement
37748 \family default
37749  and its 
37750 \family sans
37751 Width
37752 \family default
37753 .
37754  Optional are the 
37755 \family sans
37756 Overhang
37757 \family default
37758  that specifies how much the float is set into the paragraph
37759 \begin_inset space \thinspace{}
37760 \end_inset
37761
37762 /
37763 \begin_inset space \thinspace{}
37764 \end_inset
37765
37766 page margin, and the 
37767 \family sans
37768 Line
37769 \begin_inset space ~
37770 \end_inset
37771
37772 span
37773 \family default
37774  that specifies how many text lines the float will approximately need.
37775  The line span is often hard to approximate; so it is better only to use
37776  it when you encounter float placement problems.
37777  You can furthermore decide if \SpecialChar LaTeX
37778  is allowed to let the float float within
37779  the paragraph or to surrounding paragraphs.
37780  Figure
37781 \begin_inset space ~
37782 \end_inset
37783
37784
37785 \begin_inset CommandInset ref
37786 LatexCommand ref
37787 reference "fig:This-is-a"
37788
37789 \end_inset
37790
37791  is an example text wrap float with a width of 40
37792 \begin_inset space \thinspace{}
37793 \end_inset
37794
37795 col%, 1
37796 \begin_inset space \thinspace{}
37797 \end_inset
37798
37799 cm overhang, set to the left.
37800 \end_layout
37801
37802 \begin_layout Standard
37803 \begin_inset Note Greyedout
37804 status open
37805
37806 \begin_layout Plain Layout
37807
37808 \series bold
37809 Note:
37810 \series default
37811  Text
37812 \begin_inset space ~
37813 \end_inset
37814
37815 wrap float floats are fragile! E.
37816 \begin_inset space \thinspace{}
37817 \end_inset
37818
37819 g.
37820 \begin_inset space \space{}
37821 \end_inset
37822
37823 having a figure too close to the bottom of the page can mess things up in
37824  such a way that the float does not appear in the output or that it is placed
37825  over some other text.
37826 \end_layout
37827
37828 \end_inset
37829
37830
37831 \end_layout
37832
37833 \begin_layout Standard
37834 In general, the following applies for wrap floats:
37835 \end_layout
37836
37837 \begin_layout Itemize
37838 They should not be placed in paragraphs that run over a page break.
37839  That means that wrap floats are better inserted in their exact place when
37840  the document is almost finished and you are able to estimate where page
37841  breaks will appear.
37842 \end_layout
37843
37844 \begin_layout Itemize
37845 They should either be placed in their own paragraph before the paragraph
37846  where they should wrap into or within a paragraph.
37847 \end_layout
37848
37849 \begin_layout Itemize
37850 In consecutive paragraphs they may cause troubles, so ensure that there
37851  is a text paragraph between them as separator.
37852 \end_layout
37853
37854 \begin_layout Itemize
37855 They are not allowed in section headings or tables.
37856 \end_layout
37857
37858 \begin_layout Itemize
37859 Their numbering and referencing works as described in chap.
37860 \begin_inset space \thinspace{}
37861 \end_inset
37862
37863
37864 \begin_inset CommandInset ref
37865 LatexCommand ref
37866 reference "chap:Floats"
37867
37868 \end_inset
37869
37870 .
37871 \end_layout
37872
37873 \begin_layout Section
37874 Surrounded Fixed Objects
37875 \begin_inset Index idx
37876 status collapsed
37877
37878 \begin_layout Plain Layout
37879 Surrounded by text ! Fixed objects
37880 \end_layout
37881
37882 \end_inset
37883
37884
37885 \end_layout
37886
37887 \begin_layout Standard
37888 The wrap floats described in sec.
37889 \begin_inset space \thinspace{}
37890 \end_inset
37891
37892
37893 \begin_inset CommandInset ref
37894 LatexCommand ref
37895 reference "sec:Wrap-Floats"
37896
37897 \end_inset
37898
37899  have these positions in the paragraph:
37900 \end_layout
37901
37902 \begin_layout Standard
37903 \noindent
37904 \align center
37905 \begin_inset Tabular
37906 <lyxtabular version="3" rows="2" columns="2">
37907 <features tabularvalignment="middle">
37908 <column alignment="center" valignment="top">
37909 <column alignment="center" valignment="top">
37910 <row>
37911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37912 \begin_inset Text
37913
37914 \begin_layout Plain Layout
37915 \begin_inset Info
37916 type  "icon"
37917 arg   "dialog-show-new-inset graphics"
37918 \end_inset
37919
37920
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929 text
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 </row>
37935 <row>
37936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37937 \begin_inset Text
37938
37939 \begin_layout Plain Layout
37940 text
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37946 \begin_inset Text
37947
37948 \begin_layout Plain Layout
37949 text
37950 \end_layout
37951
37952 \end_inset
37953 </cell>
37954 </row>
37955 </lyxtabular>
37956
37957 \end_inset
37958
37959  or 
37960 \begin_inset Tabular
37961 <lyxtabular version="3" rows="2" columns="2">
37962 <features tabularvalignment="middle">
37963 <column alignment="center" valignment="top">
37964 <column alignment="center" valignment="top">
37965 <row>
37966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37967 \begin_inset Text
37968
37969 \begin_layout Plain Layout
37970 text
37971 \end_layout
37972
37973 \end_inset
37974 </cell>
37975 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37976 \begin_inset Text
37977
37978 \begin_layout Plain Layout
37979 \begin_inset Info
37980 type  "icon"
37981 arg   "dialog-show-new-inset graphics"
37982 \end_inset
37983
37984
37985 \end_layout
37986
37987 \end_inset
37988 </cell>
37989 </row>
37990 <row>
37991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37992 \begin_inset Text
37993
37994 \begin_layout Plain Layout
37995 text
37996 \end_layout
37997
37998 \end_inset
37999 </cell>
38000 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38001 \begin_inset Text
38002
38003 \begin_layout Plain Layout
38004 text
38005 \end_layout
38006
38007 \end_inset
38008 </cell>
38009 </row>
38010 </lyxtabular>
38011
38012 \end_inset
38013
38014
38015 \end_layout
38016
38017 \begin_layout Standard
38018 To get an object exactly at the position where it is inserted, for example
38019  to get one of these positions:
38020 \begin_inset VSpace defskip
38021 \end_inset
38022
38023
38024 \end_layout
38025
38026 \begin_layout Standard
38027 \noindent
38028 \align center
38029 \begin_inset Tabular
38030 <lyxtabular version="3" rows="2" columns="2">
38031 <features tabularvalignment="middle">
38032 <column alignment="center" valignment="top">
38033 <column alignment="center" valignment="top">
38034 <row>
38035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38036 \begin_inset Text
38037
38038 \begin_layout Plain Layout
38039 text
38040 \end_layout
38041
38042 \end_inset
38043 </cell>
38044 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38045 \begin_inset Text
38046
38047 \begin_layout Plain Layout
38048 text
38049 \end_layout
38050
38051 \end_inset
38052 </cell>
38053 </row>
38054 <row>
38055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38056 \begin_inset Text
38057
38058 \begin_layout Plain Layout
38059 \begin_inset Info
38060 type  "icon"
38061 arg   "dialog-show-new-inset graphics"
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \end_inset
38068 </cell>
38069 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38070 \begin_inset Text
38071
38072 \begin_layout Plain Layout
38073 text
38074 \end_layout
38075
38076 \end_inset
38077 </cell>
38078 </row>
38079 </lyxtabular>
38080
38081 \end_inset
38082
38083  
38084 \begin_inset Tabular
38085 <lyxtabular version="3" rows="2" columns="2">
38086 <features tabularvalignment="middle">
38087 <column alignment="center" valignment="top">
38088 <column alignment="center" valignment="top">
38089 <row>
38090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38091 \begin_inset Text
38092
38093 \begin_layout Plain Layout
38094 text
38095 \end_layout
38096
38097 \end_inset
38098 </cell>
38099 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38100 \begin_inset Text
38101
38102 \begin_layout Plain Layout
38103 text
38104 \end_layout
38105
38106 \end_inset
38107 </cell>
38108 </row>
38109 <row>
38110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38111 \begin_inset Text
38112
38113 \begin_layout Plain Layout
38114 text
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38120 \begin_inset Text
38121
38122 \begin_layout Plain Layout
38123 \begin_inset Info
38124 type  "icon"
38125 arg   "dialog-show-new-inset graphics"
38126 \end_inset
38127
38128
38129 \end_layout
38130
38131 \end_inset
38132 </cell>
38133 </row>
38134 </lyxtabular>
38135
38136 \end_inset
38137
38138  
38139 \begin_inset Tabular
38140 <lyxtabular version="3" rows="2" columns="3">
38141 <features tabularvalignment="middle">
38142 <column alignment="center" valignment="top">
38143 <column alignment="center" valignment="top">
38144 <column alignment="center" valignment="top">
38145 <row>
38146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38147 \begin_inset Text
38148
38149 \begin_layout Plain Layout
38150 text
38151 \end_layout
38152
38153 \end_inset
38154 </cell>
38155 <cell alignment="center" valignment="top" topline="true" usebox="none">
38156 \begin_inset Text
38157
38158 \begin_layout Plain Layout
38159 \begin_inset Info
38160 type  "icon"
38161 arg   "dialog-show-new-inset graphics"
38162 \end_inset
38163
38164
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38170 \begin_inset Text
38171
38172 \begin_layout Plain Layout
38173 text
38174 \end_layout
38175
38176 \end_inset
38177 </cell>
38178 </row>
38179 <row>
38180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38181 \begin_inset Text
38182
38183 \begin_layout Plain Layout
38184 text
38185 \end_layout
38186
38187 \end_inset
38188 </cell>
38189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38190 \begin_inset Text
38191
38192 \begin_layout Plain Layout
38193 text
38194 \end_layout
38195
38196 \end_inset
38197 </cell>
38198 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38199 \begin_inset Text
38200
38201 \begin_layout Plain Layout
38202 text
38203 \end_layout
38204
38205 \end_inset
38206 </cell>
38207 </row>
38208 </lyxtabular>
38209
38210 \end_inset
38211
38212  
38213 \begin_inset Tabular
38214 <lyxtabular version="3" rows="2" columns="3">
38215 <features tabularvalignment="middle">
38216 <column alignment="center" valignment="top">
38217 <column alignment="center" valignment="top">
38218 <column alignment="center" valignment="top">
38219 <row>
38220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38221 \begin_inset Text
38222
38223 \begin_layout Plain Layout
38224 text
38225 \end_layout
38226
38227 \end_inset
38228 </cell>
38229 <cell alignment="center" valignment="top" topline="true" usebox="none">
38230 \begin_inset Text
38231
38232 \begin_layout Plain Layout
38233 text
38234 \end_layout
38235
38236 \end_inset
38237 </cell>
38238 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38239 \begin_inset Text
38240
38241 \begin_layout Plain Layout
38242 text
38243 \end_layout
38244
38245 \end_inset
38246 </cell>
38247 </row>
38248 <row>
38249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253 text
38254 \end_layout
38255
38256 \end_inset
38257 </cell>
38258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38259 \begin_inset Text
38260
38261 \begin_layout Plain Layout
38262 \begin_inset Info
38263 type  "icon"
38264 arg   "dialog-show-new-inset graphics"
38265 \end_inset
38266
38267
38268 \end_layout
38269
38270 \end_inset
38271 </cell>
38272 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38273 \begin_inset Text
38274
38275 \begin_layout Plain Layout
38276 text
38277 \end_layout
38278
38279 \end_inset
38280 </cell>
38281 </row>
38282 </lyxtabular>
38283
38284 \end_inset
38285
38286
38287 \end_layout
38288
38289 \begin_layout Standard
38290 \noindent
38291 \align center
38292 \begin_inset Tabular
38293 <lyxtabular version="3" rows="3" columns="2">
38294 <features tabularvalignment="middle">
38295 <column alignment="center" valignment="top">
38296 <column alignment="center" valignment="top">
38297 <row>
38298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38299 \begin_inset Text
38300
38301 \begin_layout Plain Layout
38302 text
38303 \end_layout
38304
38305 \end_inset
38306 </cell>
38307 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38308 \begin_inset Text
38309
38310 \begin_layout Plain Layout
38311 text
38312 \end_layout
38313
38314 \end_inset
38315 </cell>
38316 </row>
38317 <row>
38318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38319 \begin_inset Text
38320
38321 \begin_layout Plain Layout
38322 \begin_inset Info
38323 type  "icon"
38324 arg   "dialog-show-new-inset graphics"
38325 \end_inset
38326
38327
38328 \end_layout
38329
38330 \end_inset
38331 </cell>
38332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38333 \begin_inset Text
38334
38335 \begin_layout Plain Layout
38336 text
38337 \end_layout
38338
38339 \end_inset
38340 </cell>
38341 </row>
38342 <row>
38343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38344 \begin_inset Text
38345
38346 \begin_layout Plain Layout
38347 text
38348 \end_layout
38349
38350 \end_inset
38351 </cell>
38352 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38353 \begin_inset Text
38354
38355 \begin_layout Plain Layout
38356 text
38357 \end_layout
38358
38359 \end_inset
38360 </cell>
38361 </row>
38362 </lyxtabular>
38363
38364 \end_inset
38365
38366  
38367 \begin_inset Tabular
38368 <lyxtabular version="3" rows="3" columns="3">
38369 <features tabularvalignment="middle">
38370 <column alignment="center" valignment="top">
38371 <column alignment="center" valignment="top">
38372 <column alignment="center" valignment="top">
38373 <row>
38374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38375 \begin_inset Text
38376
38377 \begin_layout Plain Layout
38378 text
38379 \end_layout
38380
38381 \end_inset
38382 </cell>
38383 <cell alignment="center" valignment="top" topline="true" usebox="none">
38384 \begin_inset Text
38385
38386 \begin_layout Plain Layout
38387 text
38388 \end_layout
38389
38390 \end_inset
38391 </cell>
38392 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38393 \begin_inset Text
38394
38395 \begin_layout Plain Layout
38396 text
38397 \end_layout
38398
38399 \end_inset
38400 </cell>
38401 </row>
38402 <row>
38403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38404 \begin_inset Text
38405
38406 \begin_layout Plain Layout
38407 text
38408 \end_layout
38409
38410 \end_inset
38411 </cell>
38412 <cell alignment="center" valignment="top" usebox="none">
38413 \begin_inset Text
38414
38415 \begin_layout Plain Layout
38416 \begin_inset Info
38417 type  "icon"
38418 arg   "dialog-show-new-inset graphics"
38419 \end_inset
38420
38421
38422 \end_layout
38423
38424 \end_inset
38425 </cell>
38426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38427 \begin_inset Text
38428
38429 \begin_layout Plain Layout
38430 text
38431 \end_layout
38432
38433 \end_inset
38434 </cell>
38435 </row>
38436 <row>
38437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38438 \begin_inset Text
38439
38440 \begin_layout Plain Layout
38441 text
38442 \end_layout
38443
38444 \end_inset
38445 </cell>
38446 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38447 \begin_inset Text
38448
38449 \begin_layout Plain Layout
38450 text
38451 \end_layout
38452
38453 \end_inset
38454 </cell>
38455 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38456 \begin_inset Text
38457
38458 \begin_layout Plain Layout
38459 text
38460 \end_layout
38461
38462 \end_inset
38463 </cell>
38464 </row>
38465 </lyxtabular>
38466
38467 \end_inset
38468
38469  
38470 \begin_inset Tabular
38471 <lyxtabular version="3" rows="3" columns="2">
38472 <features tabularvalignment="middle">
38473 <column alignment="center" valignment="top">
38474 <column alignment="center" valignment="top">
38475 <row>
38476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38477 \begin_inset Text
38478
38479 \begin_layout Plain Layout
38480 text
38481 \end_layout
38482
38483 \end_inset
38484 </cell>
38485 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38486 \begin_inset Text
38487
38488 \begin_layout Plain Layout
38489 text
38490 \end_layout
38491
38492 \end_inset
38493 </cell>
38494 </row>
38495 <row>
38496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38497 \begin_inset Text
38498
38499 \begin_layout Plain Layout
38500 text
38501 \end_layout
38502
38503 \end_inset
38504 </cell>
38505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38506 \begin_inset Text
38507
38508 \begin_layout Plain Layout
38509 \begin_inset Info
38510 type  "icon"
38511 arg   "dialog-show-new-inset graphics"
38512 \end_inset
38513
38514
38515 \end_layout
38516
38517 \end_inset
38518 </cell>
38519 </row>
38520 <row>
38521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38522 \begin_inset Text
38523
38524 \begin_layout Plain Layout
38525 text
38526 \end_layout
38527
38528 \end_inset
38529 </cell>
38530 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38531 \begin_inset Text
38532
38533 \begin_layout Plain Layout
38534 text
38535 \end_layout
38536
38537 \end_inset
38538 </cell>
38539 </row>
38540 </lyxtabular>
38541
38542 \end_inset
38543
38544
38545 \end_layout
38546
38547 \begin_layout Standard
38548 \noindent
38549 you can use the \SpecialChar LaTeX
38550 -package 
38551 \series bold
38552 picinpar
38553 \series default
38554
38555 \begin_inset Index idx
38556 status collapsed
38557
38558 \begin_layout Plain Layout
38559 \SpecialChar LaTeX
38560 -packages ! picinpar
38561 \end_layout
38562
38563 \end_inset
38564
38565 .
38566  Here is an example:
38567 \end_layout
38568
38569 \begin_layout Standard
38570 \begin_inset ERT
38571 status collapsed
38572
38573 \begin_layout Plain Layout
38574
38575
38576 \backslash
38577 ifpicinpar
38578 \end_layout
38579
38580 \end_inset
38581
38582
38583 \begin_inset Note Note
38584 status open
38585
38586 \begin_layout Plain Layout
38587 The following section will only be displayed when the \SpecialChar LaTeX
38588 -package 
38589 \series bold
38590 picinpar
38591 \series default
38592  is installed.
38593 \end_layout
38594
38595 \end_inset
38596
38597
38598 \end_layout
38599
38600 \begin_layout Standard
38601 \begin_inset ERT
38602 status collapsed
38603
38604 \begin_layout Plain Layout
38605
38606
38607 \backslash
38608 begin{window}[2,c,{
38609 \end_layout
38610
38611 \end_inset
38612
38613
38614 \begin_inset Graphics
38615         filename clipart/mobius.eps
38616         lyxscale 60
38617         width 40col%
38618         scaleBeforeRotation
38619         rotateOrigin center
38620
38621 \end_inset
38622
38623
38624 \begin_inset ERT
38625 status collapsed
38626
38627 \begin_layout Plain Layout
38628
38629 },]
38630 \end_layout
38631
38632 \begin_layout Plain Layout
38633
38634 {}
38635 \end_layout
38636
38637 \end_inset
38638
38639
38640 \size small
38641 It was in the spring of the year 1894 that all London was interested, and
38642  the fashionable world dismayed, by the murder of the Honourable Ronald
38643  Adair under most unusual and inexplicable circumstances.
38644  The public has already learned those particulars of the crime which
38645 \size default
38646
38647 \begin_inset ERT
38648 status collapsed
38649
38650 \begin_layout Plain Layout
38651
38652
38653 \backslash
38654 footnotemark{}
38655 \end_layout
38656
38657 \end_inset
38658
38659
38660 \size small
38661  came out in the police investigation, but a good deal was suppressed upon
38662  that occasion, since the case for the prosecution was so overwhelmingly
38663  strong that it was not necessary to bring forward all the facts.
38664  Only now, at the end of nearly ten years, am I allowed to supply those
38665  missing links which make up the whole of that remarkable chain.
38666 \size default
38667
38668 \begin_inset ERT
38669 status collapsed
38670
38671 \begin_layout Plain Layout
38672
38673
38674 \backslash
38675 end{window}
38676 \end_layout
38677
38678 \end_inset
38679
38680
38681 \end_layout
38682
38683 \begin_layout Standard
38684 \begin_inset ERT
38685 status collapsed
38686
38687 \begin_layout Plain Layout
38688
38689
38690 \backslash
38691 footnotetext{
38692 \end_layout
38693
38694 \end_inset
38695
38696 Footnote of the paragraph with the fixed object.
38697 \begin_inset ERT
38698 status collapsed
38699
38700 \begin_layout Plain Layout
38701
38702 }
38703 \end_layout
38704
38705 \end_inset
38706
38707
38708 \end_layout
38709
38710 \begin_layout Standard
38711 Surrounded fixed objects are used to let text float around them, at which
38712  the object's position in the paragraph can be determined by the number
38713  of lines above it.
38714  In contrary to floats is it not possible to have a numbered caption.
38715 \end_layout
38716
38717 \begin_layout Standard
38718 A fixed object is inserted by adding the command
38719 \end_layout
38720
38721 \begin_layout Standard
38722
38723 \series bold
38724
38725 \backslash
38726 begin{window}[2,c,{
38727 \end_layout
38728
38729 \begin_layout Standard
38730 as \SpecialChar TeX
38731  Code at the beginning of the paragraph.
38732  The first parameter in the bracket, here '2', defines the number of lines
38733  above the object, the second, here 'c', the position of the object.
38734  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38735  Behind the command you insert the object.
38736  In this example an image with a width of 40
38737 \begin_inset space \thinspace{}
38738 \end_inset
38739
38740 % of the text column width was inserted.
38741  The object can also be a table, a box or an equation.
38742  Behind the object the command
38743 \end_layout
38744
38745 \begin_layout Standard
38746
38747 \series bold
38748 },description text]
38749 \begin_inset Newline newline
38750 \end_inset
38751
38752 {}
38753 \end_layout
38754
38755 \begin_layout Standard
38756 is inserted.
38757  Note that the 
38758 \begin_inset Quotes eld
38759 \end_inset
38760
38761
38762 \series bold
38763 {}
38764 \series default
38765
38766 \begin_inset Quotes erd
38767 \end_inset
38768
38769  is in the second line.
38770  The description text is optional.
38771  The text surrounding the object must be in the same paragraph as the object,
38772  so it must begin directly after the 
38773 \series bold
38774 {}
38775 \series default
38776 .
38777  At the end of the paragraph insert the command:
38778 \end_layout
38779
38780 \begin_layout Standard
38781
38782 \series bold
38783
38784 \backslash
38785 end{window}
38786 \end_layout
38787
38788 \begin_layout Standard
38789 Within a paragraph with a fixed object, you cannot insert footnotes in the
38790  normal way.
38791  You have to use instead the command 
38792 \series bold
38793
38794 \backslash
38795 footnotemark
38796 \series default
38797  inside the paragraph and outside the command 
38798 \series bold
38799
38800 \backslash
38801 footnotetext
38802 \series default
38803  as described in sec.
38804 \begin_inset space \thinspace{}
38805 \end_inset
38806
38807
38808 \begin_inset CommandInset ref
38809 LatexCommand ref
38810 reference "sec:Footnotes"
38811
38812 \end_inset
38813
38814 .
38815 \end_layout
38816
38817 \begin_layout Standard
38818 \begin_inset ERT
38819 status collapsed
38820
38821 \begin_layout Plain Layout
38822
38823
38824 \backslash
38825 else
38826 \end_layout
38827
38828 \end_inset
38829
38830
38831 \begin_inset Note Note
38832 status open
38833
38834 \begin_layout Plain Layout
38835 The following will be displayed when the \SpecialChar LaTeX
38836 -package 
38837 \series bold
38838 picinpar
38839 \series default
38840  is not installed:
38841 \end_layout
38842
38843 \end_inset
38844
38845
38846 \end_layout
38847
38848 \begin_layout Standard
38849 You need to install the \SpecialChar LaTeX
38850 -package 
38851 \series bold
38852 picinpar
38853 \series default
38854  to see the following part of this section in the output.
38855 \end_layout
38856
38857 \begin_layout Standard
38858 \begin_inset ERT
38859 status collapsed
38860
38861 \begin_layout Plain Layout
38862
38863
38864 \backslash
38865 fi
38866 \end_layout
38867
38868 \end_inset
38869
38870
38871 \end_layout
38872
38873 \begin_layout Section
38874 Initials
38875 \begin_inset Index idx
38876 status collapsed
38877
38878 \begin_layout Plain Layout
38879 Initials
38880 \end_layout
38881
38882 \end_inset
38883
38884
38885 \begin_inset Index idx
38886 status collapsed
38887
38888 \begin_layout Plain Layout
38889 Surrounded by text ! Initials
38890 \end_layout
38891
38892 \end_inset
38893
38894
38895 \end_layout
38896
38897 \begin_layout Standard
38898 To use initials, you must have the \SpecialChar LaTeX
38899 -package 
38900 \series bold
38901 lettrine
38902 \series default
38903
38904 \begin_inset Index idx
38905 status collapsed
38906
38907 \begin_layout Plain Layout
38908 \SpecialChar LaTeX
38909 -packages ! lettrine
38910 \end_layout
38911
38912 \end_inset
38913
38914  installed and use the module 
38915 \family sans
38916 Initials
38917 \family default
38918  in your document (menu 
38919 \family sans
38920 Document\SpecialChar menuseparator
38921 Settings\SpecialChar menuseparator
38922 Modules
38923 \family default
38924 ).
38925  To insert an initial, use the style 
38926 \family sans
38927 Initial
38928 \family default
38929 .
38930  This style has a mandatory and two optional arguments.
38931  The arguments are inserted via the 
38932 \family sans
38933 Insert
38934 \family default
38935  menu.
38936  The mandatory argument 
38937 \family sans
38938 Initial
38939 \family default
38940  contains the letter(s) that is the initial, the argument 
38941 \family sans
38942 Rest
38943 \begin_inset space ~
38944 \end_inset
38945
38946 of
38947 \begin_inset space ~
38948 \end_inset
38949
38950 Initial
38951 \family default
38952  contains the rest of the word or text of the initial letter(s).
38953  The argument 
38954 \family sans
38955 Options
38956 \family default
38957  contains parameters to modify the initial.
38958  For more information about the possible parameters see the documentation
38959  of 
38960 \series bold
38961 lettrine
38962 \series default
38963
38964 \begin_inset CommandInset citation
38965 LatexCommand cite
38966 key "lettrine"
38967
38968 \end_inset
38969
38970 .
38971  The style itself contains the text that is surrounding the initial.
38972  The usual style is hereby that the word whose first letter is the initial,
38973  is printed with 
38974 \shape smallcaps
38975 small caps
38976 \shape default
38977 .
38978 \end_layout
38979
38980 \begin_layout Standard
38981 Here are some examples:
38982 \end_layout
38983
38984 \begin_layout Standard
38985 \begin_inset ERT
38986 status collapsed
38987
38988 \begin_layout Plain Layout
38989
38990
38991 \backslash
38992 iflettrine
38993 \end_layout
38994
38995 \end_inset
38996
38997
38998 \begin_inset Note Note
38999 status open
39000
39001 \begin_layout Plain Layout
39002 The following section will only be displayed when the \SpecialChar LaTeX
39003 -package 
39004 \series bold
39005 lettrine
39006 \series default
39007  is installed.
39008 \end_layout
39009
39010 \end_inset
39011
39012
39013 \end_layout
39014
39015 \begin_layout Enumerate
39016 No optional argument, the initial is the letter 'I' in the math font 
39017 \begin_inset Formula $\mathfrak{Fraktur}$
39018 \end_inset
39019
39020 :
39021 \end_layout
39022
39023 \begin_deeper
39024 \begin_layout Initial
39025 \begin_inset Argument 2
39026 status open
39027
39028 \begin_layout Plain Layout
39029 \begin_inset Formula $\mathfrak{I}$
39030 \end_inset
39031
39032
39033 \end_layout
39034
39035 \end_inset
39036
39037
39038 \begin_inset Argument 3
39039 status open
39040
39041 \begin_layout Plain Layout
39042 t
39043 \end_layout
39044
39045 \end_inset
39046
39047  was in the spring of the year 1894 that all London was interested, and
39048  the fashionable world dismayed, by the murder of the Honourable Ronald
39049  Adair under most unusual and inexplicable circumstances.
39050  The public has already learned those particulars of the crime which came
39051  out in the police investigation, but a good deal was suppressed upon that
39052  occasion, since the case for the prosecution was so overwhelmingly strong
39053  that it was not necessary to bring forward all the facts.
39054 \begin_inset Newpage newpage
39055 \end_inset
39056
39057
39058 \end_layout
39059
39060 \end_deeper
39061 \begin_layout Enumerate
39062 Only one line is surrounding the initial, which is formed by two letters
39063  in standard font and no text is printed in small caps:
39064 \end_layout
39065
39066 \begin_deeper
39067 \begin_layout Initial
39068 \begin_inset Argument 1
39069 status open
39070
39071 \begin_layout Plain Layout
39072 lines=1
39073 \end_layout
39074
39075 \end_inset
39076
39077
39078 \begin_inset Argument 2
39079 status open
39080
39081 \begin_layout Plain Layout
39082 It
39083 \end_layout
39084
39085 \end_inset
39086
39087  was in the spring of the year 1894 that all London was interested, and
39088  the fashionable world dismayed, by the murder of the Honourable Ronald
39089  Adair under most unusual and inexplicable circumstances.
39090  The public has already learned those particulars of the crime which came
39091  out in the police investigation, but a good deal was suppressed upon that
39092  occasion, since the case for the prosecution was so overwhelmingly strong
39093  that it was not necessary to bring forward all the facts.
39094 \end_layout
39095
39096 \end_deeper
39097 \begin_layout Enumerate
39098 Magenta, hanging initial over 3
39099 \begin_inset space ~
39100 \end_inset
39101
39102 lines in the math font 
39103 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39104 \end_inset
39105
39106 , the text 
39107 \begin_inset Quotes eld
39108 \end_inset
39109
39110 t was in the spring
39111 \begin_inset Quotes erd
39112 \end_inset
39113
39114  is in 
39115 \shape smallcaps
39116 small caps
39117 \shape default
39118 ; to color the initial, you must insert this command before the initial:
39119 \begin_inset Newline newline
39120 \end_inset
39121
39122
39123 \series bold
39124
39125 \backslash
39126 renewcommand{
39127 \backslash
39128 LettrineFontHook}{
39129 \backslash
39130 color{color}}
39131 \series default
39132
39133 \begin_inset Newline newline
39134 \end_inset
39135
39136 where the second 
39137 \emph on
39138 color
39139 \emph default
39140  can be 
39141 \begin_inset Quotes eld
39142 \end_inset
39143
39144 red
39145 \begin_inset Quotes erd
39146 \end_inset
39147
39148
39149 \begin_inset Quotes eld
39150 \end_inset
39151
39152 blue
39153 \begin_inset Quotes erd
39154 \end_inset
39155
39156
39157 \begin_inset Quotes eld
39158 \end_inset
39159
39160 green
39161 \begin_inset Quotes erd
39162 \end_inset
39163
39164
39165 \begin_inset Quotes eld
39166 \end_inset
39167
39168 yellow
39169 \begin_inset Quotes erd
39170 \end_inset
39171
39172
39173 \begin_inset Quotes eld
39174 \end_inset
39175
39176 cyan
39177 \begin_inset Quotes erd
39178 \end_inset
39179
39180
39181 \begin_inset Quotes eld
39182 \end_inset
39183
39184 magenta
39185 \begin_inset Quotes erd
39186 \end_inset
39187
39188
39189 \begin_inset Quotes eld
39190 \end_inset
39191
39192 black
39193 \begin_inset Quotes erd
39194 \end_inset
39195
39196  or 
39197 \begin_inset Quotes eld
39198 \end_inset
39199
39200 white
39201 \begin_inset Quotes erd
39202 \end_inset
39203
39204 , and add this command to the document preamble:
39205 \begin_inset Newline newline
39206 \end_inset
39207
39208
39209 \series bold
39210
39211 \backslash
39212 @ifundefined{textcolor}
39213 \begin_inset Newline newline
39214 \end_inset
39215
39216
39217 \begin_inset space ~
39218 \end_inset
39219
39220 {
39221 \backslash
39222 usepackage{color}}{}
39223 \end_layout
39224
39225 \begin_deeper
39226 \begin_layout Standard
39227 \begin_inset ERT
39228 status collapsed
39229
39230 \begin_layout Plain Layout
39231
39232
39233 \backslash
39234 renewcommand{
39235 \backslash
39236 LettrineFontHook}{
39237 \backslash
39238 color{magenta}}
39239 \end_layout
39240
39241 \end_inset
39242
39243
39244 \begin_inset Note Note
39245 status collapsed
39246
39247 \begin_layout Plain Layout
39248 makes the initial magenta
39249 \end_layout
39250
39251 \end_inset
39252
39253
39254 \end_layout
39255
39256 \begin_layout Initial
39257 \begin_inset Argument 1
39258 status open
39259
39260 \begin_layout Plain Layout
39261 lines=3, lhang=0.33, loversize=0.25
39262 \end_layout
39263
39264 \end_inset
39265
39266
39267 \begin_inset Argument 2
39268 status open
39269
39270 \begin_layout Plain Layout
39271 \begin_inset Formula $\mathcal{I}$
39272 \end_inset
39273
39274
39275 \end_layout
39276
39277 \end_inset
39278
39279
39280 \begin_inset Argument 3
39281 status open
39282
39283 \begin_layout Plain Layout
39284 t was in the spring
39285 \end_layout
39286
39287 \end_inset
39288
39289  of the year 1894 that all London was interested, and the fashionable world
39290  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39291  and inexplicable circumstances.
39292  The public has already learned those particulars of the crime which came
39293  out in the police investigation, but a good deal was suppressed upon that
39294  occasion, since the case for the prosecution was so overwhelmingly strong
39295  that it was not necessary to bring forward all the facts.
39296 \end_layout
39297
39298 \end_deeper
39299 \begin_layout Standard
39300 \begin_inset ERT
39301 status collapsed
39302
39303 \begin_layout Plain Layout
39304
39305
39306 \backslash
39307 else
39308 \end_layout
39309
39310 \end_inset
39311
39312
39313 \begin_inset Note Note
39314 status open
39315
39316 \begin_layout Plain Layout
39317 The following will be displayed when the \SpecialChar LaTeX
39318 -package 
39319 \series bold
39320 lettrine
39321 \series default
39322  is not installed:
39323 \end_layout
39324
39325 \end_inset
39326
39327
39328 \end_layout
39329
39330 \begin_layout Standard
39331 You need to install the \SpecialChar LaTeX
39332 -package 
39333 \series bold
39334 lettrine
39335 \series default
39336  to see the following part of this section in the output.
39337 \end_layout
39338
39339 \begin_layout Standard
39340 \begin_inset ERT
39341 status collapsed
39342
39343 \begin_layout Plain Layout
39344
39345
39346 \backslash
39347 fi
39348 \end_layout
39349
39350 \end_inset
39351
39352
39353 \end_layout
39354
39355 \begin_layout Chapter
39356 External Document Parts
39357 \begin_inset Index idx
39358 status collapsed
39359
39360 \begin_layout Plain Layout
39361 External Document Parts
39362 \end_layout
39363
39364 \end_inset
39365
39366
39367 \end_layout
39368
39369 \begin_layout Standard
39370 With the menu 
39371 \family sans
39372 Insert\SpecialChar menuseparator
39373 File
39374 \family default
39375  you can insert external material into your document.
39376  This can be:
39377 \end_layout
39378
39379 \begin_layout Description
39380 LyX
39381 \begin_inset space ~
39382 \end_inset
39383
39384 Document Another \SpecialChar LyX
39385  document; its content is directly inserted to your document.
39386 \end_layout
39387
39388 \begin_layout Description
39389 Plain
39390 \begin_inset space ~
39391 \end_inset
39392
39393 Text A text document; each line is inserted in your document as a separate
39394  paragraph.
39395 \end_layout
39396
39397 \begin_layout Description
39398 Plain
39399 \begin_inset space ~
39400 \end_inset
39401
39402 Text,
39403 \begin_inset space ~
39404 \end_inset
39405
39406 Join
39407 \begin_inset space ~
39408 \end_inset
39409
39410 Lines A text document; text lines are inserted in your document continuously
39411  but an empty text line creates a new paragraph.
39412 \end_layout
39413
39414 \begin_layout Description
39415 External
39416 \begin_inset space ~
39417 \end_inset
39418
39419 Material Files in various formats.
39420 \end_layout
39421
39422 \begin_layout Description
39423 Child
39424 \begin_inset space ~
39425 \end_inset
39426
39427 Document \SpecialChar LyX
39428  or \SpecialChar LaTeX
39429  documents.
39430 \end_layout
39431
39432 \begin_layout Section
39433 External Material
39434 \begin_inset Index idx
39435 status collapsed
39436
39437 \begin_layout Plain Layout
39438 External Document Parts ! External Material
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \end_layout
39445
39446 \begin_layout Standard
39447 The external material feature allows you to insert files into your document
39448  without converting them to a format that can be read by the document output
39449  format.
39450  \SpecialChar LyX
39451  takes care of the necessary conversions.
39452  This is similar to images that can be inserted in various image formats
39453  in \SpecialChar LyX
39454  documents.
39455  When you have enabled Instant Preview in \SpecialChar LyX
39456 's preferences under 
39457 \family sans
39458 Look
39459 \begin_inset space ~
39460 \end_inset
39461
39462 and
39463 \begin_inset space ~
39464 \end_inset
39465
39466 feel\SpecialChar menuseparator
39467 Graphics
39468 \family default
39469 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39470 .
39471 \end_layout
39472
39473 \begin_layout Standard
39474 External material can be inserted via the 
39475 \family sans
39476 External Material
39477 \family default
39478  dialog that is accessible with the menu 
39479 \family sans
39480 Insert\SpecialChar menuseparator
39481 File\SpecialChar menuseparator
39482 External
39483 \begin_inset space ~
39484 \end_inset
39485
39486 Material
39487 \family default
39488 .
39489  Currently the following file types (
39490 \family sans
39491 Templates
39492 \family default
39493 ) are allowed:
39494 \end_layout
39495
39496 \begin_layout Description
39497 Chess
39498 \begin_inset space ~
39499 \end_inset
39500
39501 diagram This template supports chess position diagrams made with the program
39502  
39503 \series bold
39504
39505 \begin_inset CommandInset href
39506 LatexCommand href
39507 name "XBoard"
39508 target "http://en.wikipedia.org/wiki/XBoard"
39509
39510 \end_inset
39511
39512
39513 \series default
39514 .
39515 \end_layout
39516
39517 \begin_layout Description
39518 Dia
39519 \begin_inset space ~
39520 \end_inset
39521
39522 diagram This template supports diagrams created with the program 
39523 \series bold
39524
39525 \begin_inset CommandInset href
39526 LatexCommand href
39527 name "Dia"
39528 target "http://en.wikipedia.org/wiki/Dia_(software)"
39529
39530 \end_inset
39531
39532
39533 \series default
39534 .
39535 \end_layout
39536
39537 \begin_layout Description
39538 Spreadsheet With this template you can insert spreadsheets
39539 \begin_inset space \thinspace{}
39540 \end_inset
39541
39542 /
39543 \begin_inset space \thinspace{}
39544 \end_inset
39545
39546 tables in the format of 
39547 \series bold
39548
39549 \begin_inset CommandInset href
39550 LatexCommand href
39551 name "Gnumeric"
39552 target "http://en.wikipedia.org/wiki/Gnumeric"
39553
39554 \end_inset
39555
39556
39557 \series default
39558
39559 \begin_inset CommandInset href
39560 LatexCommand href
39561 name "OpenDocument"
39562 target "http://en.wikipedia.org/wiki/OpenDocument"
39563
39564 \end_inset
39565
39566
39567 \begin_inset CommandInset href
39568 LatexCommand href
39569 name "Microsoft Office XML"
39570 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39571
39572 \end_inset
39573
39574  and 
39575 \begin_inset CommandInset href
39576 LatexCommand href
39577 name "Office Open XML"
39578 target "http://en.wikipedia.org/wiki/Office_Open_XML"
39579
39580 \end_inset
39581
39582 .
39583  For this feature \SpecialChar LyX
39584  must have found the program 
39585 \family typewriter
39586 ssconvert
39587 \family default
39588  during its configuration.
39589  This program is part of Gnumeric, so that you must have Gnumeric installed,
39590  also if you don't have tables in the Gnumeric format.
39591  For examples and possible limitations have a look at \SpecialChar LyX
39592 's example file 
39593 \emph on
39594 spreadsheet.lyx
39595 \emph default
39596 .
39597 \end_layout
39598
39599 \begin_layout Description
39600 Lilypond
39601 \begin_inset space ~
39602 \end_inset
39603
39604 typeset
39605 \begin_inset space ~
39606 \end_inset
39607
39608 music This template is used for music notation typeset with the program
39609 \begin_inset Newline linebreak
39610 \end_inset
39611
39612
39613 \series bold
39614
39615 \begin_inset CommandInset href
39616 LatexCommand href
39617 name "LilyPond"
39618 target "http://en.wikipedia.org/wiki/LilyPond"
39619
39620 \end_inset
39621
39622
39623 \series default
39624 .
39625  For \SpecialChar LyX
39626 's extended support for LilyPond have a look at \SpecialChar LyX
39627 's example file 
39628 \emph on
39629 lilypond.lyx
39630 \emph default
39631 .
39632 \end_layout
39633
39634 \begin_layout Description
39635 PDF
39636 \begin_inset space ~
39637 \end_inset
39638
39639 pages With this template you can insert PDF documents to your document.
39640  To specify the range of pages that should be included, use the option 
39641 \series bold
39642 pages
39643 \series default
39644  in the 
39645 \family sans
39646 Option
39647 \family default
39648  field in the 
39649 \family sans
39650 LaTeX and LyX options
39651 \family default
39652  tab.
39653  The argument of this option is a comma separated list, containing page
39654  numbers (insert as option 
39655 \series bold
39656 pages={3,5,6,8}
39657 \series default
39658 ), ranges of page numbers (
39659 \series bold
39660 pages={4-9}
39661 \series default
39662 ) or any combination.
39663  To insert empty pages use {}.
39664  E.
39665 \begin_inset space \thinspace{}
39666 \end_inset
39667
39668 g.
39669 \begin_inset space ~
39670 \end_inset
39671
39672
39673 \series bold
39674 pages={3,{},8-11,15}
39675 \series default
39676  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39677  Page ranges are specified in the syntax 
39678 \emph on
39679 start
39680 \emph default
39681 -
39682 \emph on
39683 stop
39684 \emph default
39685 .
39686  This selects all pages from 
39687 \emph on
39688 start
39689 \emph default
39690  to 
39691 \emph on
39692 stop
39693 \emph default
39694 .
39695  Omitting 
39696 \emph on
39697 start
39698 \emph default
39699  defaults to the first page; omitting 
39700 \emph on
39701 stop
39702 \emph default
39703  defaults to the last page of the document.
39704  The last page can also be selected with the keyword 
39705 \series bold
39706 last
39707 \series default
39708 .
39709  (This is only permitted in a page range.) So 
39710 \series bold
39711 pages=-
39712 \series default
39713  will insert all pages of the document and 
39714 \series bold
39715 pages=last-1
39716 \series default
39717  will insert all pages in reverse order.
39718  If the pages option is not specified, only the first page of the PDF is
39719  inserted.
39720 \begin_inset Newline newline
39721 \end_inset
39722
39723 The option 
39724 \series bold
39725 noautoscale
39726 \series default
39727  inserts the pages with their original size, if this option is not given,
39728  the pages will be resized to fith the width of the page of your document.
39729  In the tab 
39730 \family sans
39731 Size and Rotation
39732 \family default
39733  you can specify the width and height of the input pages and their rotation.
39734  If another width than 100
39735 \begin_inset space \thinspace{}
39736 \end_inset
39737
39738 Scale% is used, the option 
39739 \series bold
39740 noautoscale
39741 \series default
39742  will be overwritten.
39743  For more info and possible options, have a look into the documentation
39744  of the \SpecialChar LaTeX
39745 -package 
39746 \series bold
39747 pdfpages
39748 \series default
39749  
39750 \begin_inset CommandInset citation
39751 LatexCommand cite
39752 key "pdfpages"
39753
39754 \end_inset
39755
39756 .
39757 \begin_inset Index idx
39758 status collapsed
39759
39760 \begin_layout Plain Layout
39761 \SpecialChar LaTeX
39762 -packages ! pdfpages
39763 \end_layout
39764
39765 \end_inset
39766
39767
39768 \begin_inset Newline newline
39769 \end_inset
39770
39771 To use this template in a 
39772 \family sans
39773 Beamer
39774 \family default
39775  presentation you need to first insert an 
39776 \family sans
39777 EndFrame
39778 \family default
39779  environment and in a subsequent paragraph a \SpecialChar TeX
39780  Code box containing the command
39781  
39782 \series bold
39783
39784 \backslash
39785 setbeamertemplate{background canvas}{}
39786 \series default
39787 .
39788  Then you can insert as many paragraphs containing the PDFPages template
39789  as you wish.
39790  Behind the included PDF pages you can resume the Beamer presentation by
39791  beginning a new frame or by starting a new section.
39792  To avoid stray blank pages prior to the PDF pages, make sure to use the
39793  
39794 \family sans
39795 Default
39796 \family default
39797  alignment for the paragraph containing the template.
39798 \begin_inset Newline newline
39799 \end_inset
39800
39801 Here is an included PDF which is rotated by -5°: 
39802 \begin_inset External
39803         template PDFPages
39804         filename clipart/Abstract.pdf
39805         extra LaTeX "noautoscale, pages=-"
39806         rotateAngle -5
39807         rotateOrigin bottomleft
39808
39809 \end_inset
39810
39811
39812 \end_layout
39813
39814 \begin_layout Description
39815 Raster
39816 \begin_inset space ~
39817 \end_inset
39818
39819 image This can be used for bitmap images.
39820  The image can be treated in the 
39821 \family sans
39822 External material
39823 \family default
39824  dialog like the images that are usually included via the 
39825 \family sans
39826 Graphics
39827 \family default
39828  dialog as described in section
39829 \begin_inset space ~
39830 \end_inset
39831
39832
39833 \begin_inset CommandInset ref
39834 LatexCommand ref
39835 reference "sec:Graphics-Dialog"
39836
39837 \end_inset
39838
39839 .
39840  Here is an inserted raster image: 
39841 \begin_inset External
39842         template RasterImage
39843         filename clipart/ToolbarEnvBox.png
39844
39845 \end_inset
39846
39847
39848 \end_layout
39849
39850 \begin_layout Description
39851 Vector
39852 \begin_inset space ~
39853 \end_inset
39854
39855 graphics This can be used for vector graphics.
39856  The image can be treated in the 
39857 \family sans
39858 External material
39859 \family default
39860  dialog like the images that are usually included via the 
39861 \family sans
39862 Graphics
39863 \family default
39864  dialog as described in section
39865 \begin_inset space ~
39866 \end_inset
39867
39868
39869 \begin_inset CommandInset ref
39870 LatexCommand ref
39871 reference "sec:Graphics-Dialog"
39872
39873 \end_inset
39874
39875 .
39876  Here is an inserted vector graphics: 
39877 \begin_inset External
39878         template VectorGraphics
39879         filename clipart/SVG-Drawing.svg
39880         scale 33
39881
39882 \end_inset
39883
39884
39885 \end_layout
39886
39887 \begin_layout Description
39888 Xfig
39889 \begin_inset space ~
39890 \end_inset
39891
39892 figure This template supports images created with the program 
39893 \series bold
39894
39895 \begin_inset CommandInset href
39896 LatexCommand href
39897 name "Xfig"
39898 target "http://en.wikipedia.org/wiki/Xfig"
39899
39900 \end_inset
39901
39902
39903 \series default
39904 .
39905 \change_inserted 227574939 1473131626
39906
39907 \end_layout
39908
39909 \begin_layout Description
39910
39911 \change_inserted 227574939 1473131628
39912 Inkscape
39913 \begin_inset space ~
39914 \end_inset
39915
39916 figure This experimental template supports 
39917 \change_inserted 2047637253 1475533187
39918 SVG 
39919 \change_inserted 227574939 1473131628
39920 images
39921 \change_inserted 2047637253 1475533525
39922  that contain text written in \SpecialChar LaTeX
39923 .
39924
39925 \change_inserted 227574939 1473131628
39926  
39927 \change_inserted 2047637253 1475533551
39928 It relies on the PDF/PS+\SpecialChar LaTeX
39929  option of 
39930 \change_deleted 2047637253 1475533556
39931 created with 
39932 \change_inserted 227574939 1473131628
39933 the program 
39934 \begin_inset CommandInset href
39935 LatexCommand href
39936 name "Inkscape"
39937 target "https://en.wikipedia.org/wiki/Inkscape"
39938
39939 \end_inset
39940
39941 .
39942  
39943 \change_inserted 2047637253 1475534005
39944 As described by the CTAN demonstration package 
39945 \emph on
39946 svg-inkscape
39947 \emph default
39948 ,
39949 \end_layout
39950
39951 \begin_deeper
39952 \begin_layout Quote
39953
39954 \change_inserted 2047637253 1475534064
39955
39956 \emph on
39957 using the 
39958 \begin_inset Quotes eld
39959 \end_inset
39960
39961 PDF+\SpecialChar LaTeX
39962  output
39963 \begin_inset Quotes erd
39964 \end_inset
39965
39966  option of Inkscape, it is possible to include SVG in documents, in which
39967  \SpecialChar LaTeX
39968  typesets the text.
39969  This results in uniform text style throughout the document, including text
39970  in images; moreover, \SpecialChar LaTeX
39971  commands may be used in the image’s text, providing
39972  such things as mathematics and references.
39973 \end_layout
39974
39975 \begin_layout Standard
39976
39977 \change_inserted 2047637253 1475534692
39978 With Inkscape, even the size of the font is taken from the surrounding \SpecialChar LaTeX
39979
39980  document.
39981  Of course, you can always embed \SpecialChar LaTeX
39982  modifiers like 
39983 \family typewriter
39984
39985 \backslash
39986 Large
39987 \family default
39988
39989 \family typewriter
39990
39991 \backslash
39992 small
39993 \family default
39994 , etc.
39995  into your figure text strings.
39996  Refer to the 
39997 \emph on
39998 svg-inkscape
39999 \emph default
40000  documentation package for more information and examples.
40001 \end_layout
40002
40003 \begin_layout Standard
40004
40005 \change_inserted 2047637253 1475534902
40006 It should be noted that while the image takes into account the surrounding
40007  font, its preview in \SpecialChar LyX
40008  does not.
40009  Wrapping the external inset in a preview inset gives better results in
40010  this regard.
40011 \end_layout
40012
40013 \begin_layout Standard
40014
40015 \change_deleted 2047637253 1475534821
40016 It
40017 \change_inserted 2047637253 1475534913
40018 The template
40019 \change_inserted 227574939 1473131628
40020  works very similarly to Xfig support, except that Inkscape is a more modern
40021  image editor than Xfig, which uses Scalable Vector Graphics (SVG) as its
40022  native format.
40023
40024 \change_unchanged
40025  
40026 \change_inserted 227574939 1473131628
40027 LyX will process the image file in much the same way as it does an Xfig
40028  image, extracting the text into a separate TeX file for the text strings,
40029  and a PDF file for the rest.
40030 \end_layout
40031
40032 \begin_layout Description
40033
40034 \change_inserted 227574939 1473131628
40035 Warning: Unfortunately the latest version of Inkscape, 0.91, contains a bug:
40036  with multi-page PDFs, the TeX file will sometimes reference more pages
40037  than the PDF file contains.
40038  This is the version that ships with Ubuntu 16.04.
40039  Its use with LyX can therefore not be recommended, until the bug is fixed
40040 \begin_inset Foot
40041 status open
40042
40043 \begin_layout Plain Layout
40044
40045 \change_inserted 227574939 1473131628
40046 A workaround for those who have already SVG figures in their document is,
40047  to manually do the LaTeX+PDF output from Inkscape, edit the 
40048 \family typewriter
40049 .pdf_tex
40050 \family default
40051  file to remove the erroneous references, and 
40052 \family typewriter
40053
40054 \backslash
40055 input
40056 \family default
40057  it directly into LyX, i.e., not use the external-template mechanism:
40058 \end_layout
40059
40060 \begin_layout Plain Layout
40061
40062 \change_inserted 227574939 1473131628
40063 \begin_inset Graphics
40064         filename clipart/workaround.png
40065         scale 50
40066
40067 \end_inset
40068
40069
40070 \end_layout
40071
40072 \begin_layout Plain Layout
40073
40074 \change_inserted 227574939 1473131628
40075 Here, the child document input inset (
40076 \family sans
40077 Insert\SpecialChar menuseparator
40078 File\SpecialChar menuseparator
40079 Child Document
40080 \family default
40081 ) was used, which allows you do directly edit the 
40082 \family typewriter
40083 .pdf_tex
40084 \family default
40085  file in a text editor.
40086  The LaTeX output is based on this edited snippet as re-generation from
40087  the SVG file has been commented out.
40088 \end_layout
40089
40090 \end_inset
40091
40092 .
40093 \change_deleted 2047637253 1475534230
40094
40095 \end_layout
40096
40097 \begin_layout Standard
40098
40099 \change_deleted 2047637253 1475534225
40100 The reason why we would use this complicated process at all, like in the
40101  case of Xfig, is that it makes the text strings inside the figure of the
40102  same font type and attributes as the surrounding text, which looks so much
40103  more professional.
40104  With Inkscape, even the 
40105 \emph on
40106 size
40107 \emph default
40108  of the font is taken from the surrounding LaTeX document â€“ in Xfig, you
40109  have to set it by hand to be the same.
40110  Of course you can always embed LaTeX modifiers like 
40111 \family typewriter
40112
40113 \backslash
40114 Large
40115 \family default
40116
40117 \family typewriter
40118
40119 \backslash
40120 small
40121 \family default
40122 , etc.
40123  into your figure text strings.
40124 \change_inserted 227574939 1473131628
40125
40126 \end_layout
40127
40128 \end_deeper
40129 \begin_layout Standard
40130 \begin_inset Float table
40131 placement !h
40132 wide false
40133 sideways false
40134 status open
40135
40136 \begin_layout Plain Layout
40137 \begin_inset Caption Standard
40138
40139 \begin_layout Plain Layout
40140 \begin_inset CommandInset label
40141 LatexCommand label
40142 name "tab:Comparison-of-the"
40143
40144 \end_inset
40145
40146 Comparison of the date input methods.
40147 \end_layout
40148
40149 \end_inset
40150
40151
40152 \end_layout
40153
40154 \begin_layout Plain Layout
40155 \align center
40156 \begin_inset Tabular
40157 <lyxtabular version="3" rows="4" columns="3">
40158 <features tabularvalignment="middle">
40159 <column alignment="center" valignment="top">
40160 <column alignment="center" valignment="top">
40161 <column alignment="center" valignment="top">
40162 <row>
40163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40164 \begin_inset Text
40165
40166 \begin_layout Plain Layout
40167 Document format
40168 \end_layout
40169
40170 \end_inset
40171 </cell>
40172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40173 \begin_inset Text
40174
40175 \begin_layout Plain Layout
40176
40177 \family sans
40178 Insert\SpecialChar menuseparator
40179 Date
40180 \end_layout
40181
40182 \end_inset
40183 </cell>
40184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40185 \begin_inset Text
40186
40187 \begin_layout Plain Layout
40188 command 
40189 \series bold
40190
40191 \backslash
40192 today
40193 \end_layout
40194
40195 \end_inset
40196 </cell>
40197 </row>
40198 <row>
40199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40200 \begin_inset Text
40201
40202 \begin_layout Plain Layout
40203 \SpecialChar LyX
40204
40205 \end_layout
40206
40207 \end_inset
40208 </cell>
40209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40210 \begin_inset Text
40211
40212 \begin_layout Plain Layout
40213 as date
40214 \end_layout
40215
40216 \end_inset
40217 </cell>
40218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40219 \begin_inset Text
40220
40221 \begin_layout Plain Layout
40222 as \SpecialChar TeX
40223  Code inset box
40224 \end_layout
40225
40226 \end_inset
40227 </cell>
40228 </row>
40229 <row>
40230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40231 \begin_inset Text
40232
40233 \begin_layout Plain Layout
40234 \SpecialChar LaTeX
40235
40236 \end_layout
40237
40238 \end_inset
40239 </cell>
40240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40241 \begin_inset Text
40242
40243 \begin_layout Plain Layout
40244 as date
40245 \end_layout
40246
40247 \end_inset
40248 </cell>
40249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40250 \begin_inset Text
40251
40252 \begin_layout Plain Layout
40253 as command
40254 \end_layout
40255
40256 \end_inset
40257 </cell>
40258 </row>
40259 <row>
40260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40261 \begin_inset Text
40262
40263 \begin_layout Plain Layout
40264 DVI, PDF, PS
40265 \end_layout
40266
40267 \end_inset
40268 </cell>
40269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40270 \begin_inset Text
40271
40272 \begin_layout Plain Layout
40273 as date
40274 \end_layout
40275
40276 \end_inset
40277 </cell>
40278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40279 \begin_inset Text
40280
40281 \begin_layout Plain Layout
40282 as date
40283 \end_layout
40284
40285 \end_inset
40286 </cell>
40287 </row>
40288 </lyxtabular>
40289
40290 \end_inset
40291
40292
40293 \end_layout
40294
40295 \end_inset
40296
40297
40298 \end_layout
40299
40300 \begin_layout Standard
40301 When you use the option 
40302 \family sans
40303 Draft
40304 \family default
40305  in the 
40306 \family sans
40307 File
40308 \family default
40309  tab of the 
40310 \family sans
40311 External Material
40312 \family default
40313  dialog, only the path to the inserted file is shown in the output.
40314 \begin_inset Newline newline
40315 \end_inset
40316
40317 External material is displayed in \SpecialChar LyX
40318  either as a box like this: 
40319 \begin_inset Graphics
40320         filename clipart/ExternalMaterial.png
40321         scale 75
40322         scaleBeforeRotation
40323
40324 \end_inset
40325
40326  or as image, depending on the option 
40327 \family sans
40328 Show in LyX
40329 \family default
40330  in the 
40331 \family sans
40332 LaTeX and LyX options
40333 \family default
40334  tab of the dialog.
40335 \end_layout
40336
40337 \begin_layout Standard
40338 The 
40339 \family sans
40340 \emph on
40341 Customization
40342 \family default
40343 \emph default
40344  manual explains how you can define your own templates.
40345 \end_layout
40346
40347 \begin_layout Section
40348 Child Documents
40349 \begin_inset CommandInset label
40350 LatexCommand label
40351 name "sec:Child-Documents"
40352
40353 \end_inset
40354
40355
40356 \begin_inset Index idx
40357 status collapsed
40358
40359 \begin_layout Plain Layout
40360 External Document Parts ! Child Documents
40361 \end_layout
40362
40363 \end_inset
40364
40365
40366 \begin_inset Index idx
40367 status collapsed
40368
40369 \begin_layout Plain Layout
40370 Files ! Include
40371 \end_layout
40372
40373 \end_inset
40374
40375
40376 \end_layout
40377
40378 \begin_layout Standard
40379 Child documents are used if you have a long document consisting of several
40380  larger parts or sections.
40381  For maintenance it is often useful and sometimes even required to split
40382  the document into several files that can be revised separately.
40383  The different documents are then the so called 
40384 \begin_inset Quotes eld
40385 \end_inset
40386
40387 child documents
40388 \begin_inset Quotes erd
40389 \end_inset
40390
40391 , and a master document connects them to print the full document or parts
40392  of it.
40393  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40394  preamble,
40395  the bibliography, and labels for cross-references.
40396 \end_layout
40397
40398 \begin_layout Standard
40399 To be able to work on child documents without the need to open their master,
40400  specify in the child document the master in the menu
40401 \family sans
40402  Document\SpecialChar menuseparator
40403 Settings\SpecialChar menuseparator
40404 Document
40405 \begin_inset space ~
40406 \end_inset
40407
40408 Class
40409 \family default
40410 .
40411  This master document will then be used in the background by \SpecialChar LyX
40412  when you edit
40413  the child document.
40414 \end_layout
40415
40416 \begin_layout Standard
40417 Included documents are displayed in \SpecialChar LyX
40418  as a box like this: 
40419 \begin_inset Graphics
40420         filename clipart/ChildDocument.png
40421         scaleBeforeRotation
40422
40423 \end_inset
40424
40425  To include child documents in a master document use the menu 
40426 \family sans
40427 Insert\SpecialChar menuseparator
40428 File\SpecialChar menuseparator
40429 Child
40430 \begin_inset space ~
40431 \end_inset
40432
40433 Documents
40434 \family default
40435 .
40436  A dialog pops up where you can choose between four include methods:
40437 \end_layout
40438
40439 \begin_layout Description
40440 Include You can include \SpecialChar LyX
40441  and \SpecialChar LaTeX
40442  documents.
40443  When you press the 
40444 \family sans
40445 Edit
40446 \family default
40447  button in the 
40448 \family sans
40449 Child Document
40450 \family default
40451  dialog, the included document will be opened in \SpecialChar LyX
40452  in a new file tab so that
40453  you can modify it.
40454 \begin_inset Newline newline
40455 \end_inset
40456
40457
40458 \end_layout
40459
40460 \begin_layout Standard
40461 Here is a child document inserted using 
40462 \family sans
40463 Include
40464 \family default
40465
40466 \begin_inset CommandInset include
40467 LatexCommand include
40468 filename "DummyDocument1.lyx"
40469
40470 \end_inset
40471
40472
40473 \end_layout
40474
40475 \begin_layout Standard
40476 The section numbering includes the sections of the included files in the
40477  order they are inserted in the master document.
40478  The included example document has for example a subsection that is numbered
40479  as a subsection of this section.
40480  Labels of included documents can be referenced: Subsection
40481 \begin_inset space ~
40482 \end_inset
40483
40484
40485 \begin_inset CommandInset ref
40486 LatexCommand ref
40487 reference "subsec:External-Subsection-1"
40488
40489 \end_inset
40490
40491 .
40492 \end_layout
40493
40494 \begin_layout Standard
40495 The preamble of the child document is ignored; only the preamble of the
40496  master document is used.
40497  Branches in child documents will be ignored by the master document when
40498  the master document does not have a branch with the same name.
40499  Included documents are inserted starting on a new page and ending with
40500  a page break.
40501 \end_layout
40502
40503 \begin_layout Standard
40504 \begin_inset Note Greyedout
40505 status open
40506
40507 \begin_layout Plain Layout
40508
40509 \series bold
40510 Note:
40511 \series default
40512  If you have included a \SpecialChar LyX
40513  or \SpecialChar LaTeX
40514  file, you are warned when you export/view the
40515  document in case the child document uses another document class than the
40516  master document as this will lead to unexpected outputs.
40517 \end_layout
40518
40519 \end_inset
40520
40521
40522 \end_layout
40523
40524 \begin_layout Description
40525 Input This method is very similar to the Include method.
40526  The differences are:
40527 \end_layout
40528
40529 \begin_deeper
40530 \begin_layout Itemize
40531 Input files don't start with a new page and don't end with a page break.
40532 \end_layout
40533
40534 \begin_layout Itemize
40535 Input files can be previewed in \SpecialChar LyX
40536  when 
40537 \family sans
40538 Instant
40539 \begin_inset space ~
40540 \end_inset
40541
40542 Preview
40543 \family default
40544  is enabled in \SpecialChar LyX
40545 's preferences under 
40546 \family sans
40547 Look
40548 \begin_inset space ~
40549 \end_inset
40550
40551 and
40552 \begin_inset space ~
40553 \end_inset
40554
40555 feel\SpecialChar menuseparator
40556 Graphics
40557 \family default
40558 .
40559 \end_layout
40560
40561 \begin_layout Itemize
40562 You cannot exclude Input files via the menu 
40563 \family sans
40564 Document\SpecialChar menuseparator
40565 Settings\SpecialChar menuseparator
40566 Child Documents
40567 \family default
40568 .
40569 \end_layout
40570
40571 \end_deeper
40572 \begin_layout Standard
40573 Here is a child document inserted using 
40574 \family sans
40575 Input
40576 \family default
40577
40578 \begin_inset CommandInset include
40579 LatexCommand input
40580 filename "DummyDocument2.lyx"
40581
40582 \end_inset
40583
40584
40585 \end_layout
40586
40587 \begin_layout Description
40588 Verbatim With this method any text file can be included.
40589  The file is shown in the output with its source code; no command used in
40590  the text is invoked.
40591  You can use the option 
40592 \family sans
40593 Mark spaces in output
40594 \family default
40595  that displays the character 
40596 \begin_inset Quotes eld
40597 \end_inset
40598
40599
40600 \begin_inset ERT
40601 status collapsed
40602
40603 \begin_layout Plain Layout
40604
40605
40606 \backslash
40607 textvisiblespace 
40608 \end_layout
40609
40610 \end_inset
40611
40612
40613 \begin_inset Quotes erd
40614 \end_inset
40615
40616  for every space character in the source code.
40617  The difference from the method via the menu 
40618 \family sans
40619 Insert\SpecialChar menuseparator
40620 File\SpecialChar menuseparator
40621 Plain
40622 \begin_inset space ~
40623 \end_inset
40624
40625 Text
40626 \family default
40627  is that the document content is not shown in \SpecialChar LyX
40628 .
40629 \end_layout
40630
40631 \begin_layout Standard
40632 Here is a child document inserted as Verbatim: 
40633 \begin_inset CommandInset include
40634 LatexCommand verbatiminput
40635 filename "DummyTextDocument.txt"
40636
40637 \end_inset
40638
40639
40640 \begin_inset VSpace bigskip
40641 \end_inset
40642
40643  Here is a child document inserted as Verbatim using the 
40644 \family sans
40645 Mark spaces in output
40646 \family default
40647  option: 
40648 \begin_inset CommandInset include
40649 LatexCommand verbatiminput*
40650 filename "DummyTextDocument.txt"
40651
40652 \end_inset
40653
40654
40655 \end_layout
40656
40657 \begin_layout Standard
40658 \begin_inset VSpace bigskip
40659 \end_inset
40660
40661
40662 \end_layout
40663
40664 \begin_layout Standard
40665 \begin_inset Note Greyedout
40666 status open
40667
40668 \begin_layout Plain Layout
40669
40670 \series bold
40671 Note:
40672 \series default
40673  As you can see in the examples above, the text of the documents included
40674  as 
40675 \family sans
40676 verbatim
40677 \family default
40678  is not broken at the end of the document lines.
40679 \end_layout
40680
40681 \end_inset
40682
40683
40684 \end_layout
40685
40686 \begin_layout Description
40687 Listings This type is described in chapter
40688 \begin_inset space ~
40689 \end_inset
40690
40691
40692 \begin_inset CommandInset ref
40693 LatexCommand ref
40694 reference "cha:Program-Code-Listings"
40695
40696 \end_inset
40697
40698 .
40699 \end_layout
40700
40701 \begin_layout Standard
40702 \begin_inset Note Greyedout
40703 status open
40704
40705 \begin_layout Plain Layout
40706
40707 \series bold
40708 Note:
40709 \series default
40710  Including the same document twice in a document using different methods
40711  could cause \SpecialChar LaTeX
40712 -problems.
40713 \end_layout
40714
40715 \end_inset
40716
40717
40718 \end_layout
40719
40720 \begin_layout Standard
40721 If you want to view/export only selected children of your master document,
40722  either because you want to save compiling time or because you want to distribut
40723 e single chapters of the book you are just writing, you can exclude children
40724  from the output.
40725  This is done via the menu 
40726 \family sans
40727 Document\SpecialChar menuseparator
40728 Settings\SpecialChar menuseparator
40729 Child Documents
40730 \family default
40731 .
40732  You can exclude\SpecialChar breakableslash
40733 include children by double-clicking on the 
40734 \family sans
40735 include to output
40736 \family default
40737  column of the respective child document in the list (note that this only
40738  works for documents embedded via 
40739 \begin_inset Quotes eld
40740 \end_inset
40741
40742 Include
40743 \begin_inset Quotes erd
40744 \end_inset
40745
40746 , not with 
40747 \begin_inset Quotes eld
40748 \end_inset
40749
40750 Input
40751 \begin_inset Quotes erd
40752 \end_inset
40753
40754 ).
40755  If the option 
40756 \family sans
40757 Maintain counters and references
40758 \family default
40759  is enabled, \SpecialChar LyX
40760  will assure that all page numbers, references etc.
40761 \begin_inset space ~
40762 \end_inset
40763
40764 are correct as if the whole document was processed.
40765  This is useful if you want the selected sub-documents to look exactly as
40766  in the context of the whole document.
40767  However, \SpecialChar LyX
40768  needs to process the whole document in the background for this
40769  feature.
40770  So if you want to save compile time and if counters and references do not
40771  need to be correct, disable this checkbox.
40772 \end_layout
40773
40774 \begin_layout Standard
40775 Alternatively, you can put each included file into a branch.
40776 \begin_inset Foot
40777 status collapsed
40778
40779 \begin_layout Plain Layout
40780 Branches are described in section 
40781 \emph on
40782 Branches
40783 \emph default
40784  of the \SpecialChar LyX
40785  
40786 \emph on
40787 Userguide
40788 \emph default
40789 .
40790 \end_layout
40791
40792 \end_inset
40793
40794  By enabling\SpecialChar breakableslash
40795 disabling branches you can decide which included files will
40796  appear in the output.
40797  This has the advantage that it also works with Input'ed sub-documents.
40798  However, counters and references will not be maintained with this approach.
40799 \end_layout
40800
40801 \begin_layout Chapter
40802 Program Code Listings
40803 \begin_inset CommandInset label
40804 LatexCommand label
40805 name "cha:Program-Code-Listings"
40806
40807 \end_inset
40808
40809
40810 \begin_inset Index idx
40811 status collapsed
40812
40813 \begin_layout Plain Layout
40814 Listings
40815 \end_layout
40816
40817 \end_inset
40818
40819
40820 \begin_inset Index idx
40821 status collapsed
40822
40823 \begin_layout Plain Layout
40824 Program Code
40825 \end_layout
40826
40827 \end_inset
40828
40829
40830 \begin_inset Index idx
40831 status collapsed
40832
40833 \begin_layout Plain Layout
40834 Floats ! Listings
40835 \end_layout
40836
40837 \end_inset
40838
40839
40840 \end_layout
40841
40842 \begin_layout Standard
40843 To include and typeset program code you can use the 
40844 \family sans
40845 Listings
40846 \family default
40847  inset that can be inserted via the menu 
40848 \family sans
40849 Insert\SpecialChar menuseparator
40850 Program Listing
40851 \family default
40852 .
40853  The \SpecialChar LaTeX
40854 -package 
40855 \series bold
40856 listings
40857 \series default
40858
40859 \begin_inset Index idx
40860 status collapsed
40861
40862 \begin_layout Plain Layout
40863 \SpecialChar LaTeX
40864 -packages ! listings
40865 \end_layout
40866
40867 \end_inset
40868
40869  provides a powerful and flexible way to insert program source code into
40870  your document.
40871 \end_layout
40872
40873 \begin_layout Standard
40874 Right-clicking on a listings inset opens the context menu containing where
40875  you can set the listings format.
40876 \end_layout
40877
40878 \begin_layout Standard
40879 By default, a listing starts a new paragraph in the output.
40880  The placement option 
40881 \family sans
40882 Inline
40883 \begin_inset space ~
40884 \end_inset
40885
40886 listing
40887 \family default
40888  prints the listing inline like this: 
40889 \begin_inset listings
40890 lstparams "language={C++}"
40891 inline true
40892 status open
40893
40894 \begin_layout Plain Layout
40895
40896 int a=5;
40897 \end_layout
40898
40899 \end_inset
40900
40901
40902 \begin_inset Newline newline
40903 \end_inset
40904
40905 The option 
40906 \family sans
40907 Float
40908 \family default
40909  creates a listings float where you can specify the placement options 
40910 \begin_inset Quotes eld
40911 \end_inset
40912
40913
40914 \family sans
40915 h
40916 \family default
40917
40918 \begin_inset Quotes erd
40919 \end_inset
40920
40921
40922 \begin_inset Quotes eld
40923 \end_inset
40924
40925
40926 \family sans
40927 t
40928 \family default
40929
40930 \begin_inset Quotes erd
40931 \end_inset
40932
40933
40934 \begin_inset Quotes eld
40935 \end_inset
40936
40937
40938 \family sans
40939 b
40940 \family default
40941
40942 \begin_inset Quotes erd
40943 \end_inset
40944
40945 , and 
40946 \begin_inset Quotes eld
40947 \end_inset
40948
40949
40950 \family sans
40951 p
40952 \family default
40953
40954 \begin_inset Quotes erd
40955 \end_inset
40956
40957  corresponding to the float placement options described in section
40958 \begin_inset space ~
40959 \end_inset
40960
40961
40962 \begin_inset CommandInset ref
40963 LatexCommand ref
40964 reference "sec:Float-Placement"
40965
40966 \end_inset
40967
40968 .
40969  The placement options can be mixed and are inserted without any separation,
40970  e.
40971 \begin_inset space \thinspace{}
40972 \end_inset
40973
40974 g.
40975 \begin_inset space \space{}
40976 \end_inset
40977
40978
40979 \begin_inset Quotes eld
40980 \end_inset
40981
40982
40983 \family sans
40984 htbp
40985 \family default
40986
40987 \begin_inset Quotes erd
40988 \end_inset
40989
40990 .
40991  The option 
40992 \begin_inset Quotes eld
40993 \end_inset
40994
40995 h
40996 \begin_inset Quotes erd
40997 \end_inset
40998
40999  has sometimes no effect, but you don't need to use the 
41000 \family sans
41001 Float
41002 \family default
41003  option in this case as also non-float listings can have captions and be
41004  referenced.
41005 \end_layout
41006
41007 \begin_layout Standard
41008 You can add captions to listings with the menu 
41009 \family sans
41010 Insert\SpecialChar menuseparator
41011 Caption
41012 \family default
41013 .
41014  Listings can be referenced like floats: Listing
41015 \begin_inset space ~
41016 \end_inset
41017
41018
41019 \begin_inset CommandInset ref
41020 LatexCommand ref
41021 reference "lst:Example-Listing"
41022
41023 \end_inset
41024
41025 .
41026  A list of listings which contains all listings with captions can be created
41027  via the menu 
41028 \family sans
41029 Insert\SpecialChar menuseparator
41030 List
41031 \begin_inset space ~
41032 \end_inset
41033
41034 /
41035 \begin_inset space ~
41036 \end_inset
41037
41038 TOC\SpecialChar menuseparator
41039 List of Listings
41040 \family default
41041 .
41042  The list entries are the listing caption and the listing number.
41043 \end_layout
41044
41045 \begin_layout Standard
41046 \begin_inset listings
41047 lstparams "language=Python"
41048 inline false
41049 status open
41050
41051 \begin_layout Plain Layout
41052
41053 \begin_inset Caption Standard
41054
41055 \begin_layout Plain Layout
41056 \begin_inset CommandInset label
41057 LatexCommand label
41058 name "lst:Example-Listing"
41059
41060 \end_inset
41061
41062 Example Listing float
41063 \end_layout
41064
41065 \end_inset
41066
41067 # Example listing float
41068 \end_layout
41069
41070 \begin_layout Plain Layout
41071
41072 def func(param):
41073 \end_layout
41074
41075 \begin_layout Plain Layout
41076
41077     'this is a python function'
41078 \end_layout
41079
41080 \begin_layout Plain Layout
41081
41082     pass
41083 \end_layout
41084
41085 \end_inset
41086
41087
41088 \end_layout
41089
41090 \begin_layout Standard
41091 When you have set a programming language in the listings dialog, the keywords
41092  of this language will be recognized and specially typeset in the output.
41093  In the example listings the Python keyword 
41094 \begin_inset Quotes eld
41095 \end_inset
41096
41097 def
41098 \begin_inset Quotes erd
41099 \end_inset
41100
41101  is recognized and printed bold in the output.
41102 \end_layout
41103
41104 \begin_layout Standard
41105 \begin_inset Note Greyedout
41106 status open
41107
41108 \begin_layout Plain Layout
41109
41110 \series bold
41111 Note:
41112 \series default
41113  If you don't get bold keywords when using typewriter fonts, your 
41114 \family typewriter
41115 typewriter
41116 \family default
41117  font probably doesn't provide a bold shape.
41118  In this case select a different one in the menu 
41119 \family sans
41120 Document\SpecialChar menuseparator
41121 Settings\SpecialChar menuseparator
41122 Fonts
41123 \family default
41124 .
41125  (The fonts 
41126 \emph on
41127 LuxiMono, BeraMono
41128 \emph default
41129  and 
41130 \emph on
41131 Courier
41132 \emph default
41133  provide bold shapes.)
41134 \end_layout
41135
41136 \end_inset
41137
41138
41139 \end_layout
41140
41141 \begin_layout Standard
41142 In section 
41143 \family sans
41144 Line
41145 \begin_inset space ~
41146 \end_inset
41147
41148 numbering
41149 \family default
41150  of the listings dialog you can specify the line numbering style.
41151  You can insert a number to specify which lines are numbered in the field
41152  
41153 \family sans
41154 Step
41155 \family default
41156 .
41157  When you insert e.
41158 \begin_inset space \thinspace{}
41159 \end_inset
41160
41161 g.
41162 \begin_inset space \space{}
41163 \end_inset
41164
41165
41166 \begin_inset Quotes eld
41167 \end_inset
41168
41169 3
41170 \begin_inset Quotes erd
41171 \end_inset
41172
41173 , only every 3rd line will be numbered.
41174 \end_layout
41175
41176 \begin_layout Standard
41177 You can furthermore specify a range of lines; only these will then appear
41178  in the output.
41179  The option 
41180 \family sans
41181 Extended character table
41182 \family default
41183  should be used when you use national characters like the German umlauts
41184  in the listing.
41185 \begin_inset Newline newline
41186 \end_inset
41187
41188 Here is an example listing with left line numbering, step 
41189 \begin_inset Quotes eld
41190 \end_inset
41191
41192 3
41193 \begin_inset Quotes erd
41194 \end_inset
41195
41196 , language 
41197 \begin_inset Quotes eld
41198 \end_inset
41199
41200 Python
41201 \begin_inset Quotes erd
41202 \end_inset
41203
41204 , options 
41205 \begin_inset Quotes eld
41206 \end_inset
41207
41208 Extended character table
41209 \begin_inset Quotes erd
41210 \end_inset
41211
41212  and 
41213 \begin_inset Quotes eld
41214 \end_inset
41215
41216 Space
41217 \begin_inset space ~
41218 \end_inset
41219
41220 as
41221 \begin_inset space ~
41222 \end_inset
41223
41224 symbol
41225 \begin_inset Quotes erd
41226 \end_inset
41227
41228 , range lines 3
41229 \begin_inset space \thinspace{}
41230 \end_inset
41231
41232 -
41233 \begin_inset space \thinspace{}
41234 \end_inset
41235
41236 8:
41237 \end_layout
41238
41239 \begin_layout Standard
41240 \begin_inset listings
41241 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41242 inline false
41243 status open
41244
41245 \begin_layout Plain Layout
41246
41247 def func(param):
41248 \end_layout
41249
41250 \begin_layout Plain Layout
41251
41252     'this is a python function'
41253 \end_layout
41254
41255 \begin_layout Plain Layout
41256
41257     pass
41258 \end_layout
41259
41260 \begin_layout Plain Layout
41261
41262 def func(param):
41263 \end_layout
41264
41265 \begin_layout Plain Layout
41266
41267 'This is a German word: Tschüß'
41268 \end_layout
41269
41270 \begin_layout Plain Layout
41271
41272 pass
41273 \end_layout
41274
41275 \begin_layout Plain Layout
41276
41277 def func(param):
41278 \end_layout
41279
41280 \begin_layout Plain Layout
41281
41282 'this is a python function'
41283 \end_layout
41284
41285 \begin_layout Plain Layout
41286
41287 pass
41288 \end_layout
41289
41290 \end_inset
41291
41292
41293 \end_layout
41294
41295 \begin_layout Standard
41296 When you have tabulators in your listing, you can specify the number of
41297  characters that are spanned by a tabulator in the field 
41298 \family sans
41299 Tabulator
41300 \begin_inset space ~
41301 \end_inset
41302
41303 size
41304 \family default
41305 .
41306 \end_layout
41307
41308 \begin_layout Standard
41309 \begin_inset Note Greyedout
41310 status open
41311
41312 \begin_layout Plain Layout
41313
41314 \series bold
41315 Note:
41316 \series default
41317  Due to a bug in the 
41318 \series bold
41319 listings
41320 \series default
41321  package the line numbering is shifted by a line by every previous listing.
41322  That's the reason why the lines 2 and 5 are numbered in the above listing
41323  and not the lines 3 and 6.
41324 \end_layout
41325
41326 \end_inset
41327
41328
41329 \end_layout
41330
41331 \begin_layout Standard
41332 \begin_inset VSpace bigskip
41333 \end_inset
41334
41335
41336 \end_layout
41337
41338 \begin_layout Standard
41339 It is also possible to print lines from a file as listing.
41340  To do this, use the menu 
41341 \family sans
41342 Insert\SpecialChar menuseparator
41343 File\SpecialChar menuseparator
41344 Child Document
41345 \family default
41346  and choose the type 
41347 \family sans
41348 Listings
41349 \family default
41350 .
41351 \begin_inset Foot
41352 status collapsed
41353
41354 \begin_layout Plain Layout
41355 The other child document types are described in section
41356 \begin_inset space ~
41357 \end_inset
41358
41359
41360 \begin_inset CommandInset ref
41361 LatexCommand ref
41362 reference "sec:Child-Documents"
41363
41364 \end_inset
41365
41366 .
41367 \end_layout
41368
41369 \end_inset
41370
41371  In the child document dialog you can specify the listing parameters in
41372  a text box.
41373  To show a list of all available parameters, type in a question mark 
41374 \begin_inset Quotes eld
41375 \end_inset
41376
41377 ?
41378 \begin_inset Quotes erd
41379 \end_inset
41380
41381  in the text box.
41382 \end_layout
41383
41384 \begin_layout Standard
41385 To reference child document listings, write a label text into the corresponding
41386  field of the child document dialog.
41387  The label can then be referenced using the menu 
41388 \family sans
41389 Insert\SpecialChar menuseparator
41390 Cross-Reference
41391 \family default
41392 .
41393 \end_layout
41394
41395 \begin_layout Standard
41396 Listing
41397 \begin_inset space ~
41398 \end_inset
41399
41400
41401 \begin_inset CommandInset ref
41402 LatexCommand ref
41403 reference "lst:file-listing"
41404
41405 \end_inset
41406
41407  is an example for a listing of a file; there the lines 10
41408 \begin_inset space \thinspace{}
41409 \end_inset
41410
41411 -
41412 \begin_inset space \thinspace{}
41413 \end_inset
41414
41415 15 of this \SpecialChar LyX
41416  file are listed.
41417 \end_layout
41418
41419 \begin_layout Standard
41420 \begin_inset CommandInset include
41421 LatexCommand lstinputlisting
41422 filename "EmbeddedObjects.lyx"
41423 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41424
41425 \end_inset
41426
41427
41428 \end_layout
41429
41430 \begin_layout Standard
41431 \begin_inset VSpace bigskip
41432 \end_inset
41433
41434
41435 \end_layout
41436
41437 \begin_layout Standard
41438 Inserting a formula into a listing can be done the following way:
41439 \end_layout
41440
41441 \begin_layout Enumerate
41442 Open the listings dialog and add
41443 \begin_inset Newline newline
41444 \end_inset
41445
41446
41447 \family sans
41448 mathescape=true
41449 \family default
41450
41451 \begin_inset Newline newline
41452 \end_inset
41453
41454 to the field of the 
41455 \family sans
41456 Advanced
41457 \family default
41458  tab.
41459 \end_layout
41460
41461 \begin_layout Enumerate
41462 Create a formula outside the listing
41463 \end_layout
41464
41465 \begin_layout Enumerate
41466 Copy the content of the formula (not the formula inset) to the clipboard
41467  (shortcut 
41468 \begin_inset Info
41469 type  "shortcut"
41470 arg   "copy"
41471 \end_inset
41472
41473 )
41474 \end_layout
41475
41476 \begin_layout Enumerate
41477 In the listing write 
41478 \begin_inset Quotes eld
41479 \end_inset
41480
41481
41482 \family sans
41483 $$
41484 \family default
41485
41486 \begin_inset Quotes erd
41487 \end_inset
41488
41489  and copy from the clipboard between the dollar-signs (shortcut 
41490 \begin_inset Info
41491 type  "shortcut"
41492 arg   "paste"
41493 \end_inset
41494
41495 )
41496 \end_layout
41497
41498 \begin_layout Standard
41499 \begin_inset listings
41500 lstparams "language=Python,mathescape=true"
41501 inline false
41502 status open
41503
41504 \begin_layout Plain Layout
41505
41506 \begin_inset Caption Standard
41507
41508 \begin_layout Plain Layout
41509 Example Listing float containing a formula
41510 \end_layout
41511
41512 \end_inset
41513
41514 # Example listing float
41515 \end_layout
41516
41517 \begin_layout Plain Layout
41518
41519 def func(param):
41520 \end_layout
41521
41522 \begin_layout Plain Layout
41523
41524     # $
41525 \backslash
41526 prod_{n=1}^{
41527 \backslash
41528 infty}
41529 \backslash
41530 ,
41531 \backslash
41532 frac{1}{x^{2}}$
41533 \end_layout
41534
41535 \begin_layout Plain Layout
41536
41537     pass
41538 \end_layout
41539
41540 \end_inset
41541
41542
41543 \end_layout
41544
41545 \begin_layout Standard
41546 \begin_inset VSpace bigskip
41547 \end_inset
41548
41549
41550 \end_layout
41551
41552 \begin_layout Standard
41553 Global listings settings can be set in the 
41554 \family sans
41555 Document\SpecialChar menuseparator
41556 Settings\SpecialChar menuseparator
41557 Listings
41558 \family default
41559  dialog.
41560  To get there a list of available options, type in a question mark 
41561 \begin_inset Quotes eld
41562 \end_inset
41563
41564 ?
41565 \begin_inset Quotes erd
41566 \end_inset
41567
41568 .
41569 \end_layout
41570
41571 \begin_layout Standard
41572 For more information about the 
41573 \series bold
41574 listings
41575 \series default
41576  package, we refer to its documentation 
41577 \begin_inset CommandInset citation
41578 LatexCommand cite
41579 key "listings"
41580
41581 \end_inset
41582
41583 .
41584 \end_layout
41585
41586 \begin_layout Standard
41587 \begin_inset Newpage newpage
41588 \end_inset
41589
41590
41591 \end_layout
41592
41593 \begin_layout Chapter
41594 \start_of_appendix
41595 Units available in \SpecialChar LyX
41596
41597 \begin_inset Index idx
41598 status collapsed
41599
41600 \begin_layout Plain Layout
41601 Units
41602 \end_layout
41603
41604 \end_inset
41605
41606
41607 \begin_inset CommandInset label
41608 LatexCommand label
41609 name "cha:Units-available-in"
41610
41611 \end_inset
41612
41613
41614 \end_layout
41615
41616 \begin_layout Standard
41617 To understand the units described in this documentation, Table
41618 \begin_inset space ~
41619 \end_inset
41620
41621
41622 \begin_inset CommandInset ref
41623 LatexCommand ref
41624 reference "tab:Units"
41625
41626 \end_inset
41627
41628  explains all units available in \SpecialChar LyX
41629 .
41630 \end_layout
41631
41632 \begin_layout Standard
41633 \begin_inset Float table
41634 placement h
41635 wide false
41636 sideways false
41637 status open
41638
41639 \begin_layout Plain Layout
41640 \begin_inset Caption Standard
41641
41642 \begin_layout Plain Layout
41643 \begin_inset CommandInset label
41644 LatexCommand label
41645 name "tab:Units"
41646
41647 \end_inset
41648
41649 Units
41650 \end_layout
41651
41652 \end_inset
41653
41654
41655 \end_layout
41656
41657 \begin_layout Plain Layout
41658 \begin_inset VSpace medskip
41659 \end_inset
41660
41661
41662 \end_layout
41663
41664 \begin_layout Plain Layout
41665 \align center
41666 \begin_inset Tabular
41667 <lyxtabular version="3" rows="20" columns="3">
41668 <features tabularvalignment="middle">
41669 <column alignment="center" valignment="top">
41670 <column alignment="center" valignment="top">
41671 <column alignment="center" valignment="top">
41672 <row>
41673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41674 \begin_inset Text
41675
41676 \begin_layout Plain Layout
41677 unit
41678 \end_layout
41679
41680 \end_inset
41681 </cell>
41682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41683 \begin_inset Text
41684
41685 \begin_layout Plain Layout
41686 name/description
41687 \end_layout
41688
41689 \end_inset
41690 </cell>
41691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41692 \begin_inset Text
41693
41694 \begin_layout Plain Layout
41695 \SpecialChar LaTeX
41696  command
41697 \end_layout
41698
41699 \end_inset
41700 </cell>
41701 </row>
41702 <row>
41703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41704 \begin_inset Text
41705
41706 \begin_layout Plain Layout
41707 mm
41708 \end_layout
41709
41710 \end_inset
41711 </cell>
41712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41713 \begin_inset Text
41714
41715 \begin_layout Plain Layout
41716 millimeter
41717 \end_layout
41718
41719 \end_inset
41720 </cell>
41721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41722 \begin_inset Text
41723
41724 \begin_layout Plain Layout
41725 -
41726 \end_layout
41727
41728 \end_inset
41729 </cell>
41730 </row>
41731 <row>
41732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41733 \begin_inset Text
41734
41735 \begin_layout Plain Layout
41736 cm
41737 \end_layout
41738
41739 \end_inset
41740 </cell>
41741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41742 \begin_inset Text
41743
41744 \begin_layout Plain Layout
41745 centimeter
41746 \end_layout
41747
41748 \end_inset
41749 </cell>
41750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41751 \begin_inset Text
41752
41753 \begin_layout Plain Layout
41754 -
41755 \end_layout
41756
41757 \end_inset
41758 </cell>
41759 </row>
41760 <row>
41761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41762 \begin_inset Text
41763
41764 \begin_layout Plain Layout
41765 in
41766 \end_layout
41767
41768 \end_inset
41769 </cell>
41770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41771 \begin_inset Text
41772
41773 \begin_layout Plain Layout
41774 inch
41775 \end_layout
41776
41777 \end_inset
41778 </cell>
41779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41780 \begin_inset Text
41781
41782 \begin_layout Plain Layout
41783 -
41784 \end_layout
41785
41786 \end_inset
41787 </cell>
41788 </row>
41789 <row>
41790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41791 \begin_inset Text
41792
41793 \begin_layout Plain Layout
41794 pt
41795 \end_layout
41796
41797 \end_inset
41798 </cell>
41799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41800 \begin_inset Text
41801
41802 \begin_layout Plain Layout
41803 point (72.27
41804 \begin_inset space \thinspace{}
41805 \end_inset
41806
41807 pt = 1
41808 \begin_inset space \thinspace{}
41809 \end_inset
41810
41811 in)
41812 \end_layout
41813
41814 \end_inset
41815 </cell>
41816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41817 \begin_inset Text
41818
41819 \begin_layout Plain Layout
41820 -
41821 \end_layout
41822
41823 \end_inset
41824 </cell>
41825 </row>
41826 <row>
41827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41828 \begin_inset Text
41829
41830 \begin_layout Plain Layout
41831 pc
41832 \end_layout
41833
41834 \end_inset
41835 </cell>
41836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41837 \begin_inset Text
41838
41839 \begin_layout Plain Layout
41840 pica (1
41841 \begin_inset space \thinspace{}
41842 \end_inset
41843
41844 pc = 12
41845 \begin_inset space \thinspace{}
41846 \end_inset
41847
41848 pt)
41849 \end_layout
41850
41851 \end_inset
41852 </cell>
41853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41854 \begin_inset Text
41855
41856 \begin_layout Plain Layout
41857 -
41858 \end_layout
41859
41860 \end_inset
41861 </cell>
41862 </row>
41863 <row>
41864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41865 \begin_inset Text
41866
41867 \begin_layout Plain Layout
41868 sp
41869 \end_layout
41870
41871 \end_inset
41872 </cell>
41873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41874 \begin_inset Text
41875
41876 \begin_layout Plain Layout
41877 scaled point (65536
41878 \begin_inset space \thinspace{}
41879 \end_inset
41880
41881 sp = 1
41882 \begin_inset space \thinspace{}
41883 \end_inset
41884
41885 pt)
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894 -
41895 \end_layout
41896
41897 \end_inset
41898 </cell>
41899 </row>
41900 <row>
41901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41902 \begin_inset Text
41903
41904 \begin_layout Plain Layout
41905 bp
41906 \end_layout
41907
41908 \end_inset
41909 </cell>
41910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41911 \begin_inset Text
41912
41913 \begin_layout Plain Layout
41914 big point (72
41915 \begin_inset space \thinspace{}
41916 \end_inset
41917
41918 bp = 1
41919 \begin_inset space \thinspace{}
41920 \end_inset
41921
41922 in)
41923 \end_layout
41924
41925 \end_inset
41926 </cell>
41927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41928 \begin_inset Text
41929
41930 \begin_layout Plain Layout
41931 -
41932 \end_layout
41933
41934 \end_inset
41935 </cell>
41936 </row>
41937 <row>
41938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41939 \begin_inset Text
41940
41941 \begin_layout Plain Layout
41942 dd
41943 \end_layout
41944
41945 \end_inset
41946 </cell>
41947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41948 \begin_inset Text
41949
41950 \begin_layout Plain Layout
41951 didot (1
41952 \begin_inset space \thinspace{}
41953 \end_inset
41954
41955 dd 
41956 \begin_inset Formula $\approx$
41957 \end_inset
41958
41959  0.376
41960 \begin_inset space \thinspace{}
41961 \end_inset
41962
41963 mm)
41964 \end_layout
41965
41966 \end_inset
41967 </cell>
41968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41969 \begin_inset Text
41970
41971 \begin_layout Plain Layout
41972 -
41973 \end_layout
41974
41975 \end_inset
41976 </cell>
41977 </row>
41978 <row>
41979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41980 \begin_inset Text
41981
41982 \begin_layout Plain Layout
41983 cc
41984 \end_layout
41985
41986 \end_inset
41987 </cell>
41988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41989 \begin_inset Text
41990
41991 \begin_layout Plain Layout
41992 cicero (1
41993 \begin_inset space \thinspace{}
41994 \end_inset
41995
41996 cc = 12
41997 \begin_inset space \thinspace{}
41998 \end_inset
41999
42000 dd)
42001 \end_layout
42002
42003 \end_inset
42004 </cell>
42005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42006 \begin_inset Text
42007
42008 \begin_layout Plain Layout
42009 -
42010 \end_layout
42011
42012 \end_inset
42013 </cell>
42014 </row>
42015 <row>
42016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42017 \begin_inset Text
42018
42019 \begin_layout Plain Layout
42020 Scale Graphics %
42021 \end_layout
42022
42023 \end_inset
42024 </cell>
42025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42026 \begin_inset Text
42027
42028 \begin_layout Plain Layout
42029 % of original image width
42030 \end_layout
42031
42032 \end_inset
42033 </cell>
42034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42035 \begin_inset Text
42036
42037 \begin_layout Plain Layout
42038
42039 \end_layout
42040
42041 \end_inset
42042 </cell>
42043 </row>
42044 <row>
42045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42046 \begin_inset Text
42047
42048 \begin_layout Plain Layout
42049 Text Width %
42050 \end_layout
42051
42052 \end_inset
42053 </cell>
42054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42055 \begin_inset Text
42056
42057 \begin_layout Plain Layout
42058 % of text width
42059 \end_layout
42060
42061 \end_inset
42062 </cell>
42063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42064 \begin_inset Text
42065
42066 \begin_layout Plain Layout
42067
42068 \backslash
42069 textwidth
42070 \end_layout
42071
42072 \end_inset
42073 </cell>
42074 </row>
42075 <row>
42076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42077 \begin_inset Text
42078
42079 \begin_layout Plain Layout
42080 Column Width %
42081 \end_layout
42082
42083 \end_inset
42084 </cell>
42085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42086 \begin_inset Text
42087
42088 \begin_layout Plain Layout
42089 % of column width
42090 \end_layout
42091
42092 \end_inset
42093 </cell>
42094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42095 \begin_inset Text
42096
42097 \begin_layout Plain Layout
42098
42099 \backslash
42100 columnwidth
42101 \end_layout
42102
42103 \end_inset
42104 </cell>
42105 </row>
42106 <row>
42107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42108 \begin_inset Text
42109
42110 \begin_layout Plain Layout
42111 Page Width %
42112 \end_layout
42113
42114 \end_inset
42115 </cell>
42116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42117 \begin_inset Text
42118
42119 \begin_layout Plain Layout
42120 % of paper width
42121 \end_layout
42122
42123 \end_inset
42124 </cell>
42125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42126 \begin_inset Text
42127
42128 \begin_layout Plain Layout
42129
42130 \backslash
42131 paperwidth
42132 \end_layout
42133
42134 \end_inset
42135 </cell>
42136 </row>
42137 <row>
42138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42139 \begin_inset Text
42140
42141 \begin_layout Plain Layout
42142 Line Width %
42143 \end_layout
42144
42145 \end_inset
42146 </cell>
42147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42148 \begin_inset Text
42149
42150 \begin_layout Plain Layout
42151 % of line width
42152 \end_layout
42153
42154 \end_inset
42155 </cell>
42156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42157 \begin_inset Text
42158
42159 \begin_layout Plain Layout
42160
42161 \backslash
42162 linewidth
42163 \end_layout
42164
42165 \end_inset
42166 </cell>
42167 </row>
42168 <row>
42169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42170 \begin_inset Text
42171
42172 \begin_layout Plain Layout
42173 Text Height %
42174 \end_layout
42175
42176 \end_inset
42177 </cell>
42178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42179 \begin_inset Text
42180
42181 \begin_layout Plain Layout
42182 % of text height
42183 \end_layout
42184
42185 \end_inset
42186 </cell>
42187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42188 \begin_inset Text
42189
42190 \begin_layout Plain Layout
42191
42192 \backslash
42193 textheight
42194 \end_layout
42195
42196 \end_inset
42197 </cell>
42198 </row>
42199 <row>
42200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42201 \begin_inset Text
42202
42203 \begin_layout Plain Layout
42204 Page Height %
42205 \end_layout
42206
42207 \end_inset
42208 </cell>
42209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42210 \begin_inset Text
42211
42212 \begin_layout Plain Layout
42213 % of paper height
42214 \end_layout
42215
42216 \end_inset
42217 </cell>
42218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42219 \begin_inset Text
42220
42221 \begin_layout Plain Layout
42222
42223 \backslash
42224 paperheight
42225 \end_layout
42226
42227 \end_inset
42228 </cell>
42229 </row>
42230 <row>
42231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42232 \begin_inset Text
42233
42234 \begin_layout Plain Layout
42235 ex
42236 \end_layout
42237
42238 \end_inset
42239 </cell>
42240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42241 \begin_inset Text
42242
42243 \begin_layout Plain Layout
42244 height of letter 
42245 \emph on
42246 x
42247 \emph default
42248  in current font
42249 \end_layout
42250
42251 \end_inset
42252 </cell>
42253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42254 \begin_inset Text
42255
42256 \begin_layout Plain Layout
42257 -
42258 \end_layout
42259
42260 \end_inset
42261 </cell>
42262 </row>
42263 <row>
42264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42265 \begin_inset Text
42266
42267 \begin_layout Plain Layout
42268 em
42269 \end_layout
42270
42271 \end_inset
42272 </cell>
42273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42274 \begin_inset Text
42275
42276 \begin_layout Plain Layout
42277 width of letter 
42278 \emph on
42279 M
42280 \emph default
42281  in current font
42282 \end_layout
42283
42284 \end_inset
42285 </cell>
42286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42287 \begin_inset Text
42288
42289 \begin_layout Plain Layout
42290 -
42291 \end_layout
42292
42293 \end_inset
42294 </cell>
42295 </row>
42296 <row>
42297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42298 \begin_inset Text
42299
42300 \begin_layout Plain Layout
42301 mu
42302 \end_layout
42303
42304 \end_inset
42305 </cell>
42306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42307 \begin_inset Text
42308
42309 \begin_layout Plain Layout
42310 math unit (1
42311 \begin_inset space \thinspace{}
42312 \end_inset
42313
42314 mu = 1/18
42315 \begin_inset space \thinspace{}
42316 \end_inset
42317
42318 em)
42319 \end_layout
42320
42321 \end_inset
42322 </cell>
42323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42324 \begin_inset Text
42325
42326 \begin_layout Plain Layout
42327 -
42328 \end_layout
42329
42330 \end_inset
42331 </cell>
42332 </row>
42333 </lyxtabular>
42334
42335 \end_inset
42336
42337
42338 \end_layout
42339
42340 \end_inset
42341
42342
42343 \end_layout
42344
42345 \begin_layout Chapter
42346 Output File Formats with Graphics
42347 \begin_inset CommandInset label
42348 LatexCommand label
42349 name "cha:Output-File-Formats"
42350
42351 \end_inset
42352
42353
42354 \end_layout
42355
42356 \begin_layout Section
42357 DVI
42358 \begin_inset Index idx
42359 status collapsed
42360
42361 \begin_layout Plain Layout
42362 File Formats ! DVI
42363 \end_layout
42364
42365 \end_inset
42366
42367
42368 \begin_inset Index idx
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372 DVI|see
42373 \begin_inset ERT
42374 status collapsed
42375
42376 \begin_layout Plain Layout
42377
42378 {
42379 \end_layout
42380
42381 \end_inset
42382
42383 File Formats
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389 }
42390 \end_layout
42391
42392 \end_inset
42393
42394
42395 \end_layout
42396
42397 \end_inset
42398
42399
42400 \end_layout
42401
42402 \begin_layout Standard
42403 This file type has the extension 
42404 \begin_inset Quotes eld
42405 \end_inset
42406
42407
42408 \family typewriter
42409 .dvi
42410 \family default
42411
42412 \begin_inset Quotes erd
42413 \end_inset
42414
42415 .
42416  It is called 
42417 \begin_inset Quotes eld
42418 \end_inset
42419
42420 device-independent
42421 \begin_inset Quotes erd
42422 \end_inset
42423
42424  (DVI), because it is completely portable; you can move them from one machine
42425  to another without needing to do any sort of conversion.
42426  At the time when this file-format was developed, this was no matter of
42427  course.
42428  DVIs are used for quick previews and as pre-stage for other output formats,
42429  like PostScript.
42430 \end_layout
42431
42432 \begin_layout Standard
42433 \begin_inset Note Greyedout
42434 status open
42435
42436 \begin_layout Plain Layout
42437
42438 \series bold
42439 Note:
42440 \series default
42441  DVI-files do not contain images; they will only be a linked.
42442 \end_layout
42443
42444 \end_inset
42445
42446  So don't forget this, if you move your 
42447 \family typewriter
42448 .dvi
42449 \family default
42450  file to another computer.
42451  This property can also slow down your computer when you view the DVI, because
42452  the DVI-viewer has to convert the image in the background to make it visible
42453  when you scroll in the DVI.
42454  So it is recommended that you use PDF for files with many images.
42455 \end_layout
42456
42457 \begin_layout Standard
42458 You can export your document to DVI by using the menu 
42459 \family sans
42460 File\SpecialChar menuseparator
42461 Export\SpecialChar menuseparator
42462 DVI
42463 \family default
42464 .
42465  You can view your document as DVI via the 
42466 \family sans
42467 View
42468 \family default
42469  menu.
42470 \end_layout
42471
42472 \begin_layout Section
42473 PostScript
42474 \begin_inset Index idx
42475 status collapsed
42476
42477 \begin_layout Plain Layout
42478 File Formats ! PostScript
42479 \end_layout
42480
42481 \end_inset
42482
42483
42484 \begin_inset Index idx
42485 status collapsed
42486
42487 \begin_layout Plain Layout
42488 PostScript|see
42489 \begin_inset ERT
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493
42494 {
42495 \end_layout
42496
42497 \end_inset
42498
42499 File Formats
42500 \begin_inset ERT
42501 status collapsed
42502
42503 \begin_layout Plain Layout
42504
42505 }
42506 \end_layout
42507
42508 \end_inset
42509
42510
42511 \end_layout
42512
42513 \end_inset
42514
42515
42516 \end_layout
42517
42518 \begin_layout Standard
42519 This file type has the extension 
42520 \begin_inset Quotes eld
42521 \end_inset
42522
42523
42524 \family typewriter
42525 .ps
42526 \family default
42527
42528 \begin_inset Quotes erd
42529 \end_inset
42530
42531 .
42532  PostScript was developed by the company 
42533 \family typewriter
42534 Adobe
42535 \family default
42536  as a printer language.
42537  The file therefore contains commands that the printer uses to print the
42538  file.
42539  PostScript can be seen as a 
42540 \begin_inset Quotes eld
42541 \end_inset
42542
42543 programming language
42544 \begin_inset Quotes erd
42545 \end_inset
42546
42547 ; you can calculate with it and draw diagrams and images.
42548 \begin_inset Foot
42549 status collapsed
42550
42551 \begin_layout Plain Layout
42552 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42553 -package
42554  
42555 \series bold
42556 PSTricks
42557 \series default
42558  
42559 \begin_inset CommandInset citation
42560 LatexCommand cite
42561 key "pstricks"
42562
42563 \end_inset
42564
42565 .
42566 \end_layout
42567
42568 \end_inset
42569
42570  Due to this ability, the files are often bigger than PDFs.
42571 \end_layout
42572
42573 \begin_layout Standard
42574 PostScript can only contain images in the format 
42575 \begin_inset Quotes eld
42576 \end_inset
42577
42578 Encapsulated PostScript
42579 \begin_inset Quotes erd
42580 \end_inset
42581
42582  (EPS, file extension 
42583 \begin_inset Quotes eld
42584 \end_inset
42585
42586
42587 \family typewriter
42588 .eps
42589 \family default
42590
42591 \begin_inset Quotes erd
42592 \end_inset
42593
42594 ).
42595  As \SpecialChar LyX
42596  allows you to use any known image format in your document, it has to
42597  convert images in the background to EPS.
42598  If you have e.g.
42599 \begin_inset space ~
42600 \end_inset
42601
42602 50
42603 \begin_inset space ~
42604 \end_inset
42605
42606 images in your document, \SpecialChar LyX
42607  has to do 50
42608 \begin_inset space ~
42609 \end_inset
42610
42611 conversions whenever you view or export your document.
42612  This will slow down your work flow with \SpecialChar LyX
42613  drastically.
42614  So if you plan to use PostScript, you can insert your images directly as
42615  EPS to avoid this problem.
42616 \end_layout
42617
42618 \begin_layout Standard
42619 You can export your document to PostScript using the menu 
42620 \family sans
42621 File\SpecialChar menuseparator
42622 Export\SpecialChar menuseparator
42623 Postscript
42624 \family default
42625 .
42626  You can view your document as PostScript via the 
42627 \family sans
42628 View
42629 \family default
42630  menu.
42631 \end_layout
42632
42633 \begin_layout Section
42634 PDF
42635 \begin_inset Index idx
42636 status collapsed
42637
42638 \begin_layout Plain Layout
42639 File Formats ! PDF
42640 \end_layout
42641
42642 \end_inset
42643
42644
42645 \begin_inset Index idx
42646 status collapsed
42647
42648 \begin_layout Plain Layout
42649 PDF
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \end_layout
42656
42657 \begin_layout Standard
42658 This file type has the extension 
42659 \begin_inset Quotes eld
42660 \end_inset
42661
42662
42663 \family typewriter
42664 .pdf
42665 \family default
42666
42667 \begin_inset Quotes erd
42668 \end_inset
42669
42670 .
42671  The 
42672 \begin_inset Quotes eld
42673 \end_inset
42674
42675 Portable Document Format
42676 \begin_inset Quotes erd
42677 \end_inset
42678
42679  (PDF) was developed by 
42680 \family typewriter
42681 Adobe
42682 \family default
42683  as a derivative of PostScript.
42684  It is more compressed and it uses fewer commands than PostScript.
42685  As the name 
42686 \begin_inset Quotes eld
42687 \end_inset
42688
42689 portable
42690 \begin_inset Quotes erd
42691 \end_inset
42692
42693  implies, it can be processed at any computer system and the printed output
42694  looks exactly the same.
42695 \end_layout
42696
42697 \begin_layout Standard
42698 PDF can contain images in its own PDF format, in the format 
42699 \begin_inset Quotes eld
42700 \end_inset
42701
42702 Joint Photographic Experts Group
42703 \begin_inset Quotes erd
42704 \end_inset
42705
42706  (JPG, file extension 
42707 \begin_inset Quotes eld
42708 \end_inset
42709
42710
42711 \family typewriter
42712 .jpg
42713 \family default
42714
42715 \begin_inset Quotes erd
42716 \end_inset
42717
42718  or 
42719 \begin_inset Quotes eld
42720 \end_inset
42721
42722
42723 \family typewriter
42724 .jpeg
42725 \family default
42726
42727 \begin_inset Quotes erd
42728 \end_inset
42729
42730 ), and in the format 
42731 \begin_inset Quotes eld
42732 \end_inset
42733
42734 Portable Network Graphics
42735 \begin_inset Quotes erd
42736 \end_inset
42737
42738  (PNG, file extension 
42739 \begin_inset Quotes eld
42740 \end_inset
42741
42742
42743 \family typewriter
42744 .png
42745 \family default
42746
42747 \begin_inset Quotes erd
42748 \end_inset
42749
42750 ).
42751  Nevertheless you can use any other image format, because \SpecialChar LyX
42752  converts them
42753  in the background to one of these formats.
42754  But as described in the section about PostScript, the image conversion
42755  will slow down your work flow.
42756  So it is recommended that you use images in one of the three mentioned
42757  formats.
42758 \end_layout
42759
42760 \begin_layout Standard
42761 You can export your document to PDF via the menu 
42762 \family sans
42763 File\SpecialChar menuseparator
42764 Export
42765 \family default
42766  in three different ways:
42767 \end_layout
42768
42769 \begin_layout Description
42770 PDF
42771 \begin_inset space ~
42772 \end_inset
42773
42774 (ps2pdf) This uses the program 
42775 \family typewriter
42776 ps2pdf
42777 \family default
42778  that creates a PDF from a PostScript-version of your file.
42779  The PostScript-version is produced by the program 
42780 \family typewriter
42781 dvips
42782 \family default
42783  which uses a DVI-version as intermediate step.
42784  So this export variant consists of three conversions.
42785 \end_layout
42786
42787 \begin_layout Description
42788 PDF
42789 \begin_inset space ~
42790 \end_inset
42791
42792 (dvipdfm) This uses the program 
42793 \family typewriter
42794 dvipdfm
42795 \family default
42796  that converts your file in the background to DVI and in a second step to
42797  PDF.
42798 \end_layout
42799
42800 \begin_layout Description
42801 PDF
42802 \begin_inset space ~
42803 \end_inset
42804
42805 (pdflatex) This uses the program 
42806 \family typewriter
42807 pdftex
42808 \family default
42809  that converts your file directly to PDF.
42810 \end_layout
42811
42812 \begin_layout Standard
42813 It is recommended that you use 
42814 \family sans
42815 PDF
42816 \begin_inset space ~
42817 \end_inset
42818
42819 (pdflatex)
42820 \family default
42821  because 
42822 \family typewriter
42823 pdftex
42824 \family default
42825  supports all features of actual PDF-versions, is quick and works stable.
42826  The program 
42827 \family typewriter
42828 dvipdfm
42829 \family default
42830  is not under development and therefore a bit outdated.
42831 \end_layout
42832
42833 \begin_layout Standard
42834 You can view your document as PDF via the 
42835 \family sans
42836 View
42837 \family default
42838  menu or by using a toolbar button.
42839 \end_layout
42840
42841 \begin_layout Chapter
42842 List of dvips color names
42843 \begin_inset CommandInset label
42844 LatexCommand label
42845 name "chap:List-of-dvips-colornames"
42846
42847 \end_inset
42848
42849
42850 \end_layout
42851
42852 \begin_layout Standard
42853 \begin_inset Tabular
42854 <lyxtabular version="3" rows="17" columns="4">
42855 <features tabularvalignment="middle">
42856 <column alignment="left" valignment="top" width="0pt">
42857 <column alignment="left" valignment="top" width="0pt">
42858 <column alignment="left" valignment="top" width="0pt">
42859 <column alignment="left" valignment="top" width="0pt">
42860 <row>
42861 <cell alignment="left" valignment="top" usebox="none">
42862 \begin_inset Text
42863
42864 \begin_layout Plain Layout
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870
42871 \backslash
42872 fcolorbox{black}{
42873 \end_layout
42874
42875 \end_inset
42876
42877 white
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }{
42884 \end_layout
42885
42886 \end_inset
42887
42888 Color
42889 \begin_inset ERT
42890 status collapsed
42891
42892 \begin_layout Plain Layout
42893
42894 }
42895 \end_layout
42896
42897 \end_inset
42898
42899  Color name
42900 \end_layout
42901
42902 \end_inset
42903 </cell>
42904 <cell alignment="left" valignment="top" usebox="none">
42905 \begin_inset Text
42906
42907 \begin_layout Plain Layout
42908 \begin_inset ERT
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912
42913
42914 \backslash
42915 fcolorbox{black}{
42916 \end_layout
42917
42918 \end_inset
42919
42920 white
42921 \begin_inset ERT
42922 status collapsed
42923
42924 \begin_layout Plain Layout
42925
42926 }{
42927 \end_layout
42928
42929 \end_inset
42930
42931 Color
42932 \begin_inset ERT
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936
42937 }
42938 \end_layout
42939
42940 \end_inset
42941
42942  Color name
42943 \end_layout
42944
42945 \end_inset
42946 </cell>
42947 <cell alignment="left" valignment="top" usebox="none">
42948 \begin_inset Text
42949
42950 \begin_layout Plain Layout
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956
42957 \backslash
42958 fcolorbox{black}{
42959 \end_layout
42960
42961 \end_inset
42962
42963 white
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969 }{
42970 \end_layout
42971
42972 \end_inset
42973
42974 Color
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980 }
42981 \end_layout
42982
42983 \end_inset
42984
42985  Color name
42986 \end_layout
42987
42988 \end_inset
42989 </cell>
42990 <cell alignment="left" valignment="top" usebox="none">
42991 \begin_inset Text
42992
42993 \begin_layout Plain Layout
42994 \begin_inset ERT
42995 status collapsed
42996
42997 \begin_layout Plain Layout
42998
42999
43000 \backslash
43001 fcolorbox{black}{
43002 \end_layout
43003
43004 \end_inset
43005
43006 white
43007 \begin_inset ERT
43008 status collapsed
43009
43010 \begin_layout Plain Layout
43011
43012 }{
43013 \end_layout
43014
43015 \end_inset
43016
43017 Color
43018 \begin_inset ERT
43019 status collapsed
43020
43021 \begin_layout Plain Layout
43022
43023 }
43024 \end_layout
43025
43026 \end_inset
43027
43028  Color name
43029 \end_layout
43030
43031 \end_inset
43032 </cell>
43033 </row>
43034 <row>
43035 <cell alignment="center" valignment="top" usebox="none">
43036 \begin_inset Text
43037
43038 \begin_layout Plain Layout
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044
43045 \backslash
43046 fcolorbox{black}{
43047 \end_layout
43048
43049 \end_inset
43050
43051 Apricot
43052 \begin_inset ERT
43053 status collapsed
43054
43055 \begin_layout Plain Layout
43056
43057 }{
43058 \end_layout
43059
43060 \end_inset
43061
43062
43063 \begin_inset Phantom Phantom
43064 status open
43065
43066 \begin_layout Plain Layout
43067 W
43068 \end_layout
43069
43070 \end_inset
43071
43072
43073 \begin_inset ERT
43074 status collapsed
43075
43076 \begin_layout Plain Layout
43077
43078 }
43079 \end_layout
43080
43081 \end_inset
43082
43083  Apricot
43084 \end_layout
43085
43086 \end_inset
43087 </cell>
43088 <cell alignment="center" valignment="top" usebox="none">
43089 \begin_inset Text
43090
43091 \begin_layout Plain Layout
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097
43098 \backslash
43099 fcolorbox{black}{
43100 \end_layout
43101
43102 \end_inset
43103
43104 Aquamarine
43105 \begin_inset ERT
43106 status collapsed
43107
43108 \begin_layout Plain Layout
43109
43110 }{
43111 \end_layout
43112
43113 \end_inset
43114
43115
43116 \begin_inset Phantom Phantom
43117 status open
43118
43119 \begin_layout Plain Layout
43120 W
43121 \end_layout
43122
43123 \end_inset
43124
43125
43126 \begin_inset ERT
43127 status collapsed
43128
43129 \begin_layout Plain Layout
43130
43131 }
43132 \end_layout
43133
43134 \end_inset
43135
43136  Aquamarine
43137 \end_layout
43138
43139 \end_inset
43140 </cell>
43141 <cell alignment="center" valignment="top" usebox="none">
43142 \begin_inset Text
43143
43144 \begin_layout Plain Layout
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150
43151 \backslash
43152 fcolorbox{black}{
43153 \end_layout
43154
43155 \end_inset
43156
43157 Bittersweet
43158 \begin_inset ERT
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162
43163 }{
43164 \end_layout
43165
43166 \end_inset
43167
43168
43169 \begin_inset Phantom Phantom
43170 status open
43171
43172 \begin_layout Plain Layout
43173 W
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset ERT
43180 status collapsed
43181
43182 \begin_layout Plain Layout
43183
43184 }
43185 \end_layout
43186
43187 \end_inset
43188
43189  Bittersweet
43190 \end_layout
43191
43192 \end_inset
43193 </cell>
43194 <cell alignment="center" valignment="top" usebox="none">
43195 \begin_inset Text
43196
43197 \begin_layout Plain Layout
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203
43204 \backslash
43205 fcolorbox{black}{
43206 \end_layout
43207
43208 \end_inset
43209
43210 BlueGreen
43211 \begin_inset ERT
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215
43216 }{
43217 \end_layout
43218
43219 \end_inset
43220
43221
43222 \begin_inset Phantom Phantom
43223 status open
43224
43225 \begin_layout Plain Layout
43226 W
43227 \end_layout
43228
43229 \end_inset
43230
43231
43232 \begin_inset ERT
43233 status collapsed
43234
43235 \begin_layout Plain Layout
43236
43237 }
43238 \end_layout
43239
43240 \end_inset
43241
43242  BlueGreen
43243 \end_layout
43244
43245 \end_inset
43246 </cell>
43247 </row>
43248 <row>
43249 <cell alignment="left" valignment="top" usebox="none">
43250 \begin_inset Text
43251
43252 \begin_layout Plain Layout
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258
43259 \backslash
43260 fcolorbox{black}{
43261 \end_layout
43262
43263 \end_inset
43264
43265 BlueViolet
43266 \begin_inset ERT
43267 status collapsed
43268
43269 \begin_layout Plain Layout
43270
43271 }{
43272 \end_layout
43273
43274 \end_inset
43275
43276
43277 \begin_inset Phantom Phantom
43278 status open
43279
43280 \begin_layout Plain Layout
43281 W
43282 \end_layout
43283
43284 \end_inset
43285
43286
43287 \begin_inset ERT
43288 status collapsed
43289
43290 \begin_layout Plain Layout
43291
43292 }
43293 \end_layout
43294
43295 \end_inset
43296
43297  BlueViolet
43298 \end_layout
43299
43300 \end_inset
43301 </cell>
43302 <cell alignment="left" valignment="top" usebox="none">
43303 \begin_inset Text
43304
43305 \begin_layout Plain Layout
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311
43312 \backslash
43313 fcolorbox{black}{
43314 \end_layout
43315
43316 \end_inset
43317
43318 BrickRed
43319 \begin_inset ERT
43320 status collapsed
43321
43322 \begin_layout Plain Layout
43323
43324 }{
43325 \end_layout
43326
43327 \end_inset
43328
43329
43330 \begin_inset Phantom Phantom
43331 status open
43332
43333 \begin_layout Plain Layout
43334 W
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \begin_inset ERT
43341 status collapsed
43342
43343 \begin_layout Plain Layout
43344
43345 }
43346 \end_layout
43347
43348 \end_inset
43349
43350  BrickRed
43351 \end_layout
43352
43353 \end_inset
43354 </cell>
43355 <cell alignment="left" valignment="top" usebox="none">
43356 \begin_inset Text
43357
43358 \begin_layout Plain Layout
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364
43365 \backslash
43366 fcolorbox{black}{
43367 \end_layout
43368
43369 \end_inset
43370
43371 Brown
43372 \begin_inset ERT
43373 status collapsed
43374
43375 \begin_layout Plain Layout
43376
43377 }{
43378 \end_layout
43379
43380 \end_inset
43381
43382
43383 \begin_inset Phantom Phantom
43384 status open
43385
43386 \begin_layout Plain Layout
43387 W
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398 }
43399 \end_layout
43400
43401 \end_inset
43402
43403  Brown
43404 \end_layout
43405
43406 \end_inset
43407 </cell>
43408 <cell alignment="left" valignment="top" usebox="none">
43409 \begin_inset Text
43410
43411 \begin_layout Plain Layout
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417
43418 \backslash
43419 fcolorbox{black}{
43420 \end_layout
43421
43422 \end_inset
43423
43424 BurntOrange
43425 \begin_inset ERT
43426 status collapsed
43427
43428 \begin_layout Plain Layout
43429
43430 }{
43431 \end_layout
43432
43433 \end_inset
43434
43435
43436 \begin_inset Phantom Phantom
43437 status open
43438
43439 \begin_layout Plain Layout
43440 W
43441 \end_layout
43442
43443 \end_inset
43444
43445
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }
43452 \end_layout
43453
43454 \end_inset
43455
43456  BurntOrange
43457 \end_layout
43458
43459 \end_inset
43460 </cell>
43461 </row>
43462 <row>
43463 <cell alignment="left" valignment="top" usebox="none">
43464 \begin_inset Text
43465
43466 \begin_layout Plain Layout
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472
43473 \backslash
43474 fcolorbox{black}{
43475 \end_layout
43476
43477 \end_inset
43478
43479 CadetBlue
43480 \begin_inset ERT
43481 status collapsed
43482
43483 \begin_layout Plain Layout
43484
43485 }{
43486 \end_layout
43487
43488 \end_inset
43489
43490
43491 \begin_inset Phantom Phantom
43492 status open
43493
43494 \begin_layout Plain Layout
43495 W
43496 \end_layout
43497
43498 \end_inset
43499
43500
43501 \begin_inset ERT
43502 status collapsed
43503
43504 \begin_layout Plain Layout
43505
43506 }
43507 \end_layout
43508
43509 \end_inset
43510
43511  CadetBlue
43512 \end_layout
43513
43514 \end_inset
43515 </cell>
43516 <cell alignment="left" valignment="top" usebox="none">
43517 \begin_inset Text
43518
43519 \begin_layout Plain Layout
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525
43526 \backslash
43527 fcolorbox{black}{
43528 \end_layout
43529
43530 \end_inset
43531
43532 CarnationPink
43533 \begin_inset ERT
43534 status collapsed
43535
43536 \begin_layout Plain Layout
43537
43538 }{
43539 \end_layout
43540
43541 \end_inset
43542
43543
43544 \begin_inset Phantom Phantom
43545 status open
43546
43547 \begin_layout Plain Layout
43548 W
43549 \end_layout
43550
43551 \end_inset
43552
43553
43554 \begin_inset ERT
43555 status collapsed
43556
43557 \begin_layout Plain Layout
43558
43559 }
43560 \end_layout
43561
43562 \end_inset
43563
43564  CarnationPink
43565 \end_layout
43566
43567 \end_inset
43568 </cell>
43569 <cell alignment="left" valignment="top" usebox="none">
43570 \begin_inset Text
43571
43572 \begin_layout Plain Layout
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578
43579 \backslash
43580 fcolorbox{black}{
43581 \end_layout
43582
43583 \end_inset
43584
43585 Cerulean
43586 \begin_inset ERT
43587 status collapsed
43588
43589 \begin_layout Plain Layout
43590
43591 }{
43592 \end_layout
43593
43594 \end_inset
43595
43596
43597 \begin_inset Phantom Phantom
43598 status open
43599
43600 \begin_layout Plain Layout
43601 W
43602 \end_layout
43603
43604 \end_inset
43605
43606
43607 \begin_inset ERT
43608 status collapsed
43609
43610 \begin_layout Plain Layout
43611
43612 }
43613 \end_layout
43614
43615 \end_inset
43616
43617  Cerulean
43618 \end_layout
43619
43620 \end_inset
43621 </cell>
43622 <cell alignment="left" valignment="top" usebox="none">
43623 \begin_inset Text
43624
43625 \begin_layout Plain Layout
43626 \begin_inset ERT
43627 status collapsed
43628
43629 \begin_layout Plain Layout
43630
43631
43632 \backslash
43633 fcolorbox{black}{
43634 \end_layout
43635
43636 \end_inset
43637
43638 CornflowerBlue
43639 \begin_inset ERT
43640 status collapsed
43641
43642 \begin_layout Plain Layout
43643
43644 }{
43645 \end_layout
43646
43647 \end_inset
43648
43649
43650 \begin_inset Phantom Phantom
43651 status open
43652
43653 \begin_layout Plain Layout
43654 W
43655 \end_layout
43656
43657 \end_inset
43658
43659
43660 \begin_inset ERT
43661 status collapsed
43662
43663 \begin_layout Plain Layout
43664
43665 }
43666 \end_layout
43667
43668 \end_inset
43669
43670  CornflowerBlue
43671 \end_layout
43672
43673 \end_inset
43674 </cell>
43675 </row>
43676 <row>
43677 <cell alignment="left" valignment="top" usebox="none">
43678 \begin_inset Text
43679
43680 \begin_layout Plain Layout
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686
43687 \backslash
43688 fcolorbox{black}{
43689 \end_layout
43690
43691 \end_inset
43692
43693 Dandelion
43694 \begin_inset ERT
43695 status collapsed
43696
43697 \begin_layout Plain Layout
43698
43699 }{
43700 \end_layout
43701
43702 \end_inset
43703
43704
43705 \begin_inset Phantom Phantom
43706 status open
43707
43708 \begin_layout Plain Layout
43709 W
43710 \end_layout
43711
43712 \end_inset
43713
43714
43715 \begin_inset ERT
43716 status collapsed
43717
43718 \begin_layout Plain Layout
43719
43720 }
43721 \end_layout
43722
43723 \end_inset
43724
43725  Dandelion
43726 \end_layout
43727
43728 \end_inset
43729 </cell>
43730 <cell alignment="left" valignment="top" usebox="none">
43731 \begin_inset Text
43732
43733 \begin_layout Plain Layout
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739
43740 \backslash
43741 fcolorbox{black}{
43742 \end_layout
43743
43744 \end_inset
43745
43746 DarkOrchid
43747 \begin_inset ERT
43748 status collapsed
43749
43750 \begin_layout Plain Layout
43751
43752 }{
43753 \end_layout
43754
43755 \end_inset
43756
43757
43758 \begin_inset Phantom Phantom
43759 status open
43760
43761 \begin_layout Plain Layout
43762 W
43763 \end_layout
43764
43765 \end_inset
43766
43767
43768 \begin_inset ERT
43769 status collapsed
43770
43771 \begin_layout Plain Layout
43772
43773 }
43774 \end_layout
43775
43776 \end_inset
43777
43778  DarkOrchid
43779 \end_layout
43780
43781 \end_inset
43782 </cell>
43783 <cell alignment="left" valignment="top" usebox="none">
43784 \begin_inset Text
43785
43786 \begin_layout Plain Layout
43787 \begin_inset ERT
43788 status collapsed
43789
43790 \begin_layout Plain Layout
43791
43792
43793 \backslash
43794 fcolorbox{black}{
43795 \end_layout
43796
43797 \end_inset
43798
43799 Emerald
43800 \begin_inset ERT
43801 status collapsed
43802
43803 \begin_layout Plain Layout
43804
43805 }{
43806 \end_layout
43807
43808 \end_inset
43809
43810
43811 \begin_inset Phantom Phantom
43812 status open
43813
43814 \begin_layout Plain Layout
43815 W
43816 \end_layout
43817
43818 \end_inset
43819
43820
43821 \begin_inset ERT
43822 status collapsed
43823
43824 \begin_layout Plain Layout
43825
43826 }
43827 \end_layout
43828
43829 \end_inset
43830
43831  Emerald
43832 \end_layout
43833
43834 \end_inset
43835 </cell>
43836 <cell alignment="left" valignment="top" usebox="none">
43837 \begin_inset Text
43838
43839 \begin_layout Plain Layout
43840 \begin_inset ERT
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844
43845
43846 \backslash
43847 fcolorbox{black}{
43848 \end_layout
43849
43850 \end_inset
43851
43852 ForestGreen
43853 \begin_inset ERT
43854 status collapsed
43855
43856 \begin_layout Plain Layout
43857
43858 }{
43859 \end_layout
43860
43861 \end_inset
43862
43863
43864 \begin_inset Phantom Phantom
43865 status open
43866
43867 \begin_layout Plain Layout
43868 W
43869 \end_layout
43870
43871 \end_inset
43872
43873
43874 \begin_inset ERT
43875 status collapsed
43876
43877 \begin_layout Plain Layout
43878
43879 }
43880 \end_layout
43881
43882 \end_inset
43883
43884  ForestGreen
43885 \end_layout
43886
43887 \end_inset
43888 </cell>
43889 </row>
43890 <row>
43891 <cell alignment="left" valignment="top" usebox="none">
43892 \begin_inset Text
43893
43894 \begin_layout Plain Layout
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900
43901 \backslash
43902 fcolorbox{black}{
43903 \end_layout
43904
43905 \end_inset
43906
43907 Fuchsia
43908 \begin_inset ERT
43909 status collapsed
43910
43911 \begin_layout Plain Layout
43912
43913 }{
43914 \end_layout
43915
43916 \end_inset
43917
43918
43919 \begin_inset Phantom Phantom
43920 status open
43921
43922 \begin_layout Plain Layout
43923 W
43924 \end_layout
43925
43926 \end_inset
43927
43928
43929 \begin_inset ERT
43930 status collapsed
43931
43932 \begin_layout Plain Layout
43933
43934 }
43935 \end_layout
43936
43937 \end_inset
43938
43939  Fuchsia
43940 \end_layout
43941
43942 \end_inset
43943 </cell>
43944 <cell alignment="left" valignment="top" usebox="none">
43945 \begin_inset Text
43946
43947 \begin_layout Plain Layout
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953
43954 \backslash
43955 fcolorbox{black}{
43956 \end_layout
43957
43958 \end_inset
43959
43960 Goldenrod
43961 \begin_inset ERT
43962 status collapsed
43963
43964 \begin_layout Plain Layout
43965
43966 }{
43967 \end_layout
43968
43969 \end_inset
43970
43971
43972 \begin_inset Phantom Phantom
43973 status open
43974
43975 \begin_layout Plain Layout
43976 W
43977 \end_layout
43978
43979 \end_inset
43980
43981
43982 \begin_inset ERT
43983 status collapsed
43984
43985 \begin_layout Plain Layout
43986
43987 }
43988 \end_layout
43989
43990 \end_inset
43991
43992  Goldenrod
43993 \end_layout
43994
43995 \end_inset
43996 </cell>
43997 <cell alignment="left" valignment="top" usebox="none">
43998 \begin_inset Text
43999
44000 \begin_layout Plain Layout
44001 \begin_inset ERT
44002 status collapsed
44003
44004 \begin_layout Plain Layout
44005
44006
44007 \backslash
44008 fcolorbox{black}{
44009 \end_layout
44010
44011 \end_inset
44012
44013 Gray
44014 \begin_inset ERT
44015 status collapsed
44016
44017 \begin_layout Plain Layout
44018
44019 }{
44020 \end_layout
44021
44022 \end_inset
44023
44024
44025 \begin_inset Phantom Phantom
44026 status open
44027
44028 \begin_layout Plain Layout
44029 W
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \begin_inset ERT
44036 status collapsed
44037
44038 \begin_layout Plain Layout
44039
44040 }
44041 \end_layout
44042
44043 \end_inset
44044
44045  Gray
44046 \end_layout
44047
44048 \end_inset
44049 </cell>
44050 <cell alignment="left" valignment="top" usebox="none">
44051 \begin_inset Text
44052
44053 \begin_layout Plain Layout
44054 \begin_inset ERT
44055 status collapsed
44056
44057 \begin_layout Plain Layout
44058
44059
44060 \backslash
44061 fcolorbox{black}{
44062 \end_layout
44063
44064 \end_inset
44065
44066 GreenYellow
44067 \begin_inset ERT
44068 status collapsed
44069
44070 \begin_layout Plain Layout
44071
44072 }{
44073 \end_layout
44074
44075 \end_inset
44076
44077
44078 \begin_inset Phantom Phantom
44079 status open
44080
44081 \begin_layout Plain Layout
44082 W
44083 \end_layout
44084
44085 \end_inset
44086
44087
44088 \begin_inset ERT
44089 status collapsed
44090
44091 \begin_layout Plain Layout
44092
44093 }
44094 \end_layout
44095
44096 \end_inset
44097
44098  GreenYellow
44099 \end_layout
44100
44101 \end_inset
44102 </cell>
44103 </row>
44104 <row>
44105 <cell alignment="center" valignment="top" usebox="none">
44106 \begin_inset Text
44107
44108 \begin_layout Plain Layout
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114
44115 \backslash
44116 fcolorbox{black}{
44117 \end_layout
44118
44119 \end_inset
44120
44121 JungleGreen
44122 \begin_inset ERT
44123 status collapsed
44124
44125 \begin_layout Plain Layout
44126
44127 }{
44128 \end_layout
44129
44130 \end_inset
44131
44132
44133 \begin_inset Phantom Phantom
44134 status open
44135
44136 \begin_layout Plain Layout
44137 W
44138 \end_layout
44139
44140 \end_inset
44141
44142
44143 \begin_inset ERT
44144 status collapsed
44145
44146 \begin_layout Plain Layout
44147
44148 }
44149 \end_layout
44150
44151 \end_inset
44152
44153  JungleGreen
44154 \end_layout
44155
44156 \end_inset
44157 </cell>
44158 <cell alignment="center" valignment="top" usebox="none">
44159 \begin_inset Text
44160
44161 \begin_layout Plain Layout
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167
44168 \backslash
44169 fcolorbox{black}{
44170 \end_layout
44171
44172 \end_inset
44173
44174 Lavender
44175 \begin_inset ERT
44176 status collapsed
44177
44178 \begin_layout Plain Layout
44179
44180 }{
44181 \end_layout
44182
44183 \end_inset
44184
44185
44186 \begin_inset Phantom Phantom
44187 status open
44188
44189 \begin_layout Plain Layout
44190 W
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \begin_inset ERT
44197 status collapsed
44198
44199 \begin_layout Plain Layout
44200
44201 }
44202 \end_layout
44203
44204 \end_inset
44205
44206  Lavender
44207 \end_layout
44208
44209 \end_inset
44210 </cell>
44211 <cell alignment="center" valignment="top" usebox="none">
44212 \begin_inset Text
44213
44214 \begin_layout Plain Layout
44215 \begin_inset ERT
44216 status collapsed
44217
44218 \begin_layout Plain Layout
44219
44220
44221 \backslash
44222 fcolorbox{black}{
44223 \end_layout
44224
44225 \end_inset
44226
44227 LimeGreen
44228 \begin_inset ERT
44229 status collapsed
44230
44231 \begin_layout Plain Layout
44232
44233 }{
44234 \end_layout
44235
44236 \end_inset
44237
44238
44239 \begin_inset Phantom Phantom
44240 status open
44241
44242 \begin_layout Plain Layout
44243 W
44244 \end_layout
44245
44246 \end_inset
44247
44248
44249 \begin_inset ERT
44250 status collapsed
44251
44252 \begin_layout Plain Layout
44253
44254 }
44255 \end_layout
44256
44257 \end_inset
44258
44259  LimeGreen
44260 \end_layout
44261
44262 \end_inset
44263 </cell>
44264 <cell alignment="center" valignment="top" usebox="none">
44265 \begin_inset Text
44266
44267 \begin_layout Plain Layout
44268 \begin_inset ERT
44269 status collapsed
44270
44271 \begin_layout Plain Layout
44272
44273
44274 \backslash
44275 fcolorbox{black}{
44276 \end_layout
44277
44278 \end_inset
44279
44280 Mahogany
44281 \begin_inset ERT
44282 status collapsed
44283
44284 \begin_layout Plain Layout
44285
44286 }{
44287 \end_layout
44288
44289 \end_inset
44290
44291
44292 \begin_inset Phantom Phantom
44293 status open
44294
44295 \begin_layout Plain Layout
44296 W
44297 \end_layout
44298
44299 \end_inset
44300
44301
44302 \begin_inset ERT
44303 status collapsed
44304
44305 \begin_layout Plain Layout
44306
44307 }
44308 \end_layout
44309
44310 \end_inset
44311
44312  Mahogany
44313 \end_layout
44314
44315 \end_inset
44316 </cell>
44317 </row>
44318 <row>
44319 <cell alignment="left" valignment="top" usebox="none">
44320 \begin_inset Text
44321
44322 \begin_layout Plain Layout
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328
44329 \backslash
44330 fcolorbox{black}{
44331 \end_layout
44332
44333 \end_inset
44334
44335 Mahogany
44336 \begin_inset ERT
44337 status collapsed
44338
44339 \begin_layout Plain Layout
44340
44341 }{
44342 \end_layout
44343
44344 \end_inset
44345
44346
44347 \begin_inset Phantom Phantom
44348 status open
44349
44350 \begin_layout Plain Layout
44351 W
44352 \end_layout
44353
44354 \end_inset
44355
44356
44357 \begin_inset ERT
44358 status collapsed
44359
44360 \begin_layout Plain Layout
44361
44362 }
44363 \end_layout
44364
44365 \end_inset
44366
44367  Mahogany
44368 \end_layout
44369
44370 \end_inset
44371 </cell>
44372 <cell alignment="left" valignment="top" usebox="none">
44373 \begin_inset Text
44374
44375 \begin_layout Plain Layout
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381
44382 \backslash
44383 fcolorbox{black}{
44384 \end_layout
44385
44386 \end_inset
44387
44388 Maroon
44389 \begin_inset ERT
44390 status collapsed
44391
44392 \begin_layout Plain Layout
44393
44394 }{
44395 \end_layout
44396
44397 \end_inset
44398
44399
44400 \begin_inset Phantom Phantom
44401 status open
44402
44403 \begin_layout Plain Layout
44404 W
44405 \end_layout
44406
44407 \end_inset
44408
44409
44410 \begin_inset ERT
44411 status collapsed
44412
44413 \begin_layout Plain Layout
44414
44415 }
44416 \end_layout
44417
44418 \end_inset
44419
44420  Maroon
44421 \end_layout
44422
44423 \end_inset
44424 </cell>
44425 <cell alignment="left" valignment="top" usebox="none">
44426 \begin_inset Text
44427
44428 \begin_layout Plain Layout
44429 \begin_inset ERT
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433
44434
44435 \backslash
44436 fcolorbox{black}{
44437 \end_layout
44438
44439 \end_inset
44440
44441 Melon
44442 \begin_inset ERT
44443 status collapsed
44444
44445 \begin_layout Plain Layout
44446
44447 }{
44448 \end_layout
44449
44450 \end_inset
44451
44452
44453 \begin_inset Phantom Phantom
44454 status open
44455
44456 \begin_layout Plain Layout
44457 W
44458 \end_layout
44459
44460 \end_inset
44461
44462
44463 \begin_inset ERT
44464 status collapsed
44465
44466 \begin_layout Plain Layout
44467
44468 }
44469 \end_layout
44470
44471 \end_inset
44472
44473  Melon
44474 \end_layout
44475
44476 \end_inset
44477 </cell>
44478 <cell alignment="left" valignment="top" usebox="none">
44479 \begin_inset Text
44480
44481 \begin_layout Plain Layout
44482 \begin_inset ERT
44483 status collapsed
44484
44485 \begin_layout Plain Layout
44486
44487
44488 \backslash
44489 fcolorbox{black}{
44490 \end_layout
44491
44492 \end_inset
44493
44494 MidnightBlue
44495 \begin_inset ERT
44496 status collapsed
44497
44498 \begin_layout Plain Layout
44499
44500 }{
44501 \end_layout
44502
44503 \end_inset
44504
44505
44506 \begin_inset Phantom Phantom
44507 status open
44508
44509 \begin_layout Plain Layout
44510 W
44511 \end_layout
44512
44513 \end_inset
44514
44515
44516 \begin_inset ERT
44517 status collapsed
44518
44519 \begin_layout Plain Layout
44520
44521 }
44522 \end_layout
44523
44524 \end_inset
44525
44526  MidnightBlue
44527 \end_layout
44528
44529 \end_inset
44530 </cell>
44531 </row>
44532 <row>
44533 <cell alignment="left" valignment="top" usebox="none">
44534 \begin_inset Text
44535
44536 \begin_layout Plain Layout
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542
44543 \backslash
44544 fcolorbox{black}{
44545 \end_layout
44546
44547 \end_inset
44548
44549 Mulberry
44550 \begin_inset ERT
44551 status collapsed
44552
44553 \begin_layout Plain Layout
44554
44555 }{
44556 \end_layout
44557
44558 \end_inset
44559
44560
44561 \begin_inset Phantom Phantom
44562 status open
44563
44564 \begin_layout Plain Layout
44565 W
44566 \end_layout
44567
44568 \end_inset
44569
44570
44571 \begin_inset ERT
44572 status collapsed
44573
44574 \begin_layout Plain Layout
44575
44576 }
44577 \end_layout
44578
44579 \end_inset
44580
44581  Mulberry
44582 \end_layout
44583
44584 \end_inset
44585 </cell>
44586 <cell alignment="left" valignment="top" usebox="none">
44587 \begin_inset Text
44588
44589 \begin_layout Plain Layout
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595
44596 \backslash
44597 fcolorbox{black}{
44598 \end_layout
44599
44600 \end_inset
44601
44602 NavyBlue
44603 \begin_inset ERT
44604 status collapsed
44605
44606 \begin_layout Plain Layout
44607
44608 }{
44609 \end_layout
44610
44611 \end_inset
44612
44613
44614 \begin_inset Phantom Phantom
44615 status open
44616
44617 \begin_layout Plain Layout
44618 W
44619 \end_layout
44620
44621 \end_inset
44622
44623
44624 \begin_inset ERT
44625 status collapsed
44626
44627 \begin_layout Plain Layout
44628
44629 }
44630 \end_layout
44631
44632 \end_inset
44633
44634  NavyBlue
44635 \end_layout
44636
44637 \end_inset
44638 </cell>
44639 <cell alignment="left" valignment="top" usebox="none">
44640 \begin_inset Text
44641
44642 \begin_layout Plain Layout
44643 \begin_inset ERT
44644 status collapsed
44645
44646 \begin_layout Plain Layout
44647
44648
44649 \backslash
44650 fcolorbox{black}{
44651 \end_layout
44652
44653 \end_inset
44654
44655 OliveGreen
44656 \begin_inset ERT
44657 status collapsed
44658
44659 \begin_layout Plain Layout
44660
44661 }{
44662 \end_layout
44663
44664 \end_inset
44665
44666
44667 \begin_inset Phantom Phantom
44668 status open
44669
44670 \begin_layout Plain Layout
44671 W
44672 \end_layout
44673
44674 \end_inset
44675
44676
44677 \begin_inset ERT
44678 status collapsed
44679
44680 \begin_layout Plain Layout
44681
44682 }
44683 \end_layout
44684
44685 \end_inset
44686
44687  OliveGreen
44688 \end_layout
44689
44690 \end_inset
44691 </cell>
44692 <cell alignment="left" valignment="top" usebox="none">
44693 \begin_inset Text
44694
44695 \begin_layout Plain Layout
44696 \begin_inset ERT
44697 status collapsed
44698
44699 \begin_layout Plain Layout
44700
44701
44702 \backslash
44703 fcolorbox{black}{
44704 \end_layout
44705
44706 \end_inset
44707
44708 Orange
44709 \begin_inset ERT
44710 status collapsed
44711
44712 \begin_layout Plain Layout
44713
44714 }{
44715 \end_layout
44716
44717 \end_inset
44718
44719
44720 \begin_inset Phantom Phantom
44721 status open
44722
44723 \begin_layout Plain Layout
44724 W
44725 \end_layout
44726
44727 \end_inset
44728
44729
44730 \begin_inset ERT
44731 status collapsed
44732
44733 \begin_layout Plain Layout
44734
44735 }
44736 \end_layout
44737
44738 \end_inset
44739
44740  Orange
44741 \end_layout
44742
44743 \end_inset
44744 </cell>
44745 </row>
44746 <row>
44747 <cell alignment="left" valignment="top" usebox="none">
44748 \begin_inset Text
44749
44750 \begin_layout Plain Layout
44751 \begin_inset ERT
44752 status collapsed
44753
44754 \begin_layout Plain Layout
44755
44756
44757 \backslash
44758 fcolorbox{black}{
44759 \end_layout
44760
44761 \end_inset
44762
44763 OrangeRed
44764 \begin_inset ERT
44765 status collapsed
44766
44767 \begin_layout Plain Layout
44768
44769 }{
44770 \end_layout
44771
44772 \end_inset
44773
44774
44775 \begin_inset Phantom Phantom
44776 status open
44777
44778 \begin_layout Plain Layout
44779 W
44780 \end_layout
44781
44782 \end_inset
44783
44784
44785 \begin_inset ERT
44786 status collapsed
44787
44788 \begin_layout Plain Layout
44789
44790 }
44791 \end_layout
44792
44793 \end_inset
44794
44795  OrangeRed
44796 \end_layout
44797
44798 \end_inset
44799 </cell>
44800 <cell alignment="left" valignment="top" usebox="none">
44801 \begin_inset Text
44802
44803 \begin_layout Plain Layout
44804 \begin_inset ERT
44805 status collapsed
44806
44807 \begin_layout Plain Layout
44808
44809
44810 \backslash
44811 fcolorbox{black}{
44812 \end_layout
44813
44814 \end_inset
44815
44816 Orchid
44817 \begin_inset ERT
44818 status collapsed
44819
44820 \begin_layout Plain Layout
44821
44822 }{
44823 \end_layout
44824
44825 \end_inset
44826
44827
44828 \begin_inset Phantom Phantom
44829 status open
44830
44831 \begin_layout Plain Layout
44832 W
44833 \end_layout
44834
44835 \end_inset
44836
44837
44838 \begin_inset ERT
44839 status collapsed
44840
44841 \begin_layout Plain Layout
44842
44843 }
44844 \end_layout
44845
44846 \end_inset
44847
44848  Orchid
44849 \end_layout
44850
44851 \end_inset
44852 </cell>
44853 <cell alignment="left" valignment="top" usebox="none">
44854 \begin_inset Text
44855
44856 \begin_layout Plain Layout
44857 \begin_inset ERT
44858 status collapsed
44859
44860 \begin_layout Plain Layout
44861
44862
44863 \backslash
44864 fcolorbox{black}{
44865 \end_layout
44866
44867 \end_inset
44868
44869 Peach
44870 \begin_inset ERT
44871 status collapsed
44872
44873 \begin_layout Plain Layout
44874
44875 }{
44876 \end_layout
44877
44878 \end_inset
44879
44880
44881 \begin_inset Phantom Phantom
44882 status open
44883
44884 \begin_layout Plain Layout
44885 W
44886 \end_layout
44887
44888 \end_inset
44889
44890
44891 \begin_inset ERT
44892 status collapsed
44893
44894 \begin_layout Plain Layout
44895
44896 }
44897 \end_layout
44898
44899 \end_inset
44900
44901  Peach
44902 \end_layout
44903
44904 \end_inset
44905 </cell>
44906 <cell alignment="left" valignment="top" usebox="none">
44907 \begin_inset Text
44908
44909 \begin_layout Plain Layout
44910 \begin_inset ERT
44911 status collapsed
44912
44913 \begin_layout Plain Layout
44914
44915
44916 \backslash
44917 fcolorbox{black}{
44918 \end_layout
44919
44920 \end_inset
44921
44922 Periwinkle
44923 \begin_inset ERT
44924 status collapsed
44925
44926 \begin_layout Plain Layout
44927
44928 }{
44929 \end_layout
44930
44931 \end_inset
44932
44933
44934 \begin_inset Phantom Phantom
44935 status open
44936
44937 \begin_layout Plain Layout
44938 W
44939 \end_layout
44940
44941 \end_inset
44942
44943
44944 \begin_inset ERT
44945 status collapsed
44946
44947 \begin_layout Plain Layout
44948
44949 }
44950 \end_layout
44951
44952 \end_inset
44953
44954  Periwinkle
44955 \end_layout
44956
44957 \end_inset
44958 </cell>
44959 </row>
44960 <row>
44961 <cell alignment="left" valignment="top" usebox="none">
44962 \begin_inset Text
44963
44964 \begin_layout Plain Layout
44965 \begin_inset ERT
44966 status collapsed
44967
44968 \begin_layout Plain Layout
44969
44970
44971 \backslash
44972 fcolorbox{black}{
44973 \end_layout
44974
44975 \end_inset
44976
44977 PineGreen
44978 \begin_inset ERT
44979 status collapsed
44980
44981 \begin_layout Plain Layout
44982
44983 }{
44984 \end_layout
44985
44986 \end_inset
44987
44988
44989 \begin_inset Phantom Phantom
44990 status open
44991
44992 \begin_layout Plain Layout
44993 W
44994 \end_layout
44995
44996 \end_inset
44997
44998
44999 \begin_inset ERT
45000 status collapsed
45001
45002 \begin_layout Plain Layout
45003
45004 }
45005 \end_layout
45006
45007 \end_inset
45008
45009  PineGreen
45010 \end_layout
45011
45012 \end_inset
45013 </cell>
45014 <cell alignment="left" valignment="top" usebox="none">
45015 \begin_inset Text
45016
45017 \begin_layout Plain Layout
45018 \begin_inset ERT
45019 status collapsed
45020
45021 \begin_layout Plain Layout
45022
45023
45024 \backslash
45025 fcolorbox{black}{
45026 \end_layout
45027
45028 \end_inset
45029
45030 Plum
45031 \begin_inset ERT
45032 status collapsed
45033
45034 \begin_layout Plain Layout
45035
45036 }{
45037 \end_layout
45038
45039 \end_inset
45040
45041
45042 \begin_inset Phantom Phantom
45043 status open
45044
45045 \begin_layout Plain Layout
45046 W
45047 \end_layout
45048
45049 \end_inset
45050
45051
45052 \begin_inset ERT
45053 status collapsed
45054
45055 \begin_layout Plain Layout
45056
45057 }
45058 \end_layout
45059
45060 \end_inset
45061
45062  Plum
45063 \end_layout
45064
45065 \end_inset
45066 </cell>
45067 <cell alignment="left" valignment="top" usebox="none">
45068 \begin_inset Text
45069
45070 \begin_layout Plain Layout
45071 \begin_inset ERT
45072 status collapsed
45073
45074 \begin_layout Plain Layout
45075
45076
45077 \backslash
45078 fcolorbox{black}{
45079 \end_layout
45080
45081 \end_inset
45082
45083 ProcessBlue
45084 \begin_inset ERT
45085 status collapsed
45086
45087 \begin_layout Plain Layout
45088
45089 }{
45090 \end_layout
45091
45092 \end_inset
45093
45094
45095 \begin_inset Phantom Phantom
45096 status open
45097
45098 \begin_layout Plain Layout
45099 W
45100 \end_layout
45101
45102 \end_inset
45103
45104
45105 \begin_inset ERT
45106 status collapsed
45107
45108 \begin_layout Plain Layout
45109
45110 }
45111 \end_layout
45112
45113 \end_inset
45114
45115  ProcessBlue
45116 \end_layout
45117
45118 \end_inset
45119 </cell>
45120 <cell alignment="left" valignment="top" usebox="none">
45121 \begin_inset Text
45122
45123 \begin_layout Plain Layout
45124 \begin_inset ERT
45125 status collapsed
45126
45127 \begin_layout Plain Layout
45128
45129
45130 \backslash
45131 fcolorbox{black}{
45132 \end_layout
45133
45134 \end_inset
45135
45136 Purple
45137 \begin_inset ERT
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141
45142 }{
45143 \end_layout
45144
45145 \end_inset
45146
45147
45148 \begin_inset Phantom Phantom
45149 status open
45150
45151 \begin_layout Plain Layout
45152 W
45153 \end_layout
45154
45155 \end_inset
45156
45157
45158 \begin_inset ERT
45159 status collapsed
45160
45161 \begin_layout Plain Layout
45162
45163 }
45164 \end_layout
45165
45166 \end_inset
45167
45168  Purple
45169 \end_layout
45170
45171 \end_inset
45172 </cell>
45173 </row>
45174 <row>
45175 <cell alignment="left" valignment="top" usebox="none">
45176 \begin_inset Text
45177
45178 \begin_layout Plain Layout
45179 \begin_inset ERT
45180 status collapsed
45181
45182 \begin_layout Plain Layout
45183
45184
45185 \backslash
45186 fcolorbox{black}{
45187 \end_layout
45188
45189 \end_inset
45190
45191 RawSienna
45192 \begin_inset ERT
45193 status collapsed
45194
45195 \begin_layout Plain Layout
45196
45197 }{
45198 \end_layout
45199
45200 \end_inset
45201
45202
45203 \begin_inset Phantom Phantom
45204 status open
45205
45206 \begin_layout Plain Layout
45207 W
45208 \end_layout
45209
45210 \end_inset
45211
45212
45213 \begin_inset ERT
45214 status collapsed
45215
45216 \begin_layout Plain Layout
45217
45218 }
45219 \end_layout
45220
45221 \end_inset
45222
45223  RawSienna
45224 \end_layout
45225
45226 \end_inset
45227 </cell>
45228 <cell alignment="left" valignment="top" usebox="none">
45229 \begin_inset Text
45230
45231 \begin_layout Plain Layout
45232 \begin_inset ERT
45233 status collapsed
45234
45235 \begin_layout Plain Layout
45236
45237
45238 \backslash
45239 fcolorbox{black}{
45240 \end_layout
45241
45242 \end_inset
45243
45244 RedOrange
45245 \begin_inset ERT
45246 status collapsed
45247
45248 \begin_layout Plain Layout
45249
45250 }{
45251 \end_layout
45252
45253 \end_inset
45254
45255
45256 \begin_inset Phantom Phantom
45257 status open
45258
45259 \begin_layout Plain Layout
45260 W
45261 \end_layout
45262
45263 \end_inset
45264
45265
45266 \begin_inset ERT
45267 status collapsed
45268
45269 \begin_layout Plain Layout
45270
45271 }
45272 \end_layout
45273
45274 \end_inset
45275
45276  RedOrange
45277 \end_layout
45278
45279 \end_inset
45280 </cell>
45281 <cell alignment="left" valignment="top" usebox="none">
45282 \begin_inset Text
45283
45284 \begin_layout Plain Layout
45285 \begin_inset ERT
45286 status collapsed
45287
45288 \begin_layout Plain Layout
45289
45290
45291 \backslash
45292 fcolorbox{black}{
45293 \end_layout
45294
45295 \end_inset
45296
45297 RedViolet
45298 \begin_inset ERT
45299 status collapsed
45300
45301 \begin_layout Plain Layout
45302
45303 }{
45304 \end_layout
45305
45306 \end_inset
45307
45308
45309 \begin_inset Phantom Phantom
45310 status open
45311
45312 \begin_layout Plain Layout
45313 W
45314 \end_layout
45315
45316 \end_inset
45317
45318
45319 \begin_inset ERT
45320 status collapsed
45321
45322 \begin_layout Plain Layout
45323
45324 }
45325 \end_layout
45326
45327 \end_inset
45328
45329  RedViolet
45330 \end_layout
45331
45332 \end_inset
45333 </cell>
45334 <cell alignment="left" valignment="top" usebox="none">
45335 \begin_inset Text
45336
45337 \begin_layout Plain Layout
45338 \begin_inset ERT
45339 status collapsed
45340
45341 \begin_layout Plain Layout
45342
45343
45344 \backslash
45345 fcolorbox{black}{
45346 \end_layout
45347
45348 \end_inset
45349
45350 Rhodamine
45351 \begin_inset ERT
45352 status collapsed
45353
45354 \begin_layout Plain Layout
45355
45356 }{
45357 \end_layout
45358
45359 \end_inset
45360
45361
45362 \begin_inset Phantom Phantom
45363 status open
45364
45365 \begin_layout Plain Layout
45366 W
45367 \end_layout
45368
45369 \end_inset
45370
45371
45372 \begin_inset ERT
45373 status collapsed
45374
45375 \begin_layout Plain Layout
45376
45377 }
45378 \end_layout
45379
45380 \end_inset
45381
45382  Rhodamine
45383 \end_layout
45384
45385 \end_inset
45386 </cell>
45387 </row>
45388 <row>
45389 <cell alignment="left" valignment="top" usebox="none">
45390 \begin_inset Text
45391
45392 \begin_layout Plain Layout
45393 \begin_inset ERT
45394 status collapsed
45395
45396 \begin_layout Plain Layout
45397
45398
45399 \backslash
45400 fcolorbox{black}{
45401 \end_layout
45402
45403 \end_inset
45404
45405 RoyalBlue
45406 \begin_inset ERT
45407 status collapsed
45408
45409 \begin_layout Plain Layout
45410
45411 }{
45412 \end_layout
45413
45414 \end_inset
45415
45416
45417 \begin_inset Phantom Phantom
45418 status open
45419
45420 \begin_layout Plain Layout
45421 W
45422 \end_layout
45423
45424 \end_inset
45425
45426
45427 \begin_inset ERT
45428 status collapsed
45429
45430 \begin_layout Plain Layout
45431
45432 }
45433 \end_layout
45434
45435 \end_inset
45436
45437  RoyalBlue
45438 \end_layout
45439
45440 \end_inset
45441 </cell>
45442 <cell alignment="left" valignment="top" usebox="none">
45443 \begin_inset Text
45444
45445 \begin_layout Plain Layout
45446 \begin_inset ERT
45447 status collapsed
45448
45449 \begin_layout Plain Layout
45450
45451
45452 \backslash
45453 fcolorbox{black}{
45454 \end_layout
45455
45456 \end_inset
45457
45458 RoyalPurple
45459 \begin_inset ERT
45460 status collapsed
45461
45462 \begin_layout Plain Layout
45463
45464 }{
45465 \end_layout
45466
45467 \end_inset
45468
45469
45470 \begin_inset Phantom Phantom
45471 status open
45472
45473 \begin_layout Plain Layout
45474 W
45475 \end_layout
45476
45477 \end_inset
45478
45479
45480 \begin_inset ERT
45481 status collapsed
45482
45483 \begin_layout Plain Layout
45484
45485 }
45486 \end_layout
45487
45488 \end_inset
45489
45490  RoyalPurple
45491 \end_layout
45492
45493 \end_inset
45494 </cell>
45495 <cell alignment="left" valignment="top" usebox="none">
45496 \begin_inset Text
45497
45498 \begin_layout Plain Layout
45499 \begin_inset ERT
45500 status collapsed
45501
45502 \begin_layout Plain Layout
45503
45504
45505 \backslash
45506 fcolorbox{black}{
45507 \end_layout
45508
45509 \end_inset
45510
45511 RubineRed
45512 \begin_inset ERT
45513 status collapsed
45514
45515 \begin_layout Plain Layout
45516
45517 }{
45518 \end_layout
45519
45520 \end_inset
45521
45522
45523 \begin_inset Phantom Phantom
45524 status open
45525
45526 \begin_layout Plain Layout
45527 W
45528 \end_layout
45529
45530 \end_inset
45531
45532
45533 \begin_inset ERT
45534 status collapsed
45535
45536 \begin_layout Plain Layout
45537
45538 }
45539 \end_layout
45540
45541 \end_inset
45542
45543  RubineRed
45544 \end_layout
45545
45546 \end_inset
45547 </cell>
45548 <cell alignment="left" valignment="top" usebox="none">
45549 \begin_inset Text
45550
45551 \begin_layout Plain Layout
45552 \begin_inset ERT
45553 status collapsed
45554
45555 \begin_layout Plain Layout
45556
45557
45558 \backslash
45559 fcolorbox{black}{
45560 \end_layout
45561
45562 \end_inset
45563
45564 Salmon
45565 \begin_inset ERT
45566 status collapsed
45567
45568 \begin_layout Plain Layout
45569
45570 }{
45571 \end_layout
45572
45573 \end_inset
45574
45575
45576 \begin_inset Phantom Phantom
45577 status open
45578
45579 \begin_layout Plain Layout
45580 W
45581 \end_layout
45582
45583 \end_inset
45584
45585
45586 \begin_inset ERT
45587 status collapsed
45588
45589 \begin_layout Plain Layout
45590
45591 }
45592 \end_layout
45593
45594 \end_inset
45595
45596  Salmon
45597 \end_layout
45598
45599 \end_inset
45600 </cell>
45601 </row>
45602 <row>
45603 <cell alignment="left" valignment="top" usebox="none">
45604 \begin_inset Text
45605
45606 \begin_layout Plain Layout
45607 \begin_inset ERT
45608 status collapsed
45609
45610 \begin_layout Plain Layout
45611
45612
45613 \backslash
45614 fcolorbox{black}{
45615 \end_layout
45616
45617 \end_inset
45618
45619 SeaGreen
45620 \begin_inset ERT
45621 status collapsed
45622
45623 \begin_layout Plain Layout
45624
45625 }{
45626 \end_layout
45627
45628 \end_inset
45629
45630
45631 \begin_inset Phantom Phantom
45632 status open
45633
45634 \begin_layout Plain Layout
45635 W
45636 \end_layout
45637
45638 \end_inset
45639
45640
45641 \begin_inset ERT
45642 status collapsed
45643
45644 \begin_layout Plain Layout
45645
45646 }
45647 \end_layout
45648
45649 \end_inset
45650
45651  SeaGreen
45652 \end_layout
45653
45654 \end_inset
45655 </cell>
45656 <cell alignment="left" valignment="top" usebox="none">
45657 \begin_inset Text
45658
45659 \begin_layout Plain Layout
45660 \begin_inset ERT
45661 status collapsed
45662
45663 \begin_layout Plain Layout
45664
45665
45666 \backslash
45667 fcolorbox{black}{
45668 \end_layout
45669
45670 \end_inset
45671
45672 Sepia
45673 \begin_inset ERT
45674 status collapsed
45675
45676 \begin_layout Plain Layout
45677
45678 }{
45679 \end_layout
45680
45681 \end_inset
45682
45683
45684 \begin_inset Phantom Phantom
45685 status open
45686
45687 \begin_layout Plain Layout
45688 W
45689 \end_layout
45690
45691 \end_inset
45692
45693
45694 \begin_inset ERT
45695 status collapsed
45696
45697 \begin_layout Plain Layout
45698
45699 }
45700 \end_layout
45701
45702 \end_inset
45703
45704  Sepia
45705 \end_layout
45706
45707 \end_inset
45708 </cell>
45709 <cell alignment="left" valignment="top" usebox="none">
45710 \begin_inset Text
45711
45712 \begin_layout Plain Layout
45713 \begin_inset ERT
45714 status collapsed
45715
45716 \begin_layout Plain Layout
45717
45718
45719 \backslash
45720 fcolorbox{black}{
45721 \end_layout
45722
45723 \end_inset
45724
45725 SkyBlue
45726 \begin_inset ERT
45727 status collapsed
45728
45729 \begin_layout Plain Layout
45730
45731 }{
45732 \end_layout
45733
45734 \end_inset
45735
45736
45737 \begin_inset Phantom Phantom
45738 status open
45739
45740 \begin_layout Plain Layout
45741 W
45742 \end_layout
45743
45744 \end_inset
45745
45746
45747 \begin_inset ERT
45748 status collapsed
45749
45750 \begin_layout Plain Layout
45751
45752 }
45753 \end_layout
45754
45755 \end_inset
45756
45757  SkyBlue
45758 \end_layout
45759
45760 \end_inset
45761 </cell>
45762 <cell alignment="left" valignment="top" usebox="none">
45763 \begin_inset Text
45764
45765 \begin_layout Plain Layout
45766 \begin_inset ERT
45767 status collapsed
45768
45769 \begin_layout Plain Layout
45770
45771
45772 \backslash
45773 fcolorbox{black}{
45774 \end_layout
45775
45776 \end_inset
45777
45778 SpringGreen
45779 \begin_inset ERT
45780 status collapsed
45781
45782 \begin_layout Plain Layout
45783
45784 }{
45785 \end_layout
45786
45787 \end_inset
45788
45789
45790 \begin_inset Phantom Phantom
45791 status open
45792
45793 \begin_layout Plain Layout
45794 W
45795 \end_layout
45796
45797 \end_inset
45798
45799
45800 \begin_inset ERT
45801 status collapsed
45802
45803 \begin_layout Plain Layout
45804
45805 }
45806 \end_layout
45807
45808 \end_inset
45809
45810  SpringGreen
45811 \end_layout
45812
45813 \end_inset
45814 </cell>
45815 </row>
45816 <row>
45817 <cell alignment="left" valignment="top" usebox="none">
45818 \begin_inset Text
45819
45820 \begin_layout Plain Layout
45821 \begin_inset ERT
45822 status collapsed
45823
45824 \begin_layout Plain Layout
45825
45826
45827 \backslash
45828 fcolorbox{black}{
45829 \end_layout
45830
45831 \end_inset
45832
45833 Tan
45834 \begin_inset ERT
45835 status collapsed
45836
45837 \begin_layout Plain Layout
45838
45839 }{
45840 \end_layout
45841
45842 \end_inset
45843
45844
45845 \begin_inset Phantom Phantom
45846 status open
45847
45848 \begin_layout Plain Layout
45849 W
45850 \end_layout
45851
45852 \end_inset
45853
45854
45855 \begin_inset ERT
45856 status collapsed
45857
45858 \begin_layout Plain Layout
45859
45860 }
45861 \end_layout
45862
45863 \end_inset
45864
45865  Tan
45866 \end_layout
45867
45868 \end_inset
45869 </cell>
45870 <cell alignment="left" valignment="top" usebox="none">
45871 \begin_inset Text
45872
45873 \begin_layout Plain Layout
45874 \begin_inset ERT
45875 status collapsed
45876
45877 \begin_layout Plain Layout
45878
45879
45880 \backslash
45881 fcolorbox{black}{
45882 \end_layout
45883
45884 \end_inset
45885
45886 TealBlue
45887 \begin_inset ERT
45888 status collapsed
45889
45890 \begin_layout Plain Layout
45891
45892 }{
45893 \end_layout
45894
45895 \end_inset
45896
45897
45898 \begin_inset Phantom Phantom
45899 status open
45900
45901 \begin_layout Plain Layout
45902 W
45903 \end_layout
45904
45905 \end_inset
45906
45907
45908 \begin_inset ERT
45909 status collapsed
45910
45911 \begin_layout Plain Layout
45912
45913 }
45914 \end_layout
45915
45916 \end_inset
45917
45918  TealBlue
45919 \end_layout
45920
45921 \end_inset
45922 </cell>
45923 <cell alignment="left" valignment="top" usebox="none">
45924 \begin_inset Text
45925
45926 \begin_layout Plain Layout
45927 \begin_inset ERT
45928 status collapsed
45929
45930 \begin_layout Plain Layout
45931
45932
45933 \backslash
45934 fcolorbox{black}{
45935 \end_layout
45936
45937 \end_inset
45938
45939 Thistle
45940 \begin_inset ERT
45941 status collapsed
45942
45943 \begin_layout Plain Layout
45944
45945 }{
45946 \end_layout
45947
45948 \end_inset
45949
45950
45951 \begin_inset Phantom Phantom
45952 status open
45953
45954 \begin_layout Plain Layout
45955 W
45956 \end_layout
45957
45958 \end_inset
45959
45960
45961 \begin_inset ERT
45962 status collapsed
45963
45964 \begin_layout Plain Layout
45965
45966 }
45967 \end_layout
45968
45969 \end_inset
45970
45971  Thistle
45972 \end_layout
45973
45974 \end_inset
45975 </cell>
45976 <cell alignment="left" valignment="top" usebox="none">
45977 \begin_inset Text
45978
45979 \begin_layout Plain Layout
45980 \begin_inset ERT
45981 status collapsed
45982
45983 \begin_layout Plain Layout
45984
45985
45986 \backslash
45987 fcolorbox{black}{
45988 \end_layout
45989
45990 \end_inset
45991
45992 Turquoise
45993 \begin_inset ERT
45994 status collapsed
45995
45996 \begin_layout Plain Layout
45997
45998 }{
45999 \end_layout
46000
46001 \end_inset
46002
46003
46004 \begin_inset Phantom Phantom
46005 status open
46006
46007 \begin_layout Plain Layout
46008 W
46009 \end_layout
46010
46011 \end_inset
46012
46013
46014 \begin_inset ERT
46015 status collapsed
46016
46017 \begin_layout Plain Layout
46018
46019 }
46020 \end_layout
46021
46022 \end_inset
46023
46024  Turquoise
46025 \end_layout
46026
46027 \end_inset
46028 </cell>
46029 </row>
46030 <row>
46031 <cell alignment="left" valignment="top" usebox="none">
46032 \begin_inset Text
46033
46034 \begin_layout Plain Layout
46035 \begin_inset ERT
46036 status collapsed
46037
46038 \begin_layout Plain Layout
46039
46040
46041 \backslash
46042 fcolorbox{black}{
46043 \end_layout
46044
46045 \end_inset
46046
46047 Violet
46048 \begin_inset ERT
46049 status collapsed
46050
46051 \begin_layout Plain Layout
46052
46053 }{
46054 \end_layout
46055
46056 \end_inset
46057
46058
46059 \begin_inset Phantom Phantom
46060 status open
46061
46062 \begin_layout Plain Layout
46063 W
46064 \end_layout
46065
46066 \end_inset
46067
46068
46069 \begin_inset ERT
46070 status collapsed
46071
46072 \begin_layout Plain Layout
46073
46074 }
46075 \end_layout
46076
46077 \end_inset
46078
46079  Violet
46080 \end_layout
46081
46082 \end_inset
46083 </cell>
46084 <cell alignment="left" valignment="top" usebox="none">
46085 \begin_inset Text
46086
46087 \begin_layout Plain Layout
46088 \begin_inset ERT
46089 status collapsed
46090
46091 \begin_layout Plain Layout
46092
46093
46094 \backslash
46095 fcolorbox{black}{
46096 \end_layout
46097
46098 \end_inset
46099
46100 VioletRed
46101 \begin_inset ERT
46102 status collapsed
46103
46104 \begin_layout Plain Layout
46105
46106 }{
46107 \end_layout
46108
46109 \end_inset
46110
46111
46112 \begin_inset Phantom Phantom
46113 status open
46114
46115 \begin_layout Plain Layout
46116 W
46117 \end_layout
46118
46119 \end_inset
46120
46121
46122 \begin_inset ERT
46123 status collapsed
46124
46125 \begin_layout Plain Layout
46126
46127 }
46128 \end_layout
46129
46130 \end_inset
46131
46132  VioletRed
46133 \end_layout
46134
46135 \end_inset
46136 </cell>
46137 <cell alignment="left" valignment="top" usebox="none">
46138 \begin_inset Text
46139
46140 \begin_layout Plain Layout
46141 \begin_inset ERT
46142 status collapsed
46143
46144 \begin_layout Plain Layout
46145
46146
46147 \backslash
46148 fcolorbox{black}{
46149 \end_layout
46150
46151 \end_inset
46152
46153 WildStrawberry
46154 \begin_inset ERT
46155 status collapsed
46156
46157 \begin_layout Plain Layout
46158
46159 }{
46160 \end_layout
46161
46162 \end_inset
46163
46164
46165 \begin_inset Phantom Phantom
46166 status open
46167
46168 \begin_layout Plain Layout
46169 W
46170 \end_layout
46171
46172 \end_inset
46173
46174
46175 \begin_inset ERT
46176 status collapsed
46177
46178 \begin_layout Plain Layout
46179
46180 }
46181 \end_layout
46182
46183 \end_inset
46184
46185  WildStrawberry
46186 \end_layout
46187
46188 \end_inset
46189 </cell>
46190 <cell alignment="left" valignment="top" usebox="none">
46191 \begin_inset Text
46192
46193 \begin_layout Plain Layout
46194 \begin_inset ERT
46195 status collapsed
46196
46197 \begin_layout Plain Layout
46198
46199
46200 \backslash
46201 fcolorbox{black}{
46202 \end_layout
46203
46204 \end_inset
46205
46206 YellowGreen
46207 \begin_inset ERT
46208 status collapsed
46209
46210 \begin_layout Plain Layout
46211
46212 }{
46213 \end_layout
46214
46215 \end_inset
46216
46217
46218 \begin_inset Phantom Phantom
46219 status open
46220
46221 \begin_layout Plain Layout
46222 W
46223 \end_layout
46224
46225 \end_inset
46226
46227
46228 \begin_inset ERT
46229 status collapsed
46230
46231 \begin_layout Plain Layout
46232
46233 }
46234 \end_layout
46235
46236 \end_inset
46237
46238  YellowGreen
46239 \end_layout
46240
46241 \end_inset
46242 </cell>
46243 </row>
46244 <row>
46245 <cell alignment="left" valignment="top" usebox="none">
46246 \begin_inset Text
46247
46248 \begin_layout Plain Layout
46249 \begin_inset ERT
46250 status collapsed
46251
46252 \begin_layout Plain Layout
46253
46254
46255 \backslash
46256 fcolorbox{black}{
46257 \end_layout
46258
46259 \end_inset
46260
46261 YellowOrange
46262 \begin_inset ERT
46263 status collapsed
46264
46265 \begin_layout Plain Layout
46266
46267 }{
46268 \end_layout
46269
46270 \end_inset
46271
46272
46273 \begin_inset Phantom Phantom
46274 status open
46275
46276 \begin_layout Plain Layout
46277 W
46278 \end_layout
46279
46280 \end_inset
46281
46282
46283 \begin_inset ERT
46284 status collapsed
46285
46286 \begin_layout Plain Layout
46287
46288 }
46289 \end_layout
46290
46291 \end_inset
46292
46293  YellowOrange
46294 \end_layout
46295
46296 \end_inset
46297 </cell>
46298 <cell alignment="left" valignment="top" usebox="none">
46299 \begin_inset Text
46300
46301 \begin_layout Plain Layout
46302
46303 \end_layout
46304
46305 \end_inset
46306 </cell>
46307 <cell alignment="left" valignment="top" usebox="none">
46308 \begin_inset Text
46309
46310 \begin_layout Plain Layout
46311
46312 \end_layout
46313
46314 \end_inset
46315 </cell>
46316 <cell alignment="left" valignment="top" usebox="none">
46317 \begin_inset Text
46318
46319 \begin_layout Plain Layout
46320
46321 \end_layout
46322
46323 \end_inset
46324 </cell>
46325 </row>
46326 </lyxtabular>
46327
46328 \end_inset
46329
46330
46331 \end_layout
46332
46333 \begin_layout Chapter
46334 Explanation of Equation
46335 \begin_inset space ~
46336 \end_inset
46337
46338 (
46339 \begin_inset CommandInset ref
46340 LatexCommand ref
46341 reference "eq:Wgn"
46342
46343 \end_inset
46344
46345 )
46346 \begin_inset CommandInset label
46347 LatexCommand label
46348 name "cha:Explanation-of-Equation"
46349
46350 \end_inset
46351
46352
46353 \end_layout
46354
46355 \begin_layout Standard
46356 We can calculate the total width of 
46357 \emph on
46358 n
46359 \emph default
46360  table cells 
46361 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46362 \end_inset
46363
46364  as follows:
46365 \begin_inset Formula 
46366 \begin{equation}
46367 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46368 \end{equation}
46369
46370 \end_inset
46371
46372 where 
46373 \begin_inset Formula $W_{g\,n}$
46374 \end_inset
46375
46376  is the given width of all cells, 
46377 \series bold
46378
46379 \backslash
46380 tabcolsep
46381 \series default
46382  is the \SpecialChar LaTeX
46383 -length between the cell text and the cell border (its default value
46384  is 6
46385 \begin_inset space \thinspace{}
46386 \end_inset
46387
46388 pt).
46389  
46390 \series bold
46391
46392 \backslash
46393 arrayrulewidth
46394 \series default
46395  is the thickness of the cell border line, the default is 0.4
46396 \begin_inset space \thinspace{}
46397 \end_inset
46398
46399 pt.
46400 \end_layout
46401
46402 \begin_layout Standard
46403 Following equation
46404 \begin_inset space ~
46405 \end_inset
46406
46407
46408 \begin_inset CommandInset ref
46409 LatexCommand eqref
46410 reference "eq:Wtot_n"
46411
46412 \end_inset
46413
46414 , the total width of a multicolumn 
46415 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46416 \end_inset
46417
46418  is
46419 \begin_inset Formula 
46420 \begin{equation}
46421 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46422 \end{equation}
46423
46424 \end_inset
46425
46426
46427 \end_layout
46428
46429 \begin_layout Standard
46430 By setting equation
46431 \begin_inset space ~
46432 \end_inset
46433
46434
46435 \begin_inset CommandInset ref
46436 LatexCommand eqref
46437 reference "eq:Wtot_n"
46438
46439 \end_inset
46440
46441  and 
46442 \begin_inset CommandInset ref
46443 LatexCommand eqref
46444 reference "eq:Wtot_mult"
46445
46446 \end_inset
46447
46448  equal we can calculate the needed given width 
46449 \begin_inset Formula $W_{g\,n}$
46450 \end_inset
46451
46452  when 
46453 \emph on
46454 n
46455 \emph default
46456  columns are spanned, so that each column has a total width of 
46457 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46458 \end_inset
46459
46460 :
46461 \begin_inset Formula 
46462 \begin{equation}
46463 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46464 \end{equation}
46465
46466 \end_inset
46467
46468
46469 \end_layout
46470
46471 \begin_layout Bibliography
46472 \begin_inset CommandInset bibitem
46473 LatexCommand bibitem
46474 key "latexcompanion"
46475
46476 \end_inset
46477
46478 Frank Mittelbach and Michel Goossens: 
46479 \emph on
46480 The \SpecialChar LaTeX
46481  Companion Second Edition.
46482
46483 \emph default
46484  Addison-Wesley, 2004
46485 \end_layout
46486
46487 \begin_layout Bibliography
46488 \begin_inset CommandInset bibitem
46489 LatexCommand bibitem
46490 key "latexguide"
46491
46492 \end_inset
46493
46494 Helmut Kopka and Patrick W.
46495  Daly: 
46496 \emph on
46497 A Guide to \SpecialChar LaTeX
46498  Fourth Edition.
46499
46500 \emph default
46501  Addison-Wesley, 2003
46502 \end_layout
46503
46504 \begin_layout Bibliography
46505 \begin_inset CommandInset bibitem
46506 LatexCommand bibitem
46507 key "latexbook"
46508
46509 \end_inset
46510
46511 Leslie Lamport: 
46512 \emph on
46513 \SpecialChar LaTeX
46514 : A Document Preparation System.
46515
46516 \emph default
46517  Addison-Wesley, second edition, 1994
46518 \end_layout
46519
46520 \begin_layout Bibliography
46521 \begin_inset CommandInset bibitem
46522 LatexCommand bibitem
46523 key "arydshln"
46524
46525 \end_inset
46526
46527 Documentation of the \SpecialChar LaTeX
46528 -package 
46529 \series bold
46530
46531 \begin_inset CommandInset href
46532 LatexCommand href
46533 name "arydshln"
46534 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46535
46536 \end_inset
46537
46538
46539 \series default
46540
46541 \begin_inset Index idx
46542 status collapsed
46543
46544 \begin_layout Plain Layout
46545 \SpecialChar LaTeX
46546 -packages ! arydshln
46547 \end_layout
46548
46549 \end_inset
46550
46551
46552 \end_layout
46553
46554 \begin_layout Bibliography
46555 \begin_inset CommandInset bibitem
46556 LatexCommand bibitem
46557 key "booktabs"
46558
46559 \end_inset
46560
46561 Documentation of the \SpecialChar LaTeX
46562 -package 
46563 \series bold
46564
46565 \begin_inset CommandInset href
46566 LatexCommand href
46567 name "booktabs"
46568 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46569
46570 \end_inset
46571
46572
46573 \series default
46574
46575 \begin_inset Index idx
46576 status collapsed
46577
46578 \begin_layout Plain Layout
46579 \SpecialChar LaTeX
46580 -packages ! booktabs
46581 \end_layout
46582
46583 \end_inset
46584
46585
46586 \end_layout
46587
46588 \begin_layout Bibliography
46589 \begin_inset CommandInset bibitem
46590 LatexCommand bibitem
46591 key "caption"
46592
46593 \end_inset
46594
46595 Documentation of the \SpecialChar LaTeX
46596 -package 
46597 \series bold
46598
46599 \begin_inset CommandInset href
46600 LatexCommand href
46601 name "caption"
46602 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46603
46604 \end_inset
46605
46606
46607 \series default
46608
46609 \begin_inset Index idx
46610 status collapsed
46611
46612 \begin_layout Plain Layout
46613 \SpecialChar LaTeX
46614 -packages ! caption
46615 \end_layout
46616
46617 \end_inset
46618
46619
46620 \end_layout
46621
46622 \begin_layout Bibliography
46623 \begin_inset CommandInset bibitem
46624 LatexCommand bibitem
46625 key "diagbox"
46626
46627 \end_inset
46628
46629 Documentation of the \SpecialChar LaTeX
46630 -package 
46631 \series bold
46632
46633 \begin_inset CommandInset href
46634 LatexCommand href
46635 name "diagbox"
46636 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46637
46638 \end_inset
46639
46640
46641 \series default
46642
46643 \begin_inset Index idx
46644 status collapsed
46645
46646 \begin_layout Plain Layout
46647 \SpecialChar LaTeX
46648 -packages ! diagbox
46649 \end_layout
46650
46651 \end_inset
46652
46653
46654 \end_layout
46655
46656 \begin_layout Bibliography
46657 \begin_inset CommandInset bibitem
46658 LatexCommand bibitem
46659 key "endfloat"
46660
46661 \end_inset
46662
46663 Documentation of the \SpecialChar LaTeX
46664 -package 
46665 \series bold
46666
46667 \begin_inset CommandInset href
46668 LatexCommand href
46669 name "endfloat"
46670 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46671
46672 \end_inset
46673
46674
46675 \series default
46676
46677 \begin_inset Index idx
46678 status collapsed
46679
46680 \begin_layout Plain Layout
46681 \SpecialChar LaTeX
46682 -packages ! endfloat
46683 \end_layout
46684
46685 \end_inset
46686
46687
46688 \end_layout
46689
46690 \begin_layout Bibliography
46691 \begin_inset CommandInset bibitem
46692 LatexCommand bibitem
46693 key "footmisc"
46694
46695 \end_inset
46696
46697 Documentation of the \SpecialChar LaTeX
46698 -package 
46699 \series bold
46700
46701 \begin_inset CommandInset href
46702 LatexCommand href
46703 name "footmisc"
46704 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46705
46706 \end_inset
46707
46708
46709 \series default
46710
46711 \begin_inset Index idx
46712 status collapsed
46713
46714 \begin_layout Plain Layout
46715 \SpecialChar LaTeX
46716 -packages ! footmisc
46717 \end_layout
46718
46719 \end_inset
46720
46721
46722 \end_layout
46723
46724 \begin_layout Bibliography
46725 \begin_inset CommandInset bibitem
46726 LatexCommand bibitem
46727 key "hypcap"
46728
46729 \end_inset
46730
46731 Documentation of the \SpecialChar LaTeX
46732 -package 
46733 \series bold
46734
46735 \begin_inset CommandInset href
46736 LatexCommand href
46737 name "hypcap"
46738 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46739
46740 \end_inset
46741
46742
46743 \series default
46744
46745 \begin_inset Index idx
46746 status collapsed
46747
46748 \begin_layout Plain Layout
46749 \SpecialChar LaTeX
46750 -packages ! hyperref
46751 \end_layout
46752
46753 \end_inset
46754
46755
46756 \end_layout
46757
46758 \begin_layout Bibliography
46759 \begin_inset CommandInset bibitem
46760 LatexCommand bibitem
46761 key "hyperref"
46762
46763 \end_inset
46764
46765 Documentation of the \SpecialChar LaTeX
46766 -package 
46767 \series bold
46768
46769 \begin_inset CommandInset href
46770 LatexCommand href
46771 name "hyperref"
46772 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46773
46774 \end_inset
46775
46776
46777 \series default
46778
46779 \begin_inset Index idx
46780 status collapsed
46781
46782 \begin_layout Plain Layout
46783 \SpecialChar LaTeX
46784 -packages ! hyperref
46785 \end_layout
46786
46787 \end_inset
46788
46789
46790 \end_layout
46791
46792 \begin_layout Bibliography
46793 \begin_inset CommandInset bibitem
46794 LatexCommand bibitem
46795 key "KOMA-Script"
46796
46797 \end_inset
46798
46799 Documentation of the \SpecialChar LaTeX
46800 -package 
46801 \series bold
46802
46803 \begin_inset CommandInset href
46804 LatexCommand href
46805 name "KOMA-Script"
46806 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46807
46808 \end_inset
46809
46810
46811 \series default
46812
46813 \begin_inset Index idx
46814 status collapsed
46815
46816 \begin_layout Plain Layout
46817 \SpecialChar LaTeX
46818 -packages ! KOMA-Script
46819 \end_layout
46820
46821 \end_inset
46822
46823
46824 \end_layout
46825
46826 \begin_layout Bibliography
46827 \begin_inset CommandInset bibitem
46828 LatexCommand bibitem
46829 key "lettrine"
46830
46831 \end_inset
46832
46833 Documentation of the \SpecialChar LaTeX
46834 -package 
46835 \series bold
46836
46837 \begin_inset CommandInset href
46838 LatexCommand href
46839 name "lettrine"
46840 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46841
46842 \end_inset
46843
46844
46845 \series default
46846  and an 
46847 \begin_inset CommandInset href
46848 LatexCommand href
46849 name "example"
46850 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46851
46852 \end_inset
46853
46854
46855 \begin_inset Index idx
46856 status collapsed
46857
46858 \begin_layout Plain Layout
46859 \SpecialChar LaTeX
46860 -packages ! lettrine
46861 \end_layout
46862
46863 \end_inset
46864
46865
46866 \end_layout
46867
46868 \begin_layout Bibliography
46869 \begin_inset CommandInset bibitem
46870 LatexCommand bibitem
46871 key "listings"
46872
46873 \end_inset
46874
46875 Documentation of the \SpecialChar LaTeX
46876 -package 
46877 \series bold
46878
46879 \begin_inset CommandInset href
46880 LatexCommand href
46881 name "listings"
46882 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46883
46884 \end_inset
46885
46886
46887 \series default
46888
46889 \begin_inset Index idx
46890 status collapsed
46891
46892 \begin_layout Plain Layout
46893 \SpecialChar LaTeX
46894 -packages ! listings
46895 \end_layout
46896
46897 \end_inset
46898
46899
46900 \end_layout
46901
46902 \begin_layout Bibliography
46903 \begin_inset CommandInset bibitem
46904 LatexCommand bibitem
46905 key "marginnote"
46906
46907 \end_inset
46908
46909 Documentation of the \SpecialChar LaTeX
46910 -package 
46911 \series bold
46912
46913 \begin_inset CommandInset href
46914 LatexCommand href
46915 name "marginnote"
46916 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46917
46918 \end_inset
46919
46920
46921 \series default
46922
46923 \begin_inset Index idx
46924 status collapsed
46925
46926 \begin_layout Plain Layout
46927 \SpecialChar LaTeX
46928 -packages ! marginnote
46929 \end_layout
46930
46931 \end_inset
46932
46933
46934 \end_layout
46935
46936 \begin_layout Bibliography
46937 \begin_inset CommandInset bibitem
46938 LatexCommand bibitem
46939 key "pdfpages"
46940
46941 \end_inset
46942
46943 Documentation of the \SpecialChar LaTeX
46944 -package 
46945 \series bold
46946
46947 \begin_inset CommandInset href
46948 LatexCommand href
46949 name "pdfpages"
46950 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46951
46952 \end_inset
46953
46954
46955 \series default
46956
46957 \begin_inset Index idx
46958 status collapsed
46959
46960 \begin_layout Plain Layout
46961 \SpecialChar LaTeX
46962 -packages ! pdfpages
46963 \end_layout
46964
46965 \end_inset
46966
46967
46968 \end_layout
46969
46970 \begin_layout Bibliography
46971 \begin_inset CommandInset bibitem
46972 LatexCommand bibitem
46973 key "prettyref"
46974
46975 \end_inset
46976
46977 Documentation of the \SpecialChar LaTeX
46978 -package 
46979 \series bold
46980
46981 \begin_inset CommandInset href
46982 LatexCommand href
46983 name "prettyref"
46984 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46985
46986 \end_inset
46987
46988
46989 \series default
46990
46991 \begin_inset Index idx
46992 status collapsed
46993
46994 \begin_layout Plain Layout
46995 \SpecialChar LaTeX
46996 -packages ! prettyref
46997 \end_layout
46998
46999 \end_inset
47000
47001
47002 \end_layout
47003
47004 \begin_layout Bibliography
47005 \begin_inset CommandInset bibitem
47006 LatexCommand bibitem
47007 key "pstricks"
47008
47009 \end_inset
47010
47011 Web page of the \SpecialChar LaTeX
47012 -package 
47013 \series bold
47014
47015 \begin_inset CommandInset href
47016 LatexCommand href
47017 name "PSTricks"
47018 target "http://tug.org/PSTricks/"
47019
47020 \end_inset
47021
47022
47023 \series default
47024
47025 \begin_inset Index idx
47026 status collapsed
47027
47028 \begin_layout Plain Layout
47029 \SpecialChar LaTeX
47030 -packages ! PSTricks
47031 \end_layout
47032
47033 \end_inset
47034
47035
47036 \end_layout
47037
47038 \begin_layout Bibliography
47039 \begin_inset CommandInset bibitem
47040 LatexCommand bibitem
47041 key "refstyle"
47042
47043 \end_inset
47044
47045 Documentation of the \SpecialChar LaTeX
47046 -package 
47047 \series bold
47048
47049 \begin_inset CommandInset href
47050 LatexCommand href
47051 name "refstyle"
47052 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47053
47054 \end_inset
47055
47056
47057 \series default
47058
47059 \begin_inset Index idx
47060 status collapsed
47061
47062 \begin_layout Plain Layout
47063 \SpecialChar LaTeX
47064 -packages ! refstyle
47065 \end_layout
47066
47067 \end_inset
47068
47069
47070 \end_layout
47071
47072 \begin_layout Bibliography
47073 \begin_inset CommandInset bibitem
47074 LatexCommand bibitem
47075 key "sidecap"
47076
47077 \end_inset
47078
47079 Documentation of the \SpecialChar LaTeX
47080 -package 
47081 \series bold
47082
47083 \begin_inset CommandInset href
47084 LatexCommand href
47085 name "sidecap"
47086 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47087
47088 \end_inset
47089
47090
47091 \series default
47092
47093 \begin_inset Index idx
47094 status collapsed
47095
47096 \begin_layout Plain Layout
47097 \SpecialChar LaTeX
47098 -packages ! sidecap
47099 \end_layout
47100
47101 \end_inset
47102
47103
47104 \end_layout
47105
47106 \begin_layout Bibliography
47107 \begin_inset CommandInset bibitem
47108 LatexCommand bibitem
47109 key "NewInLyX20"
47110
47111 \end_inset
47112
47113
47114 \begin_inset CommandInset href
47115 LatexCommand href
47116 name "Wiki page"
47117 target "http://wiki.lyx.org/LyX/NewInLyX20"
47118
47119 \end_inset
47120
47121  about new features in 
47122 \family sans
47123 \SpecialChar LyX
47124  2.0
47125 \family default
47126 .
47127 \end_layout
47128
47129 \begin_layout Standard
47130 \begin_inset CommandInset index_print
47131 LatexCommand printindex
47132 type "idx"
47133
47134 \end_inset
47135
47136
47137 \end_layout
47138
47139 \end_body
47140 \end_document