]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
RELEASE-NOTES: document tabular-feature change
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 506
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 \graphics default
175 \default_output_format pdf2
176 \output_sync 0
177 \bibtex_command default
178 \index_command default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
183 \pdf_author "LyX Team, Uwe Stöhr"
184 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
185 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
196 \papersize default
197 \use_geometry false
198 \use_package amsmath 2
199 \use_package amssymb 2
200 \use_package cancel 0
201 \use_package esint 0
202 \use_package mathdots 1
203 \use_package mathtools 0
204 \use_package mhchem 1
205 \use_package stackrel 0
206 \use_package stmaryrd 0
207 \use_package undertilde 0
208 \cite_engine basic
209 \cite_engine_type default
210 \biblio_style plain
211 \use_bibtopic false
212 \use_indices false
213 \paperorientation portrait
214 \suppress_date false
215 \justification true
216 \use_refstyle 0
217 \notefontcolor #0000ff
218 \index Index
219 \shortcut idx
220 \color #008000
221 \end_index
222 \secnumdepth 3
223 \tocdepth 3
224 \paragraph_separation skip
225 \defskip medskip
226 \quotes_language english
227 \papercolumns 1
228 \papersides 2
229 \paperpagestyle default
230 \tracking_changes false
231 \output_changes false
232 \html_math_output 0
233 \html_css_as_file 0
234 \html_be_strict false
235 \end_header
236
237 \begin_body
238
239 \begin_layout Title
240 \SpecialChar LyX
241 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
242 \end_layout
243
244 \begin_layout Author
245 by the \SpecialChar LyX
246  Team
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252 If you have comments or error corrections, please send them to the \SpecialChar LyX
253  Documentatio
254 n mailing list: 
255 \begin_inset CommandInset href
256 LatexCommand href
257 name "lyx-docs@lists.lyx.org"
258 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
259 type "mailto:"
260
261 \end_inset
262
263
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Plain Layout
273 author: Uwe Stöhr
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \begin_inset Newline newline
284 \end_inset
285
286
287 \family sans
288 Version 2.2.x
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset CommandInset toc
293 LatexCommand tableofcontents
294
295 \end_inset
296
297
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset Note Note
302 status open
303
304 \begin_layout Plain Layout
305 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
306 -packages 
307 \series bold
308 arydshln
309 \series default
310
311 \series bold
312 colortbl
313 \series default
314
315 \series bold
316 diagbox, lettrine, marginnote, picinpar
317 \series default
318  and 
319 \series bold
320 sidecap
321 \series default
322  must be installed.
323  If they are not installed you can export the document anyway but the sections
324  where the packages are required won't appear in the output.
325 \end_layout
326
327 \begin_layout Plain Layout
328 The latest PDF-version of this document can be found here:
329 \begin_inset Newline newline
330 \end_inset
331
332
333 \series bold
334 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
335 \end_layout
336
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Chapter
343 Figures
344 \begin_inset Index idx
345 status collapsed
346
347 \begin_layout Plain Layout
348 Figures
349 \end_layout
350
351 \end_inset
352
353
354 \begin_inset Index idx
355 status collapsed
356
357 \begin_layout Plain Layout
358 Graphics|see
359 \begin_inset ERT
360 status collapsed
361
362 \begin_layout Plain Layout
363
364 {
365 \end_layout
366
367 \end_inset
368
369 Figures
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 }
376 \end_layout
377
378 \end_inset
379
380
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Section
389 Graphics Dialog
390 \begin_inset Index idx
391 status collapsed
392
393 \begin_layout Plain Layout
394 Figures ! Graphics Dialog
395 \end_layout
396
397 \end_inset
398
399
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "sec:Graphics-Dialog"
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 To insert an image into your document, place the cursor at the text position
411  you want and click on the toolbar icon 
412 \begin_inset Info
413 type  "icon"
414 arg   "dialog-show-new-inset graphics"
415 \end_inset
416
417  or use the menu 
418 \family sans
419 Insert\SpecialChar menuseparator
420 Graphics
421 \family default
422 .
423  Then a dialog will appear to choose the file to load.
424  The image will appear in the output exactly at the position where it is
425  in the text.
426 \end_layout
427
428 \begin_layout Standard
429 The graphics dialog can be called at any time by clicking on an image.
430  This dialog has three tabs:
431 \end_layout
432
433 \begin_layout Description
434
435 \family sans
436 Graphics
437 \family default
438  Here you can choose an image file and adjust its appearance in the output.
439  The available units for the image size are explained in appendix
440 \begin_inset space ~
441 \end_inset
442
443
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "cha:Units-available-in"
447
448 \end_inset
449
450 .
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index idx
456 status collapsed
457
458 \begin_layout Plain Layout
459 Figures ! rotated
460 \end_layout
461
462 \end_inset
463
464 You can rotate images counter-clockwise by setting a rotation angle and
465  a rotation origin.
466  The image will also be rotated inside \SpecialChar LyX
467 .
468 \begin_inset Newline newline
469 \end_inset
470
471
472 \begin_inset Index idx
473 status collapsed
474
475 \begin_layout Plain Layout
476 Figures ! scaled
477 \end_layout
478
479 \end_inset
480
481 Images can be scaled by using a percentage value or by setting the width
482  and height explicitly.
483  If you set only the width or only the height, the other size will be determined
484  automatically.
485  If you set both, then the image will be transformed to the given size,
486  possibly distorting it.
487  To prevent the image from distortion, use the option 
488 \family sans
489 Maintain aspect ratio
490 \family default
491 .
492  The image will then be scaled so that its width and height don't exceed
493  the specified dimensions.
494 \begin_inset Newline newline
495 \end_inset
496
497 Images can be opened in a program of your choice by right-clicking on it
498  and choosing the entry 
499 \family sans
500 Edit
501 \begin_inset space ~
502 \end_inset
503
504 externally
505 \family default
506  in the context menu.
507  The program can be set for every image format in the file format settings
508  in \SpecialChar LyX
509 's preferences.
510 \end_layout
511
512 \begin_layout Description
513
514 \family sans
515 Clipping
516 \family default
517  Alternatively to the usage of scaling units it is possible to set image
518  coordinates to adjust the height and width of the image in the output.
519  The coordinates can also be calculated automatically by pressing the button
520  
521 \family sans
522 Get
523 \begin_inset space ~
524 \end_inset
525
526 from
527 \begin_inset space ~
528 \end_inset
529
530 File
531 \family default
532 .
533  The option 
534 \family sans
535 Clip
536 \begin_inset space ~
537 \end_inset
538
539 to
540 \begin_inset space ~
541 \end_inset
542
543 bounding
544 \begin_inset space ~
545 \end_inset
546
547 box
548 \family default
549  will only print the image region within the given coordinates.
550  Normally you don't need to worry about image coordinates and can ignore
551  this tab.
552 \end_layout
553
554 \begin_layout Description
555
556 \family sans
557 LaTeX
558 \begin_inset space ~
559 \end_inset
560
561 and
562 \begin_inset space ~
563 \end_inset
564
565 LyX
566 \begin_inset space ~
567 \end_inset
568
569 options
570 \family default
571  In this tab you can modify the appearance of the image within \SpecialChar LyX
572  and \SpecialChar LaTeX
573  experts
574  can specify additional \SpecialChar LaTeX
575  options.
576 \begin_inset Newline newline
577 \end_inset
578
579 The option 
580 \family sans
581 Draft
582 \begin_inset space ~
583 \end_inset
584
585 mode
586 \family default
587  makes the image appear in the output only as a frame with the size of the
588  image.
589 \begin_inset Newline newline
590 \end_inset
591
592 In the section 
593 \family sans
594 Graphics
595 \begin_inset space ~
596 \end_inset
597
598 Group
599 \family default
600  you can define or join an image settings group.
601 \begin_inset Index idx
602 status collapsed
603
604 \begin_layout Plain Layout
605 Figures ! Settings grouping
606 \end_layout
607
608 \end_inset
609
610  Images within such a group share their settings, so adjusting one image
611  of the group automatically also adjusts all other images of the group in
612  the same way.
613  So you can for example change the size for a bunch of images without the
614  need to manually change each of them.
615  Joining an existing group can also be done using the context menu of the
616  image by checking the name of the desired group.
617 \end_layout
618
619 \begin_layout Standard
620 \begin_inset VSpace bigskip
621 \end_inset
622
623
624 \end_layout
625
626 \begin_layout Standard
627 This is an example image in EPS format
628 \begin_inset Foot
629 status collapsed
630
631 \begin_layout Plain Layout
632 Image formats are explained in section
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:Image-Formats"
640
641 \end_inset
642
643 .
644 \end_layout
645
646 \end_inset
647
648  within a separate, horizontally centered paragraph:
649 \begin_inset Separator parbreak
650 \end_inset
651
652
653 \end_layout
654
655 \begin_layout Standard
656 \align center
657 \begin_inset Graphics
658         filename clipart/mobius.eps
659         scale 70
660         scaleBeforeRotation
661         rotateOrigin center
662
663 \end_inset
664
665
666 \end_layout
667
668 \begin_layout Standard
669 This is the same image like the one above but in draft mode:
670 \begin_inset Separator parbreak
671 \end_inset
672
673
674 \end_layout
675
676 \begin_layout Standard
677 \align center
678 \begin_inset Graphics
679         filename clipart/mobius.eps
680         scale 70
681         draft
682         scaleBeforeRotation
683         rotateOrigin center
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset Newpage newpage
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 Figure Floats
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "sec:Figure-Floats"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 Floats ! Figures
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 Figures ! Floats
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 For general explanations about floats, have a look at section
730 \begin_inset space ~
731 \end_inset
732
733
734 \begin_inset CommandInset ref
735 LatexCommand ref
736 reference "sec:FloatIntroduction"
737
738 \end_inset
739
740 .
741 \end_layout
742
743 \begin_layout Standard
744 The toolbar button 
745 \begin_inset Info
746 type  "icon"
747 arg   "float-insert figure"
748 \end_inset
749
750  and the menu 
751 \family sans
752 Insert\SpecialChar menuseparator
753 Float\SpecialChar menuseparator
754 Figure
755 \family default
756  inserts a float with a caption that has the label 
757 \begin_inset Quotes eld
758 \end_inset
759
760 Figure
761 \begin_inset space ~
762 \end_inset
763
764 #:
765 \begin_inset Quotes erd
766 \end_inset
767
768  (# is the actual number).
769  You can insert the image above the caption, like in Figure
770 \begin_inset space ~
771 \end_inset
772
773
774 \begin_inset CommandInset ref
775 LatexCommand ref
776 reference "fig:kill-plat"
777
778 \end_inset
779
780  or below the caption, like in Figure
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "fig:escher"
788
789 \end_inset
790
791 .
792  More about caption placement is described in section
793 \begin_inset space ~
794 \end_inset
795
796
797 \begin_inset CommandInset ref
798 LatexCommand ref
799 reference "sec:Caption-Placement"
800
801 \end_inset
802
803 .
804 \end_layout
805
806 \begin_layout Standard
807 \begin_inset Float figure
808 wide false
809 sideways false
810 status open
811
812 \begin_layout Plain Layout
813 \align center
814 \begin_inset Graphics
815         filename clipart/platypus.eps
816         width 50col%
817         scaleBeforeRotation
818         rotateOrigin center
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Plain Layout
826 \begin_inset Caption Standard
827
828 \begin_layout Plain Layout
829 \begin_inset CommandInset label
830 LatexCommand label
831 name "fig:kill-plat"
832
833 \end_inset
834
835 A severely distorted platypus in a float.
836 \end_layout
837
838 \end_inset
839
840
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \begin_layout Standard
849 \begin_inset Float figure
850 wide false
851 sideways false
852 status open
853
854 \begin_layout Plain Layout
855 \begin_inset Caption Standard
856
857 \begin_layout Plain Layout
858 \begin_inset CommandInset label
859 LatexCommand label
860 name "fig:escher"
861
862 \end_inset
863
864 M.C.
865  Escher on acid.
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 References ! to Figures
897 \end_layout
898
899 \end_inset
900
901 Figure
902 \begin_inset space ~
903 \end_inset
904
905
906 \begin_inset CommandInset ref
907 LatexCommand ref
908 reference "fig:kill-plat"
909
910 \end_inset
911
912  and 
913 \begin_inset CommandInset ref
914 LatexCommand ref
915 reference "fig:escher"
916
917 \end_inset
918
919  are examples of referenced figures.
920  Figures can be referenced in the text by referencing their label.
921  To do this insert a label in the caption using the menu 
922 \family sans
923 Insert\SpecialChar menuseparator
924 Label
925 \family default
926  or the toolbar button 
927 \begin_inset Info
928 type  "icon"
929 arg   "label-insert"
930 \end_inset
931
932 .
933  You can now refer to the label using the menu 
934 \family sans
935 Insert\SpecialChar menuseparator
936 Cross
937 \begin_inset space ~
938 \end_inset
939
940 reference
941 \family default
942  or the toolbar button 
943 \begin_inset Info
944 type  "icon"
945 arg   "dialog-show-new-inset ref"
946 \end_inset
947
948 .
949  It is important to use references to floats, rather than using vague references
950  like 
951 \begin_inset Quotes eld
952 \end_inset
953
954 the figure above
955 \begin_inset Quotes erd
956 \end_inset
957
958 , because \SpecialChar LaTeX
959  will reposition the floats in the final document and it might
960  not be 
961 \begin_inset Quotes eld
962 \end_inset
963
964 above
965 \begin_inset Quotes erd
966 \end_inset
967
968  at all.
969 \begin_inset Newline newline
970 \end_inset
971
972 Referencing is explained in detail in section
973 \begin_inset space ~
974 \end_inset
975
976
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "sec:Referencing-Floats"
980
981 \end_inset
982
983 .
984 \end_layout
985
986 \begin_layout Standard
987 Normally only one image is inserted to a figure float, but sometimes you
988  might want to use two images with separate subcaptions.
989  This can be done by inserting image floats into existing image floats.
990  Note that only the main caption of the float is added to the List of Figures.
991  Figure
992 \begin_inset space ~
993 \end_inset
994
995
996 \begin_inset CommandInset ref
997 LatexCommand ref
998 reference "fig:Two-distorted-images"
999
1000 \end_inset
1001
1002  is an example of a figure float with two images set side by side.
1003  You can also set the images one below the other.
1004  Figure
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:Undefinable-structure"
1012
1013 \end_inset
1014
1015  and 
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "fig:A-Platypus"
1019
1020 \end_inset
1021
1022  are the subfigures.
1023 \end_layout
1024
1025 \begin_layout Standard
1026 \begin_inset Float figure
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Plain Layout
1032 \begin_inset space \hfill{}
1033 \end_inset
1034
1035
1036 \begin_inset Float figure
1037 wide false
1038 sideways false
1039 status collapsed
1040
1041 \begin_layout Plain Layout
1042 \begin_inset Caption Standard
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "fig:Undefinable-structure"
1048
1049 \end_inset
1050
1051 Undefinable structure.
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \begin_layout Plain Layout
1060 \begin_inset Graphics
1061         filename clipart/escher-lsd.eps
1062         width 45col%
1063         scaleBeforeRotation
1064         groupId distorted
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \end_inset
1072
1073
1074 \begin_inset space \hfill{}
1075 \end_inset
1076
1077
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:A-Platypus"
1090
1091 \end_inset
1092
1093 A Platypus.
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Graphics
1103         filename clipart/platypus.eps
1104         width 45col%
1105         scaleBeforeRotation
1106         groupId distorted
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \begin_layout Plain Layout
1123 \begin_inset Caption Standard
1124
1125 \begin_layout Plain Layout
1126 \begin_inset CommandInset label
1127 LatexCommand label
1128 name "fig:Two-distorted-images"
1129
1130 \end_inset
1131
1132 Two distorted images.
1133  Both images are in the image settings group named 
1134 \begin_inset Quotes eld
1135 \end_inset
1136
1137 distorted
1138 \begin_inset Quotes erd
1139 \end_inset
1140
1141 .
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Standard
1155 \begin_inset Newpage newpage
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Image Formats
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "sec:Image-Formats"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Image Formats
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 Figures ! Image Formats
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Standard
1193 You can insert images in any known file format.
1194  But as explained in appendix
1195 \begin_inset space ~
1196 \end_inset
1197
1198
1199 \begin_inset CommandInset ref
1200 LatexCommand ref
1201 reference "cha:Output-File-Formats"
1202
1203 \end_inset
1204
1205 , each output document format allows only a few image formats.
1206  \SpecialChar LyX
1207  uses therefore the program 
1208 \family typewriter
1209 ImageMagick
1210 \family default
1211  in the background to convert the images to the right format.
1212  To increase your work flow by avoiding these conversions in the background,
1213  you could choose to use only the image formats that can directly be embedded
1214  in the output file format.
1215  The output file formats are explained in appendix
1216 \begin_inset space ~
1217 \end_inset
1218
1219
1220 \begin_inset CommandInset ref
1221 LatexCommand ref
1222 reference "cha:Output-File-Formats"
1223
1224 \end_inset
1225
1226 .
1227 \end_layout
1228
1229 \begin_layout Standard
1230 Similar to fonts there are two types of image formats:
1231 \end_layout
1232
1233 \begin_layout Description
1234 Bitmap
1235 \begin_inset space ~
1236 \end_inset
1237
1238 images consist of pixel values, often in a compressed form.
1239  They are therefore not fully scalable and look pixelated in large zooms.
1240  Well-known bitmap image formats are 
1241 \begin_inset Quotes eld
1242 \end_inset
1243
1244 Graphics Interchange Format
1245 \begin_inset Quotes erd
1246 \end_inset
1247
1248  (GIF, file extension 
1249 \begin_inset Quotes eld
1250 \end_inset
1251
1252
1253 \family typewriter
1254 .gif
1255 \family default
1256
1257 \begin_inset Quotes erd
1258 \end_inset
1259
1260 )
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 GIF|see
1266 \begin_inset ERT
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270
1271 {
1272 \end_layout
1273
1274 \end_inset
1275
1276 Image formats
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 }
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 Portable Network Graphics
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  (PNG, file extension 
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .png
1307 \family default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 PNG|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Image formats
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344 , and 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 Joint Photographic Experts Group
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  (JPG, file extension 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .jpg
1359 \family default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364  or 
1365 \begin_inset Quotes eld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 .jpeg
1371 \family default
1372
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376 )
1377 \begin_inset Index idx
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381 JPG|see
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 {
1388 \end_layout
1389
1390 \end_inset
1391
1392 Image formats
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 }
1399 \end_layout
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408 .
1409 \end_layout
1410
1411 \begin_layout Description
1412 Vector
1413 \begin_inset space ~
1414 \end_inset
1415
1416 images consist of vectors and can therefore be scaled to any size without
1417  data loss.
1418  The scaling ability is necessary if you want to create presentations, because
1419  presentations are always scaled by the video projector.
1420  Scaling is also useful for online documents to let the user zoom into diagrams.
1421 \begin_inset Newline newline
1422 \end_inset
1423
1424 Well-known scalable image formats are 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428 Scalable Vector Graphics
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432  (SVG, file extension 
1433 \begin_inset Quotes eld
1434 \end_inset
1435
1436
1437 \family typewriter
1438 .svg
1439 \family default
1440
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444 )
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 SVG|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Image formats
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Encapsulated PostScript
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  (EPS, file extension 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .eps
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index idx
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 EPS|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Image formats
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Portable Document Format
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536  (PDF, file extension 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .pdf
1543 \family default
1544
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 PDF
1554 \end_layout
1555
1556 \end_inset
1557
1558 , and 
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Windows Metafile
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (WMF, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .wmf
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 SVG|see
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 {
1590 \end_layout
1591
1592 \end_inset
1593
1594 Image formats
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 }
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609
1610 .
1611  We wrote 
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 can be
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 , because you can convert any bitmap image to a PDF or EPS-image and the
1620  result will still be a bitmap image.
1621  In such cases only a header with the image properties is added to the original
1622  image
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 In the case of PDF, the original image is additionally compressed.
1628 \end_layout
1629
1630 \end_inset
1631
1632 .
1633  The PDF-files generated by 
1634 \family typewriter
1635 Adobe Photoshop
1636 \family default
1637  are for example bitmap images.
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Normally it is not possible to convert a bitmap image into a scalable one,
1642  only vice versa.
1643  Only the image formats PDF and EPS can directly be embedded to PDF and
1644  PostScript output files, respectively.
1645  SVG and WMF-images are recalculated to bitmaps when the output file is
1646  generated because there is currently no adequate WMF/SVG
1647 \begin_inset Formula $\to$
1648 \end_inset
1649
1650 PDF/EPS converter available.
1651 \end_layout
1652
1653 \begin_layout Chapter
1654 Tables
1655 \begin_inset Index idx
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Table
1660 \end_layout
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \begin_layout Section
1668 Introduction
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Table ! Introduction
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 You can insert a table using either the toolbar button 
1683 \begin_inset Info
1684 type  "icon"
1685 arg   "tabular-insert"
1686 \end_inset
1687
1688  or the menu 
1689 \family sans
1690 Insert\SpecialChar menuseparator
1691 Table
1692 \family default
1693 .
1694  The toolbar button offers you a graphical selection: move the mouse to
1695  set the column/row number of the table that should be created and then
1696  press a mouse button.
1697  When you use the menu to create a table, a dialog will appear, asking you
1698  for the number of rows and columns.
1699 \begin_inset Newline newline
1700 \end_inset
1701
1702 The default table has lines around any cell and the first row appears separated
1703  from the rest of the table.
1704  This separation occurs due to a double line: The cells of the first row
1705  have a line below them and the cells of the second row have a line above
1706  them.
1707  Here is an example table:
1708 \begin_inset Separator parbreak
1709 \end_inset
1710
1711
1712 \end_layout
1713
1714 \begin_layout Standard
1715 \align center
1716 \begin_inset Tabular
1717 <lyxtabular version="3" rows="4" columns="4">
1718 <features tabularvalignment="middle">
1719 <column alignment="center" valignment="top">
1720 <column alignment="center" valignment="top">
1721 <column alignment="center" valignment="top">
1722 <column alignment="center" valignment="top">
1723 <row>
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 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \family roman
1739 \series medium
1740 \shape up
1741 \size normal
1742 \emph off
1743 \bar no
1744 \noun off
1745 \color none
1746 1
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755 2
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1761 \begin_inset Text
1762
1763 \begin_layout Plain Layout
1764 3
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 </row>
1770 <row>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \family roman
1777 \series medium
1778 \shape up
1779 \size normal
1780 \emph off
1781 \bar no
1782 \noun off
1783 \color none
1784 A
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" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 </row>
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \family roman
1824 \series medium
1825 \shape up
1826 \size normal
1827 \emph off
1828 \bar no
1829 \noun off
1830 \color none
1831 B
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" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \family roman
1871 \series medium
1872 \shape up
1873 \size normal
1874 \emph off
1875 \bar no
1876 \noun off
1877 \color none
1878 C
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" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 </row>
1911 </lyxtabular>
1912
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \begin_layout Section
1919 Table Dialog
1920 \begin_inset Index idx
1921 status collapsed
1922
1923 \begin_layout Plain Layout
1924 Table ! Dialog
1925 \end_layout
1926
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \begin_layout Standard
1933 You can alter a table by clicking on it with the right mouse button, which
1934  brings up the context menu.
1935  Under the menu entry 
1936 \family sans
1937 More
1938 \family default
1939  you can adjust the settings of that cell and row/column respectively where
1940  the cursor is currently placed.
1941  The context menu 
1942 \family sans
1943 More\SpecialChar menuseparator
1944 Settings
1945 \family default
1946  opens the table dialog where you can adjust more things.
1947  Most of the dialog options also work on selections.
1948  This means if you select more cells, columns or rows, the action is done
1949  for the whole selection.
1950  Note that there is a difference between selecting the 
1951 \emph on
1952 contents
1953 \emph default
1954  of the cell, and the cell itself.
1955 \begin_inset Newline newline
1956 \end_inset
1957
1958 With the dialog option 
1959 \family sans
1960 Immediate
1961 \begin_inset space ~
1962 \end_inset
1963
1964 Apply
1965 \family default
1966  every change you make in the dialog is directly applied.
1967  If you move the cursor to another table cell the dialog will then also
1968  be updated with the parameters of the new cell.
1969  If you change length values in the dialog you must press 
1970 \family sans
1971 Return
1972 \family default
1973  to get the change applied.
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 You can alter tables with the following tabs of the table dialog:
1978 \end_layout
1979
1980 \begin_layout Description
1981 Table
1982 \begin_inset space ~
1983 \end_inset
1984
1985 Settings Here you can set the table width
1986 \begin_inset Index idx
1987 status collapsed
1988
1989 \begin_layout Plain Layout
1990 Table ! Width
1991 \end_layout
1992
1993 \end_inset
1994
1995 , and the horizontal alignment and the width of the current column.
1996  The alignment 
1997 \family sans
1998 At
1999 \begin_inset space ~
2000 \end_inset
2001
2002 Decimal
2003 \begin_inset space ~
2004 \end_inset
2005
2006 Separator
2007 \family default
2008  is described in section
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "subsec:Special-Cell-Alignment"
2016
2017 \end_inset
2018
2019 .
2020  When you have set a width you can also adjust the vertical alignment of
2021  the current row.
2022  A given width will allow the cell to have line breaks and multiple paragraphs
2023  of text, see sec.
2024 \begin_inset space \thinspace{}
2025 \end_inset
2026
2027
2028 \begin_inset CommandInset ref
2029 LatexCommand ref
2030 reference "subsec:Multiple-Lines-in"
2031
2032 \end_inset
2033
2034 .
2035  If you set no width, the column is as wide as the content of its widest
2036  cell.
2037 \begin_inset Newline newline
2038 \end_inset
2039
2040 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2041  cell, see sec.
2042 \begin_inset space \thinspace{}
2043 \end_inset
2044
2045
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "subsec:Multicolumns"
2049
2050 \end_inset
2051
2052  or the cells of one column as multirow cell, see sec.
2053 \begin_inset space \thinspace{}
2054 \end_inset
2055
2056
2057 \begin_inset CommandInset ref
2058 LatexCommand ref
2059 reference "subsec:Multirows"
2060
2061 \end_inset
2062
2063 .
2064 \begin_inset Newline newline
2065 \end_inset
2066
2067 The rotate check boxes rotate the current cell, a selection, or the whole
2068  table counter-clockwise by 90
2069 \begin_inset space \thinspace{}
2070 \end_inset
2071
2072 °.
2073  The rotation is not shown within \SpecialChar LyX
2074 , only in the output.
2075  For more information see sec.
2076 \begin_inset space \thinspace{}
2077 \end_inset
2078
2079
2080 \begin_inset CommandInset ref
2081 LatexCommand ref
2082 reference "sec:Rotated-Table-Cells"
2083
2084 \end_inset
2085
2086 .
2087 \begin_inset Newline newline
2088 \end_inset
2089
2090
2091 \begin_inset Note Greyedout
2092 status open
2093
2094 \begin_layout Plain Layout
2095
2096 \series bold
2097 Note:
2098 \series default
2099  Not all DVI-viewers are able to display rotations.
2100 \end_layout
2101
2102 \end_inset
2103
2104
2105 \begin_inset Newline newline
2106 \end_inset
2107
2108 The table-wide vertical alignment is used for tables within text lines:
2109 \begin_inset Newline newline
2110 \end_inset
2111
2112 A line with tables with different alignments: 
2113 \begin_inset Tabular
2114 <lyxtabular version="3" rows="2" columns="2">
2115 <features tabularvalignment="top">
2116 <column alignment="center" valignment="top" width="0pt">
2117 <column alignment="center" valignment="top">
2118 <row>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Plain Layout
2123
2124 \end_layout
2125
2126 \end_inset
2127 </cell>
2128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2129 \begin_inset Text
2130
2131 \begin_layout Plain Layout
2132
2133 \family roman
2134 \series medium
2135 \shape up
2136 \size normal
2137 \emph off
2138 \bar no
2139 \noun off
2140 \color none
2141 1
2142 \end_layout
2143
2144 \end_inset
2145 </cell>
2146 </row>
2147 <row>
2148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2149 \begin_inset Text
2150
2151 \begin_layout Plain Layout
2152
2153 \family roman
2154 \series medium
2155 \shape up
2156 \size normal
2157 \emph off
2158 \bar no
2159 \noun off
2160 \color none
2161 A
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2167 \begin_inset Text
2168
2169 \begin_layout Plain Layout
2170
2171 \end_layout
2172
2173 \end_inset
2174 </cell>
2175 </row>
2176 </lyxtabular>
2177
2178 \end_inset
2179
2180  
2181 \begin_inset Tabular
2182 <lyxtabular version="3" rows="2" columns="2">
2183 <features tabularvalignment="middle">
2184 <column alignment="center" valignment="top">
2185 <column alignment="center" valignment="top">
2186 <row>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191
2192 \end_layout
2193
2194 \end_inset
2195 </cell>
2196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2197 \begin_inset Text
2198
2199 \begin_layout Plain Layout
2200
2201 \family roman
2202 \series medium
2203 \shape up
2204 \size normal
2205 \emph off
2206 \bar no
2207 \noun off
2208 \color none
2209 1
2210 \end_layout
2211
2212 \end_inset
2213 </cell>
2214 </row>
2215 <row>
2216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2217 \begin_inset Text
2218
2219 \begin_layout Plain Layout
2220
2221 \family roman
2222 \series medium
2223 \shape up
2224 \size normal
2225 \emph off
2226 \bar no
2227 \noun off
2228 \color none
2229 A
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2235 \begin_inset Text
2236
2237 \begin_layout Plain Layout
2238
2239 \end_layout
2240
2241 \end_inset
2242 </cell>
2243 </row>
2244 </lyxtabular>
2245
2246 \end_inset
2247
2248  
2249 \begin_inset Tabular
2250 <lyxtabular version="3" rows="2" columns="2">
2251 <features tabularvalignment="bottom">
2252 <column alignment="center" valignment="top" width="0pt">
2253 <column alignment="center" valignment="top">
2254 <row>
2255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2256 \begin_inset Text
2257
2258 \begin_layout Plain Layout
2259
2260 \end_layout
2261
2262 \end_inset
2263 </cell>
2264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2265 \begin_inset Text
2266
2267 \begin_layout Plain Layout
2268
2269 \family roman
2270 \series medium
2271 \shape up
2272 \size normal
2273 \emph off
2274 \bar no
2275 \noun off
2276 \color none
2277 1
2278 \end_layout
2279
2280 \end_inset
2281 </cell>
2282 </row>
2283 <row>
2284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2285 \begin_inset Text
2286
2287 \begin_layout Plain Layout
2288
2289 \family roman
2290 \series medium
2291 \shape up
2292 \size normal
2293 \emph off
2294 \bar no
2295 \noun off
2296 \color none
2297 A
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2303 \begin_inset Text
2304
2305 \begin_layout Plain Layout
2306
2307 \end_layout
2308
2309 \end_inset
2310 </cell>
2311 </row>
2312 </lyxtabular>
2313
2314 \end_inset
2315
2316
2317 \begin_inset Newline newline
2318 \end_inset
2319
2320 It is also possible to enter a \SpecialChar LaTeX
2321 -argument which is needed for special table
2322  formattings, see sec.
2323 \begin_inset space \thinspace{}
2324 \end_inset
2325
2326
2327 \begin_inset CommandInset ref
2328 LatexCommand ref
2329 reference "subsec:Multicolumn-Calculations"
2330
2331 \end_inset
2332
2333  and 
2334 \begin_inset CommandInset ref
2335 LatexCommand ref
2336 reference "sec:Colored-Tables"
2337
2338 \end_inset
2339
2340 .
2341 \end_layout
2342
2343 \begin_layout Description
2344 Borders In this tab you can add and delete border lines for the current
2345  row/column.
2346 \begin_inset Newline newline
2347 \end_inset
2348
2349 Using the style option 
2350 \family sans
2351 Formal
2352 \family default
2353  will convert the table to a formal table as described in sec.
2354 \begin_inset space \thinspace{}
2355 \end_inset
2356
2357
2358 \begin_inset CommandInset ref
2359 LatexCommand ref
2360 reference "sec:Formal-Tables"
2361
2362 \end_inset
2363
2364 .
2365 \begin_inset Newline newline
2366 \end_inset
2367
2368 You can also add space here to table rows as described in sec.
2369 \begin_inset space \thinspace{}
2370 \end_inset
2371
2372
2373 \begin_inset CommandInset ref
2374 LatexCommand ref
2375 reference "subsec:Row-Spacing"
2376
2377 \end_inset
2378
2379 .
2380 \end_layout
2381
2382 \begin_layout Description
2383 Multi-page
2384 \begin_inset space ~
2385 \end_inset
2386
2387 table This tab is to make a table a multi-page table that can run over several
2388  pages.
2389  Sections
2390 \begin_inset space ~
2391 \end_inset
2392
2393
2394 \begin_inset CommandInset ref
2395 LatexCommand ref
2396 reference "sec:Multi-page-Tables"
2397
2398 \end_inset
2399
2400  and 
2401 \begin_inset CommandInset ref
2402 LatexCommand ref
2403 reference "sec:Special-Longtable-Issues"
2404
2405 \end_inset
2406
2407  describe the multi-page table features in detail.
2408 \end_layout
2409
2410 \begin_layout Section
2411 Table Toolbar
2412 \begin_inset Index idx
2413 status collapsed
2414
2415 \begin_layout Plain Layout
2416 Table ! Toolbar
2417 \end_layout
2418
2419 \end_inset
2420
2421
2422 \end_layout
2423
2424 \begin_layout Standard
2425 The table toolbar is an alternative to the table dialog to be able to alter
2426  tables faster.
2427  It should normally appear at the bottom of \SpecialChar LyX
2428 's main window when the cursor
2429  is inside a table.
2430  You can alternatively switch it on to appear always, by right-clicking
2431  in \SpecialChar LyX
2432 's main menu bar.
2433 \end_layout
2434
2435 \begin_layout Standard
2436 The toolbar has the following icons:
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Info
2442 type  "icon"
2443 arg   "tabular-feature append-row"
2444 \end_inset
2445
2446  adds a row below the current cell or selection
2447 \end_layout
2448
2449 \begin_layout Labeling
2450 \labelwidthstring 00.00.0000
2451 \begin_inset Info
2452 type  "icon"
2453 arg   "tabular-feature append-column"
2454 \end_inset
2455
2456  adds a column right beside the current cell or selection
2457 \end_layout
2458
2459 \begin_layout Labeling
2460 \labelwidthstring 00.00.0000
2461 \begin_inset Info
2462 type  "icon"
2463 arg   "tabular-feature delete-row"
2464 \end_inset
2465
2466  deletes the current row or selection
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471 \begin_inset Info
2472 type  "icon"
2473 arg   "tabular-feature delete-column"
2474 \end_inset
2475
2476  deletes the current column or selection
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Info
2482 type  "icon"
2483 arg   "tabular-feature move-row-up"
2484 \end_inset
2485
2486  moves the row up
2487 \end_layout
2488
2489 \begin_layout Labeling
2490 \labelwidthstring 00.00.0000
2491 \begin_inset Info
2492 type  "icon"
2493 arg   "tabular-feature move-column-left"
2494 \end_inset
2495
2496  moves the column to the left
2497 \end_layout
2498
2499 \begin_layout Labeling
2500 \labelwidthstring 00.00.0000
2501 \begin_inset Info
2502 type  "icon"
2503 arg   "tabular-feature move-row-down"
2504 \end_inset
2505
2506  moves the row down
2507 \end_layout
2508
2509 \begin_layout Labeling
2510 \labelwidthstring 00.00.0000
2511 \begin_inset Info
2512 type  "icon"
2513 arg   "tabular-feature move-column-right"
2514 \end_inset
2515
2516  moves the column to the right
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "tabular-feature toggle-line-top"
2524 \end_inset
2525
2526  adds a line at the top of the current cell / row or of a selection
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Info
2532 type  "icon"
2533 arg   "tabular-feature toggle-line-bottom"
2534 \end_inset
2535
2536  adds a line at the bottom of the current cell / row or of a selection
2537 \end_layout
2538
2539 \begin_layout Labeling
2540 \labelwidthstring 00.00.0000
2541 \begin_inset Info
2542 type  "icon"
2543 arg   "tabular-feature toggle-line-left"
2544 \end_inset
2545
2546  adds a line at the left side of the current cell / row or of a selection
2547 \end_layout
2548
2549 \begin_layout Labeling
2550 \labelwidthstring 00.00.0000
2551 \begin_inset Info
2552 type  "icon"
2553 arg   "tabular-feature toggle-line-right"
2554 \end_inset
2555
2556  adds a line at the right side of the current cell / row or of a selection
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561 \begin_inset Info
2562 type  "icon"
2563 arg   "tabular-feature set-all-lines"
2564 \end_inset
2565
2566  adds lines around the current or selected cells - if the current cell no
2567  multicolumn cell this also affects the current row and column
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Info
2573 type  "icon"
2574 arg   "tabular-feature unset-all-lines"
2575 \end_inset
2576
2577  deletes all lines of the current or selected cells - if the current cell
2578  no multicolumn cell this also affects the current row and column
2579 \end_layout
2580
2581 \begin_layout Labeling
2582 \labelwidthstring 00.00.0000
2583 \begin_inset Info
2584 type  "icon"
2585 arg   "tabular-feature m-align-left"
2586 \end_inset
2587
2588  left-aligns the content of the current cell / column
2589 \end_layout
2590
2591 \begin_layout Labeling
2592 \labelwidthstring 00.00.0000
2593 \begin_inset Info
2594 type  "icon"
2595 arg   "tabular-feature m-align-center"
2596 \end_inset
2597
2598  centers the content of the current cell / column horizontally
2599 \end_layout
2600
2601 \begin_layout Labeling
2602 \labelwidthstring 00.00.0000
2603 \begin_inset Info
2604 type  "icon"
2605 arg   "tabular-feature m-align-right"
2606 \end_inset
2607
2608  right-aligns the content of the current cell / column
2609 \end_layout
2610
2611 \begin_layout Labeling
2612 \labelwidthstring 00.00.0000
2613 \begin_inset Info
2614 type  "icon"
2615 arg   "tabular-feature align-decimal"
2616 \end_inset
2617
2618  aligns the content of the current column at a character
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623 \begin_inset Info
2624 type  "icon"
2625 arg   "tabular-feature m-valign-top"
2626 \end_inset
2627
2628  aligns the content of the current cell vertically to the top
2629 \end_layout
2630
2631 \begin_layout Labeling
2632 \labelwidthstring 00.00.0000
2633 \begin_inset Info
2634 type  "icon"
2635 arg   "tabular-feature m-valign-middle"
2636 \end_inset
2637
2638  centers the content of the current cell vertically
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643 \begin_inset Info
2644 type  "icon"
2645 arg   "tabular-feature m-valign-bottom"
2646 \end_inset
2647
2648  aligns the content of the current cell vertically to the bottom
2649 \end_layout
2650
2651 \begin_layout Labeling
2652 \labelwidthstring 00.00.0000
2653 \begin_inset Info
2654 type  "icon"
2655 arg   "tabular-feature set-rotate-cell"
2656 \end_inset
2657
2658  rotates the current cell or selection counter-clockwise by 90°
2659 \end_layout
2660
2661 \begin_layout Labeling
2662 \labelwidthstring 00.00.0000
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "tabular-feature set-rotate-tabular"
2666 \end_inset
2667
2668  rotates the whole table counter-clockwise by 90°
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Info
2674 type  "icon"
2675 arg   "tabular-feature multicolumn"
2676 \end_inset
2677
2678  sets the current cell or selection as a multicolumn
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683 \begin_inset Info
2684 type  "icon"
2685 arg   "tabular-feature multirow"
2686 \end_inset
2687
2688  sets the current cell or selection as a multirow
2689 \end_layout
2690
2691 \begin_layout Standard
2692 \begin_inset Note Greyedout
2693 status open
2694
2695 \begin_layout Plain Layout
2696
2697 \series bold
2698 Note:
2699 \series default
2700  For the output the vertical alignment of the first cell in a row is used
2701  for all following cells in the row.
2702 \end_layout
2703
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \begin_layout Section
2710 Edit Table Menu
2711 \begin_inset Index idx
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Table ! Edit Menu
2716 \end_layout
2717
2718 \end_inset
2719
2720
2721 \end_layout
2722
2723 \begin_layout Standard
2724 In addition to the table dialog and toolbar, the menu 
2725 \family sans
2726 Edit\SpecialChar menuseparator
2727 Table
2728 \family default
2729  allows you to add and delete border lines for the current row/column and
2730  to set the current selection as multicolumn.
2731  The menu is only available when the cursor is inside a table.
2732 \end_layout
2733
2734 \begin_layout Section
2735 Table Floats
2736 \begin_inset CommandInset label
2737 LatexCommand label
2738 name "sec:Table-Floats"
2739
2740 \end_inset
2741
2742
2743 \begin_inset Index idx
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 Floats ! Tables
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \begin_inset Index idx
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Table ! Floats
2758 \end_layout
2759
2760 \end_inset
2761
2762
2763 \end_layout
2764
2765 \begin_layout Standard
2766 For general explanations about floats, have a look at section
2767 \begin_inset space ~
2768 \end_inset
2769
2770
2771 \begin_inset CommandInset ref
2772 LatexCommand ref
2773 reference "sec:FloatIntroduction"
2774
2775 \end_inset
2776
2777 .
2778 \end_layout
2779
2780 \begin_layout Standard
2781 \begin_inset Float table
2782 placement h
2783 wide false
2784 sideways false
2785 status open
2786
2787 \begin_layout Plain Layout
2788 \begin_inset Caption Standard
2789
2790 \begin_layout Plain Layout
2791 \begin_inset CommandInset label
2792 LatexCommand label
2793 name "tab:a table float"
2794
2795 \end_inset
2796
2797 A table float.
2798 \end_layout
2799
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \begin_layout Plain Layout
2806 \align center
2807 \begin_inset Tabular
2808 <lyxtabular version="3" rows="3" columns="3">
2809 <features tabularvalignment="middle">
2810 <column alignment="center" valignment="top" width="0pt">
2811 <column alignment="center" valignment="top" width="0pt">
2812 <column alignment="center" valignment="top" width="0pt">
2813 <row>
2814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \family roman
2820 \series medium
2821 \shape up
2822 \size normal
2823 \emph off
2824 \bar no
2825 \noun off
2826 \color none
2827 1
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836
2837 \family roman
2838 \series medium
2839 \shape up
2840 \size normal
2841 \emph off
2842 \bar no
2843 \noun off
2844 \color none
2845 2
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \family roman
2856 \series medium
2857 \shape up
2858 \size normal
2859 \emph off
2860 \bar no
2861 \noun off
2862 \color none
2863 3
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 </row>
2869 <row>
2870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2871 \begin_inset Text
2872
2873 \begin_layout Plain Layout
2874
2875 \family roman
2876 \series medium
2877 \shape up
2878 \size normal
2879 \emph off
2880 \bar no
2881 \noun off
2882 \color none
2883 Joe
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892
2893 \family roman
2894 \series medium
2895 \shape up
2896 \size normal
2897 \emph off
2898 \bar no
2899 \noun off
2900 \color none
2901 Mary
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \family roman
2912 \series medium
2913 \shape up
2914 \size normal
2915 \emph off
2916 \bar no
2917 \noun off
2918 \color none
2919 Ted
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \family roman
2932 \series medium
2933 \shape up
2934 \size normal
2935 \emph off
2936 \bar no
2937 \noun off
2938 \color none
2939 \begin_inset Formula $\int x^{2}dx$
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \family roman
2953 \series medium
2954 \shape up
2955 \size normal
2956 \emph off
2957 \bar no
2958 \noun off
2959 \color none
2960 \begin_inset Formula $\left[\begin{array}{cc}
2961 a & b\\
2962 c & d
2963 \end{array}\right]$
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975
2976 \family roman
2977 \series medium
2978 \shape up
2979 \size normal
2980 \emph off
2981 \bar no
2982 \noun off
2983 \color none
2984 \begin_inset Formula $1+1=2$
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 </lyxtabular>
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \begin_layout Standard
3006 Table floats can be inserted using the menu 
3007 \family sans
3008 Insert\SpecialChar menuseparator
3009 Float\SpecialChar menuseparator
3010 Table
3011 \family default
3012  or the toolbar button 
3013 \begin_inset Info
3014 type  "icon"
3015 arg   "float-insert table"
3016 \end_inset
3017
3018 .
3019 \end_layout
3020
3021 \begin_layout Standard
3022 The float appears as a collapsible box with a caption that has the label
3023  
3024 \begin_inset Quotes eld
3025 \end_inset
3026
3027 Table
3028 \begin_inset space ~
3029 \end_inset
3030
3031 #:
3032 \begin_inset Quotes erd
3033 \end_inset
3034
3035  (# is the actual table number).
3036  You can insert tables in the float above or below the caption.
3037 \end_layout
3038
3039 \begin_layout Standard
3040 Table
3041 \begin_inset space ~
3042 \end_inset
3043
3044
3045 \begin_inset CommandInset ref
3046 LatexCommand ref
3047 reference "tab:a table float"
3048
3049 \end_inset
3050
3051  is an example table within a table float.
3052 \end_layout
3053
3054 \begin_layout Standard
3055 Having the caption above the table is the common rule that is unfortunately
3056  not supported in \SpecialChar LaTeX
3057 's standard classes.
3058  This means that, if you are using the document classes 
3059 \family sans
3060 article
3061 \family default
3062
3063 \family sans
3064 book
3065 \family default
3066
3067 \family sans
3068 letter
3069 \family default
3070 , or 
3071 \family sans
3072 report
3073 \family default
3074 , there will be no space between the caption and the table.
3075  To insert the needed space, add the following option to the load command
3076  of the \SpecialChar LaTeX
3077 -package 
3078 \series bold
3079 caption
3080 \series default
3081
3082 \begin_inset Index idx
3083 status collapsed
3084
3085 \begin_layout Plain Layout
3086 \SpecialChar LaTeX
3087 -packages ! caption
3088 \end_layout
3089
3090 \end_inset
3091
3092  in your document preamble:
3093 \begin_inset Foot
3094 status collapsed
3095
3096 \begin_layout Plain Layout
3097 For more information have a look at section
3098 \begin_inset space ~
3099 \end_inset
3100
3101
3102 \begin_inset CommandInset ref
3103 LatexCommand ref
3104 reference "sec:Caption-Placement"
3105
3106 \end_inset
3107
3108 .
3109 \end_layout
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \begin_layout Standard
3117
3118 \series bold
3119 tableposition=top
3120 \end_layout
3121
3122 \begin_layout Standard
3123 The package 
3124 \series bold
3125 caption
3126 \series default
3127 , which is described in section
3128 \begin_inset space ~
3129 \end_inset
3130
3131
3132 \begin_inset CommandInset ref
3133 LatexCommand ref
3134 reference "sec:Caption-Formatting"
3135
3136 \end_inset
3137
3138 , is used to adjust the caption format.
3139 \end_layout
3140
3141 \begin_layout Standard
3142 \begin_inset Index idx
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146 References ! to Tables
3147 \end_layout
3148
3149 \end_inset
3150
3151 Tables can be cross-referenced in the text by referencing their label.
3152  To do this insert a label in the caption using the menu 
3153 \family sans
3154 Insert\SpecialChar menuseparator
3155 Label
3156 \family default
3157  or the toolbar button 
3158 \begin_inset Info
3159 type  "icon"
3160 arg   "label-insert"
3161 \end_inset
3162
3163 .
3164  You can now refer to the label using the menu 
3165 \family sans
3166 Insert\SpecialChar menuseparator
3167 Cross
3168 \begin_inset space ~
3169 \end_inset
3170
3171 reference
3172 \family default
3173  or the toolbar button 
3174 \begin_inset Info
3175 type  "icon"
3176 arg   "dialog-show-new-inset ref"
3177 \end_inset
3178
3179 .
3180 \begin_inset Newline newline
3181 \end_inset
3182
3183 Referencing is explained in detail in section
3184 \begin_inset space ~
3185 \end_inset
3186
3187
3188 \begin_inset CommandInset ref
3189 LatexCommand ref
3190 reference "sec:Referencing-Floats"
3191
3192 \end_inset
3193
3194 .
3195 \end_layout
3196
3197 \begin_layout Section
3198
3199 \family sans
3200 Multi-page Table
3201 \family default
3202 s
3203 \begin_inset CommandInset label
3204 LatexCommand label
3205 name "sec:Multi-page-Tables"
3206
3207 \end_inset
3208
3209
3210 \begin_inset Index idx
3211 status collapsed
3212
3213 \begin_layout Plain Layout
3214 Multi-page Table
3215 \end_layout
3216
3217 \end_inset
3218
3219
3220 \begin_inset Index idx
3221 status collapsed
3222
3223 \begin_layout Plain Layout
3224 Table ! Multi-page Table
3225 \end_layout
3226
3227 \end_inset
3228
3229
3230 \end_layout
3231
3232 \begin_layout Standard
3233 If the table is too long to fit on one page, you can use the option 
3234 \family sans
3235 Use
3236 \begin_inset space ~
3237 \end_inset
3238
3239 multi-page
3240 \family default
3241  table in the tab 
3242 \family sans
3243 Multi-page
3244 \begin_inset space ~
3245 \end_inset
3246
3247 table
3248 \family default
3249  of the table dialog to split the table automatically over more pages.
3250  Doing this enables the following options:
3251 \end_layout
3252
3253 \begin_layout Description
3254 Header: The current row is defined to be a header row that appears on all
3255  pages of the multi-page table; except for the first page, if 
3256 \family sans
3257 First
3258 \begin_inset space ~
3259 \end_inset
3260
3261 header
3262 \family default
3263  is defined.
3264  This is therefore called the main header.
3265 \end_layout
3266
3267 \begin_layout Description
3268 First
3269 \begin_inset space ~
3270 \end_inset
3271
3272 header: The current row is defined to be a header row that appears on the
3273  first page of the multi-page table.
3274 \end_layout
3275
3276 \begin_layout Description
3277 Footer: The current row is defined to be a footer row that appears on all
3278  pages of the multi-page table; except for the last page, if 
3279 \family sans
3280 Last
3281 \begin_inset space ~
3282 \end_inset
3283
3284 footer
3285 \family default
3286  is defined.
3287 \end_layout
3288
3289 \begin_layout Description
3290 Last
3291 \begin_inset space ~
3292 \end_inset
3293
3294 footer: The current row is defined to be a footer row that appears on the
3295  last page of the multi-page table.
3296 \end_layout
3297
3298 \begin_layout Description
3299 Caption: The current row contains the table caption.
3300  The row is reset as single column and a caption is inserted.
3301  More about multi-page table captions is explained in sec.
3302 \begin_inset space \thinspace{}
3303 \end_inset
3304
3305
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "subsec:Multi-page-Table-Captions"
3309
3310 \end_inset
3311
3312 .
3313 \end_layout
3314
3315 \begin_layout Standard
3316 You can also specify a row where the table is split.
3317  See the following multi-page table to see how it works:
3318 \begin_inset Separator parbreak
3319 \end_inset
3320
3321
3322 \end_layout
3323
3324 \begin_layout Standard
3325 \align center
3326 \begin_inset Tabular
3327 <lyxtabular version="3" rows="69" columns="3">
3328 <features islongtable="true" longtabularalignment="center">
3329 <column alignment="left" valignment="top" width="0cm">
3330 <column alignment="left" valignment="top" width="0pt">
3331 <column alignment="center" valignment="top" width="0pt">
3332 <row endfirsthead="true">
3333 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \series bold
3339 Example Phone List (ignore the names)
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 </row>
3363 <row endfirsthead="true">
3364 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \series bold
3370 NAME
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 TEL.
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row endhead="true">
3397 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Example Phone List
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row endhead="true">
3428 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 NAME
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \series bold
3454 TEL.
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row endfoot="true">
3461 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465  continued on next page
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Annovi
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Silvia
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Bertoli
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Stefano
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Bozzi
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Walter
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Cachia
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Maria
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Cachia
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Maurizio
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Cinquemani
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Giusi
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Colin
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Bernard
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Concli
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Gianfranco
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Dal Bosco
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Carolina
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Dalpiaz
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Annamaria
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Feliciello
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Domenico
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Focarelli
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Paola
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Galletti
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Oreste
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Gasparini
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Franca
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Rizzardi
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Paola
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Lassini
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Giancarlo
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Malfatti
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Luciano
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Malfatti
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Valeriano
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Meneguzzo
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Roberto
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Mezzadra
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Roberto
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Pirpamer
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Erich
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Pochiesa
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Paolo
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 111, 222
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Radina
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Claudio
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 111
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Stuffer
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Oskar
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 111
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Tacchelli
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Ugo
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 111
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Tezzele
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Margit
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 111
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Unterkalmsteiner
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Frieda
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 111
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Vieider
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Hilde
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 111
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Vigna
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Jürgen
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 111
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Weber
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Maurizio
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 111
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Winkler
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Franz
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 111
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455  
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Annovi
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Silvia
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Bertoli
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Stefano
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Bozzi
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Walter
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Cachia
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Maria
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Cachia
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Maurizio
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Cinquemani
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Giusi
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Colin
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Bernard
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Concli
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Gianfranco
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Dal Bosco
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Carolina
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Dalpiaz
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Annamaria
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Feliciello
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Domenico
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Focarelli
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Paola
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Galletti
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Oreste
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Gasparini
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Franca
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Rizzardi
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Paola
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Lassini
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Giancarlo
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Malfatti
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Luciano
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Malfatti
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Valeriano
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Meneguzzo
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Roberto
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Mezzadra
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Roberto
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Pirpamer
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Erich
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 555
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137 Pochiesa
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 Paolo
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 555, 222
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \series bold
5168 Radina
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Claudio
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 555
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \series bold
5199 Stuffer
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 Oskar
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 555
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 </row>
5223 <row>
5224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228
5229 \series bold
5230 Tacchelli
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 Ugo
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 555
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 </row>
5254 <row>
5255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259
5260 \series bold
5261 Tezzele
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 Margit
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 555
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row>
5286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290
5291 \series bold
5292 Unterkalmsteiner
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 Frieda
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 555
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 </row>
5316 <row>
5317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \series bold
5323 Vieider
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 Hilde
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 555
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 </row>
5347 <row>
5348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352
5353 \series bold
5354 Vigna
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 Jürgen
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 999
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 </row>
5378 <row>
5379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383
5384 \series bold
5385 Weber
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 <cell alignment="center" valignment="top" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 Maurizio
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 555
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 </row>
5409 <row>
5410 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414
5415 \series bold
5416 Winkler
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 Franz
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 555
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 </row>
5440 <row endlastfoot="true">
5441 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 end
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 </lyxtabular>
5470
5471 \end_inset
5472
5473
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 addtocounter{table}{-1}
5482 \end_layout
5483
5484 \end_inset
5485
5486
5487 \begin_inset Note Note
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491 See the first greyed-out note in section
5492 \begin_inset space ~
5493 \end_inset
5494
5495
5496 \begin_inset CommandInset ref
5497 LatexCommand ref
5498 reference "subsec:Multi-page-Table-Captions"
5499
5500 \end_inset
5501
5502  for an explanation of this command.
5503 \end_layout
5504
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \begin_layout Subsection
5511 Footnotes in Multi-page tables
5512 \begin_inset CommandInset label
5513 LatexCommand label
5514 name "subsec:Footnotes-in-Multi-page"
5515
5516 \end_inset
5517
5518
5519 \begin_inset Index idx
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523 Table ! Multi-page Table ! Footnotes
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Standard
5532 Footnotes can be inserted to every Multi-page table cell.
5533  They appear at the bottom of the page where the table cell with the footnote
5534  appears.
5535  Table
5536 \begin_inset space ~
5537 \end_inset
5538
5539
5540 \begin_inset CommandInset ref
5541 LatexCommand ref
5542 reference "tab:DiffCaptions"
5543
5544 \end_inset
5545
5546  has for example a footnote.
5547 \end_layout
5548
5549 \begin_layout Subsection
5550 Multi-page Table Alignment
5551 \begin_inset Index idx
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555 Table ! Multi-page Table ! Alignment
5556 \end_layout
5557
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \begin_layout Standard
5564 The horizontal alignment of multi-page tables can be set in the table settings
5565  dialog.
5566  For left- and right-alignment the table will be directly at the page border.
5567  To add space between the table and the border one has to set the alignment
5568  to center and change the value of the \SpecialChar LaTeX
5569 -lengths 
5570 \series bold
5571
5572 \backslash
5573 LTleft 
5574 \series default
5575 or 
5576 \series bold
5577
5578 \backslash
5579 LTright
5580 \series default
5581  by inserting this line as \SpecialChar TeX
5582  Code before the multi-page table:
5583 \end_layout
5584
5585 \begin_layout Standard
5586
5587 \series bold
5588
5589 \backslash
5590 setlength{
5591 \backslash
5592 LTleft}{value}
5593 \end_layout
5594
5595 \begin_layout Standard
5596 The value can have any of the units listed in Table
5597 \begin_inset space ~
5598 \end_inset
5599
5600
5601 \begin_inset CommandInset ref
5602 LatexCommand ref
5603 reference "tab:Units"
5604
5605 \end_inset
5606
5607 .
5608  
5609 \series bold
5610
5611 \backslash
5612 LTleft
5613 \series default
5614  controls the horizontal distance from the left page border to the multi-page
5615  table, 
5616 \series bold
5617
5618 \backslash
5619 LTright
5620 \series default
5621  the distance from the right side.
5622  The default value for both lengths is 
5623 \series bold
5624
5625 \backslash
5626 fill
5627 \series default
5628 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5629 .
5630 \end_layout
5631
5632 \begin_layout Standard
5633 The following multi-page table was centered and 
5634 \series bold
5635
5636 \backslash
5637 LTleft
5638 \series default
5639  set to 
5640 \family sans
5641 0.1
5642 \backslash
5643 columnwidth
5644 \family default
5645 :
5646 \begin_inset ERT
5647 status collapsed
5648
5649 \begin_layout Plain Layout
5650
5651
5652 \backslash
5653 setlength{
5654 \backslash
5655 LTleft}{0.1
5656 \backslash
5657 columnwidth}
5658 \end_layout
5659
5660 \end_inset
5661
5662
5663 \end_layout
5664
5665 \begin_layout Standard
5666 \begin_inset Tabular
5667 <lyxtabular version="3" rows="5" columns="5">
5668 <features islongtable="true" longtabularalignment="center">
5669 <column alignment="center" valignment="top">
5670 <column alignment="center" valignment="top" width="0pt">
5671 <column alignment="center" valignment="top">
5672 <column alignment="center" valignment="top">
5673 <column alignment="center" valignment="top">
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 1
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 2
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 3
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 4
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 5
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 s
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 s
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 <row>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 s
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 s
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 <row>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 asd
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 s
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 s
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 s
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 </row>
5862 <row>
5863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 asd
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 asd
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 asd
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 asd
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 </row>
5909 </lyxtabular>
5910
5911 \end_inset
5912
5913
5914 \begin_inset ERT
5915 status collapsed
5916
5917 \begin_layout Plain Layout
5918
5919
5920 \backslash
5921 setlength{
5922 \backslash
5923 LTleft}{
5924 \backslash
5925 fill}
5926 \end_layout
5927
5928 \end_inset
5929
5930
5931 \begin_inset ERT
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935
5936
5937 \backslash
5938 addtocounter{table}{-1}
5939 \end_layout
5940
5941 \end_inset
5942
5943
5944 \begin_inset Note Note
5945 status collapsed
5946
5947 \begin_layout Plain Layout
5948 See the first greyed-out note in section
5949 \begin_inset space ~
5950 \end_inset
5951
5952
5953 \begin_inset CommandInset ref
5954 LatexCommand ref
5955 reference "subsec:Multi-page-Table-Captions"
5956
5957 \end_inset
5958
5959  for an explanation of this command.
5960 \end_layout
5961
5962 \end_inset
5963
5964
5965 \end_layout
5966
5967 \begin_layout Subsection
5968 Multi-page Table Captions
5969 \begin_inset Index idx
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 Table ! Multi-page Table ! Captions
5974 \end_layout
5975
5976 \end_inset
5977
5978
5979 \begin_inset CommandInset label
5980 LatexCommand label
5981 name "subsec:Multi-page-Table-Captions"
5982
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \begin_layout Standard
5989 A multi-page table cannot be put into a table float because floats can only
5990  be on one page.
5991  But the caption environment of floats can also be used for multi-page tables
5992  when you use the multi-page table option 
5993 \family sans
5994 Caption
5995 \family default
5996  as described in sec.
5997 \begin_inset space \thinspace{}
5998 \end_inset
5999
6000
6001 \begin_inset CommandInset ref
6002 LatexCommand ref
6003 reference "sec:Multi-page-Tables"
6004
6005 \end_inset
6006
6007 .
6008  Only one table row should contain a caption, either a header or a footer
6009  row.
6010 \end_layout
6011
6012 \begin_layout Standard
6013 Here is a short multi-page table to see how it works:
6014 \end_layout
6015
6016 \begin_layout Standard
6017 \begin_inset Tabular
6018 <lyxtabular version="3" rows="6" columns="5">
6019 <features islongtable="true" longtabularalignment="center">
6020 <column alignment="center" valignment="top">
6021 <column alignment="center" valignment="top">
6022 <column alignment="center" valignment="top">
6023 <column alignment="center" valignment="top">
6024 <column alignment="center" valignment="top">
6025 <row endfirsthead="true" caption="true">
6026 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 \begin_inset Caption Standard
6031
6032 \begin_layout Plain Layout
6033 Multi-page table with caption
6034 \begin_inset Argument 1
6035 status open
6036
6037 \begin_layout Plain Layout
6038 Multi-page table
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \end_inset
6047
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 1
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 2
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 3
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 4
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 5
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 s
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 s
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 s
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 s
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 s
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 s
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 asd
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 </row>
6231 <row>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 asd
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 s
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 s
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 s
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 asd
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 </row>
6278 <row>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 asd
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 asd
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 asd
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 asd
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 </row>
6325 </lyxtabular>
6326
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \begin_layout Standard
6333 \begin_inset VSpace medskip
6334 \end_inset
6335
6336
6337 \begin_inset Note Greyedout
6338 status open
6339
6340 \begin_layout Plain Layout
6341
6342 \series bold
6343 Note
6344 \begin_inset space ~
6345 \end_inset
6346
6347 1:
6348 \series default
6349  The table number is increased for every multi-page table, even if you did
6350  not set a caption for it.
6351  For this reason you could have the case that e.
6352 \begin_inset space \thinspace{}
6353 \end_inset
6354
6355 g.
6356 \begin_inset space \space{}
6357 \end_inset
6358
6359 Table
6360 \begin_inset space ~
6361 \end_inset
6362
6363 2.4 follows Table
6364 \begin_inset space ~
6365 \end_inset
6366
6367 2.1 in the list of tables if there are two multi-page tables without captions.
6368  To avoid this you can add the following command in \SpecialChar TeX
6369  Code after every multi-page
6370  table without a caption:
6371 \end_layout
6372
6373 \begin_layout Plain Layout
6374
6375 \series bold
6376
6377 \backslash
6378 addtocounter{table}{-1}
6379 \end_layout
6380
6381 \begin_layout Plain Layout
6382 This is not needed when none of your multi-page tables has a caption and
6383  you add the following code to the document preamble:
6384 \end_layout
6385
6386 \begin_layout Plain Layout
6387
6388 \series bold
6389
6390 \backslash
6391 let
6392 \backslash
6393 myEnd
6394 \backslash
6395 endlongtable
6396 \begin_inset Newline newline
6397 \end_inset
6398
6399
6400 \backslash
6401 renewcommand{
6402 \backslash
6403 endlongtable}{
6404 \backslash
6405 myEnd
6406 \backslash
6407 addtocounter{table}{-1}}
6408 \end_layout
6409
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \begin_layout Standard
6416 \begin_inset Note Greyedout
6417 status open
6418
6419 \begin_layout Plain Layout
6420
6421 \series bold
6422 Note
6423 \begin_inset space ~
6424 \end_inset
6425
6426 2:
6427 \series default
6428  If you are using
6429 \series bold
6430  hyperref
6431 \series default
6432
6433 \begin_inset Index idx
6434 status collapsed
6435
6436 \begin_layout Plain Layout
6437 \SpecialChar LaTeX
6438 -packages ! hyperref
6439 \end_layout
6440
6441 \end_inset
6442
6443  in the 
6444 \family sans
6445 PDF Properties
6446 \family default
6447  of the 
6448 \family sans
6449 Document Settings
6450 \family default
6451  dialog to link cross-references, the link to a multi-page table caption
6452  will always point to the beginning of the document.
6453 \end_layout
6454
6455 \end_inset
6456
6457
6458 \end_layout
6459
6460 \begin_layout Subsubsection
6461 References to multi-page tables
6462 \begin_inset Index idx
6463 status collapsed
6464
6465 \begin_layout Plain Layout
6466 Table ! Multi-page Table ! References
6467 \end_layout
6468
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \begin_layout Standard
6475 \begin_inset Tabular
6476 <lyxtabular version="3" rows="6" columns="5">
6477 <features islongtable="true" longtabularalignment="center">
6478 <column alignment="center" valignment="top">
6479 <column alignment="center" valignment="top">
6480 <column alignment="center" valignment="top">
6481 <column alignment="center" valignment="top">
6482 <column alignment="center" valignment="top">
6483 <row endfirsthead="true" caption="true">
6484 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 \begin_inset Caption Standard
6489
6490 \begin_layout Plain Layout
6491 Referenced multi-page table
6492 \begin_inset CommandInset label
6493 LatexCommand label
6494 name "tab:Referenced-multi-page-table"
6495
6496 \end_inset
6497
6498
6499 \end_layout
6500
6501 \end_inset
6502
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 </row>
6545 <row>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 1
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 2
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 3
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 4
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 5
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 </row>
6592 <row>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 asd
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 s
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 s
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 s
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 asd
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 asd
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 s
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 s
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 s
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 asd
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 </row>
6686 <row>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 s
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 asd
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 asd
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 sad
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 asd
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 asd
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 asd
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 </lyxtabular>
6781
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \begin_layout Standard
6788 To reference a multi-page table, insert a label into the caption.
6789 \end_layout
6790
6791 \begin_layout Standard
6792 This is a reference to Table
6793 \begin_inset space ~
6794 \end_inset
6795
6796
6797 \begin_inset CommandInset ref
6798 LatexCommand ref
6799 reference "tab:Referenced-multi-page-table"
6800
6801 \end_inset
6802
6803 .
6804 \end_layout
6805
6806 \begin_layout Standard
6807 The caption layout can be set together with all other captions of your document
6808  using the \SpecialChar LaTeX
6809 -package 
6810 \series bold
6811 caption
6812 \series default
6813
6814 \begin_inset Index idx
6815 status collapsed
6816
6817 \begin_layout Plain Layout
6818 \SpecialChar LaTeX
6819 -packages ! caption
6820 \end_layout
6821
6822 \end_inset
6823
6824 , see section
6825 \begin_inset space ~
6826 \end_inset
6827
6828
6829 \begin_inset CommandInset ref
6830 LatexCommand ref
6831 reference "sec:Caption-Formatting"
6832
6833 \end_inset
6834
6835 .
6836 \end_layout
6837
6838 \begin_layout Subsubsection
6839 Caption Width
6840 \begin_inset Index idx
6841 status collapsed
6842
6843 \begin_layout Plain Layout
6844 Table ! Multi-page Table ! Caption Width
6845 \end_layout
6846
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \begin_layout Standard
6853 The maximal width of caption lines is defined by the length 
6854 \series bold
6855
6856 \backslash
6857 LTcapwidth
6858 \series default
6859 .
6860  Its default value is 4
6861 \begin_inset space \thinspace{}
6862 \end_inset
6863
6864 in.
6865  To change it add the following command to your document preamble or as
6866  \SpecialChar TeX
6867  Code into your document before the multi-page table that should be affected
6868 \end_layout
6869
6870 \begin_layout Standard
6871
6872 \series bold
6873
6874 \backslash
6875 setlength{
6876 \backslash
6877 LTcapwidth}{width}
6878 \end_layout
6879
6880 \begin_layout Standard
6881 where the 
6882 \family sans
6883 width
6884 \family default
6885  can have one of the units listed in appendix
6886 \begin_inset space ~
6887 \end_inset
6888
6889
6890 \begin_inset CommandInset ref
6891 LatexCommand ref
6892 reference "cha:Units-available-in"
6893
6894 \end_inset
6895
6896 .
6897 \end_layout
6898
6899 \begin_layout Standard
6900 The following tables show the difference:
6901 \end_layout
6902
6903 \begin_layout Standard
6904 \begin_inset Tabular
6905 <lyxtabular version="3" rows="6" columns="5">
6906 <features islongtable="true" longtabularalignment="center">
6907 <column alignment="center" valignment="top">
6908 <column alignment="center" valignment="top">
6909 <column alignment="center" valignment="top">
6910 <column alignment="center" valignment="top">
6911 <column alignment="center" valignment="top">
6912 <row endfirsthead="true" caption="true">
6913 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 \begin_inset Caption Standard
6918
6919 \begin_layout Plain Layout
6920 Long full title with default width long full title with default width long
6921  full title with default width
6922 \begin_inset Argument 1
6923 status collapsed
6924
6925 \begin_layout Plain Layout
6926 caption with default width
6927 \end_layout
6928
6929 \end_inset
6930
6931
6932 \end_layout
6933
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 </row>
6978 <row>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 1
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 2
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 3
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 4
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 5
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 </row>
7025 <row>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 s
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 s
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 asd
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 </row>
7072 <row>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 asd
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 s
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 s
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 s
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 asd
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 </row>
7119 <row>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 asd
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 s
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 s
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 s
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 asd
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 </row>
7166 <row>
7167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 asd
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 sad
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 asd
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 asd
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 </row>
7213 </lyxtabular>
7214
7215 \end_inset
7216
7217
7218 \end_layout
7219
7220 \begin_layout Standard
7221 \begin_inset ERT
7222 status collapsed
7223
7224 \begin_layout Plain Layout
7225
7226
7227 \backslash
7228 setlength{
7229 \backslash
7230 LTcapwidth}{5cm}
7231 \end_layout
7232
7233 \end_inset
7234
7235
7236 \begin_inset Tabular
7237 <lyxtabular version="3" rows="6" columns="5">
7238 <features islongtable="true" longtabularalignment="center">
7239 <column alignment="center" valignment="top">
7240 <column alignment="center" valignment="top">
7241 <column alignment="center" valignment="top">
7242 <column alignment="center" valignment="top">
7243 <column alignment="center" valignment="top">
7244 <row endfirsthead="true" caption="true">
7245 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 \begin_inset Caption Standard
7250
7251 \begin_layout Plain Layout
7252 Long full title with width set to 5
7253 \begin_inset space \thinspace{}
7254 \end_inset
7255
7256 cm long full title with width set to 5
7257 \begin_inset space \thinspace{}
7258 \end_inset
7259
7260 cm long full title with width set to 5
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 cm
7265 \begin_inset Argument 1
7266 status collapsed
7267
7268 \begin_layout Plain Layout
7269 caption with width
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 =
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 5
7278 \begin_inset space \thinspace{}
7279 \end_inset
7280
7281 cm
7282 \end_layout
7283
7284 \end_inset
7285
7286
7287 \end_layout
7288
7289 \end_inset
7290
7291
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 </row>
7333 <row>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 1
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 2
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 3
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 4
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 5
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 </row>
7380 <row>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 asd
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 s
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 s
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 s
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 asd
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 </row>
7427 <row>
7428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 asd
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 s
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 s
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 s
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 asd
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 </row>
7474 <row>
7475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479 asd
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 s
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 s
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 s
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 asd
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 asd
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 sad
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 asd
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 asd
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 asd
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 </lyxtabular>
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \begin_layout Standard
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 setlength{
7584 \backslash
7585 LTcapwidth}{4in}
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \begin_layout Standard
7594 \begin_inset Note Greyedout
7595 status open
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Note:
7601 \series default
7602  When the \SpecialChar LaTeX
7603 -package 
7604 \series bold
7605 caption
7606 \series default
7607
7608 \begin_inset Index idx
7609 status collapsed
7610
7611 \begin_layout Plain Layout
7612 \SpecialChar LaTeX
7613 -packages ! caption
7614 \end_layout
7615
7616 \end_inset
7617
7618  is used, as in this document, the full page width is used for the caption
7619  when you use the default value of 4
7620 \begin_inset space \thinspace{}
7621 \end_inset
7622
7623 in for 
7624 \series bold
7625
7626 \backslash
7627 LTcapwidth
7628 \series default
7629 .
7630  To get in this case exactly a 4
7631 \begin_inset space \thinspace{}
7632 \end_inset
7633
7634 in wide caption, you can either use a value slightly different from 4.0
7635 \begin_inset space \thinspace{}
7636 \end_inset
7637
7638 in, e.
7639 \begin_inset space \thinspace{}
7640 \end_inset
7641
7642 g.
7643 \begin_inset space \space{}
7644 \end_inset
7645
7646 3.99
7647 \begin_inset space \thinspace{}
7648 \end_inset
7649
7650 in, or the \SpecialChar LaTeX
7651 -command 
7652 \series bold
7653
7654 \backslash
7655 captionsetup{width=value}
7656 \series default
7657  that is provided by the 
7658 \series bold
7659 caption
7660 \series default
7661 -package.
7662 \end_layout
7663
7664 \end_inset
7665
7666
7667 \end_layout
7668
7669 \begin_layout Subsubsection
7670 Different Captions for Table Pages
7671 \begin_inset Index idx
7672 status collapsed
7673
7674 \begin_layout Plain Layout
7675 Table ! Multi-page Table ! Different Captions for Pages
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \begin_layout Standard
7684 When the table captions for the following pages should differ from the one
7685  of the first table page, mark a empty row as header which contains a caption.
7686  Then right-click on the caption and select in the context menu 
7687 \family sans
7688 Caption
7689 \begin_inset space ~
7690 \end_inset
7691
7692 (LongTableNoNumber)
7693 \family default
7694 .
7695  Table
7696 \begin_inset space ~
7697 \end_inset
7698
7699
7700 \begin_inset CommandInset ref
7701 LatexCommand ref
7702 reference "tab:DiffCaptions"
7703
7704 \end_inset
7705
7706  is an example of a multi-page table with different heading where the second
7707  caption does not include the table number.
7708 \begin_inset Separator parbreak
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \begin_layout Standard
7715 \align center
7716 \begin_inset Tabular
7717 <lyxtabular version="3" rows="59" columns="3">
7718 <features islongtable="true" longtabularalignment="center">
7719 <column alignment="left" valignment="top" width="0cm">
7720 <column alignment="left" valignment="top" width="0pt">
7721 <column alignment="center" valignment="top" width="0pt">
7722 <row endfirsthead="true" caption="true">
7723 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 \begin_inset Caption Standard
7728
7729 \begin_layout Plain Layout
7730 Example Phone List
7731 \begin_inset CommandInset label
7732 LatexCommand label
7733 name "tab:DiffCaptions"
7734
7735 \end_inset
7736
7737
7738 \begin_inset Argument 1
7739 status collapsed
7740
7741 \begin_layout Plain Layout
7742 Example Phone List
7743 \end_layout
7744
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row endfirsthead="true">
7777 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 Example Phone List (ignore the names)
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row endfirsthead="true">
7808 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 NAME
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \series bold
7834 TEL.
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row endhead="true" caption="true">
7841 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 \begin_inset Caption LongTableNoNumber
7846
7847 \begin_layout Plain Layout
7848 Continued Example Phone List
7849 \end_layout
7850
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row endhead="true">
7878 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Example Phone List
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row endhead="true">
7909 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 NAME
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \series bold
7935 TEL.
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row endfoot="true">
7942 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 continued on next page
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Annovi
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Silvia
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Bertoli
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Stefano
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Bozzi
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Walter
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Cachia
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Maria
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Cachia
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Maurizio
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Cinquemani
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Giusi
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Colin
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Bernard
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Concli
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Gianfranco
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Dal Bosco
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Carolina
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Dalpiaz
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Annamaria
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Feliciello
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Domenico
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Focarelli
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Paola
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Galletti
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Oreste
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Gasparini
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Franca
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 111
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Rizzardi
8412 \series default
8413
8414 \begin_inset Foot
8415 status open
8416
8417 \begin_layout Plain Layout
8418 Example footnote
8419 \end_layout
8420
8421 \end_inset
8422
8423
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Paola
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Lassini
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Giancarlo
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Malfatti
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Luciano
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Malfatti
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Valeriano
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Meneguzzo
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Roberto
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Mezzadra
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Roberto
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Pirpamer
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Erich
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 111
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Pochiesa
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Paolo
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111, 222
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Radina
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Claudio
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 111
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Stuffer
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Oskar
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 111
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Tacchelli
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Ugo
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 111
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Tezzele
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Margit
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 111
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Unterkalmsteiner
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Frieda
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 111
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Vieider
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Hilde
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 111
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Vigna
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Jürgen
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 111
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Weber
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Maurizio
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 111
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Winkler
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Franz
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 111
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948  
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Annovi
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Silvia
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Bertoli
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Stefano
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Bozzi
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Walter
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Cachia
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Maria
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Cachia
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Maurizio
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Cinquemani
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Giusi
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Colin
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Bernard
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Concli
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Gianfranco
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Dal Bosco
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Carolina
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Dalpiaz
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Annamaria
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Feliciello
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Domenico
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \series bold
9320 Focarelli
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Paola
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 555
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Galletti
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Oreste
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 555
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \series bold
9382 Gasparini
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Franca
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 555
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413 Rizzardi
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Paola
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 555
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444 Lassini
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Giancarlo
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 555
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \series bold
9475 Malfatti
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 Luciano
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 555
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \series bold
9506 Malfatti
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 Valeriano
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 555
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \series bold
9537 Meneguzzo
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 Roberto
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \series bold
9568 Mezzadra
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 Roberto
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 555
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 </lyxtabular>
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Section
9600 Special Multi-page Table Issues
9601 \begin_inset CommandInset label
9602 LatexCommand label
9603 name "sec:Special-Longtable-Issues"
9604
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \begin_layout Subsection
9611 Multi-page Table Calculation
9612 \begin_inset Index idx
9613 status collapsed
9614
9615 \begin_layout Plain Layout
9616 Table ! Multi-page Table ! Calculation
9617 \end_layout
9618
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \begin_layout Standard
9625 \SpecialChar LaTeX
9626  calculates the height of table pages and their page breaks using so called
9627  chunks.
9628  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9629 's memory.
9630  The default value was historically set to only 20
9631 \begin_inset space ~
9632 \end_inset
9633
9634 table rows.
9635  If you are using multi-page tables with many pages this may slow down the
9636  creation of your document.
9637  You can safely increase the chunk size to values of 100
9638 \begin_inset space \thinspace{}
9639 \end_inset
9640
9641 --
9642 \begin_inset space \thinspace{}
9643 \end_inset
9644
9645 1000 by adding this command line to your document preamble:
9646 \end_layout
9647
9648 \begin_layout Standard
9649
9650 \series bold
9651
9652 \backslash
9653 setcounter{LTchunksize}{100}
9654 \end_layout
9655
9656 \begin_layout Subsection
9657 Floats and Multi-page Tables
9658 \begin_inset Index idx
9659 status collapsed
9660
9661 \begin_layout Plain Layout
9662 Table ! Multi-page Table ! Floats
9663 \end_layout
9664
9665 \end_inset
9666
9667
9668 \end_layout
9669
9670 \begin_layout Standard
9671 There might be problems when a float appears on the same page where a multi-page
9672  table starts.
9673  To avoid such a situation, insert a 
9674 \begin_inset Quotes eld
9675 \end_inset
9676
9677 clear page
9678 \begin_inset Quotes erd
9679 \end_inset
9680
9681  (menu 
9682 \family sans
9683 Insert\SpecialChar menuseparator
9684 Formatting\SpecialChar menuseparator
9685 Clear
9686 \begin_inset space ~
9687 \end_inset
9688
9689 Page
9690 \family default
9691 ) before your multi-page table.
9692 \end_layout
9693
9694 \begin_layout Subsection
9695 Forced Page Breaks
9696 \begin_inset Index idx
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700 Table ! Multi-page Table ! Forced Page Breaks
9701 \end_layout
9702
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \begin_layout Standard
9709 By default tables are only broken between rows.
9710  If you have a cell with multiples lines and want to have a page break within
9711  the cell, insert the new line command 
9712 \begin_inset Quotes eld
9713 \end_inset
9714
9715
9716 \series bold
9717
9718 \backslash
9719
9720 \backslash
9721
9722 \series default
9723
9724 \begin_inset Quotes erd
9725 \end_inset
9726
9727  as \SpecialChar TeX
9728  Code at the point of the cell where it can be broken.
9729  Before the 
9730 \series bold
9731
9732 \backslash
9733
9734 \backslash
9735
9736 \series default
9737  command you have to insert in \SpecialChar TeX
9738  Code as many 
9739 \begin_inset Quotes eld
9740 \end_inset
9741
9742
9743 \series bold
9744 &
9745 \series default
9746
9747 \begin_inset Quotes erd
9748 \end_inset
9749
9750  characters as the number of the following table columns.
9751  The 
9752 \series bold
9753 &
9754 \series default
9755  is the character to separate table cells.
9756  Write in \SpecialChar TeX
9757  Code after each 
9758 \series bold
9759 &
9760 \series default
9761  the content of the corresponding following cell and delete the content
9762  of these cells.
9763 \begin_inset Newline newline
9764 \end_inset
9765
9766 After the 
9767 \series bold
9768
9769 \backslash
9770
9771 \backslash
9772
9773 \series default
9774  command, insert as many 
9775 \series bold
9776 &
9777 \series default
9778  characters as the number of table columns before the current column.
9779  In Table
9780 \begin_inset space ~
9781 \end_inset
9782
9783
9784 \begin_inset CommandInset ref
9785 LatexCommand ref
9786 reference "tab:ForcedPagebreak"
9787
9788 \end_inset
9789
9790  the cell that should be broken is in the second column followed by another
9791  column.
9792  Therefore the following command was inserted in the cell as \SpecialChar TeX
9793  Code after
9794  
9795 \begin_inset Quotes eld
9796 \end_inset
9797
9798
9799 \emph on
9800 Castelchiodato,
9801 \emph default
9802
9803 \begin_inset Quotes erd
9804 \end_inset
9805
9806 :
9807 \end_layout
9808
9809 \begin_layout Standard
9810
9811 \series bold
9812 & 111
9813 \backslash
9814
9815 \backslash
9816  
9817 \backslash
9818 newpage
9819 \begin_inset Newline newline
9820 \end_inset
9821
9822 &
9823 \end_layout
9824
9825 \begin_layout Standard
9826 The 
9827 \begin_inset Quotes eld
9828 \end_inset
9829
9830 111
9831 \begin_inset Quotes erd
9832 \end_inset
9833
9834  in the third column of the row was deleted.
9835  
9836 \series bold
9837
9838 \backslash
9839 newpage
9840 \series default
9841  is only needed when a page break should definitely occur at this position,
9842  otherwise it would be a conditional break.
9843  If your footer row of the multi-page table has for a certain reason no
9844  upper line but you would have a horizontal line where the cell is broken,
9845  use this command instead:
9846 \end_layout
9847
9848 \begin_layout Standard
9849
9850 \series bold
9851 & 111
9852 \backslash
9853
9854 \backslash
9855
9856 \begin_inset Newline newline
9857 \end_inset
9858
9859
9860 \backslash
9861 hline &
9862 \end_layout
9863
9864 \begin_layout Standard
9865 When the cell to be broken is in the last column, the command
9866 \end_layout
9867
9868 \begin_layout Standard
9869
9870 \series bold
9871
9872 \backslash
9873 setlength{
9874 \backslash
9875 parfillskip}{0pt}
9876 \end_layout
9877
9878 \begin_layout Standard
9879 must be inserted as \SpecialChar TeX
9880  Code at the beginning of the cell.
9881  This ensures that the part of the cell that will be displayed on the new
9882  page appears with the full width.
9883 \begin_inset Separator parbreak
9884 \end_inset
9885
9886
9887 \end_layout
9888
9889 \begin_layout Standard
9890 \align center
9891 \begin_inset Tabular
9892 <lyxtabular version="3" rows="38" columns="3">
9893 <features islongtable="true" longtabularalignment="center">
9894 <column alignment="left" valignment="top" width="0cm">
9895 <column alignment="left" valignment="top" width="3cm">
9896 <column alignment="center" valignment="top" width="0pt">
9897 <row endfirsthead="true" caption="true">
9898 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Caption Standard
9903
9904 \begin_layout Plain Layout
9905 Table with forced page break in table cell
9906 \begin_inset CommandInset label
9907 LatexCommand label
9908 name "tab:ForcedPagebreak"
9909
9910 \end_inset
9911
9912
9913 \begin_inset Argument 1
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917 Table with forced page break in table cell
9918 \end_layout
9919
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row endfirsthead="true">
9952 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \series bold
9958 Example Phone List (ignore the names)
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row endfirsthead="true">
9983 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \series bold
9989 NAME
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \series bold
10009 TEL.
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row endhead="true" caption="true">
10016 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 \begin_inset Caption LongTableNoNumber
10021
10022 \begin_layout Plain Layout
10023 Continued Example Phone List
10024 \end_layout
10025
10026 \end_inset
10027
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row endhead="true">
10053 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \series bold
10059 Example Phone List
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row endhead="true">
10084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \series bold
10090 NAME
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 TEL.
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 </row>
10116 <row endfoot="true">
10117 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 continued on next page
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \series bold
10152 Annovi
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 Silvia
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 111
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \series bold
10183 Bertoli
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 Stefano
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 111
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 </row>
10207 <row>
10208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 Bozzi
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 Walter
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 111
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row>
10239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \series bold
10245 Cachia
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Maria
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 111
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row>
10270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \series bold
10276 Cachia
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 Maurizio
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 111
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 Cinquemani
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 Giusi
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 111
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 Colin
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 Bernard
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 111
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 <row>
10363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367
10368 \series bold
10369 Concli
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Gianfranco
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 111
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400 Dal Bosco
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Carolina
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 111
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \series bold
10431 Dalpiaz
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Annamaria
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Feliciello
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Domenico
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 111
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Focarelli
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Paola
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 111
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Galletti
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Oreste
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Gasparini
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Franca
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 111
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \series bold
10586 Lassini
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Giancarlo
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 111
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617 Malfatti
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 Luciano
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 111
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \series bold
10648 Malfatti
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Valeriano
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 111
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \series bold
10679 Meneguzzo
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 Roberto
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 111
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \series bold
10710 Mezzadra
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 Roberto
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 111
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \series bold
10741 Pirpamer
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Erich
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 111
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \series bold
10772 Pochiesa
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 Paolo
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 111, 222
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row>
10797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \series bold
10803 Radina
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 Claudio
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 111
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 <row>
10828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832
10833 \series bold
10834 Rizzardi
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 Paolo, 11.
10844  Fürst von Montecompatri, 11.
10845  Fürst von Sulmona und Vivaro, 10.
10846  Fürst von Rossano, 5.
10847  Herzog von Canemorte, 11.
10848  Herzog von Palombara, 5.
10849  Herzog von Castelchiodato,
10850 \begin_inset ERT
10851 status open
10852
10853 \begin_layout Plain Layout
10854
10855 & 111
10856 \backslash
10857
10858 \backslash
10859  
10860 \backslash
10861 newpage
10862 \end_layout
10863
10864 \begin_layout Plain Layout
10865
10866 &
10867 \end_layout
10868
10869 \end_inset
10870
10871  11.
10872  Herzog von Poggionativo, 11.
10873  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10874  Graf von Valinfreda, 11.
10875  Baron von Cropalati, 11.
10876  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 </row>
10891 <row>
10892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896
10897 \series bold
10898 Stuffer
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 Oskar
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 111
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 <row>
10923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \series bold
10929 Tacchelli
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 Ugo
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 111
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \series bold
10960 Tezzele
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 Margit
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 111
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \series bold
10991 Unterkalmsteiner
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 Frieda
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 111
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 <row>
11016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \series bold
11022 Vieider
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 Hilde
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 111
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 <row>
11047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \series bold
11053 Vigna
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 Jürgen
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 111
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \series bold
11084 Weber
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 Maurizio
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 111
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 <row>
11109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113
11114 \series bold
11115 Winkler
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 Franz
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 111
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 </lyxtabular>
11140
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \begin_layout Section
11147 Multiple Lines, Columns and Rows
11148 \end_layout
11149
11150 \begin_layout Subsection
11151 Multiple Lines in Table Cells
11152 \begin_inset CommandInset label
11153 LatexCommand label
11154 name "subsec:Multiple-Lines-in"
11155
11156 \end_inset
11157
11158
11159 \begin_inset Index idx
11160 status collapsed
11161
11162 \begin_layout Plain Layout
11163 Multiple Lines in Table Cells
11164 \end_layout
11165
11166 \end_inset
11167
11168
11169 \begin_inset Index idx
11170 status collapsed
11171
11172 \begin_layout Plain Layout
11173 Table ! Linebreaks
11174 \end_layout
11175
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \begin_layout Standard
11182 \noindent
11183 \begin_inset Float table
11184 placement H
11185 wide false
11186 sideways false
11187 status open
11188
11189 \begin_layout Plain Layout
11190 \begin_inset Caption Standard
11191
11192 \begin_layout Plain Layout
11193 \begin_inset CommandInset label
11194 LatexCommand label
11195 name "tab:Table-with-multiple"
11196
11197 \end_inset
11198
11199 Table with multiple lines in cells
11200 \end_layout
11201
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \begin_layout Plain Layout
11208 \align center
11209 \begin_inset Tabular
11210 <lyxtabular version="3" rows="3" columns="3">
11211 <features tabularvalignment="middle">
11212 <column alignment="center" valignment="middle" width="2.5cm">
11213 <column alignment="center" valignment="middle">
11214 <column alignment="center" valignment="middle">
11215 <row>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 multiple
11221 \begin_inset Newline linebreak
11222 \end_inset
11223
11224 lines
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 b
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 c
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 d
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 e
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 f
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 <row>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 g
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 h
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 i
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 </lyxtabular>
11307
11308 \end_inset
11309
11310
11311 \end_layout
11312
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \begin_layout Standard
11319 Setting a fixed width for a column enables you to enter text as a paragraph
11320  with multiple lines and hyphenation.
11321 \end_layout
11322
11323 \begin_layout Standard
11324 To produce Table
11325 \begin_inset space ~
11326 \end_inset
11327
11328
11329 \begin_inset CommandInset ref
11330 LatexCommand ref
11331 reference "tab:Table-with-multiple"
11332
11333 \end_inset
11334
11335 , create a 3×3 table, mark the first cell and right-click on it.
11336  In the appearing table dialog we set a cell width of 2.5
11337 \begin_inset space \thinspace{}
11338 \end_inset
11339
11340 cm and choose centered for the vertical and horizontal alignment.
11341  The vertical alignment is used for all cells of the row.
11342  As our text is smaller than 2.5
11343 \begin_inset space \thinspace{}
11344 \end_inset
11345
11346 cm, only one line will appear.
11347  To get two lines, a justified line break (shortcut 
11348 \begin_inset Info
11349 type  "shortcut"
11350 arg   "newline-insert linebreak"
11351 \end_inset
11352
11353 ) was added.
11354  If the text is wider than the set cell width, it will automatically be
11355  broken to several lines.
11356 \end_layout
11357
11358 \begin_layout Standard
11359 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11360  by \SpecialChar LaTeX
11361  if it is the first entry.
11362  Therefore you need to insert something to prevent the word not being the
11363  first entry.
11364  So add a horizontal space of 0
11365 \begin_inset space \thinspace{}
11366 \end_inset
11367
11368 pt before the word.
11369  As the space is zero, it doesn't change the output.
11370  Table
11371 \begin_inset space ~
11372 \end_inset
11373
11374
11375 \begin_inset CommandInset ref
11376 LatexCommand ref
11377 reference "tab:Table-with-and"
11378
11379 \end_inset
11380
11381  shows the effect.
11382 \end_layout
11383
11384 \begin_layout Standard
11385 \begin_inset Float table
11386 placement h
11387 wide false
11388 sideways false
11389 status open
11390
11391 \begin_layout Plain Layout
11392 \begin_inset Caption Standard
11393
11394 \begin_layout Plain Layout
11395 \begin_inset CommandInset label
11396 LatexCommand label
11397 name "tab:Table-with-and"
11398
11399 \end_inset
11400
11401 Table with and without hyphenation
11402 \end_layout
11403
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \begin_layout Plain Layout
11410 \begin_inset space \hfill{}
11411 \end_inset
11412
11413
11414 \begin_inset Tabular
11415 <lyxtabular version="3" rows="3" columns="3">
11416 <features tabularvalignment="middle">
11417 <column alignment="center" valignment="middle" width="2.5cm">
11418 <column alignment="center" valignment="middle">
11419 <column alignment="center" valignment="middle">
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 verylongtablecellword
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 b
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 c
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 d
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 e
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 f
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 <row>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 g
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 h
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 i
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \begin_inset space \hfill{}
11513 \end_inset
11514
11515
11516 \begin_inset Tabular
11517 <lyxtabular version="3" rows="3" columns="3">
11518 <features tabularvalignment="middle">
11519 <column alignment="center" valignment="middle" width="2.5cm">
11520 <column alignment="center" valignment="middle">
11521 <column alignment="center" valignment="middle">
11522 <row>
11523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 \begin_inset space \hspace{}
11528 \length 0pt
11529 \end_inset
11530
11531 verylongtablecellword
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 b
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 c
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 <row>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 d
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 e
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 f
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 g
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 h
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 i
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 </lyxtabular>
11614
11615 \end_inset
11616
11617
11618 \begin_inset space \hfill{}
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Subsection
11630 Multicolumns
11631 \begin_inset CommandInset label
11632 LatexCommand label
11633 name "subsec:Multicolumns"
11634
11635 \end_inset
11636
11637
11638 \begin_inset Index idx
11639 status collapsed
11640
11641 \begin_layout Plain Layout
11642 Multicolumns
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \begin_inset Index idx
11649 status collapsed
11650
11651 \begin_layout Plain Layout
11652 Table ! Multicolumns
11653 \end_layout
11654
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \begin_layout Subsubsection
11661 Multicolumn Basics
11662 \end_layout
11663
11664 \begin_layout Standard
11665 To merge cells over multiple columns, select as many cells within a row
11666  as you want to merge and use either the table-toolbar button 
11667 \begin_inset Info
11668 type  "icon"
11669 arg   "tabular-feature multicolumn"
11670 \end_inset
11671
11672 , or the menu 
11673 \family sans
11674 Edit\SpecialChar menuseparator
11675 Table\SpecialChar menuseparator
11676 Multicolumn
11677 \family default
11678 , or right click on the marked cells and choose 
11679 \family sans
11680 Multicolumn
11681 \family default
11682  in the context menu.
11683 \end_layout
11684
11685 \begin_layout Standard
11686 Multicolumns have there own cell settings.
11687  That means changing cell borders, cell alignment, and the width only affects
11688  the multicolumn.
11689  Here is an example table with a multicolumn cell in the first row and one
11690  in the last row without the upper border:
11691 \begin_inset Separator parbreak
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \begin_layout Standard
11698 \align center
11699 \begin_inset Tabular
11700 <lyxtabular version="3" rows="3" columns="4">
11701 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11702 <column alignment="center" valignment="top" width="0pt">
11703 <column alignment="center" valignment="middle">
11704 <column alignment="center" valignment="top" width="0in">
11705 <column alignment="center" valignment="top" width="0pt">
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 abc
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 def ghi
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 jkl
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 <row>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749
11750 \family roman
11751 \series medium
11752 \shape up
11753 \size normal
11754 \emph off
11755 \bar no
11756 \noun off
11757 \color none
11758 A
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 B
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 C
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 D
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 </row>
11791 <row>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 1
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 2
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 3
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 4
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 </row>
11829 </lyxtabular>
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \begin_layout Subsubsection
11837 Multicolumn Calculations
11838 \begin_inset CommandInset label
11839 LatexCommand label
11840 name "subsec:Multicolumn-Calculations"
11841
11842 \end_inset
11843
11844
11845 \begin_inset Index idx
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849 Multicolumns ! Calculations
11850 \end_layout
11851
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \begin_layout Standard
11858 \SpecialChar LyX
11859  supports multicolumns directly, but we have to take account of the cell
11860  width of the columns spanned by the multicolumn cell.
11861 \end_layout
11862
11863 \begin_layout Standard
11864 \begin_inset Float table
11865 placement h
11866 wide false
11867 sideways false
11868 status open
11869
11870 \begin_layout Plain Layout
11871 \begin_inset Caption Standard
11872
11873 \begin_layout Plain Layout
11874 \begin_inset CommandInset label
11875 LatexCommand label
11876 name "tab:Table-with-centered"
11877
11878 \end_inset
11879
11880 Table with centered multicolumn text above two columns that have exactly
11881  half the width of the multicolumn cell
11882 \begin_inset Argument 1
11883 status collapsed
11884
11885 \begin_layout Plain Layout
11886 Perfect multicolumn table
11887 \end_layout
11888
11889 \end_inset
11890
11891
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \begin_layout Plain Layout
11900 \align center
11901 \begin_inset Tabular
11902 <lyxtabular version="3" rows="3" columns="3">
11903 <features tabularvalignment="middle">
11904 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11905 <column alignment="center" valignment="middle">
11906 <column alignment="center" valignment="top">
11907 <row>
11908 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 multiple lines multicolumn
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 c
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 </row>
11936 <row>
11937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 d
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 e
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 f
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 <row>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 g
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 h
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988 i
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 </row>
11994 </lyxtabular>
11995
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \begin_layout Standard
12007 To create for example Table
12008 \begin_inset space ~
12009 \end_inset
12010
12011
12012 \begin_inset CommandInset ref
12013 LatexCommand ref
12014 reference "tab:Table-with-centered"
12015
12016 \end_inset
12017
12018 , mark the first two cells in the first row of a 3×3 table and right-click
12019  on them.
12020  Now choose for this cell 
12021 \emph on
12022 multicolumn
12023 \emph default
12024
12025 \emph on
12026 centered alignment
12027 \emph default
12028  and a width of 2.5
12029 \begin_inset space \thinspace{}
12030 \end_inset
12031
12032 cm in the table dialog.
12033  The merged columns should have exactly half the width of the multicolumn
12034  cell, so that you would set a width of 1.25
12035 \begin_inset space \thinspace{}
12036 \end_inset
12037
12038 cm for the first column.
12039  The second column has then automatically a width of 1.25
12040 \begin_inset space \thinspace{}
12041 \end_inset
12042
12043 cm (multicolumn width - width of first column).
12044  This was done for Table
12045 \begin_inset space ~
12046 \end_inset
12047
12048
12049 \begin_inset CommandInset ref
12050 LatexCommand ref
12051 reference "tab:Table-without-half"
12052
12053 \end_inset
12054
12055 .
12056 \end_layout
12057
12058 \begin_layout Standard
12059 \begin_inset Float table
12060 wide false
12061 sideways false
12062 status open
12063
12064 \begin_layout Plain Layout
12065 \begin_inset Caption Standard
12066
12067 \begin_layout Plain Layout
12068 \begin_inset CommandInset label
12069 LatexCommand label
12070 name "tab:Table-without-half"
12071
12072 \end_inset
12073
12074 Table where the spanned table columns are not exactly half the width of
12075  the multicolumn cell
12076 \begin_inset Argument 1
12077 status collapsed
12078
12079 \begin_layout Plain Layout
12080 Imperfect multicolumn table
12081 \end_layout
12082
12083 \end_inset
12084
12085
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \begin_layout Plain Layout
12094 \align center
12095 \begin_inset Tabular
12096 <lyxtabular version="3" rows="3" columns="3">
12097 <features tabularvalignment="middle">
12098 <column alignment="center" valignment="top" width="1.25cm">
12099 <column alignment="center" valignment="top">
12100 <column alignment="center" valignment="top">
12101 <row>
12102 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 multiple lines multicolumn
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 c
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 </row>
12130 <row>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 d
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 e
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 f
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 </row>
12159 <row>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 g
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 h
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 i
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 </lyxtabular>
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Standard
12201 You can see that the first column is not half the width of the multicolumn
12202  cell, it is a bit bigger.
12203  The reason is that the specified width of a cell 
12204 \begin_inset Formula $W_{g}$
12205 \end_inset
12206
12207  is not its total width 
12208 \begin_inset Formula $W_{\mathrm{tot}}$
12209 \end_inset
12210
12211  because a cell is always a bit larger than specified.
12212  Appendix
12213 \begin_inset space ~
12214 \end_inset
12215
12216
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "cha:Explanation-of-Equation"
12220
12221 \end_inset
12222
12223  explains this in detail.
12224 \end_layout
12225
12226 \begin_layout Standard
12227 The width 
12228 \begin_inset Formula $W_{g\,n}$
12229 \end_inset
12230
12231  which the user needs to set when 
12232 \emph on
12233 n
12234 \emph default
12235  columns are spanned can be calculated, so that each column has a total
12236  width of 
12237 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12238 \end_inset
12239
12240 :
12241 \begin_inset Formula 
12242 \begin{equation}
12243 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12244 \end{equation}
12245
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \begin_layout Standard
12252 In our case we have 
12253 \begin_inset Formula $n=2$
12254 \end_inset
12255
12256
12257 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12258 \end_inset
12259
12260 cm and the default values for the lengths, so that equation 
12261 \begin_inset CommandInset ref
12262 LatexCommand ref
12263 reference "eq:Wgn"
12264
12265 \end_inset
12266
12267  becomes
12268 \begin_inset Formula 
12269 \begin{equation}
12270 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12271 \end{equation}
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \begin_layout Standard
12279 To enable calculations in \SpecialChar LaTeX
12280 , the \SpecialChar LaTeX
12281 -package 
12282 \series bold
12283 calc
12284 \series default
12285  must be loaded with the document preamble line
12286 \begin_inset Index idx
12287 status collapsed
12288
12289 \begin_layout Plain Layout
12290 \SpecialChar LaTeX
12291 -packages ! calc
12292 \end_layout
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \begin_layout Standard
12300
12301 \series bold
12302
12303 \backslash
12304 usepackage{calc}
12305 \end_layout
12306
12307 \begin_layout Standard
12308 \SpecialChar LyX
12309  does not allow you to calculate lengths in the 
12310 \family sans
12311 Width
12312 \family default
12313  field of the table dialog.
12314  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12315 -argument in the
12316  dialog.
12317  Here is an overview about the arguments:
12318 \end_layout
12319
12320 \begin_layout Itemize
12321
12322 \series bold
12323 p{width}
12324 \series default
12325  creates cell with a fixed width, its text is vertically top-aligned
12326 \end_layout
12327
12328 \begin_layout Itemize
12329
12330 \series bold
12331 m{width}
12332 \series default
12333  creates cell with a fixed width, its text is vertically centered
12334 \end_layout
12335
12336 \begin_layout Itemize
12337
12338 \series bold
12339 b{width}
12340 \series default
12341  creates cell with a fixed width, its text is vertically bottom-aligned
12342 \end_layout
12343
12344 \begin_layout Standard
12345 By entering a \SpecialChar LaTeX
12346 -argument, all cell settings set in the table dialog are overwritt
12347 en.
12348 \end_layout
12349
12350 \begin_layout Standard
12351 \begin_inset Note Greyedout
12352 status open
12353
12354 \begin_layout Plain Layout
12355
12356 \series bold
12357 Note:
12358 \series default
12359  Due to a bug, \SpecialChar LyX
12360  shows the overwritten settings anyway.
12361 \end_layout
12362
12363 \end_inset
12364
12365
12366 \end_layout
12367
12368 \begin_layout Standard
12369 As the text should be horizontally centered, the command 
12370 \series bold
12371
12372 \backslash
12373 centering
12374 \series default
12375  is added.
12376  You can now enter the following \SpecialChar LaTeX
12377 -argument for the first spanned column:
12378 \end_layout
12379
12380 \begin_layout Standard
12381
12382 \series bold
12383 >{
12384 \backslash
12385 centering}m{1.25cm-6.2pt}
12386 \end_layout
12387
12388 \begin_layout Standard
12389 The command 
12390 \series bold
12391 >{ }
12392 \series default
12393  means, that the commands inside the braces are applied before the cell
12394  is created.
12395 \end_layout
12396
12397 \begin_layout Standard
12398 Although we have chosen centered alignment for the text of the multicolumn
12399  cell, it is still left aligned.
12400  This is because \SpecialChar LyX
12401  only applies the alignment to single columns.
12402  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12403 -argument
12404 \end_layout
12405
12406 \begin_layout Standard
12407
12408 \series bold
12409 >{
12410 \backslash
12411 centering}m{2.5cm}
12412 \end_layout
12413
12414 \begin_layout Subsection
12415 Multirows
12416 \begin_inset CommandInset label
12417 LatexCommand label
12418 name "subsec:Multirows"
12419
12420 \end_inset
12421
12422
12423 \begin_inset Index idx
12424 status collapsed
12425
12426 \begin_layout Plain Layout
12427 Multirows
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Table ! Multirows
12438 \end_layout
12439
12440 \end_inset
12441
12442
12443 \end_layout
12444
12445 \begin_layout Standard
12446 To merge cells over multiple rows, select as many cells within a column
12447  as you want to merge and use either the table-toolbar button 
12448 \begin_inset Info
12449 type  "icon"
12450 arg   "tabular-feature multirow"
12451 \end_inset
12452
12453 , or the menu 
12454 \family sans
12455 Edit\SpecialChar menuseparator
12456 Table\SpecialChar menuseparator
12457 Multirow
12458 \family default
12459 , or right click on the marked cells and choose 
12460 \family sans
12461 Multirow
12462 \family default
12463  in the context menu.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 Here is an example table with a multirow in the first column:
12468 \begin_inset Separator parbreak
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \begin_layout Standard
12475 \align center
12476 \begin_inset Tabular
12477 <lyxtabular version="3" rows="3" columns="3">
12478 <features tabularvalignment="middle">
12479 <column alignment="center" valignment="top" width="0pt">
12480 <column alignment="center" valignment="top">
12481 <column alignment="center" valignment="top">
12482 <row>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 a long cell entry
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 b
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 c
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 </row>
12511 <row>
12512 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 multirow
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 e
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 f
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 <row>
12541 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 h
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 i
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 </row>
12569 </lyxtabular>
12570
12571 \end_inset
12572
12573
12574 \end_layout
12575
12576 \begin_layout Standard
12577 The width of multirow cells is set by setting the width and alignment for
12578  the whole column.
12579  The 
12580 \family sans
12581 Vertical Offset
12582 \family default
12583  shifts the content of the multirow up/down if the offset is positive/negative.
12584 \end_layout
12585
12586 \begin_layout Standard
12587 If the column of a multirow cell has no explicit width, the multirow cell
12588  inherits the alignment of the column.
12589  Otherwise it is by default left-aligned.
12590  To override the default, renew the command 
12591 \series bold
12592
12593 \backslash
12594 multirowsetup
12595 \series default
12596  with the command
12597 \end_layout
12598
12599 \begin_layout Standard
12600
12601 \series bold
12602
12603 \backslash
12604 renewcommand{
12605 \backslash
12606 multirowsetup}{
12607 \backslash
12608 centering}
12609 \end_layout
12610
12611 \begin_layout Standard
12612 in the document preamble.
12613  Then all entries of multirow cells in the document are centered.
12614  If centering is only needed for several tables, you can renew the command
12615  in a \SpecialChar TeX
12616  Code box just before the table instead of the preamble.
12617  If the text should be right-aligned, replace 
12618 \series bold
12619
12620 \backslash
12621 centering
12622 \series default
12623  by 
12624 \series bold
12625
12626 \backslash
12627 raggedleft
12628 \series default
12629 .
12630  To return to left-alignment 
12631 \series bold
12632
12633 \backslash
12634 raggedright
12635 \series default
12636  is used.
12637 \end_layout
12638
12639 \begin_layout Standard
12640 This is an example table with a right-aligned multirow cell that has a vertical
12641  offset of -4
12642 \begin_inset space \thinspace{}
12643 \end_inset
12644
12645 mm and is in a 3
12646 \begin_inset space \thinspace{}
12647 \end_inset
12648
12649 cm wide column:
12650 \begin_inset Separator parbreak
12651 \end_inset
12652
12653
12654 \end_layout
12655
12656 \begin_layout Standard
12657 \noindent
12658 \align center
12659 \begin_inset ERT
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663
12664
12665 \backslash
12666 renewcommand{
12667 \backslash
12668 multirowsetup}{
12669 \backslash
12670 raggedleft}
12671 \end_layout
12672
12673 \end_inset
12674
12675
12676 \begin_inset Tabular
12677 <lyxtabular version="3" rows="4" columns="3">
12678 <features tabularvalignment="middle">
12679 <column alignment="center" valignment="top" width="3cm">
12680 <column alignment="center" valignment="top">
12681 <column alignment="center" valignment="top">
12682 <row>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 a long cell entry
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 b
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 c
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 <row>
12712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 t
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 n
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 m
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 </row>
12740 <row>
12741 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 multirow
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 e
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 f
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 </row>
12769 <row>
12770 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 h
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 i
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 </row>
12798 </lyxtabular>
12799
12800 \end_inset
12801
12802
12803 \begin_inset ERT
12804 status collapsed
12805
12806 \begin_layout Plain Layout
12807
12808
12809 \backslash
12810 renewcommand{
12811 \backslash
12812 multirowsetup}{
12813 \backslash
12814 raggedright}
12815 \end_layout
12816
12817 \end_inset
12818
12819
12820 \end_layout
12821
12822 \begin_layout Standard
12823 To start a new line in a multirow you can use a forced line break (shortcut
12824  
12825 \begin_inset Info
12826 type  "shortcut"
12827 arg   "newline-insert newline"
12828 \end_inset
12829
12830 ) but this will not respect the cell lines as demonstrated in this table:
12831 \begin_inset Separator parbreak
12832 \end_inset
12833
12834
12835 \end_layout
12836
12837 \begin_layout Standard
12838 \noindent
12839 \align center
12840 \begin_inset Tabular
12841 <lyxtabular version="3" rows="3" columns="2">
12842 <features tabularvalignment="middle">
12843 <column alignment="left" valignment="middle" width="2cm">
12844 <column alignment="center" valignment="top">
12845 <row>
12846 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 aaa
12851 \begin_inset Newline newline
12852 \end_inset
12853
12854 aaa
12855 \begin_inset Newline newline
12856 \end_inset
12857
12858 wrong cell
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 ccc
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 <row>
12874 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 ddd
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 </row>
12893 <row>
12894 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 bbb
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 eee
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 </lyxtabular>
12914
12915 \end_inset
12916
12917
12918 \end_layout
12919
12920 \begin_layout Standard
12921 Therefore be careful with forced line breaks.
12922 \end_layout
12923
12924 \begin_layout Subsection
12925 Cells with diagonal line(s)
12926 \end_layout
12927
12928 \begin_layout Standard
12929 To tell the reader what is meant by column and row headings in a table,
12930  it is helpful to split the first cell of the table by one or two diagonal
12931  lines.
12932  This can be achieved by loading the \SpecialChar LaTeX
12933  package 
12934 \series bold
12935 diagbox
12936 \series default
12937
12938 \begin_inset Index idx
12939 status collapsed
12940
12941 \begin_layout Plain Layout
12942 \SpecialChar LaTeX
12943 -packages ! picinpar
12944 \end_layout
12945
12946 \end_inset
12947
12948  in the document preamble.
12949  The package provides the command 
12950 \series bold
12951
12952 \backslash
12953 diagbox
12954 \series default
12955  that is inserted as \SpecialChar TeX
12956  Code and that can take 2 or 3
12957 \begin_inset space ~
12958 \end_inset
12959
12960 arguments:
12961 \end_layout
12962
12963 \begin_layout Standard
12964
12965 \series bold
12966
12967 \backslash
12968 diagbox[options]{lower left}{upper right}
12969 \end_layout
12970
12971 \begin_layout Standard
12972
12973 \series bold
12974
12975 \backslash
12976 diagbox[options]{lower left}{upper left}{upper right}
12977 \end_layout
12978
12979 \begin_layout Standard
12980 The first scheme divides the cell by a single diagonal line and the arguments
12981  are placed below and above this line.
12982  The second scheme divides the cell by 2
12983 \begin_inset space ~
12984 \end_inset
12985
12986 lines.
12987 \end_layout
12988
12989 \begin_layout Standard
12990 \begin_inset ERT
12991 status collapsed
12992
12993 \begin_layout Plain Layout
12994
12995
12996 \backslash
12997 ifdiagbox
12998 \end_layout
12999
13000 \end_inset
13001
13002
13003 \begin_inset Note Note
13004 status open
13005
13006 \begin_layout Plain Layout
13007 The following section will only be displayed when the \SpecialChar LaTeX
13008 -package 
13009 \series bold
13010 diagbox
13011 \series default
13012  is installed.
13013 \end_layout
13014
13015 \end_inset
13016
13017
13018 \end_layout
13019
13020 \begin_layout Standard
13021 Here is an example table where 
13022 \series bold
13023
13024 \backslash
13025 diagbox 
13026 \series default
13027 is used in the 2-argument scheme in the first cell:
13028 \begin_inset VSpace medskip
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \begin_layout Standard
13035 \noindent
13036 \begin_inset Tabular
13037 <lyxtabular version="3" rows="4" columns="4">
13038 <features tabularvalignment="middle">
13039 <column alignment="center" valignment="top">
13040 <column alignment="center" valignment="top">
13041 <column alignment="center" valignment="top">
13042 <column alignment="center" valignment="top">
13043 <row>
13044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 \begin_inset ERT
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052
13053
13054 \backslash
13055 diagbox{
13056 \end_layout
13057
13058 \end_inset
13059
13060 Name
13061 \begin_inset ERT
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065
13066 }{
13067 \end_layout
13068
13069 \end_inset
13070
13071 Parameter
13072 \begin_inset ERT
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076
13077 }
13078 \end_layout
13079
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 Thickness in nm
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 Transparency in %
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 Hardness in MPa
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 </row>
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 Perfect Green
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 45
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 80
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 504
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 </row>
13153 <row>
13154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 Dark Multi-P
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 60
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 72
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 982
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 </row>
13191 <row>
13192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 Crystal Clear Pro
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 18
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 86
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 374
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 </row>
13229 </lyxtabular>
13230
13231 \end_inset
13232
13233
13234 \begin_inset VSpace medskip
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \begin_layout Standard
13241 The 3-argument scheme is for example useful for cross-tables of sports leagues
13242  or distances:
13243 \begin_inset Separator parbreak
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \begin_layout Standard
13250 \noindent
13251 \align center
13252 \begin_inset Tabular
13253 <lyxtabular version="3" rows="4" columns="4">
13254 <features tabularvalignment="middle">
13255 <column alignment="center" valignment="top" width="0pt">
13256 <column alignment="center" valignment="top">
13257 <column alignment="center" valignment="top">
13258 <column alignment="center" valignment="top">
13259 <row>
13260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 \begin_inset ERT
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268
13269
13270 \backslash
13271 diagbox{
13272 \end_layout
13273
13274 \end_inset
13275
13276 Team home
13277 \begin_inset ERT
13278 status collapsed
13279
13280 \begin_layout Plain Layout
13281
13282 }{
13283 \end_layout
13284
13285 \end_inset
13286
13287 Result
13288 \begin_inset ERT
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292
13293 }{
13294 \end_layout
13295
13296 \end_inset
13297
13298 Team away
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303
13304 }
13305 \end_layout
13306
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 Tigers
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Panthers
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Falcons
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Tigers
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 —
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 1:3
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 0:1
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 </row>
13380 <row>
13381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 Panthers
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 3:1
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 —
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 0:0
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 </row>
13418 <row>
13419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 Falcons
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 1:0
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 0:0
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 —
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 </row>
13456 </lyxtabular>
13457
13458 \end_inset
13459
13460
13461 \end_layout
13462
13463 \begin_layout Standard
13464 For larger cross-tables one might use split cells in 2 or every corner of
13465  the table like in this example:
13466 \begin_inset Separator parbreak
13467 \end_inset
13468
13469
13470 \end_layout
13471
13472 \begin_layout Standard
13473 \noindent
13474 \align center
13475 \begin_inset Tabular
13476 <lyxtabular version="3" rows="5" columns="5">
13477 <features tabularvalignment="middle">
13478 <column alignment="center" valignment="top" width="0pt">
13479 <column alignment="center" valignment="top">
13480 <column alignment="center" valignment="top">
13481 <column alignment="center" valignment="top">
13482 <column alignment="center" valignment="top">
13483 <row>
13484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 \begin_inset ERT
13489 status open
13490
13491 \begin_layout Plain Layout
13492
13493
13494 \backslash
13495 diagbox{
13496 \end_layout
13497
13498 \end_inset
13499
13500 Team home
13501 \begin_inset ERT
13502 status collapsed
13503
13504 \begin_layout Plain Layout
13505
13506 }{
13507 \end_layout
13508
13509 \end_inset
13510
13511 Result
13512 \begin_inset ERT
13513 status collapsed
13514
13515 \begin_layout Plain Layout
13516
13517 }{
13518 \end_layout
13519
13520 \end_inset
13521
13522 Team away
13523 \begin_inset ERT
13524 status collapsed
13525
13526 \begin_layout Plain Layout
13527
13528 }
13529 \end_layout
13530
13531 \end_inset
13532
13533
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 Tigers
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 Panthers
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 Falcons
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 \begin_inset ERT
13570 status open
13571
13572 \begin_layout Plain Layout
13573
13574
13575 \backslash
13576 diagbox[dir=NE]{
13577 \end_layout
13578
13579 \end_inset
13580
13581 Team home
13582 \begin_inset ERT
13583 status collapsed
13584
13585 \begin_layout Plain Layout
13586
13587 }{
13588 \end_layout
13589
13590 \end_inset
13591
13592 Result
13593 \begin_inset ERT
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597
13598 }{
13599 \end_layout
13600
13601 \end_inset
13602
13603 Team away
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609 }
13610 \end_layout
13611
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 <row>
13621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 Tigers
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 —
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 1:3
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 0:1
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 Tigers
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 </row>
13667 <row>
13668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 Panthers
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 3:1
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 —
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 0:0
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 Panthers
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 </row>
13714 <row>
13715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 Falcons
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 1:0
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 0:0
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 —
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 Falcons
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 </row>
13761 <row>
13762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 \begin_inset ERT
13767 status open
13768
13769 \begin_layout Plain Layout
13770
13771
13772 \backslash
13773 diagbox[dir=SW]{
13774 \end_layout
13775
13776 \end_inset
13777
13778 Team home
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784 }{
13785 \end_layout
13786
13787 \end_inset
13788
13789 Result
13790 \begin_inset ERT
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794
13795 }{
13796 \end_layout
13797
13798 \end_inset
13799
13800 Team away
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806 }
13807 \end_layout
13808
13809 \end_inset
13810
13811
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Tigers
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 Panthers
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 Falcons
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 \begin_inset ERT
13848 status open
13849
13850 \begin_layout Plain Layout
13851
13852
13853 \backslash
13854 diagbox[dir=SE]{
13855 \end_layout
13856
13857 \end_inset
13858
13859 Team home
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865 }{
13866 \end_layout
13867
13868 \end_inset
13869
13870 Result
13871 \begin_inset ERT
13872 status collapsed
13873
13874 \begin_layout Plain Layout
13875
13876 }{
13877 \end_layout
13878
13879 \end_inset
13880
13881 Team away
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887 }
13888 \end_layout
13889
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 </lyxtabular>
13899
13900 \end_inset
13901
13902
13903 \end_layout
13904
13905 \begin_layout Standard
13906 To rotate the diagonal lines, the command option 
13907 \series bold
13908 dir=direction
13909 \series default
13910  is used.
13911  
13912 \emph on
13913 direction
13914 \emph default
13915  is either 
13916 \series bold
13917 NE
13918 \series default
13919
13920 \series bold
13921 DE
13922 \series default
13923
13924 \series bold
13925 SW
13926 \series default
13927  or 
13928 \series bold
13929 NW
13930 \series default
13931  and represent a point of a compass.
13932  
13933 \series bold
13934 SW
13935 \series default
13936  is for example the south-west corner.
13937  Thus in the lower left cell of the above table the command
13938 \end_layout
13939
13940 \begin_layout Standard
13941
13942 \series bold
13943
13944 \backslash
13945 diagbox[dir=SW]{Team home}{Result}{Team away}
13946 \end_layout
13947
13948 \begin_layout Standard
13949 is used.
13950  If no direction is given, it will be NW.
13951 \end_layout
13952
13953 \begin_layout Standard
13954 The necessary width of split cells is automatically calculated.
13955  Thus if you set a fixed column width smaller than the calculated one, the
13956  cell's content will protrude the cell borders:
13957 \begin_inset Separator parbreak
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \begin_layout Standard
13964 \noindent
13965 \align center
13966 \begin_inset Tabular
13967 <lyxtabular version="3" rows="2" columns="2">
13968 <features tabularvalignment="middle">
13969 <column alignment="center" valignment="top" width="3cm">
13970 <column alignment="center" valignment="top">
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 \begin_inset ERT
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980
13981
13982 \backslash
13983 diagbox{
13984 \end_layout
13985
13986 \end_inset
13987
13988 Name
13989 \begin_inset ERT
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993
13994 }{
13995 \end_layout
13996
13997 \end_inset
13998
13999 Parameter
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005 }
14006 \end_layout
14007
14008 \end_inset
14009
14010
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 Thickness in nm
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 <row>
14026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 Perfect Green
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 45
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 </row>
14045 </lyxtabular>
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Standard
14053 If you need a certain width for columns with a split cell, use the command
14054  option 
14055 \series bold
14056 width=3cm
14057 \series default
14058  (replace '3cm' by the width you need).
14059  In the following table the width of the first column is set to 4
14060 \begin_inset space \thinspace{}
14061 \end_inset
14062
14063 cm.
14064  For 
14065 \series bold
14066
14067 \backslash
14068 diagbox
14069 \series default
14070  a width of 4
14071 \begin_inset space \thinspace{}
14072 \end_inset
14073
14074 cm + 2
14075 \begin_inset space \thinspace{}
14076 \end_inset
14077
14078
14079 \backslash
14080 tabcolsep is necessary because the overall width is the width for the text
14081  (in this case the 4
14082 \begin_inset space \thinspace{}
14083 \end_inset
14084
14085 cm) plus two times the separation of the text and the cell border.
14086  The calculation of the width cannot be done in the command option of 
14087 \series bold
14088
14089 \backslash
14090 diagbox
14091 \series default
14092  so one needs to create a new length which can be used later.
14093  This is done with the \SpecialChar TeX
14094  Code commands
14095 \end_layout
14096
14097 \begin_layout Standard
14098
14099 \series bold
14100
14101 \backslash
14102 newlength{
14103 \backslash
14104 diagtest}
14105 \begin_inset Newline newline
14106 \end_inset
14107
14108
14109 \backslash
14110 setlength{
14111 \backslash
14112 diagtest}{4cm+2
14113 \backslash
14114 tabcolsep}
14115 \end_layout
14116
14117 \begin_layout Standard
14118 \begin_inset ERT
14119 status collapsed
14120
14121 \begin_layout Plain Layout
14122
14123
14124 \backslash
14125 newlength{
14126 \backslash
14127 diagtest}
14128 \end_layout
14129
14130 \begin_layout Plain Layout
14131
14132
14133 \backslash
14134 setlength{
14135 \backslash
14136 diagtest}{4cm+2
14137 \backslash
14138 tabcolsep}
14139 \end_layout
14140
14141 \end_inset
14142
14143
14144 \end_layout
14145
14146 \begin_layout Standard
14147 To enable calculations in \SpecialChar LaTeX
14148  one needs to load the package 
14149 \series bold
14150 calc
14151 \series default
14152
14153 \begin_inset Index idx
14154 status collapsed
14155
14156 \begin_layout Plain Layout
14157 \SpecialChar LaTeX
14158 -packages ! calc
14159 \end_layout
14160
14161 \end_inset
14162
14163  in the document preamble.
14164 \end_layout
14165
14166 \begin_layout Standard
14167 In this table you can now use the command
14168 \end_layout
14169
14170 \begin_layout Standard
14171
14172 \series bold
14173
14174 \backslash
14175 diagbox[width=
14176 \backslash
14177 diagtest]{A}{B}
14178 \end_layout
14179
14180 \begin_layout Standard
14181 in the first cell:
14182 \begin_inset Separator parbreak
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Standard
14189 \noindent
14190 \align center
14191 \begin_inset Tabular
14192 <lyxtabular version="3" rows="2" columns="2">
14193 <features tabularvalignment="middle">
14194 <column alignment="center" valignment="top" width="4cm">
14195 <column alignment="center" valignment="top">
14196 <row>
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 \begin_inset ERT
14202 status open
14203
14204 \begin_layout Plain Layout
14205
14206
14207 \backslash
14208 diagbox[width=
14209 \backslash
14210 diagtest]{
14211 \end_layout
14212
14213 \end_inset
14214
14215 A
14216 \begin_inset ERT
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220
14221 }{
14222 \end_layout
14223
14224 \end_inset
14225
14226 B
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232 }
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 Thickness in nm
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 </row>
14252 <row>
14253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 Perfect Green
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 45
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 </lyxtabular>
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \begin_layout Standard
14280 Note that the split cell needs to be the widest one in the column.
14281  Otherwise the length of the diagonal line cannot be calculated correctly
14282  like in this table:
14283 \begin_inset Separator parbreak
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Standard
14290 \noindent
14291 \align center
14292 \begin_inset Tabular
14293 <lyxtabular version="3" rows="2" columns="2">
14294 <features tabularvalignment="middle">
14295 <column alignment="center" valignment="top" width="0pt">
14296 <column alignment="center" valignment="top">
14297 <row>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 \begin_inset ERT
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306
14307
14308 \backslash
14309 diagbox{
14310 \end_layout
14311
14312 \end_inset
14313
14314 A
14315 \begin_inset ERT
14316 status collapsed
14317
14318 \begin_layout Plain Layout
14319
14320 }{
14321 \end_layout
14322
14323 \end_inset
14324
14325 B
14326 \begin_inset ERT
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330
14331 }
14332 \end_layout
14333
14334 \end_inset
14335
14336
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 Thickness in nm
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 </row>
14351 <row>
14352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 Perfect Green
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365 45
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 </row>
14371 </lyxtabular>
14372
14373 \end_inset
14374
14375
14376 \end_layout
14377
14378 \begin_layout Standard
14379 In this case use the 
14380 \series bold
14381 width
14382 \series default
14383  option of the 
14384 \series bold
14385
14386 \backslash
14387 diagbox
14388 \series default
14389  command.
14390  It is then not necessary to add 2
14391 \backslash
14392 tabcolsep because the cell width is now the width of the column.
14393  In this table a width of 3
14394 \begin_inset space \thinspace{}
14395 \end_inset
14396
14397 cm is used:
14398 \begin_inset Separator parbreak
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \begin_layout Standard
14405 \noindent
14406 \align center
14407 \begin_inset Tabular
14408 <lyxtabular version="3" rows="2" columns="2">
14409 <features tabularvalignment="middle">
14410 <column alignment="center" valignment="top" width="0pt">
14411 <column alignment="center" valignment="top">
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 \begin_inset ERT
14418 status open
14419
14420 \begin_layout Plain Layout
14421
14422
14423 \backslash
14424 diagbox[width=3cm]{
14425 \end_layout
14426
14427 \end_inset
14428
14429 A
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }{
14436 \end_layout
14437
14438 \end_inset
14439
14440 B
14441 \begin_inset ERT
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445
14446 }
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 Thickness in nm
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 <row>
14467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 Perfect Green
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 45
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 </lyxtabular>
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 For multiple text lines in split cells one needs some extra height to fit
14495  the text to the cell.
14496  This can be achieved with the 
14497 \series bold
14498
14499 \backslash
14500 diagbox
14501 \series default
14502  option 
14503 \series bold
14504 height=3cm
14505 \series default
14506  (replace '3cm' by the height you need).
14507  In the following table the command
14508 \end_layout
14509
14510 \begin_layout Standard
14511
14512 \series bold
14513
14514 \backslash
14515 diagbox[width=3cm,height=1.4cm]{A
14516 \backslash
14517
14518 \backslash
14519 B}{C
14520 \backslash
14521
14522 \backslash
14523 D}
14524 \end_layout
14525
14526 \begin_layout Standard
14527 is used in the first cell.
14528  The command 
14529 \series bold
14530
14531 \backslash
14532
14533 \backslash
14534
14535 \series default
14536  creates hereby the line break.
14537 \begin_inset Foot
14538 status collapsed
14539
14540 \begin_layout Plain Layout
14541 Breaking lines with 
14542 \family sans
14543 Ctrl+Return
14544 \family default
14545  is only possible when the column has a fixed width.
14546 \end_layout
14547
14548 \end_inset
14549
14550
14551 \begin_inset Separator parbreak
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \begin_layout Standard
14558 \noindent
14559 \align center
14560 \begin_inset Tabular
14561 <lyxtabular version="3" rows="2" columns="2">
14562 <features tabularvalignment="middle">
14563 <column alignment="center" valignment="top">
14564 <column alignment="center" valignment="top">
14565 <row>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 \begin_inset ERT
14571 status open
14572
14573 \begin_layout Plain Layout
14574
14575
14576 \backslash
14577 diagbox[width=3cm,height=1.4cm]{
14578 \end_layout
14579
14580 \end_inset
14581
14582 A
14583 \begin_inset ERT
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587
14588
14589 \backslash
14590
14591 \backslash
14592
14593 \end_layout
14594
14595 \end_inset
14596
14597 B
14598 \begin_inset ERT
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602
14603 }{
14604 \end_layout
14605
14606 \end_inset
14607
14608 C
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614
14615 \backslash
14616
14617 \backslash
14618
14619 \end_layout
14620
14621 \end_inset
14622
14623 D
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629 }
14630 \end_layout
14631
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 Thickness in nm
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 </row>
14649 <row>
14650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 Perfect Green
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663 45
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 </row>
14669 </lyxtabular>
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \begin_layout Standard
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682
14683 \backslash
14684 else
14685 \end_layout
14686
14687 \end_inset
14688
14689
14690 \begin_inset Note Note
14691 status open
14692
14693 \begin_layout Plain Layout
14694 The following will be displayed when the \SpecialChar LaTeX
14695 -package 
14696 \series bold
14697 diagbox
14698 \series default
14699  is not installed:
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Standard
14708 You need to install the \SpecialChar LaTeX
14709 -package 
14710 \series bold
14711 diagbox
14712 \series default
14713  to see the following part of this section in the output.
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722
14723 \backslash
14724 fi
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \begin_layout Standard
14733 For more info about the \SpecialChar LaTeX
14734 -package 
14735 \series bold
14736 diagbox
14737 \series default
14738 , see its documentation, 
14739 \begin_inset CommandInset citation
14740 LatexCommand cite
14741 key "diagbox"
14742
14743 \end_inset
14744
14745 .
14746 \end_layout
14747
14748 \begin_layout Section
14749 Formal Tables
14750 \begin_inset CommandInset label
14751 LatexCommand label
14752 name "sec:Formal-Tables"
14753
14754 \end_inset
14755
14756
14757 \begin_inset Index idx
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761 Table ! Formal
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Tables are often typeset in books similar to Table
14771 \begin_inset space ~
14772 \end_inset
14773
14774
14775 \begin_inset CommandInset ref
14776 LatexCommand ref
14777 reference "tab:Example-booktabs-table"
14778
14779 \end_inset
14780
14781 .
14782  This kind of tables is called 
14783 \begin_inset Quotes eld
14784 \end_inset
14785
14786
14787 \emph on
14788 formal
14789 \emph default
14790
14791 \begin_inset Quotes erd
14792 \end_inset
14793
14794 .
14795  To make a table a formal table use the option 
14796 \family sans
14797 Formal
14798 \family default
14799  in the 
14800 \family sans
14801 Borders
14802 \family default
14803  tab of the table dialog.
14804 \end_layout
14805
14806 \begin_layout Standard
14807 \begin_inset Float table
14808 placement h
14809 wide false
14810 sideways false
14811 status open
14812
14813 \begin_layout Plain Layout
14814 \begin_inset Caption Standard
14815
14816 \begin_layout Plain Layout
14817 \begin_inset CommandInset label
14818 LatexCommand label
14819 name "tab:Example-booktabs-table"
14820
14821 \end_inset
14822
14823 Example booktabs-table
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \begin_layout Plain Layout
14832 \align center
14833 \begin_inset Tabular
14834 <lyxtabular version="3" rows="8" columns="4">
14835 <features booktabs="true" tabularvalignment="middle">
14836 <column alignment="center" valignment="top">
14837 <column alignment="center" valignment="top">
14838 <column alignment="center" valignment="top">
14839 <column alignment="center" valignment="top">
14840 <row>
14841 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845 System
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" topline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 Chip
14855 \begin_inset space \thinspace{}
14856 \end_inset
14857
14858 1
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 Chip
14868 \begin_inset space \thinspace{}
14869 \end_inset
14870
14871 2
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 <row>
14887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 \begin_inset ERT
14892 status collapsed
14893
14894 \begin_layout Plain Layout
14895
14896
14897 \backslash
14898 cmidrule(r){2-2}
14899 \end_layout
14900
14901 \end_inset
14902
14903
14904 \begin_inset ERT
14905 status collapsed
14906
14907 \begin_layout Plain Layout
14908
14909
14910 \backslash
14911 cmidrule(l){3-4}
14912 \end_layout
14913
14914 \end_inset
14915
14916 Detector thickness in Âµm
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell alignment="center" valignment="top" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 300
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 300
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 <cell alignment="center" valignment="top" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 700
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 Edge angle in Â°
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 3.55
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 2.71
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 7.99
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 <row topspace="default">
14988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 Spatial resolution in Âµm
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 4.26
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 10.17
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 10.56
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row topspace="default">
15026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 MTF at 
15031 \begin_inset Formula $f_{\mathrm{max}}$
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 0.53
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 0.37
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 0.39
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row topspace="default">
15068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 \begin_inset ERT
15073 status collapsed
15074
15075 \begin_layout Plain Layout
15076
15077
15078 \backslash
15079 cmidrule[2pt](l{10pt}){1-1}
15080 \end_layout
15081
15082 \end_inset
15083
15084 LSF-spatial resolution
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 <cell alignment="center" valignment="top" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 in Âµm
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 129.7
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 52.75
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 50.78
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 in % of pixel size
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 76.3
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 95.9
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 92.3
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 </lyxtabular>
15194
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \begin_layout Standard
15206 Spaces to table rows can be added using the 
15207 \family sans
15208 Borders
15209 \family default
15210  tab of the table dialog as described in section
15211 \begin_inset space ~
15212 \end_inset
15213
15214
15215 \begin_inset CommandInset ref
15216 LatexCommand ref
15217 reference "subsec:Row-Spacing"
15218
15219 \end_inset
15220
15221 .
15222 \end_layout
15223
15224 \begin_layout Standard
15225 Unlike normal tables, formal tables have no vertical table lines.
15226  The horizontal table lines can be set as for normal tables but they appear
15227  with different widths in the output:
15228 \begin_inset Newline newline
15229 \end_inset
15230
15231 The first and the last table line have a default width of 0.08
15232 \begin_inset space \thinspace{}
15233 \end_inset
15234
15235 em while the other lines have a default width of 0.05
15236 \begin_inset space \thinspace{}
15237 \end_inset
15238
15239 em.
15240 \end_layout
15241
15242 \begin_layout Standard
15243 The default widths can be changed with the following preamble lines
15244 \end_layout
15245
15246 \begin_layout Standard
15247
15248 \series bold
15249
15250 \backslash
15251 let
15252 \backslash
15253 mytoprule
15254 \backslash
15255 toprule
15256 \begin_inset Newline newline
15257 \end_inset
15258
15259
15260 \backslash
15261 renewcommand{
15262 \backslash
15263 toprule}{
15264 \backslash
15265 mytoprule[width]}
15266 \end_layout
15267
15268 \begin_layout Standard
15269 This example is for the first line, the so called 
15270 \series bold
15271 toprule
15272 \series default
15273 .
15274  If you want to change the width for the last line, replace 
15275 \series bold
15276 toprule
15277 \series default
15278  by 
15279 \series bold
15280 bottomrule
15281 \series default
15282 .
15283  To change the width for the other lines replace 
15284 \series bold
15285 toprule
15286 \series default
15287  by 
15288 \series bold
15289 midrule
15290 \series default
15291 .
15292  You can use all units listed in appendix
15293 \begin_inset space ~
15294 \end_inset
15295
15296
15297 \begin_inset CommandInset ref
15298 LatexCommand ref
15299 reference "cha:Units-available-in"
15300
15301 \end_inset
15302
15303  to set the width.
15304 \end_layout
15305
15306 \begin_layout Standard
15307 Lines that do not span all table columns can be created by setting a table
15308  line for multicolumn cells.
15309  \SpecialChar LyX
15310  will then internally use the command 
15311 \series bold
15312
15313 \backslash
15314 cmidrule
15315 \series default
15316  to create this line.
15317  Its full scheme is
15318 \end_layout
15319
15320 \begin_layout Standard
15321
15322 \series bold
15323
15324 \backslash
15325 cmidrule[height](trim){startcol-endcol}
15326 \end_layout
15327
15328 \begin_layout Standard
15329 The options of 
15330 \series bold
15331
15332 \backslash
15333 cmidrule
15334 \series default
15335  are currently not supported by \SpecialChar LyX
15336  so you have to use \SpecialChar TeX
15337  Code to be able to
15338  use them.
15339  
15340 \series bold
15341
15342 \backslash
15343 cmidrule
15344 \series default
15345 s can manually be created by inserting the command as \SpecialChar TeX
15346  Code as the first
15347  cell entry of the first cell of a row.
15348  The line is then drawn in the output above the current row.
15349 \end_layout
15350
15351 \begin_layout Standard
15352 The default for the optional 
15353 \series bold
15354 height
15355 \series default
15356  is 0.03
15357 \begin_inset space \thinspace{}
15358 \end_inset
15359
15360 em.
15361  
15362 \series bold
15363 startcol
15364 \series default
15365  is the number of the column where the line starts and 
15366 \series bold
15367 endcol
15368 \series default
15369  the column number where the line ends.
15370  The 
15371 \series bold
15372 endcol
15373 \series default
15374  always needs to be specified, also when the line should span only one column.
15375  The optional parameter 
15376 \series bold
15377 trim
15378 \series default
15379  could either be 
15380 \emph on
15381 l{trimwidth}
15382 \emph default
15383  or 
15384 \emph on
15385 r{trimwidth}
15386 \emph default
15387  where the 
15388 \emph on
15389 trimwidth
15390 \emph default
15391  is also optional.
15392  Using for example the parameter 
15393 \emph on
15394 l{2pt}
15395 \emph default
15396  means that the line is trimmed from its left end by 2
15397 \begin_inset space \thinspace{}
15398 \end_inset
15399
15400 pt.
15401  If you don't specify the 
15402 \emph on
15403 trimwidth
15404 \emph default
15405  the line is trimmed by the default of 0.5
15406 \begin_inset space \thinspace{}
15407 \end_inset
15408
15409 em.
15410 \end_layout
15411
15412 \begin_layout Standard
15413 \begin_inset VSpace bigskip
15414 \end_inset
15415
15416 Table
15417 \begin_inset space ~
15418 \end_inset
15419
15420
15421 \begin_inset CommandInset ref
15422 LatexCommand ref
15423 reference "tab:Example-booktabs-table"
15424
15425 \end_inset
15426
15427  was created using the commands
15428 \end_layout
15429
15430 \begin_layout Standard
15431
15432 \series bold
15433
15434 \backslash
15435 cmidrule(r){2-2}
15436 \backslash
15437 cmidrule(l){3-4}
15438 \end_layout
15439
15440 \begin_layout Standard
15441 at the beginning of the second row and
15442 \end_layout
15443
15444 \begin_layout Standard
15445
15446 \series bold
15447
15448 \backslash
15449 cmidrule[2pt](l{10pt}){1-1}
15450 \end_layout
15451
15452 \begin_layout Standard
15453 in the sixth row.
15454 \end_layout
15455
15456 \begin_layout Standard
15457 \begin_inset VSpace bigskip
15458 \end_inset
15459
15460
15461 \end_layout
15462
15463 \begin_layout Standard
15464 You might want to have overlapping 
15465 \series bold
15466
15467 \backslash
15468 cmidrule
15469 \series default
15470 s as in in Table
15471 \begin_inset space ~
15472 \end_inset
15473
15474
15475 \begin_inset CommandInset ref
15476 LatexCommand ref
15477 reference "tab:Special-booktabs-table"
15478
15479 \end_inset
15480
15481 .
15482  This can be achieved with the \SpecialChar TeX
15483  Code command
15484 \end_layout
15485
15486 \begin_layout Standard
15487
15488 \series bold
15489
15490 \backslash
15491 morecmidrules
15492 \end_layout
15493
15494 \begin_layout Standard
15495 The command that was used for the second row of Table
15496 \begin_inset space ~
15497 \end_inset
15498
15499
15500 \begin_inset CommandInset ref
15501 LatexCommand ref
15502 reference "tab:Special-booktabs-table"
15503
15504 \end_inset
15505
15506  is
15507 \end_layout
15508
15509 \begin_layout Standard
15510
15511 \series bold
15512
15513 \backslash
15514 cmidrule(r){2-2}
15515 \backslash
15516 cmidrule(l){3-4}
15517 \backslash
15518 morecmidrules
15519 \backslash
15520 cmidrule{2-4}
15521 \end_layout
15522
15523 \begin_layout Standard
15524 The command for the sixth row is
15525 \end_layout
15526
15527 \begin_layout Standard
15528
15529 \series bold
15530
15531 \backslash
15532 midrule
15533 \backslash
15534 morecmidrules
15535 \backslash
15536 cmidrule{3-4}
15537 \end_layout
15538
15539 \begin_layout Standard
15540 \begin_inset VSpace bigskip
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \begin_layout Standard
15547 If you are in any way not satisfied with the border line spacing, you can
15548  use the following command to produce lines that span over all table columns
15549 \series bold
15550 :
15551 \end_layout
15552
15553 \begin_layout Standard
15554
15555 \series bold
15556
15557 \backslash
15558 specialrule{width}{space above}{space below}
15559 \end_layout
15560
15561 \begin_layout Standard
15562 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15563 -package
15564  
15565 \series bold
15566 booktabs
15567 \series default
15568  
15569 \begin_inset CommandInset citation
15570 LatexCommand cite
15571 key "booktabs"
15572
15573 \end_inset
15574
15575 .
15576 \begin_inset Index idx
15577 status collapsed
15578
15579 \begin_layout Plain Layout
15580 \SpecialChar LaTeX
15581 -packages ! booktabs
15582 \end_layout
15583
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \begin_layout Standard
15590 \begin_inset Float table
15591 placement h
15592 wide false
15593 sideways false
15594 status open
15595
15596 \begin_layout Plain Layout
15597 \begin_inset Caption Standard
15598
15599 \begin_layout Plain Layout
15600 \begin_inset CommandInset label
15601 LatexCommand label
15602 name "tab:Special-booktabs-table"
15603
15604 \end_inset
15605
15606 Special booktabs-table
15607 \end_layout
15608
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \begin_layout Plain Layout
15615 \align center
15616 \begin_inset Tabular
15617 <lyxtabular version="3" rows="8" columns="4">
15618 <features booktabs="true" tabularvalignment="middle">
15619 <column alignment="center" valignment="top">
15620 <column alignment="center" valignment="top">
15621 <column alignment="center" valignment="top">
15622 <column alignment="center" valignment="top">
15623 <row>
15624 <cell alignment="center" valignment="top" topline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628 System
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637 Chip
15638 \begin_inset space \thinspace{}
15639 \end_inset
15640
15641 1
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650 Chip
15651 \begin_inset space \thinspace{}
15652 \end_inset
15653
15654 2
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 </row>
15669 <row>
15670 <cell alignment="center" valignment="top" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674 \begin_inset ERT
15675 status collapsed
15676
15677 \begin_layout Plain Layout
15678
15679
15680 \backslash
15681 cmidrule(r){2-2}
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \begin_inset ERT
15688 status collapsed
15689
15690 \begin_layout Plain Layout
15691
15692
15693 \backslash
15694 cmidrule(l){3-4}
15695 \end_layout
15696
15697 \end_inset
15698
15699
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704
15705
15706 \backslash
15707 morecmidrules 
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \begin_inset ERT
15714 status collapsed
15715
15716 \begin_layout Plain Layout
15717
15718
15719 \backslash
15720 cmidrule{2-4}
15721 \end_layout
15722
15723 \end_inset
15724
15725 Detector thickness in Âµm
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 <cell alignment="center" valignment="top" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 300
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 300
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 700
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 <row>
15759 <cell alignment="center" valignment="top" topline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 Edge angle in Â°
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 3.55
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" topline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 2.71
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 7.99
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row topspace="default">
15797 <cell alignment="center" valignment="top" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 Spatial resolution in Âµm
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 4.26
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 10.17
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 10.56
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 </row>
15834 <row topspace="default">
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 MTF at 
15840 \begin_inset Formula $f_{\mathrm{max}}$
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 0.53
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 0.37
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 0.39
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" topline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 \begin_inset ERT
15882 status collapsed
15883
15884 \begin_layout Plain Layout
15885
15886
15887 \backslash
15888 morecmidrules 
15889 \end_layout
15890
15891 \end_inset
15892
15893
15894 \begin_inset ERT
15895 status collapsed
15896
15897 \begin_layout Plain Layout
15898
15899
15900 \backslash
15901 cmidrule{3-4}
15902 \end_layout
15903
15904 \end_inset
15905
15906 LSF-spatial resolution
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell alignment="center" valignment="top" topline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 <row>
15940 <cell alignment="center" valignment="top" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 in Âµm
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 129.7
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 52.75
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 50.78
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 in % of pixel size
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 76.3
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 95.9
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 92.3
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 </lyxtabular>
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \end_inset
16023
16024
16025 \end_layout
16026
16027 \begin_layout Section
16028 Vertical Table Alignment
16029 \begin_inset Index idx
16030 status collapsed
16031
16032 \begin_layout Plain Layout
16033 Table ! Alignment
16034 \end_layout
16035
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \begin_layout Standard
16042 To align tables vertically in a text line, the table must be inside a box.
16043  The box can then be vertically aligned as described in section
16044 \begin_inset space ~
16045 \end_inset
16046
16047
16048 \begin_inset CommandInset ref
16049 LatexCommand ref
16050 reference "sec:Box-Dialog"
16051
16052 \end_inset
16053
16054 .
16055 \end_layout
16056
16057 \begin_layout Standard
16058 In the following example the tables are inside a minipage
16059 \begin_inset Foot
16060 status collapsed
16061
16062 \begin_layout Plain Layout
16063 Minipages are described in section
16064 \begin_inset space ~
16065 \end_inset
16066
16067
16068 \begin_inset CommandInset ref
16069 LatexCommand ref
16070 reference "sec:Minipages"
16071
16072 \end_inset
16073
16074 .
16075 \end_layout
16076
16077 \end_inset
16078
16079  box that has a width of 15
16080 \begin_inset space \thinspace{}
16081 \end_inset
16082
16083 col%:
16084 \end_layout
16085
16086 \begin_layout Itemize
16087 test 
16088 \begin_inset Box Frameless
16089 position "t"
16090 hor_pos "c"
16091 has_inner_box 1
16092 inner_pos "c"
16093 use_parbox 0
16094 use_makebox 0
16095 width "15col%"
16096 special "none"
16097 height "1in"
16098 height_special "totalheight"
16099 thickness "0.4pt"
16100 separation "3pt"
16101 shadowsize "4pt"
16102 framecolor "black"
16103 backgroundcolor "none"
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107 \begin_inset Tabular
16108 <lyxtabular version="3" rows="3" columns="3">
16109 <features tabularvalignment="middle">
16110 <column alignment="center" valignment="top">
16111 <column alignment="center" valignment="top">
16112 <column alignment="center" valignment="top">
16113 <row>
16114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118 a
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 d
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 g
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 b
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 e
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 h
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 <row>
16172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 c
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 f
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 i
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 </row>
16200 </lyxtabular>
16201
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \end_inset
16208
16209  test 
16210 \begin_inset ERT
16211 status collapsed
16212
16213 \begin_layout Plain Layout
16214
16215
16216 \backslash
16217 raisebox{0.85
16218 \backslash
16219 baselineskip}{
16220 \end_layout
16221
16222 \end_inset
16223
16224
16225 \begin_inset Box Frameless
16226 position "t"
16227 hor_pos "c"
16228 has_inner_box 1
16229 inner_pos "c"
16230 use_parbox 0
16231 use_makebox 0
16232 width "15col%"
16233 special "none"
16234 height "1in"
16235 height_special "totalheight"
16236 thickness "0.4pt"
16237 separation "3pt"
16238 shadowsize "4pt"
16239 framecolor "black"
16240 backgroundcolor "none"
16241 status collapsed
16242
16243 \begin_layout Plain Layout
16244 \begin_inset Tabular
16245 <lyxtabular version="3" rows="3" columns="3">
16246 <features tabularvalignment="middle">
16247 <column alignment="center" valignment="top">
16248 <column alignment="center" valignment="top">
16249 <column alignment="center" valignment="top">
16250 <row>
16251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 a
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 d
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 g
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 </row>
16279 <row>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284 b
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293 e
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302 h
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 </row>
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 c
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 f
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331 i
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 </row>
16337 </lyxtabular>
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \begin_inset ERT
16348 status collapsed
16349
16350 \begin_layout Plain Layout
16351
16352 }
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Itemize
16361 test 
16362 \begin_inset Box Frameless
16363 position "c"
16364 hor_pos "c"
16365 has_inner_box 1
16366 inner_pos "c"
16367 use_parbox 0
16368 use_makebox 0
16369 width "15col%"
16370 special "none"
16371 height "1in"
16372 height_special "totalheight"
16373 thickness "0.4pt"
16374 separation "3pt"
16375 shadowsize "4pt"
16376 framecolor "black"
16377 backgroundcolor "none"
16378 status collapsed
16379
16380 \begin_layout Plain Layout
16381 \begin_inset Tabular
16382 <lyxtabular version="3" rows="3" columns="3">
16383 <features tabularvalignment="middle">
16384 <column alignment="center" valignment="top">
16385 <column alignment="center" valignment="top">
16386 <column alignment="center" valignment="top">
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 a
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 d
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 g
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 b
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 e
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 h
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 </row>
16445 <row>
16446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 c
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 f
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 i
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 </lyxtabular>
16475
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \begin_layout Itemize
16487 test 
16488 \begin_inset Box Frameless
16489 position "b"
16490 hor_pos "c"
16491 has_inner_box 1
16492 inner_pos "c"
16493 use_parbox 0
16494 use_makebox 0
16495 width "15col%"
16496 special "none"
16497 height "1in"
16498 height_special "totalheight"
16499 thickness "0.4pt"
16500 separation "3pt"
16501 shadowsize "4pt"
16502 framecolor "black"
16503 backgroundcolor "none"
16504 status collapsed
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Tabular
16508 <lyxtabular version="3" rows="3" columns="3">
16509 <features tabularvalignment="middle">
16510 <column alignment="center" valignment="top">
16511 <column alignment="center" valignment="top">
16512 <column alignment="center" valignment="top">
16513 <row>
16514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 a
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 d
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 g
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 b
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 e
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 h
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 <row>
16572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 c
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 f
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 i
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 </lyxtabular>
16601
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608
16609  test 
16610 \begin_inset ERT
16611 status collapsed
16612
16613 \begin_layout Plain Layout
16614
16615
16616 \backslash
16617 raisebox{-0.32
16618 \backslash
16619 baselineskip}{
16620 \end_layout
16621
16622 \end_inset
16623
16624
16625 \begin_inset Box Frameless
16626 position "b"
16627 hor_pos "c"
16628 has_inner_box 1
16629 inner_pos "c"
16630 use_parbox 0
16631 use_makebox 0
16632 width "15col%"
16633 special "none"
16634 height "1in"
16635 height_special "totalheight"
16636 thickness "0.4pt"
16637 separation "3pt"
16638 shadowsize "4pt"
16639 framecolor "black"
16640 backgroundcolor "none"
16641 status collapsed
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Tabular
16645 <lyxtabular version="3" rows="3" columns="3">
16646 <features tabularvalignment="middle">
16647 <column alignment="center" valignment="top">
16648 <column alignment="center" valignment="top">
16649 <column alignment="center" valignment="top">
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 a
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 d
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 g
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 b
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 e
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 h
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 c
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 f
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 i
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 </lyxtabular>
16738
16739 \end_inset
16740
16741
16742 \end_layout
16743
16744 \end_inset
16745
16746
16747 \begin_inset ERT
16748 status collapsed
16749
16750 \begin_layout Plain Layout
16751
16752 }
16753 \end_layout
16754
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \begin_layout Standard
16761 As you will see, the content of the first and last table row is not correctly
16762  aligned.
16763  To get this alignment, the minipage box must be set into a raisebox.
16764 \begin_inset Foot
16765 status collapsed
16766
16767 \begin_layout Plain Layout
16768 Raiseboxes are described in section
16769 \begin_inset space ~
16770 \end_inset
16771
16772
16773 \begin_inset CommandInset ref
16774 LatexCommand ref
16775 reference "subsec:Vertical-Alignment"
16776
16777 \end_inset
16778
16779 .
16780 \end_layout
16781
16782 \end_inset
16783
16784  In the example above the second table in the first item is aligned using
16785  the \SpecialChar TeX
16786  Code command
16787 \end_layout
16788
16789 \begin_layout Standard
16790
16791 \series bold
16792
16793 \backslash
16794 raisebox{0.85
16795 \backslash
16796 baselineskip}{
16797 \end_layout
16798
16799 \begin_layout Standard
16800 before the box.
16801  After the box the closing brace 
16802 \series bold
16803 }
16804 \series default
16805  is inserted as \SpecialChar TeX
16806  Code.
16807  For the second table in the last item the command
16808 \end_layout
16809
16810 \begin_layout Standard
16811
16812 \series bold
16813
16814 \backslash
16815 raisebox{-0.32
16816 \backslash
16817 baselineskip}{
16818 \end_layout
16819
16820 \begin_layout Standard
16821 is used.
16822 \end_layout
16823
16824 \begin_layout Standard
16825 \begin_inset Note Greyedout
16826 status open
16827
16828 \begin_layout Plain Layout
16829
16830 \series bold
16831 Note:
16832 \series default
16833  The alignment of the table row content to the surrounding text line is
16834  not exact.
16835  The required value for the 
16836 \series bold
16837
16838 \backslash
16839 raisebox
16840 \series default
16841  command for this alignment depends on the document font, the font size,
16842  and the table line thickness.
16843 \end_layout
16844
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \begin_layout Section
16851 Colored Tables
16852 \begin_inset CommandInset label
16853 LatexCommand label
16854 name "sec:Colored-Tables"
16855
16856 \end_inset
16857
16858
16859 \begin_inset Index idx
16860 status collapsed
16861
16862 \begin_layout Plain Layout
16863 Table ! Color
16864 \end_layout
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \begin_layout Subsection
16872 Colored Cells
16873 \begin_inset Index idx
16874 status collapsed
16875
16876 \begin_layout Plain Layout
16877 Table Color ! for Cells
16878 \end_layout
16879
16880 \end_inset
16881
16882
16883 \begin_inset Index idx
16884 status collapsed
16885
16886 \begin_layout Plain Layout
16887 Color ! for Table Cells
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Standard
16896 \begin_inset Float table
16897 placement h
16898 wide false
16899 sideways false
16900 status open
16901
16902 \begin_layout Plain Layout
16903 \begin_inset Caption Standard
16904
16905 \begin_layout Plain Layout
16906 \begin_inset CommandInset label
16907 LatexCommand label
16908 name "tab:Table-colored-without"
16909
16910 \end_inset
16911
16912 Table colored without using the package 
16913 \series bold
16914 colortbl
16915 \series default
16916
16917 \begin_inset Argument 1
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921 Table without colortbl
16922 \end_layout
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \begin_layout Plain Layout
16935 \align center
16936 \begin_inset Tabular
16937 <lyxtabular version="3" rows="3" columns="3">
16938 <features tabularvalignment="middle">
16939 <column alignment="center" valignment="top">
16940 <column alignment="center" valignment="top">
16941 <column alignment="center" valignment="top">
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \color green
16949 a
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958
16959 \color red
16960 b
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969
16970 \color red
16971 c
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \color green
16984 d
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \color blue
16995 e
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \color blue
17006 f
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \color green
17019 g
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \color blue
17030 h
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \color blue
17041 i
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 </lyxtabular>
17048
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Standard
17060 If you only need colored text, mark the cells and choose a color in the
17061  
17062 \family sans
17063 Text
17064 \begin_inset space ~
17065 \end_inset
17066
17067 Style
17068 \family default
17069  dialog (toolbar button 
17070 \begin_inset Info
17071 type  "icon"
17072 arg   "dialog-show character"
17073 \end_inset
17074
17075 ).
17076  This was used to create Table
17077 \begin_inset space ~
17078 \end_inset
17079
17080
17081 \begin_inset CommandInset ref
17082 LatexCommand ref
17083 reference "tab:Table-colored-without"
17084
17085 \end_inset
17086
17087 .
17088  In any other case you have to use the \SpecialChar LaTeX
17089 -package 
17090 \series bold
17091 colortbl
17092 \series default
17093 .
17094 \begin_inset Index idx
17095 status collapsed
17096
17097 \begin_layout Plain Layout
17098 \SpecialChar LaTeX
17099 -packages ! colortbl
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \begin_layout Standard
17108 \begin_inset ERT
17109 status collapsed
17110
17111 \begin_layout Plain Layout
17112
17113
17114 \backslash
17115 ifcolortbl
17116 \end_layout
17117
17118 \end_inset
17119
17120
17121 \begin_inset Note Note
17122 status open
17123
17124 \begin_layout Plain Layout
17125 The following section part will only be displayed when the \SpecialChar LaTeX
17126 -package 
17127 \series bold
17128 colortbl
17129 \series default
17130  is installed.
17131 \end_layout
17132
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \begin_layout Standard
17139 To create colored tables, 
17140 \series bold
17141 colortbl
17142 \series default
17143  must be loaded in the preamble with the line
17144 \end_layout
17145
17146 \begin_layout Standard
17147
17148 \series bold
17149
17150 \backslash
17151 usepackage{colortbl}
17152 \end_layout
17153
17154 \begin_layout Standard
17155 The color of a column is adjusted with the command
17156 \end_layout
17157
17158 \begin_layout Standard
17159
17160 \series bold
17161
17162 \backslash
17163 columncolor{name of color}
17164 \end_layout
17165
17166 \begin_layout Standard
17167 inside the command 
17168 \series bold
17169 >{ }
17170 \series default
17171 .
17172  More about the command 
17173 \series bold
17174 >{}
17175 \series default
17176  is contained in section
17177 \begin_inset space ~
17178 \end_inset
17179
17180
17181 \begin_inset CommandInset ref
17182 LatexCommand ref
17183 reference "subsec:Multicolumn-Calculations"
17184
17185 \end_inset
17186
17187 .
17188 \end_layout
17189
17190 \begin_layout Standard
17191 The following color names are predefined:
17192 \end_layout
17193
17194 \begin_layout Standard
17195
17196 \family sans
17197 red
17198 \family default
17199
17200 \family sans
17201 green
17202 \family default
17203
17204 \family sans
17205 yellow
17206 \family default
17207
17208 \family sans
17209 blue
17210 \family default
17211
17212 \family sans
17213 cyan
17214 \family default
17215
17216 \family sans
17217 magenta
17218 \family default
17219
17220 \family sans
17221 black
17222 \family default
17223  and 
17224 \family sans
17225 white
17226 \end_layout
17227
17228 \begin_layout Standard
17229 \begin_inset VSpace medskip
17230 \end_inset
17231
17232
17233 \end_layout
17234
17235 \begin_layout Standard
17236 If you add the option
17237 \end_layout
17238
17239 \begin_layout Standard
17240
17241 \series bold
17242 dvipsnames
17243 \end_layout
17244
17245 \begin_layout Standard
17246 to the document class options in the document settings, you can additionally
17247  use further 61
17248 \begin_inset space ~
17249 \end_inset
17250
17251 colors.
17252  These colors are listed in appendix
17253 \begin_inset space ~
17254 \end_inset
17255
17256
17257 \begin_inset CommandInset ref
17258 LatexCommand ref
17259 reference "chap:List-of-dvips-colornames"
17260
17261 \end_inset
17262
17263 .
17264  One of these colors, 
17265 \family sans
17266 Maroon
17267 \family default
17268 , is used as example in Table
17269 \begin_inset space ~
17270 \end_inset
17271
17272
17273 \begin_inset CommandInset ref
17274 LatexCommand ref
17275 reference "tab:Table-colored-using"
17276
17277 \end_inset
17278
17279 .
17280 \end_layout
17281
17282 \begin_layout Standard
17283 \begin_inset VSpace medskip
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Standard
17290 You can also define your own color with the command
17291 \end_layout
17292
17293 \begin_layout Standard
17294
17295 \series bold
17296
17297 \backslash
17298 definecolor{color name}{color model}{color values}
17299 \end_layout
17300
17301 \begin_layout Standard
17302 The color model can be
17303 \end_layout
17304
17305 \begin_layout Labeling
17306 \labelwidthstring 00.00.0000
17307 cmyk: cyan, magenta, yellow, black
17308 \end_layout
17309
17310 \begin_layout Labeling
17311 \labelwidthstring 00.00.0000
17312 rgb: red, green blue
17313 \end_layout
17314
17315 \begin_layout Labeling
17316 \labelwidthstring 00.00.0000
17317 gray gray
17318 \end_layout
17319
17320 \begin_layout Standard
17321 and the color values are comma separated numbers between 0 and 1 describing
17322  the factor for the corresponding color of the color model.
17323 \end_layout
17324
17325 \begin_layout Standard
17326 You can e.
17327 \begin_inset space \thinspace{}
17328 \end_inset
17329
17330 g.
17331 \begin_inset space \space{}
17332 \end_inset
17333
17334 define the color "
17335 \emph on
17336 darkgreen
17337 \emph default
17338 " in the preamble with
17339 \end_layout
17340
17341 \begin_layout Standard
17342
17343 \series bold
17344
17345 \backslash
17346 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17347 \end_layout
17348
17349 \begin_layout Standard
17350 and the color "
17351 \emph on
17352 lightgray
17353 \emph default
17354 " with
17355 \end_layout
17356
17357 \begin_layout Standard
17358
17359 \series bold
17360
17361 \backslash
17362 definecolor{lightgray}{gray}{0.8}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 \begin_inset VSpace medskip
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 Lines are colored with the command
17374 \end_layout
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379
17380 \backslash
17381 rowcolor{name of color}
17382 \end_layout
17383
17384 \begin_layout Standard
17385 and cells are colored with the command
17386 \end_layout
17387
17388 \begin_layout Standard
17389
17390 \series bold
17391
17392 \backslash
17393 cellcolor{name of color}
17394 \end_layout
17395
17396 \begin_layout Standard
17397 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17398  Code.
17399 \end_layout
17400
17401 \begin_layout Standard
17402 To color characters in the table, mark the cells and use the 
17403 \family sans
17404 Text
17405 \begin_inset space ~
17406 \end_inset
17407
17408 Style
17409 \family default
17410  dialog.
17411  If a cell contains \SpecialChar TeX
17412  Code mark only the characters, otherwise the colored
17413  \SpecialChar TeX
17414  Code will cause \SpecialChar LaTeX
17415  errors.
17416 \end_layout
17417
17418 \begin_layout Standard
17419 \begin_inset Note Greyedout
17420 status open
17421
17422 \begin_layout Plain Layout
17423
17424 \series bold
17425 Note:
17426 \series default
17427  Not all DVI-viewers are able to display self-defined colors.
17428 \end_layout
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \begin_layout Standard
17436 \begin_inset VSpace bigskip
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 To create Table
17444 \begin_inset space ~
17445 \end_inset
17446
17447
17448 \begin_inset CommandInset ref
17449 LatexCommand ref
17450 reference "tab:Table-colored-using"
17451
17452 \end_inset
17453
17454  do the following: The color of the first column should be 
17455 \emph on
17456 darkgreen
17457 \emph default
17458 .
17459  So insert
17460 \end_layout
17461
17462 \begin_layout Standard
17463
17464 \series bold
17465 >{
17466 \backslash
17467 columncolor{darkgreen}
17468 \backslash
17469 centering}c
17470 \end_layout
17471
17472 \begin_layout Standard
17473 as \SpecialChar LaTeX
17474 -argument for this column.
17475  The first row should be light blue, therefore the \SpecialChar TeX
17476  Code command
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482
17483 \backslash
17484 rowcolor{cyan}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 is inserted to the first cell of this row.
17489  Note that this overwrites the column color for the first cell.
17490  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17491  Code
17492  command
17493 \end_layout
17494
17495 \begin_layout Standard
17496
17497 \series bold
17498
17499 \backslash
17500 cellcolor{Maroon}
17501 \end_layout
17502
17503 \begin_layout Standard
17504 The characters could now be colored using the menu 
17505 \family sans
17506 Edit\SpecialChar menuseparator
17507 Text
17508 \begin_inset space ~
17509 \end_inset
17510
17511 Style
17512 \family default
17513 .
17514 \end_layout
17515
17516 \begin_layout Standard
17517 \begin_inset Float table
17518 placement h
17519 wide false
17520 sideways false
17521 status open
17522
17523 \begin_layout Plain Layout
17524 \begin_inset Caption Standard
17525
17526 \begin_layout Plain Layout
17527 \begin_inset CommandInset label
17528 LatexCommand label
17529 name "tab:Table-colored-using"
17530
17531 \end_inset
17532
17533 Table colored using the package 
17534 \series bold
17535 colortbl
17536 \series default
17537
17538 \begin_inset Argument 1
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542 Table with colortbl
17543 \end_layout
17544
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \begin_layout Plain Layout
17556 \align center
17557 \begin_inset Tabular
17558 <lyxtabular version="3" rows="3" columns="3">
17559 <features tabularvalignment="middle">
17560 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17561 <column alignment="center" valignment="top">
17562 <column alignment="center" valignment="top">
17563 <row>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset ERT
17569 status collapsed
17570
17571 \begin_layout Plain Layout
17572
17573
17574 \backslash
17575 rowcolor{cyan}
17576 \end_layout
17577
17578 \end_inset
17579
17580
17581 \color magenta
17582 a
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591
17592 \color red
17593 b
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602
17603 \color red
17604 c
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 <row>
17611 <cell alignment="center" valignment="top" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615
17616 \color yellow
17617 d
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \color blue
17628 e
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \color blue
17639 f
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 <row>
17646 <cell alignment="center" valignment="top" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650
17651 \color yellow
17652 g
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \color blue
17663 h
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset ERT
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676
17677
17678 \backslash
17679 cellcolor{Maroon}
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \color green
17686 i
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 </row>
17692 </lyxtabular>
17693
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \begin_layout Standard
17705 \begin_inset ERT
17706 status collapsed
17707
17708 \begin_layout Plain Layout
17709
17710
17711 \backslash
17712 else
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \begin_inset Note Note
17719 status open
17720
17721 \begin_layout Plain Layout
17722 The following will be displayed when the \SpecialChar LaTeX
17723 -package 
17724 \series bold
17725 colortbl
17726 \series default
17727  is not installed:
17728 \end_layout
17729
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \begin_layout Standard
17736 You need to install the package 
17737 \series bold
17738 colortbl
17739 \series default
17740  to see the content of this section in the output.
17741 \end_layout
17742
17743 \begin_layout Standard
17744 \begin_inset ERT
17745 status collapsed
17746
17747 \begin_layout Plain Layout
17748
17749
17750 \backslash
17751 fi
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Subsection
17760 Colored Rows
17761 \begin_inset Index idx
17762 status collapsed
17763
17764 \begin_layout Plain Layout
17765 Table Color ! for Rows
17766 \end_layout
17767
17768 \end_inset
17769
17770
17771 \begin_inset Index idx
17772 status collapsed
17773
17774 \begin_layout Plain Layout
17775 Color ! for Table Rows
17776 \end_layout
17777
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \begin_layout Standard
17784 In case every second table row needs to be colored there is an alternative
17785  to the method described in the previous section: One loads the package
17786  
17787 \series bold
17788 xcolor
17789 \series default
17790
17791 \begin_inset Index idx
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795 \SpecialChar LaTeX
17796 -packages ! xcolor
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 vspace{4mm}
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \end_inset
17813
17814  in the document preamble with the command
17815 \end_layout
17816
17817 \begin_layout Standard
17818
17819 \series bold
17820
17821 \backslash
17822 usepackage[table]{xcolor}
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828 xcolor
17829 \series default
17830  automatically loads also the package 
17831 \series bold
17832 colortbl
17833 \series default
17834
17835 \begin_inset Index idx
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 \SpecialChar LaTeX
17840 -packages ! colortbl
17841 \end_layout
17842
17843 \end_inset
17844
17845 , so 
17846 \series bold
17847 colortbl
17848 \series default
17849  must be installed in your \SpecialChar LaTeX
17850 -distribution, otherwise you get \SpecialChar LaTeX
17851 -errors.
17852 \end_layout
17853
17854 \begin_layout Standard
17855 \begin_inset ERT
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859
17860
17861 \backslash
17862 ifcolortbl
17863 \end_layout
17864
17865 \end_inset
17866
17867
17868 \begin_inset Note Note
17869 status open
17870
17871 \begin_layout Plain Layout
17872 The following section part will only be displayed when the \SpecialChar LaTeX
17873 -package 
17874 \series bold
17875 colortbl
17876 \series default
17877  is installed.
17878 \end_layout
17879
17880 \end_inset
17881
17882
17883 \end_layout
17884
17885 \begin_layout Standard
17886 The table rows are colored with the command
17887 \end_layout
17888
17889 \begin_layout Standard
17890
17891 \series bold
17892
17893 \backslash
17894 rowcolors[commands]{row number}{odd row color}{even row color}
17895 \end_layout
17896
17897 \begin_layout Standard
17898 that is either inserted in the document preamble or as \SpecialChar TeX
17899  Code before the
17900  first table to be colored.
17901  row
17902 \begin_inset space ~
17903 \end_inset
17904
17905 number is the number of the first row which should be colored according
17906  to the odd row color.
17907  commands can be additional commands that are executed before every table
17908  row.
17909  So for example the command
17910 \end_layout
17911
17912 \begin_layout Standard
17913
17914 \series bold
17915
17916 \backslash
17917 rowcolors{1}{white}{lightgray}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 leads to the coloring scheme of Table
17922 \begin_inset space ~
17923 \end_inset
17924
17925
17926 \begin_inset CommandInset ref
17927 LatexCommand ref
17928 reference "tab:Table-rowcolors"
17929
17930 \end_inset
17931
17932 .
17933  The command
17934 \end_layout
17935
17936 \begin_layout Standard
17937
17938 \series bold
17939
17940 \backslash
17941 rowcolors[
17942 \backslash
17943 hline]{1}{lightgray}{cyan}
17944 \end_layout
17945
17946 \begin_layout Standard
17947 leads to the coloring scheme of Table
17948 \begin_inset space ~
17949 \end_inset
17950
17951
17952 \begin_inset CommandInset ref
17953 LatexCommand ref
17954 reference "tab:Table-rowcolors-2"
17955
17956 \end_inset
17957
17958 .
17959  If odd
17960 \begin_inset space ~
17961 \end_inset
17962
17963 row
17964 \begin_inset space ~
17965 \end_inset
17966
17967 color and/or even
17968 \begin_inset space ~
17969 \end_inset
17970
17971 row
17972 \begin_inset space ~
17973 \end_inset
17974
17975 color are left empty, no color will be used so that the command
17976 \end_layout
17977
17978 \begin_layout Standard
17979
17980 \series bold
17981
17982 \backslash
17983 rowcolors{1}{}{}
17984 \end_layout
17985
17986 \begin_layout Standard
17987 deletes all colors.
17988  
17989 \series bold
17990
17991 \backslash
17992 rowcolors
17993 \series default
17994  affects all tables following that command.
17995 \end_layout
17996
17997 \begin_layout Standard
17998 \begin_inset ERT
17999 status open
18000
18001 \begin_layout Plain Layout
18002
18003
18004 \backslash
18005 rowcolors{1}{white}{lightgray}
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \end_layout
18012
18013 \begin_layout Standard
18014 \begin_inset Float table
18015 placement h
18016 wide false
18017 sideways false
18018 status open
18019
18020 \begin_layout Plain Layout
18021 \begin_inset Caption Standard
18022
18023 \begin_layout Plain Layout
18024 \begin_inset CommandInset label
18025 LatexCommand label
18026 name "tab:Table-rowcolors"
18027
18028 \end_inset
18029
18030 Table where every second row is colored light gray.
18031 \end_layout
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Plain Layout
18039 \align center
18040 \begin_inset Tabular
18041 <lyxtabular version="3" rows="4" columns="3">
18042 <features tabularvalignment="middle">
18043 <column alignment="center" valignment="top">
18044 <column alignment="center" valignment="top" width="0pt">
18045 <column alignment="center" valignment="top" width="0pt">
18046 <row>
18047 <cell alignment="center" valignment="top" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 X
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 Y
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 Z
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 <row>
18076 <cell alignment="center" valignment="top" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 1
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 2
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 3
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 <row>
18105 <cell alignment="center" valignment="top" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 4
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 5
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 6
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 </row>
18133 <row>
18134 <cell alignment="center" valignment="top" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 7
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 8
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 9
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 </lyxtabular>
18163
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \end_layout
18173
18174 \begin_layout Standard
18175 \begin_inset ERT
18176 status open
18177
18178 \begin_layout Plain Layout
18179
18180
18181 \backslash
18182 rowcolors[
18183 \backslash
18184 hline]{1}{lightgray}{cyan}
18185 \end_layout
18186
18187 \end_inset
18188
18189
18190 \end_layout
18191
18192 \begin_layout Standard
18193 \begin_inset Float table
18194 placement h
18195 wide false
18196 sideways false
18197 status open
18198
18199 \begin_layout Plain Layout
18200 \begin_inset Caption Standard
18201
18202 \begin_layout Plain Layout
18203 \begin_inset CommandInset label
18204 LatexCommand label
18205 name "tab:Table-rowcolors-2"
18206
18207 \end_inset
18208
18209 Table where every second row is colored cyan and at which there is a line
18210  between each row.
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Plain Layout
18219 \align center
18220 \begin_inset Tabular
18221 <lyxtabular version="3" rows="4" columns="3">
18222 <features tabularvalignment="middle">
18223 <column alignment="center" valignment="top">
18224 <column alignment="center" valignment="top">
18225 <column alignment="center" valignment="top" width="0pt">
18226 <row>
18227 <cell alignment="center" valignment="top" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 X
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 Y
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 Z
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 <row>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 1
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 2
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 3
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 </row>
18284 <row>
18285 <cell alignment="center" valignment="top" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 4
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 5
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 6
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 </row>
18313 <row>
18314 <cell alignment="center" valignment="top" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 7
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 8
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 9
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 </row>
18342 </lyxtabular>
18343
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \end_inset
18350
18351
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 rowcolors{1}{}{}
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \begin_inset Note Note
18369 status collapsed
18370
18371 \begin_layout Plain Layout
18372 turns off the row coloring
18373 \end_layout
18374
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \begin_layout Standard
18381 \begin_inset ERT
18382 status collapsed
18383
18384 \begin_layout Plain Layout
18385
18386
18387 \backslash
18388 else
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \begin_inset Note Note
18395 status open
18396
18397 \begin_layout Plain Layout
18398 The following will be displayed when the \SpecialChar LaTeX
18399 -package 
18400 \series bold
18401 colortbl
18402 \series default
18403  is not installed:
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Standard
18412 You need to install the package 
18413 \series bold
18414 colortbl
18415 \series default
18416  to see the content of this section in the output.
18417 \end_layout
18418
18419 \begin_layout Standard
18420 \begin_inset ERT
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424
18425
18426 \backslash
18427 fi
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Subsection
18436 Colored Lines
18437 \begin_inset Index idx
18438 status collapsed
18439
18440 \begin_layout Plain Layout
18441 Table Color ! for Lines
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \begin_inset Index idx
18448 status collapsed
18449
18450 \begin_layout Plain Layout
18451 Color ! for Table Lines
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \begin_layout Standard
18460 As described in section
18461 \begin_inset space ~
18462 \end_inset
18463
18464
18465 \begin_inset CommandInset ref
18466 LatexCommand ref
18467 reference "subsec:Line-Thickness"
18468
18469 \end_inset
18470
18471 , the line thickness for all lines in a table can be adjusted with the length
18472  
18473 \series bold
18474
18475 \backslash
18476 arrayrulewidth
18477 \series default
18478 .
18479  It is set to 1.5
18480 \begin_inset space \thinspace{}
18481 \end_inset
18482
18483 pt for all tables of this section.
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 setlength{
18492 \backslash
18493 arrayrulewidth}{1.5pt}
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 To color vertical lines for example with green, create the following column
18503  format in the document preamble, according to the description in section
18504 \begin_inset space ~
18505 \end_inset
18506
18507
18508 \begin_inset CommandInset ref
18509 LatexCommand ref
18510 reference "subsec:Customized-Format"
18511
18512 \end_inset
18513
18514 :
18515 \end_layout
18516
18517 \begin_layout Standard
18518
18519 \series bold
18520
18521 \backslash
18522 newcolumntype{W}{!{
18523 \backslash
18524 color{green}
18525 \backslash
18526 vline}}
18527 \end_layout
18528
18529 \begin_layout Standard
18530 For Table
18531 \begin_inset space ~
18532 \end_inset
18533
18534
18535 \begin_inset CommandInset ref
18536 LatexCommand ref
18537 reference "tab:Table-with-vertical-colored"
18538
18539 \end_inset
18540
18541  the \SpecialChar LaTeX
18542 -argument
18543 \series bold
18544  WcW
18545 \series default
18546  was used for the last column and
18547 \series bold
18548  Wc
18549 \series default
18550  for the other columns.
18551 \end_layout
18552
18553 \begin_layout Standard
18554 If you want to have several colors, define more column formats.
18555 \end_layout
18556
18557 \begin_layout Standard
18558 \begin_inset Float table
18559 placement h
18560 wide false
18561 sideways false
18562 status open
18563
18564 \begin_layout Plain Layout
18565 \begin_inset Caption Standard
18566
18567 \begin_layout Plain Layout
18568 \begin_inset CommandInset label
18569 LatexCommand label
18570 name "tab:Table-with-vertical-colored"
18571
18572 \end_inset
18573
18574 Table with colored vertical lines
18575 \end_layout
18576
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \begin_layout Plain Layout
18583 \align center
18584 \begin_inset Tabular
18585 <lyxtabular version="3" rows="3" columns="3">
18586 <features tabularvalignment="middle">
18587 <column alignment="center" valignment="top" special="Wc">
18588 <column alignment="center" valignment="top" special="Wc">
18589 <column alignment="center" valignment="top" special="WcW">
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 sd
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 <row>
18620 <cell alignment="center" valignment="top" topline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633 sd
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" topline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 </row>
18648 <row>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671 sd
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 </row>
18677 </lyxtabular>
18678
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \begin_layout Standard
18690 \begin_inset VSpace bigskip
18691 \end_inset
18692
18693 To color horizontal lines for example with red, as in Table
18694 \begin_inset space ~
18695 \end_inset
18696
18697
18698 \begin_inset CommandInset ref
18699 LatexCommand ref
18700 reference "tab:Table-with-horizontal-colored"
18701
18702 \end_inset
18703
18704 , insert these commands in \SpecialChar TeX
18705  Code before the table or table float:
18706 \end_layout
18707
18708 \begin_layout Standard
18709
18710 \series bold
18711
18712 \backslash
18713 let
18714 \backslash
18715 myHlineC
18716 \backslash
18717 hline
18718 \begin_inset Newline newline
18719 \end_inset
18720
18721
18722 \backslash
18723 renewcommand{
18724 \backslash
18725 hline}
18726 \begin_inset Newline newline
18727 \end_inset
18728
18729
18730 \begin_inset Phantom HPhantom
18731 status open
18732
18733 \begin_layout Plain Layout
18734
18735 \series bold
18736 \begin_inset space ~
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \end_inset
18743
18744 {
18745 \backslash
18746 arrayrulecolor{red}
18747 \backslash
18748 myHlineC
18749 \backslash
18750 arrayrulecolor{black}}
18751 \end_layout
18752
18753 \begin_layout Standard
18754 \begin_inset ERT
18755 status collapsed
18756
18757 \begin_layout Plain Layout
18758
18759
18760 \backslash
18761 let
18762 \backslash
18763 myHlineC
18764 \backslash
18765 hline
18766 \end_layout
18767
18768 \begin_layout Plain Layout
18769
18770
18771 \backslash
18772 renewcommand{
18773 \backslash
18774 hline}
18775 \end_layout
18776
18777 \begin_layout Plain Layout
18778
18779  {
18780 \backslash
18781 arrayrulecolor{red}
18782 \backslash
18783 myHlineC
18784 \backslash
18785 arrayrulecolor{black}}
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \begin_inset Float table
18792 placement h
18793 wide false
18794 sideways false
18795 status open
18796
18797 \begin_layout Plain Layout
18798 \begin_inset Caption Standard
18799
18800 \begin_layout Plain Layout
18801 \begin_inset CommandInset label
18802 LatexCommand label
18803 name "tab:Table-with-horizontal-colored"
18804
18805 \end_inset
18806
18807 Table with colored horizontal lines
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \begin_layout Plain Layout
18816 \align center
18817 \begin_inset Tabular
18818 <lyxtabular version="3" rows="3" columns="3">
18819 <features tabularvalignment="middle">
18820 <column alignment="center" valignment="top">
18821 <column alignment="center" valignment="top">
18822 <column alignment="center" valignment="top">
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 sd
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 sd
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 sd
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 </lyxtabular>
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Standard
18923 To return to the default line color black, insert this command in \SpecialChar TeX
18924  Code
18925  after the table or table float:
18926 \end_layout
18927
18928 \begin_layout Standard
18929
18930 \series bold
18931
18932 \backslash
18933 renewcommand{
18934 \backslash
18935 hline}{
18936 \backslash
18937 myHlineC}
18938 \end_layout
18939
18940 \begin_layout Standard
18941 Table
18942 \begin_inset space ~
18943 \end_inset
18944
18945
18946 \begin_inset CommandInset ref
18947 LatexCommand ref
18948 reference "tab:Table-with-colored"
18949
18950 \end_inset
18951
18952  is an example with colored vertical and horizontal lines.
18953 \end_layout
18954
18955 \begin_layout Standard
18956 \begin_inset Float table
18957 placement h
18958 wide false
18959 sideways false
18960 status open
18961
18962 \begin_layout Plain Layout
18963 \begin_inset Caption Standard
18964
18965 \begin_layout Plain Layout
18966 \begin_inset CommandInset label
18967 LatexCommand label
18968 name "tab:Table-with-colored"
18969
18970 \end_inset
18971
18972 Table with colored lines
18973 \end_layout
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Plain Layout
18981 \align center
18982 \begin_inset Tabular
18983 <lyxtabular version="3" rows="3" columns="3">
18984 <features tabularvalignment="middle">
18985 <column alignment="center" valignment="top" special="Wc">
18986 <column alignment="center" valignment="top" special="Wc">
18987 <column alignment="center" valignment="top" special="WcW">
18988 <row>
18989 <cell alignment="center" valignment="top" topline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 sd
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 <row>
19018 <cell alignment="center" valignment="top" topline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" topline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 sd
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row topspace="default">
19047 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 sd
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 </lyxtabular>
19076
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Standard
19088 \begin_inset ERT
19089 status collapsed
19090
19091 \begin_layout Plain Layout
19092
19093
19094 \backslash
19095 renewcommand{
19096 \backslash
19097 hline}{
19098 \backslash
19099 myHlineC}
19100 \end_layout
19101
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \begin_layout Standard
19108 \begin_inset ERT
19109 status collapsed
19110
19111 \begin_layout Plain Layout
19112
19113
19114 \backslash
19115 setlength{
19116 \backslash
19117 arrayrulewidth}{0.4pt}
19118 \end_layout
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \begin_layout Section
19126 Rotated Table Cells
19127 \begin_inset CommandInset label
19128 LatexCommand label
19129 name "sec:Rotated-Table-Cells"
19130
19131 \end_inset
19132
19133
19134 \begin_inset Index idx
19135 status collapsed
19136
19137 \begin_layout Plain Layout
19138 Table ! Rotated Cells
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \begin_inset Index idx
19145 status collapsed
19146
19147 \begin_layout Plain Layout
19148 Rotated Material
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Standard
19157 \begin_inset Note Greyedout
19158 status open
19159
19160 \begin_layout Plain Layout
19161
19162 \series bold
19163 Note:
19164 \series default
19165  Not all DVI-viewers are able to display rotations.
19166 \end_layout
19167
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \begin_layout Standard
19174 Table
19175 \begin_inset space ~
19176 \end_inset
19177
19178
19179 \begin_inset CommandInset ref
19180 LatexCommand ref
19181 reference "tab:Table-with-rotated-multi"
19182
19183 \end_inset
19184
19185  is an example where 3
19186 \begin_inset space ~
19187 \end_inset
19188
19189 cells were rotated by 45
19190 \begin_inset space \thinspace{}
19191 \end_inset
19192
19193 °.
19194 \end_layout
19195
19196 \begin_layout Standard
19197 \begin_inset Float table
19198 placement h
19199 wide false
19200 sideways false
19201 status open
19202
19203 \begin_layout Plain Layout
19204 \begin_inset Caption Standard
19205
19206 \begin_layout Plain Layout
19207 \begin_inset CommandInset label
19208 LatexCommand label
19209 name "tab:Table-with-rotated"
19210
19211 \end_inset
19212
19213 Table with rotated cells in the first row.
19214 \end_layout
19215
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \begin_layout Plain Layout
19222 \noindent
19223 \align center
19224 \begin_inset Tabular
19225 <lyxtabular version="3" rows="2" columns="3">
19226 <features tabularvalignment="middle">
19227 <column alignment="center" valignment="top" width="0pt">
19228 <column alignment="center" valignment="top" width="0pt">
19229 <column alignment="center" valignment="top" width="0pt">
19230 <row>
19231 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 cups
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 plates
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 saucers
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 45
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 33
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 21
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 </lyxtabular>
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset Note Greyedout
19302 status open
19303
19304 \begin_layout Plain Layout
19305
19306 \series bold
19307 Note:
19308 \series default
19309  Line breaks (shortcut 
19310 \begin_inset Info
19311 type  "shortcut"
19312 arg   "newline-insert newline"
19313 \end_inset
19314
19315 ) are not allowed in rotated cells.
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \begin_layout Standard
19324 If you want to rotate table cells containing line breaks, you have to put
19325  the cell content into a minipage or a parbox.
19326 \begin_inset Foot
19327 status collapsed
19328
19329 \begin_layout Plain Layout
19330 For more about these boxes see sec.
19331 \begin_inset space \thinspace{}
19332 \end_inset
19333
19334
19335 \begin_inset CommandInset ref
19336 LatexCommand ref
19337 reference "sec:Minipages"
19338
19339 \end_inset
19340
19341  and 
19342 \begin_inset CommandInset ref
19343 LatexCommand ref
19344 reference "sec:Parboxes"
19345
19346 \end_inset
19347
19348 .
19349 \end_layout
19350
19351 \end_inset
19352
19353  If you rotate this cell by 90
19354 \begin_inset space \thinspace{}
19355 \end_inset
19356
19357 ° the width of the box is the height of the cell.
19358  Table
19359 \begin_inset space ~
19360 \end_inset
19361
19362
19363 \begin_inset CommandInset ref
19364 LatexCommand ref
19365 reference "tab:Table-with-rotated-multi"
19366
19367 \end_inset
19368
19369  is an example for a rotated multiline cell where the box width was set
19370  to 3
19371 \begin_inset space \thinspace{}
19372 \end_inset
19373
19374 cm.
19375 \end_layout
19376
19377 \begin_layout Standard
19378 \begin_inset Float table
19379 wide false
19380 sideways false
19381 status open
19382
19383 \begin_layout Plain Layout
19384 \begin_inset Caption Standard
19385
19386 \begin_layout Plain Layout
19387 \begin_inset CommandInset label
19388 LatexCommand label
19389 name "tab:Table-with-rotated-multi"
19390
19391 \end_inset
19392
19393 Table with rotated multiline cell.
19394 \end_layout
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Plain Layout
19402 \noindent
19403 \align center
19404 \begin_inset Tabular
19405 <lyxtabular version="3" rows="2" columns="3">
19406 <features tabularvalignment="middle">
19407 <column alignment="center" valignment="top">
19408 <column alignment="center" valignment="top" width="0pt">
19409 <column alignment="center" valignment="top">
19410 <row>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 a
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 \begin_inset Box Frameless
19425 position "t"
19426 hor_pos "c"
19427 has_inner_box 1
19428 inner_pos "t"
19429 use_parbox 0
19430 use_makebox 0
19431 width "3cm"
19432 special "none"
19433 height "1in"
19434 height_special "totalheight"
19435 thickness "0.4pt"
19436 separation "3pt"
19437 shadowsize "4pt"
19438 framecolor "black"
19439 backgroundcolor "none"
19440 status open
19441
19442 \begin_layout Plain Layout
19443 rotated cell
19444 \begin_inset Newline newline
19445 \end_inset
19446
19447 with line break
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 e
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 <row>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 b
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 c
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 d
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 </row>
19496 </lyxtabular>
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \end_inset
19504
19505
19506 \end_layout
19507
19508 \begin_layout Section
19509 Table Width Calculation
19510 \begin_inset CommandInset label
19511 LatexCommand label
19512 name "sec:Table-Width-Calculation"
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Standard
19520 For wide tables it is sometimes difficult to assure that the table does
19521  not protrude over the page margin.
19522  Setting a fixed width for every column of the table is the solution, but
19523  what amount of space is needed for each column?
19524 \end_layout
19525
19526 \begin_layout Standard
19527 The table width 
19528 \begin_inset Formula $W_{\mathrm{table}}$
19529 \end_inset
19530
19531  can be calculated: Every column has the width of the specified column width
19532  
19533 \begin_inset Formula $W_{\mathrm{column}}$
19534 \end_inset
19535
19536  (that the content of the column can consume) plus two times the separation
19537  between the column content and the column border (\SpecialChar LaTeX
19538  length
19539 \series bold
19540  
19541 \backslash
19542 tabcolsep
19543 \series default
19544 , default 6
19545 \begin_inset space \thinspace{}
19546 \end_inset
19547
19548 pt) plus the width of a border line (\SpecialChar LaTeX
19549  length 
19550 \series bold
19551
19552 \backslash
19553 arrayrulewidth
19554 \series default
19555 , default 0.4
19556 \begin_inset space \thinspace{}
19557 \end_inset
19558
19559 pt): So if all 
19560 \begin_inset Formula $n$
19561 \end_inset
19562
19563
19564 \begin_inset space ~
19565 \end_inset
19566
19567 columns have the same width, the table width is
19568 \begin_inset Formula 
19569 \begin{equation}
19570 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19571 \end{equation}
19572
19573 \end_inset
19574
19575
19576 \end_layout
19577
19578 \begin_layout Standard
19579 The available width for a table is the space between the page margins or
19580  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19581  length 
19582 \series bold
19583
19584 \backslash
19585 columnwidth
19586 \series default
19587 ).
19588  If all table columns should have the same width and 
19589 \begin_inset Formula $W_{\mathrm{table}}$
19590 \end_inset
19591
19592  should be 1
19593 \begin_inset space \thinspace{}
19594 \end_inset
19595
19596
19597 \backslash
19598 columnwidth, 
19599 \begin_inset Formula $W_{\mathrm{column}}$
19600 \end_inset
19601
19602  can easily be calculated.
19603 \end_layout
19604
19605 \begin_layout Standard
19606 To be able to perform calculations you need to load the \SpecialChar LaTeX
19607 -package 
19608 \series bold
19609 calc
19610 \series default
19611
19612 \begin_inset Index idx
19613 status collapsed
19614
19615 \begin_layout Plain Layout
19616 \SpecialChar LaTeX
19617 -packages ! calc
19618 \end_layout
19619
19620 \end_inset
19621
19622  in the document preamble.
19623  To set the width in the table dialog you have to use the field 
19624 \family sans
19625 \SpecialChar LaTeX
19626  argument
19627 \family default
19628 .
19629  The command scheme for this field is the same that is explained in section
19630 \begin_inset space ~
19631 \end_inset
19632
19633
19634 \begin_inset CommandInset ref
19635 LatexCommand ref
19636 reference "subsec:Multicolumn-Calculations"
19637
19638 \end_inset
19639
19640 .
19641  For a table with 5
19642 \begin_inset space \thinspace{}
19643 \end_inset
19644
19645 columns with an uniform width and centered text, enter there for each column
19646  the command
19647 \end_layout
19648
19649 \begin_layout Standard
19650
19651 \series bold
19652 >{
19653 \backslash
19654 centering}p{(1
19655 \backslash
19656 columnwidth-62.4pt)/5}
19657 \end_layout
19658
19659 \begin_layout Standard
19660 For a table with 5
19661 \begin_inset space \thinspace{}
19662 \end_inset
19663
19664 columns where 2 should have 0.75
19665 \begin_inset space ~
19666 \end_inset
19667
19668 times the width than the 3 others, the calculation is
19669 \begin_inset Formula 
19670 \begin{align}
19671 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19672  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19673  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19674 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19675 \end{align}
19676
19677 \end_inset
19678
19679
19680 \end_layout
19681
19682 \begin_layout Standard
19683 In the table therefore the command
19684 \end_layout
19685
19686 \begin_layout Standard
19687
19688 \series bold
19689 >{
19690 \backslash
19691 centering}p{(1
19692 \backslash
19693 columnwidth-62.4pt)/
19694 \backslash
19695 real{4.5}}
19696 \end_layout
19697
19698 \begin_layout Standard
19699 is used for the wider columns and
19700 \end_layout
19701
19702 \begin_layout Standard
19703
19704 \series bold
19705 >{
19706 \backslash
19707 centering}p{(1
19708 \backslash
19709 columnwidth-62.4pt)/
19710 \backslash
19711 real{4.5}*
19712 \backslash
19713 real{0.75}}
19714 \end_layout
19715
19716 \begin_layout Standard
19717 for the smaller ones:
19718 \end_layout
19719
19720 \begin_layout Standard
19721 \begin_inset Tabular
19722 <lyxtabular version="3" rows="2" columns="5">
19723 <features tabularvalignment="middle">
19724 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19725 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19726 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19727 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19728 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19729 <row>
19730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734 1
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 2
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 3
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 4
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 5
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 111111 1111111 111111 111111111 11111 11111 1111
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 2222 22222 222222 222222222 2222222 22 22222
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 333333 333333 333333 33333 3333333 333
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 </row>
19823 </lyxtabular>
19824
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \begin_layout Section
19831 Table Customization
19832 \begin_inset Index idx
19833 status collapsed
19834
19835 \begin_layout Plain Layout
19836 Table Customization
19837 \end_layout
19838
19839 \end_inset
19840
19841
19842 \begin_inset Index idx
19843 status collapsed
19844
19845 \begin_layout Plain Layout
19846 Table ! Customization
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \begin_layout Subsection
19855 Row Spacing
19856 \begin_inset CommandInset label
19857 LatexCommand label
19858 name "subsec:Row-Spacing"
19859
19860 \end_inset
19861
19862
19863 \begin_inset Index idx
19864 status collapsed
19865
19866 \begin_layout Plain Layout
19867 Table Customization ! Row Spacing
19868 \end_layout
19869
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \begin_layout Standard
19876 You can add vertical space to table rows in the 
19877 \family sans
19878 Borders
19879 \family default
19880  tab of the table dialog.
19881  You find there three possibilities:
19882 \end_layout
19883
19884 \begin_layout Description
19885 Top
19886 \begin_inset space ~
19887 \end_inset
19888
19889 of
19890 \begin_inset space ~
19891 \end_inset
19892
19893 row will add space above the characters of the table row.
19894  If the table is a formal table
19895 \begin_inset Foot
19896 status collapsed
19897
19898 \begin_layout Plain Layout
19899 Formal tables are explained in section
19900 \begin_inset space ~
19901 \end_inset
19902
19903
19904 \begin_inset CommandInset ref
19905 LatexCommand ref
19906 reference "sec:Formal-Tables"
19907
19908 \end_inset
19909
19910 .
19911 \end_layout
19912
19913 \end_inset
19914
19915  \SpecialChar LyX
19916  will insert as default 0.5
19917 \begin_inset space \thinspace{}
19918 \end_inset
19919
19920 em space.
19921  For normal tables the inserted space will unfortunately destroy the vertical
19922  table lines as in the following table:
19923 \begin_inset VSpace medskip
19924 \end_inset
19925
19926
19927 \begin_inset Newline newline
19928 \end_inset
19929
19930
19931 \begin_inset space \hspace*{}
19932 \length 0pt
19933 \end_inset
19934
19935
19936 \begin_inset space \hfill{}
19937 \end_inset
19938
19939
19940 \begin_inset Tabular
19941 <lyxtabular version="3" rows="3" columns="1">
19942 <features tabularvalignment="middle">
19943 <column alignment="center" valignment="top">
19944 <row>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 A
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row topspace="3mm">
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 3
19961 \begin_inset space \thinspace{}
19962 \end_inset
19963
19964 mm space top of row
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 </row>
19970 <row>
19971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 C
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 </lyxtabular>
19982
19983 \end_inset
19984
19985
19986 \begin_inset space \hfill{}
19987 \end_inset
19988
19989
19990 \begin_inset space \hspace*{}
19991 \length 0pt
19992 \end_inset
19993
19994
19995 \begin_inset VSpace medskip
19996 \end_inset
19997
19998
19999 \begin_inset Newline newline
20000 \end_inset
20001
20002 So inserting space in the top of row for normal tables is only useful when
20003  you don't have vertical lines.
20004 \end_layout
20005
20006 \begin_layout Description
20007 Bottom
20008 \begin_inset space ~
20009 \end_inset
20010
20011 of
20012 \begin_inset space ~
20013 \end_inset
20014
20015 row will add space below the characters of the table row.
20016  If the table is a formal table \SpecialChar LyX
20017  will insert as default 0.5
20018 \begin_inset space \thinspace{}
20019 \end_inset
20020
20021 em space, for normal tables the default size is 2
20022 \begin_inset space \thinspace{}
20023 \end_inset
20024
20025 pt.
20026 \end_layout
20027
20028 \begin_layout Description
20029 Between
20030 \begin_inset space ~
20031 \end_inset
20032
20033 rows adds space between the current and the following row.
20034  If the table is a formal table \SpecialChar LyX
20035  will insert as default 0.5
20036 \begin_inset space \thinspace{}
20037 \end_inset
20038
20039 em space.
20040  For normal tables the inserted space will unfortunately destroy the vertical
20041  table lines as in the following table:
20042 \begin_inset VSpace medskip
20043 \end_inset
20044
20045
20046 \begin_inset Newline newline
20047 \end_inset
20048
20049
20050 \begin_inset space \hspace*{}
20051 \length 0pt
20052 \end_inset
20053
20054
20055 \begin_inset space \hfill{}
20056 \end_inset
20057
20058
20059 \begin_inset Tabular
20060 <lyxtabular version="3" rows="3" columns="1">
20061 <features tabularvalignment="middle">
20062 <column alignment="center" valignment="top">
20063 <row>
20064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 A
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row interlinespace="3mm">
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 \begin_inset Formula $\downarrow$
20080 \end_inset
20081
20082  3
20083 \begin_inset space \thinspace{}
20084 \end_inset
20085
20086 mm space between row 
20087 \begin_inset Formula $\downarrow$
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset Formula $\uparrow$
20102 \end_inset
20103
20104  3
20105 \begin_inset space \thinspace{}
20106 \end_inset
20107
20108 mm space between row 
20109 \begin_inset Formula $\uparrow$
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 </lyxtabular>
20119
20120 \end_inset
20121
20122
20123 \begin_inset space \hfill{}
20124 \end_inset
20125
20126
20127 \begin_inset space \hspace*{}
20128 \length 0pt
20129 \end_inset
20130
20131
20132 \begin_inset VSpace medskip
20133 \end_inset
20134
20135
20136 \begin_inset Newline newline
20137 \end_inset
20138
20139 So inserting space between rows for normal tables is only useful when you
20140  don't have vertical lines.
20141 \end_layout
20142
20143 \begin_layout Standard
20144 \begin_inset VSpace bigskip
20145 \end_inset
20146
20147 When you want to add extra height to all cells of all tables, you can do
20148  this with the following preamble lines:
20149 \end_layout
20150
20151 \begin_layout Standard
20152
20153 \series bold
20154
20155 \backslash
20156 @ifundefined{extrarowheight}
20157 \begin_inset Newline newline
20158 \end_inset
20159
20160
20161 \begin_inset Phantom HPhantom
20162 status open
20163
20164 \begin_layout Plain Layout
20165
20166 \series bold
20167 \begin_inset space ~
20168 \end_inset
20169
20170
20171 \end_layout
20172
20173 \end_inset
20174
20175 {
20176 \backslash
20177 usepackage{array}}{}
20178 \begin_inset Newline newline
20179 \end_inset
20180
20181
20182 \backslash
20183 setlength{
20184 \backslash
20185 extrarowheight}{height}
20186 \series default
20187
20188 \begin_inset Note Note
20189 status collapsed
20190
20191 \begin_layout Plain Layout
20192 The package 
20193 \series bold
20194 array
20195 \series default
20196  will be loaded automatically by \SpecialChar LyX
20197  when you use self defined table formats.
20198  To avoid that it being loaded twice the command 
20199 \series bold
20200
20201 \backslash
20202 @ifundefined
20203 \series default
20204  is used in the above command.
20205 \end_layout
20206
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \begin_layout Standard
20213 where the 
20214 \family sans
20215 height
20216 \family default
20217  can have one of the units listed in appendix
20218 \begin_inset space ~
20219 \end_inset
20220
20221
20222 \begin_inset CommandInset ref
20223 LatexCommand ref
20224 reference "cha:Units-available-in"
20225
20226 \end_inset
20227
20228 .
20229  But this has the disadvantage that the cell texts are no longer exactly
20230  vertically centered.
20231 \end_layout
20232
20233 \begin_layout Standard
20234 If you are using font sizes larger than the normal size, the table borders
20235  are often too close to the letters.
20236  This can be corrected by inserting the command 
20237 \series bold
20238
20239 \backslash
20240 strut
20241 \series default
20242  in \SpecialChar TeX
20243  Code at the beginning of a table row.
20244  Table
20245 \begin_inset space ~
20246 \end_inset
20247
20248
20249 \begin_inset CommandInset ref
20250 LatexCommand ref
20251 reference "tab:Vertical-alignment-of"
20252
20253 \end_inset
20254
20255  illustrates the effect.
20256 \end_layout
20257
20258 \begin_layout Standard
20259 \noindent
20260 \begin_inset Float table
20261 placement h
20262 wide false
20263 sideways false
20264 status open
20265
20266 \begin_layout Plain Layout
20267 \begin_inset Caption Standard
20268
20269 \begin_layout Plain Layout
20270 \begin_inset CommandInset label
20271 LatexCommand label
20272 name "tab:Vertical-alignment-of"
20273
20274 \end_inset
20275
20276 Vertical alignment of text with large font sizes.
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Plain Layout
20285 \begin_inset space \hfill{}
20286 \end_inset
20287
20288
20289 \begin_inset Float table
20290 wide false
20291 sideways false
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Caption Standard
20296
20297 \begin_layout Plain Layout
20298 Normal table.
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Plain Layout
20307 \noindent
20308 \align center
20309 \begin_inset Tabular
20310 <lyxtabular version="3" rows="6" columns="1">
20311 <features tabularvalignment="middle">
20312 <column alignment="left" valignment="top">
20313 <row>
20314 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318 Normal, g
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \size large
20331 Large
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 <row>
20338 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \size larger
20344 Larger
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \size largest
20357 Largest
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 </row>
20363 <row>
20364 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368
20369 \size huge
20370 Huge
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 <row>
20377 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \size huge
20383 Huger
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 </lyxtabular>
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \begin_inset space \hfill{}
20400 \end_inset
20401
20402
20403 \begin_inset Float table
20404 wide false
20405 sideways false
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409 \begin_inset Caption Standard
20410
20411 \begin_layout Plain Layout
20412 Table using the command 
20413 \series bold
20414
20415 \backslash
20416 strut
20417 \series default
20418 .
20419 \end_layout
20420
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \begin_layout Plain Layout
20427 \noindent
20428 \align center
20429 \begin_inset Tabular
20430 <lyxtabular version="3" rows="6" columns="1">
20431 <features tabularvalignment="middle">
20432 <column alignment="left" valignment="top">
20433 <row>
20434 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 Normal, g
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \size large
20451 \begin_inset ERT
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455
20456
20457 \backslash
20458 strut 
20459 \end_layout
20460
20461 \end_inset
20462
20463 Large
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \size larger
20476 \begin_inset ERT
20477 status collapsed
20478
20479 \begin_layout Plain Layout
20480
20481
20482 \backslash
20483 strut 
20484 \end_layout
20485
20486 \end_inset
20487
20488 Larger
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \size largest
20501 \begin_inset ERT
20502 status collapsed
20503
20504 \begin_layout Plain Layout
20505
20506
20507 \backslash
20508 strut 
20509 \end_layout
20510
20511 \end_inset
20512
20513 Largest
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \size huge
20526 \begin_inset ERT
20527 status collapsed
20528
20529 \begin_layout Plain Layout
20530
20531
20532 \backslash
20533 strut 
20534 \end_layout
20535
20536 \end_inset
20537
20538 Huge
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \size giant
20551 \begin_inset ERT
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555
20556
20557 \backslash
20558 strut 
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \size huge
20565 Huger
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 </row>
20571 </lyxtabular>
20572
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579
20580
20581 \begin_inset space \hfill{}
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \begin_layout Subsection
20593 Special Cell Alignment
20594 \begin_inset CommandInset label
20595 LatexCommand label
20596 name "subsec:Special-Cell-Alignment"
20597
20598 \end_inset
20599
20600
20601 \begin_inset Index idx
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 Table Customization ! Special Cell Alignment
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Standard
20614 Sometimes it looks better when the cell entries of a column are aligned
20615  with a special character, e.
20616 \begin_inset space \thinspace{}
20617 \end_inset
20618
20619 g.
20620 \begin_inset space \space{}
20621 \end_inset
20622
20623 with the decimal separator as in Table
20624 \begin_inset space ~
20625 \end_inset
20626
20627
20628 \begin_inset CommandInset ref
20629 LatexCommand ref
20630 reference "tab:Table-cells-align"
20631
20632 \end_inset
20633
20634 .
20635  This alignment is achieved by setting the cursor into the column and then
20636  either pressing the toolbar button 
20637 \begin_inset Info
20638 type  "icon"
20639 arg   "tabular-feature align-decimal"
20640 \end_inset
20641
20642  or setting the alignment in the table settings to 
20643 \family sans
20644 At
20645 \begin_inset space ~
20646 \end_inset
20647
20648 Decimal
20649 \begin_inset space ~
20650 \end_inset
20651
20652 Separator
20653 \family default
20654 .
20655  The alignment character can be a character of your choice and is specified
20656  in the table settings.
20657 \end_layout
20658
20659 \begin_layout Standard
20660 \begin_inset Float table
20661 placement h
20662 wide false
20663 sideways false
20664 status open
20665
20666 \begin_layout Plain Layout
20667 \begin_inset Caption Standard
20668
20669 \begin_layout Plain Layout
20670 \begin_inset CommandInset label
20671 LatexCommand label
20672 name "tab:Table-cells-align"
20673
20674 \end_inset
20675
20676 Table cells of a column aligned with the decimal separator.
20677 \end_layout
20678
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \begin_layout Plain Layout
20685 \align center
20686 \begin_inset Tabular
20687 <lyxtabular version="3" rows="4" columns="1">
20688 <features booktabs="true" tabularvalignment="middle">
20689 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20690 <row>
20691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 heading
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 </row>
20701 <row>
20702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 12.6
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 0.68
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 <row>
20724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 -123.0
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 </lyxtabular>
20735
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \end_inset
20742
20743
20744 \end_layout
20745
20746 \begin_layout Standard
20747 \begin_inset Float table
20748 placement h
20749 wide false
20750 sideways false
20751 status open
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Caption Standard
20755
20756 \begin_layout Plain Layout
20757 \begin_inset CommandInset label
20758 LatexCommand label
20759 name "tab:Table-align-operator"
20760
20761 \end_inset
20762
20763 Table cells of a column aligned with the operators.
20764 \end_layout
20765
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \begin_layout Plain Layout
20772 \align center
20773 \begin_inset Tabular
20774 <lyxtabular version="3" rows="4" columns="2">
20775 <features booktabs="true" tabularvalignment="middle">
20776 <column alignment="right" valignment="top" width="0pt">
20777 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20778 <row>
20779 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 heading
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 \begin_inset Formula $12\,+$
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $\,6$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Formula $0\,-$
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Formula $\,68$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 <row>
20851 <cell alignment="center" valignment="top" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Formula $-123\,/$
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\,0$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 </lyxtabular>
20877
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \begin_layout Standard
20889 For alignments at characters in formulas this method does not work because
20890  the field to specify the alignment character does not allow formulas.
20891  In this case one need to use the method from Table
20892 \begin_inset space ~
20893 \end_inset
20894
20895
20896 \begin_inset CommandInset ref
20897 LatexCommand ref
20898 reference "tab:Table-align-operator"
20899
20900 \end_inset
20901
20902 .
20903  This table was created with a 4×2 table.
20904  The heading is a centered multicolumn.
20905  The first column is right-aligned and contains the first part including
20906  the operator.
20907  The second column is left aligned and contains the rest.
20908  A small space was added at the beginning of each cell of the second column
20909  to get the space that is usually around operators.
20910  To omit the space that is normally between two table columns, the following
20911  \SpecialChar LaTeX
20912 -argument was used for the second column:
20913 \end_layout
20914
20915 \begin_layout Standard
20916
20917 \series bold
20918 @{}l
20919 \end_layout
20920
20921 \begin_layout Standard
20922 Table
20923 \begin_inset space ~
20924 \end_inset
20925
20926
20927 \begin_inset CommandInset ref
20928 LatexCommand ref
20929 reference "tab:Several-table-cell"
20930
20931 \end_inset
20932
20933  shows some example alignments.
20934  For the alignment with the relation sign, a small space was added like
20935  for the second column of Table
20936 \begin_inset space ~
20937 \end_inset
20938
20939
20940 \begin_inset CommandInset ref
20941 LatexCommand ref
20942 reference "tab:Table-align-operator"
20943
20944 \end_inset
20945
20946 .
20947 \end_layout
20948
20949 \begin_layout Standard
20950 \begin_inset Float table
20951 placement h
20952 wide false
20953 sideways false
20954 status open
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Caption Standard
20958
20959 \begin_layout Plain Layout
20960 \begin_inset CommandInset label
20961 LatexCommand label
20962 name "tab:Several-table-cell"
20963
20964 \end_inset
20965
20966 Several table cell alignments.
20967 \end_layout
20968
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \begin_layout Plain Layout
20975 \align center
20976 \begin_inset Tabular
20977 <lyxtabular version="3" rows="4" columns="6">
20978 <features tabularvalignment="middle">
20979 <column alignment="right" valignment="top">
20980 <column alignment="left" valignment="top" special="@{}l">
20981 <column alignment="right" valignment="top">
20982 <column alignment="left" valignment="top" special="@{}l">
20983 <column alignment="right" valignment="top">
20984 <column alignment="left" valignment="top" special="@{}l">
20985 <row>
20986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 units
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008 exponents
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 relations
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 </row>
21041 <row>
21042 <cell alignment="center" valignment="top" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 12×
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055 24
21056 \begin_inset space \thinspace{}
21057 \end_inset
21058
21059 bottles
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $10\cdot$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 \begin_inset Formula $10^{\mbox{-}17}$
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 <cell alignment="center" valignment="top" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 \begin_inset Formula $\Gamma(t)\propto$
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\:\Upsilon(t)$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 1024×
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 768
21128 \begin_inset space \thinspace{}
21129 \end_inset
21130
21131 Pixels
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset Formula $5.78\cdot$
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152 \begin_inset Formula $10^{7}$
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 <cell alignment="center" valignment="top" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 \begin_inset Formula $A\ne$
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $\:B_{\mathrm{red}}$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 </row>
21185 <row>
21186 <cell alignment="center" valignment="top" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 32×
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 6
21200 \begin_inset space \thinspace{}
21201 \end_inset
21202
21203 cm
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 -
21213 \begin_inset Formula $33.5\cdot$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 \begin_inset Formula $10^{4}$
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\sin(\alpha)\ge$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 \begin_inset Formula $\:\sin(\beta)$
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 </row>
21258 </lyxtabular>
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Subsection
21271 Customized Cell/Column Format
21272 \begin_inset CommandInset label
21273 LatexCommand label
21274 name "subsec:Customized-Format"
21275
21276 \end_inset
21277
21278
21279 \begin_inset Index idx
21280 status collapsed
21281
21282 \begin_layout Plain Layout
21283 Table Customization ! Cell/Column Format
21284 \end_layout
21285
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Standard
21292 Calculating the required width for normal columns as described in section
21293 \begin_inset space ~
21294 \end_inset
21295
21296
21297 \begin_inset CommandInset ref
21298 LatexCommand ref
21299 reference "sec:Table-Width-Calculation"
21300
21301 \end_inset
21302
21303  or for spanned columns as described in section
21304 \begin_inset space ~
21305 \end_inset
21306
21307
21308 \begin_inset CommandInset ref
21309 LatexCommand ref
21310 reference "subsec:Multicolumn-Calculations"
21311
21312 \end_inset
21313
21314  is very annoying if you have several tables where a calculation is necessary.
21315  To make life easier, you can define a cell/column format in the preamble,
21316  that can be used in all tables of the document.
21317  The format is defined with the command
21318 \end_layout
21319
21320 \begin_layout Standard
21321
21322 \series bold
21323
21324 \backslash
21325 newcolumntype{name of format}[number of arguments]{commands}
21326 \end_layout
21327
21328 \begin_layout Standard
21329 The format name may only consist of one letter.
21330  The letters 
21331 \emph on
21332 b
21333 \emph default
21334
21335 \emph on
21336 c
21337 \emph default
21338
21339 \emph on
21340 l
21341 \emph default
21342
21343 \emph on
21344 m
21345 \emph default
21346
21347 \emph on
21348 p
21349 \emph default
21350  and 
21351 \emph on
21352 r
21353 \emph default
21354  are predefined and cannot be used.
21355  But all letters are allowed as capitals.
21356 \end_layout
21357
21358 \begin_layout Standard
21359 \begin_inset VSpace medskip
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 For vertically and horizontally centered multicolumn cells with a fixed
21367  width you can define the cell format
21368 \end_layout
21369
21370 \begin_layout Standard
21371
21372 \series bold
21373
21374 \backslash
21375 newcolumntype{M}[1]{>{
21376 \backslash
21377 centering
21378 \backslash
21379 hspace{0pt}}m{#1}}
21380 \end_layout
21381
21382 \begin_layout Standard
21383 where 
21384 \series bold
21385
21386 \backslash
21387 hspace{0pt}
21388 \series default
21389  avoids the problem of hyphenating the first word, as described in section
21390 \begin_inset space ~
21391 \end_inset
21392
21393
21394 \begin_inset CommandInset ref
21395 LatexCommand ref
21396 reference "subsec:Multiple-Lines-in"
21397
21398 \end_inset
21399
21400 .
21401  Now you can simply enter
21402 \end_layout
21403
21404 \begin_layout Standard
21405
21406 \series bold
21407 M{width}
21408 \end_layout
21409
21410 \begin_layout Standard
21411 as 
21412 \family sans
21413 \SpecialChar LaTeX
21414 -argument
21415 \family default
21416  in the table dialog to create a multicolumn.
21417 \end_layout
21418
21419 \begin_layout Standard
21420 \begin_inset VSpace bigskip
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \begin_layout Standard
21427 For cells spanned by a multicolumn cell, you can define the format
21428 \end_layout
21429
21430 \begin_layout Standard
21431
21432 \series bold
21433
21434 \backslash
21435 newcolumntype{S}[2]{>{
21436 \backslash
21437 centering
21438 \backslash
21439 hspace{0pt}}
21440 \begin_inset Newline newline
21441 \end_inset
21442
21443
21444 \begin_inset Phantom HPhantom
21445 status open
21446
21447 \begin_layout Plain Layout
21448
21449 \series bold
21450
21451 \backslash
21452 newcolumntype
21453 \end_layout
21454
21455 \end_inset
21456
21457 m{(#1+(2
21458 \backslash
21459 tabcolsep+
21460 \backslash
21461 arrayrulewidth)*(1-#2))/#2}}
21462 \end_layout
21463
21464 \begin_layout Standard
21465 This format uses equation 
21466 \begin_inset CommandInset ref
21467 LatexCommand eqref
21468 reference "eq:Wgn"
21469
21470 \end_inset
21471
21472  to calculate the required width so that each spanned cell has the same
21473  width.
21474 \end_layout
21475
21476 \begin_layout Standard
21477 You can now enter
21478 \end_layout
21479
21480 \begin_layout Standard
21481
21482 \series bold
21483 S{width of multicolumn cell}{number of spanned columns}
21484 \end_layout
21485
21486 \begin_layout Standard
21487 as \SpecialChar LaTeX
21488 -argument of the column.
21489 \end_layout
21490
21491 \begin_layout Standard
21492 \begin_inset VSpace bigskip
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \begin_layout Standard
21499 For colored columns, you can define
21500 \end_layout
21501
21502 \begin_layout Standard
21503
21504 \series bold
21505
21506 \backslash
21507 newcolumntype{K}[1]{>{
21508 \backslash
21509 columncolor{#1}
21510 \backslash
21511 hspace{0pt}}c}
21512 \end_layout
21513
21514 \begin_layout Standard
21515 The 
21516 \begin_inset Quotes eld
21517 \end_inset
21518
21519 c
21520 \begin_inset Quotes erd
21521 \end_inset
21522
21523  at the end creates a column with a flexible width whose text is horizontally
21524  centered.
21525  You can now enter
21526 \end_layout
21527
21528 \begin_layout Standard
21529
21530 \series bold
21531 K{color name}
21532 \end_layout
21533
21534 \begin_layout Standard
21535 as \SpecialChar LaTeX
21536 -argument.
21537 \end_layout
21538
21539 \begin_layout Standard
21540 \begin_inset VSpace bigskip
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \begin_layout Standard
21547 To create Table
21548 \begin_inset space ~
21549 \end_inset
21550
21551
21552 \begin_inset CommandInset ref
21553 LatexCommand ref
21554 reference "tab:Table-using-user-defined"
21555
21556 \end_inset
21557
21558  use the \SpecialChar LaTeX
21559 -arguments
21560 \end_layout
21561
21562 \begin_layout Standard
21563
21564 \series bold
21565 M{2.5cm}
21566 \end_layout
21567
21568 \begin_layout Standard
21569 for the first column and the multicolumn,
21570 \end_layout
21571
21572 \begin_layout Standard
21573
21574 \series bold
21575 K{red}
21576 \end_layout
21577
21578 \begin_layout Standard
21579 for the last column, and
21580 \end_layout
21581
21582 \begin_layout Standard
21583
21584 \series bold
21585 S{2.5cm}{2}
21586 \end_layout
21587
21588 \begin_layout Standard
21589 for the cells in the second column.
21590 \end_layout
21591
21592 \begin_layout Standard
21593 \begin_inset Float table
21594 placement h
21595 wide false
21596 sideways false
21597 status open
21598
21599 \begin_layout Plain Layout
21600 \begin_inset Caption Standard
21601
21602 \begin_layout Plain Layout
21603 \begin_inset CommandInset label
21604 LatexCommand label
21605 name "tab:Table-using-user-defined"
21606
21607 \end_inset
21608
21609 Table using user-defined table formats
21610 \end_layout
21611
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \begin_layout Plain Layout
21618 \align center
21619 \begin_inset Tabular
21620 <lyxtabular version="3" rows="3" columns="4">
21621 <features tabularvalignment="middle">
21622 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21623 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21624 <column alignment="center" valignment="middle">
21625 <column alignment="center" valignment="middle" special="K{red}">
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 verylongtablecellword
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 multiple lines multicolumn
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 c
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 d
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 e
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 f
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 g
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 h
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 i
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 j
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 k
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 </row>
21740 </lyxtabular>
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \begin_layout Subsection
21753 Line Thickness
21754 \begin_inset CommandInset label
21755 LatexCommand label
21756 name "subsec:Line-Thickness"
21757
21758 \end_inset
21759
21760
21761 \begin_inset Index idx
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765 Table Customization ! Line Thickness
21766 \end_layout
21767
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \begin_layout Standard
21774 The line thickness for all lines in a table can be adjusted with the length
21775  
21776 \series bold
21777
21778 \backslash
21779 arrayrulewidth
21780 \series default
21781 .
21782  To set for example a line thickness of 1.5
21783 \begin_inset space \thinspace{}
21784 \end_inset
21785
21786 pt, as in Table
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \begin_inset CommandInset ref
21792 LatexCommand ref
21793 reference "tab:Table-with-1.5"
21794
21795 \end_inset
21796
21797 , insert the command
21798 \end_layout
21799
21800 \begin_layout Standard
21801
21802 \series bold
21803
21804 \backslash
21805 setlength{
21806 \backslash
21807 arrayrulewidth}{1.5pt}
21808 \end_layout
21809
21810 \begin_layout Standard
21811 in \SpecialChar TeX
21812  Code before the table or table float.
21813  The changed thickness is valid for all subsequent tables.
21814  To use the default value again, set 
21815 \series bold
21816
21817 \backslash
21818 arrayrulewidth
21819 \series default
21820  to 0.4
21821 \begin_inset space \thinspace{}
21822 \end_inset
21823
21824 pt in \SpecialChar TeX
21825  Code after the table or table float.
21826 \end_layout
21827
21828 \begin_layout Standard
21829 \begin_inset ERT
21830 status collapsed
21831
21832 \begin_layout Plain Layout
21833
21834
21835 \backslash
21836 setlength{
21837 \backslash
21838 arrayrulewidth}{1.5pt}
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \begin_inset Float table
21845 wide false
21846 sideways false
21847 status open
21848
21849 \begin_layout Plain Layout
21850 \begin_inset Caption Standard
21851
21852 \begin_layout Plain Layout
21853 \begin_inset CommandInset label
21854 LatexCommand label
21855 name "tab:Table-with-1.5"
21856
21857 \end_inset
21858
21859 Table with 1.5
21860 \begin_inset space \thinspace{}
21861 \end_inset
21862
21863 pt thick lines
21864 \end_layout
21865
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \begin_layout Plain Layout
21872 \align center
21873 \begin_inset Tabular
21874 <lyxtabular version="3" rows="3" columns="3">
21875 <features tabularvalignment="middle">
21876 <column alignment="center" valignment="top">
21877 <column alignment="center" valignment="top">
21878 <column alignment="center" valignment="top">
21879 <row>
21880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 sd
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922 sd
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 </row>
21937 <row>
21938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 sd
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 </lyxtabular>
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974
21975
21976 \begin_inset ERT
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980
21981
21982 \backslash
21983 setlength{
21984 \backslash
21985 arrayrulewidth}{0.4pt}
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \begin_layout Standard
21994 \begin_inset VSpace bigskip
21995 \end_inset
21996
21997 To set the line thickness to 1.5
21998 \begin_inset space \thinspace{}
21999 \end_inset
22000
22001 pt only for horizontal lines, as in Table
22002 \begin_inset space ~
22003 \end_inset
22004
22005
22006 \begin_inset CommandInset ref
22007 LatexCommand ref
22008 reference "tab:Table-with-horizontal"
22009
22010 \end_inset
22011
22012 , insert these commands in \SpecialChar TeX
22013  Code before the table or table float:
22014 \end_layout
22015
22016 \begin_layout Standard
22017
22018 \series bold
22019
22020 \backslash
22021 let
22022 \backslash
22023 myHline
22024 \backslash
22025 hline
22026 \begin_inset Newline newline
22027 \end_inset
22028
22029
22030 \backslash
22031 renewcommand{
22032 \backslash
22033 hline}
22034 \begin_inset Newline newline
22035 \end_inset
22036
22037  {
22038 \backslash
22039 noalign{
22040 \backslash
22041 global
22042 \backslash
22043 arrayrulewidth 1.5pt}
22044 \begin_inset Newline newline
22045 \end_inset
22046
22047  
22048 \backslash
22049 myHline
22050 \backslash
22051 noalign{
22052 \backslash
22053 global
22054 \backslash
22055 arrayrulewidth 0.4pt}}
22056 \end_layout
22057
22058 \begin_layout Standard
22059 To return to the default line thickness, insert this command in \SpecialChar TeX
22060  Code after
22061  the table or table float:
22062 \end_layout
22063
22064 \begin_layout Standard
22065
22066 \series bold
22067
22068 \backslash
22069 renewcommand{
22070 \backslash
22071 hline}{
22072 \backslash
22073 myHline}
22074 \end_layout
22075
22076 \begin_layout Standard
22077 \begin_inset ERT
22078 status collapsed
22079
22080 \begin_layout Plain Layout
22081
22082
22083 \backslash
22084 let
22085 \backslash
22086 myHline
22087 \backslash
22088 hline
22089 \end_layout
22090
22091 \begin_layout Plain Layout
22092
22093
22094 \backslash
22095 renewcommand{
22096 \backslash
22097 hline}
22098 \end_layout
22099
22100 \begin_layout Plain Layout
22101
22102  {
22103 \backslash
22104 noalign{
22105 \backslash
22106 global
22107 \backslash
22108 arrayrulewidth 1.5pt}
22109 \end_layout
22110
22111 \begin_layout Plain Layout
22112
22113   
22114 \backslash
22115 myHline
22116 \backslash
22117 noalign{
22118 \backslash
22119 global
22120 \backslash
22121 arrayrulewidth 0.4pt}}
22122 \end_layout
22123
22124 \end_inset
22125
22126
22127 \begin_inset Float table
22128 wide false
22129 sideways false
22130 status open
22131
22132 \begin_layout Plain Layout
22133 \begin_inset Caption Standard
22134
22135 \begin_layout Plain Layout
22136 \begin_inset CommandInset label
22137 LatexCommand label
22138 name "tab:Table-with-horizontal"
22139
22140 \end_inset
22141
22142 Table with 1.5
22143 \begin_inset space \thinspace{}
22144 \end_inset
22145
22146 pt thick horizontal lines
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Plain Layout
22155 \align center
22156 \begin_inset Tabular
22157 <lyxtabular version="3" rows="3" columns="3">
22158 <features tabularvalignment="middle">
22159 <column alignment="center" valignment="top">
22160 <column alignment="center" valignment="top">
22161 <column alignment="center" valignment="top">
22162 <row>
22163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 sd
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 sd
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 sd
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 </row>
22249 </lyxtabular>
22250
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \begin_inset ERT
22260 status collapsed
22261
22262 \begin_layout Plain Layout
22263
22264
22265 \backslash
22266 renewcommand{
22267 \backslash
22268 hline}{
22269 \backslash
22270 myHline}
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \begin_layout Standard
22279 \begin_inset VSpace bigskip
22280 \end_inset
22281
22282 To set the line thickness to 1.5
22283 \begin_inset space \thinspace{}
22284 \end_inset
22285
22286 pt only for vertical lines, create the following column format in the document
22287  preamble, according to the description in section
22288 \begin_inset space ~
22289 \end_inset
22290
22291
22292 \begin_inset CommandInset ref
22293 LatexCommand ref
22294 reference "subsec:Customized-Format"
22295
22296 \end_inset
22297
22298 :
22299 \end_layout
22300
22301 \begin_layout Standard
22302
22303 \series bold
22304
22305 \backslash
22306 newcolumntype{V}{!{
22307 \backslash
22308 vrule width 1.5pt}}
22309 \end_layout
22310
22311 \begin_layout Standard
22312 For Table
22313 \begin_inset space ~
22314 \end_inset
22315
22316
22317 \begin_inset CommandInset ref
22318 LatexCommand ref
22319 reference "tab:Table-with-vertical"
22320
22321 \end_inset
22322
22323  the \SpecialChar LaTeX
22324 -argument
22325 \end_layout
22326
22327 \begin_layout Standard
22328
22329 \series bold
22330 VcV
22331 \end_layout
22332
22333 \begin_layout Standard
22334 was used for the last column and
22335 \end_layout
22336
22337 \begin_layout Standard
22338
22339 \series bold
22340 Vc
22341 \end_layout
22342
22343 \begin_layout Standard
22344 for the other columns.
22345 \end_layout
22346
22347 \begin_layout Standard
22348 \begin_inset Float table
22349 wide false
22350 sideways false
22351 status open
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Caption Standard
22355
22356 \begin_layout Plain Layout
22357 \begin_inset CommandInset label
22358 LatexCommand label
22359 name "tab:Table-with-vertical"
22360
22361 \end_inset
22362
22363 Table with 1.5
22364 \begin_inset space \thinspace{}
22365 \end_inset
22366
22367 pt thick vertical lines
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Plain Layout
22376 \align center
22377 \begin_inset Tabular
22378 <lyxtabular version="3" rows="3" columns="3">
22379 <features tabularvalignment="middle">
22380 <column alignment="center" valignment="top" special="Vc">
22381 <column alignment="center" valignment="top" special="Vc">
22382 <column alignment="center" valignment="top" special="VcV">
22383 <row>
22384 <cell alignment="center" valignment="top" topline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 sd
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 </row>
22412 <row>
22413 <cell alignment="center" valignment="top" topline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 sd
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 <row>
22442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 sd
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 </lyxtabular>
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Subsection
22483 Dashed Lines
22484 \begin_inset Index idx
22485 status collapsed
22486
22487 \begin_layout Plain Layout
22488 Table Customization ! Dashed Lines
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \begin_inset ERT
22498 status collapsed
22499
22500 \begin_layout Plain Layout
22501
22502
22503 \backslash
22504 ifarydshln
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \begin_inset Note Note
22511 status open
22512
22513 \begin_layout Plain Layout
22514 The following section will only be displayed when the \SpecialChar LaTeX
22515 -package 
22516 \series bold
22517 arydshln
22518 \series default
22519  is installed.
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 \begin_inset Float table
22529 placement H
22530 wide false
22531 sideways false
22532 status open
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Caption Standard
22536
22537 \begin_layout Plain Layout
22538 \begin_inset CommandInset label
22539 LatexCommand label
22540 name "tab:Table-with-dashed"
22541
22542 \end_inset
22543
22544 Table with dashed lines
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \begin_layout Plain Layout
22553 \align center
22554 \begin_inset Tabular
22555 <lyxtabular version="3" rows="5" columns="5">
22556 <features tabularvalignment="middle">
22557 <column alignment="center" valignment="top">
22558 <column alignment="center" valignment="top">
22559 <column alignment="center" valignment="top" special=":c">
22560 <column alignment="center" valignment="top">
22561 <column alignment="center" valignment="top">
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 a
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 b
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 c
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 d
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 e
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 f
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 g
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" topline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 h
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 i
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 j
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset ERT
22662 status collapsed
22663
22664 \begin_layout Plain Layout
22665
22666
22667 \backslash
22668 hdashline 
22669 \end_layout
22670
22671 \end_inset
22672
22673 k
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 l
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 m
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 n
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 o
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 cdashline{4-5}
22728 \end_layout
22729
22730 \end_inset
22731
22732 p
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 q
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 r
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 s
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 <row>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 t
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 u
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 v
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 w
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 x
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 </lyxtabular>
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \begin_layout Standard
22834 \SpecialChar LyX
22835  does not natively support dashed lines, so you have to use \SpecialChar TeX
22836  Code.
22837  As a prerequisite the \SpecialChar LaTeX
22838  package 
22839 \series bold
22840 arydshln
22841 \series default
22842
22843 \begin_inset Index idx
22844 status collapsed
22845
22846 \begin_layout Plain Layout
22847 \SpecialChar LaTeX
22848 -packages ! arydshln
22849 \end_layout
22850
22851 \end_inset
22852
22853  must be loaded in the document preamble with the command
22854 \end_layout
22855
22856 \begin_layout Standard
22857
22858 \series bold
22859
22860 \backslash
22861 usepackage{arydshln}
22862 \end_layout
22863
22864 \begin_layout Standard
22865 To make a vertical line dashed, enter the colon 
22866 \begin_inset Quotes eld
22867 \end_inset
22868
22869 :
22870 \begin_inset Quotes erd
22871 \end_inset
22872
22873  together with the character for the horizontal alignment as \SpecialChar LaTeX
22874  argument in
22875  the table cell dialog.
22876 \end_layout
22877
22878 \begin_layout Standard
22879 For a horizontal dashed line add the command
22880 \end_layout
22881
22882 \begin_layout Standard
22883
22884 \series bold
22885
22886 \backslash
22887 hdashline
22888 \end_layout
22889
22890 \begin_layout Standard
22891 in \SpecialChar TeX
22892  Code as first element of the first cell in the table row.
22893 \end_layout
22894
22895 \begin_layout Standard
22896 For dashed multicolumn lines use the command
22897 \end_layout
22898
22899 \begin_layout Standard
22900
22901 \series bold
22902
22903 \backslash
22904 cdashline{line number
22905 \series default
22906 }
22907 \end_layout
22908
22909 \begin_layout Standard
22910 in \SpecialChar TeX
22911  Code as the first element of the first cell in the table row.
22912  If you have for example a multicolumn spanning columns 2 to 4 and you want
22913  to have a dashed line above, add the command
22914 \end_layout
22915
22916 \begin_layout Standard
22917
22918 \series bold
22919
22920 \backslash
22921 cdashline{2-4}
22922 \end_layout
22923
22924 \begin_layout Standard
22925 as the first element of the first cell in the row of the multicolumn.
22926 \end_layout
22927
22928 \begin_layout Standard
22929 \begin_inset VSpace bigskip
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Standard
22936 Table
22937 \begin_inset space ~
22938 \end_inset
22939
22940
22941 \begin_inset CommandInset ref
22942 LatexCommand ref
22943 reference "tab:Table-with-dashed"
22944
22945 \end_inset
22946
22947  was created using 
22948 \begin_inset Quotes eld
22949 \end_inset
22950
22951
22952 \series bold
22953 :c
22954 \series default
22955
22956 \begin_inset Quotes erd
22957 \end_inset
22958
22959  as \SpecialChar LaTeX
22960  argument of the third column.
22961  The \SpecialChar TeX
22962  Code command 
22963 \series bold
22964
22965 \backslash
22966 hdashline
22967 \series default
22968  was inserted in the first cell of the third row and the \SpecialChar TeX
22969  Code command
22970 \begin_inset Newline newline
22971 \end_inset
22972
22973  
22974 \series bold
22975
22976 \backslash
22977 cdashline{4-5}
22978 \series default
22979  was inserted in the first cell of the fourth row.
22980 \end_layout
22981
22982 \begin_layout Standard
22983 \begin_inset VSpace bigskip
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Standard
22990 Tables with dashed lines can also be colored as shown by Table
22991 \begin_inset space ~
22992 \end_inset
22993
22994
22995 \begin_inset CommandInset ref
22996 LatexCommand ref
22997 reference "tab:Colored-table-with"
22998
22999 \end_inset
23000
23001 .
23002 \end_layout
23003
23004 \begin_layout Standard
23005 \begin_inset ERT
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009
23010
23011 \backslash
23012 setlength{
23013 \backslash
23014 arrayrulewidth}{1pt}
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \begin_inset Note Note
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024 thicker lines for better visualization of the line color
23025 \end_layout
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 \begin_inset ERT
23034 status collapsed
23035
23036 \begin_layout Plain Layout
23037
23038
23039 \backslash
23040 dashgapcolor{green}
23041 \end_layout
23042
23043 \end_inset
23044
23045
23046 \begin_inset Note Note
23047 status collapsed
23048
23049 \begin_layout Plain Layout
23050 color gaps between dashes green
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \begin_layout Standard
23059 \begin_inset ERT
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063
23064
23065 \backslash
23066 let
23067 \backslash
23068 myHdashline
23069 \backslash
23070 hdashline
23071 \end_layout
23072
23073 \begin_layout Plain Layout
23074
23075
23076 \backslash
23077 renewcommand{
23078 \backslash
23079 hdashline}
23080 \end_layout
23081
23082 \begin_layout Plain Layout
23083
23084  {
23085 \backslash
23086 arrayrulecolor{red}
23087 \backslash
23088 myHdashline
23089 \backslash
23090 arrayrulecolor{black}}
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \begin_inset Note Note
23097 status collapsed
23098
23099 \begin_layout Plain Layout
23100 color horizontal, dashed lines red
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \begin_layout Standard
23109 \begin_inset ERT
23110 status collapsed
23111
23112 \begin_layout Plain Layout
23113
23114
23115 \backslash
23116 let
23117 \backslash
23118 myCdashline
23119 \backslash
23120 cdashline
23121 \end_layout
23122
23123 \begin_layout Plain Layout
23124
23125
23126 \backslash
23127 renewcommand{
23128 \backslash
23129 cdashline}[1]
23130 \end_layout
23131
23132 \begin_layout Plain Layout
23133
23134  {
23135 \backslash
23136 arrayrulecolor{yellow}
23137 \backslash
23138 myCdashline{#1}
23139 \backslash
23140 arrayrulecolor{black}}
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \begin_inset Note Note
23147 status collapsed
23148
23149 \begin_layout Plain Layout
23150 color partial horizontal, dashed lines yellow
23151 \end_layout
23152
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \begin_layout Standard
23159 \begin_inset Float table
23160 placement h
23161 wide false
23162 sideways false
23163 status open
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Caption Standard
23167
23168 \begin_layout Plain Layout
23169 \begin_inset CommandInset label
23170 LatexCommand label
23171 name "tab:Colored-table-with"
23172
23173 \end_inset
23174
23175 Colored table with dashed lines
23176 \end_layout
23177
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \begin_layout Plain Layout
23184 \align center
23185 \begin_inset Tabular
23186 <lyxtabular version="3" rows="5" columns="5">
23187 <features tabularvalignment="middle">
23188 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23189 <column alignment="center" valignment="top" width="0pt">
23190 <column alignment="center" valignment="top" width="0pt" special=":c">
23191 <column alignment="center" valignment="top">
23192 <column alignment="center" valignment="top">
23193 <row>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 a
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 b
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 c
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 d
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234 e
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 </row>
23240 <row>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 f
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 <cell alignment="center" valignment="top" topline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254 g
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 <cell alignment="center" valignment="top" topline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263 h
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 i
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 j
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 </row>
23287 <row>
23288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 \begin_inset ERT
23293 status collapsed
23294
23295 \begin_layout Plain Layout
23296
23297
23298 \backslash
23299 hdashline 
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310
23311 \backslash
23312 rowcolor{Gray}
23313 \end_layout
23314
23315 \end_inset
23316
23317 k
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 l
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 m
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 n
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 o
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 \begin_inset ERT
23365 status collapsed
23366
23367 \begin_layout Plain Layout
23368
23369
23370 \backslash
23371 cdashline{4-5}
23372 \end_layout
23373
23374 \end_inset
23375
23376 p
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 q
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 r
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 s
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 t
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432 u
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 v
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 w
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset ERT
23460 status collapsed
23461
23462 \begin_layout Plain Layout
23463
23464
23465 \backslash
23466 cellcolor{Maroon}
23467 \end_layout
23468
23469 \end_inset
23470
23471 i
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 </lyxtabular>
23478
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \begin_layout Standard
23490 \begin_inset ERT
23491 status collapsed
23492
23493 \begin_layout Plain Layout
23494
23495
23496 \backslash
23497 renewcommand{
23498 \backslash
23499 hdashline}{
23500 \backslash
23501 myHdashline}
23502 \end_layout
23503
23504 \end_inset
23505
23506
23507 \begin_inset Note Note
23508 status collapsed
23509
23510 \begin_layout Plain Layout
23511 reset to default
23512 \end_layout
23513
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \begin_inset ERT
23521 status collapsed
23522
23523 \begin_layout Plain Layout
23524
23525
23526 \backslash
23527 renewcommand{
23528 \backslash
23529 cdashline}{
23530 \backslash
23531 myCdashline}
23532 \end_layout
23533
23534 \end_inset
23535
23536
23537 \begin_inset Note Note
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541 reset to default
23542 \end_layout
23543
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \begin_layout Standard
23550 \begin_inset ERT
23551 status collapsed
23552
23553 \begin_layout Plain Layout
23554
23555
23556 \backslash
23557 nodashgapcolor
23558 \end_layout
23559
23560 \end_inset
23561
23562
23563 \begin_inset Note Note
23564 status collapsed
23565
23566 \begin_layout Plain Layout
23567 reset to default
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Standard
23576 \begin_inset ERT
23577 status collapsed
23578
23579 \begin_layout Plain Layout
23580
23581
23582 \backslash
23583 setlength{
23584 \backslash
23585 arrayrulewidth}{0.4pt}
23586 \end_layout
23587
23588 \end_inset
23589
23590
23591 \begin_inset Note Note
23592 status collapsed
23593
23594 \begin_layout Plain Layout
23595 reset to default
23596 \end_layout
23597
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \begin_layout Standard
23604 The coloring of lines, columns and lines works as decribed in section
23605 \begin_inset space ~
23606 \end_inset
23607
23608
23609 \begin_inset CommandInset ref
23610 LatexCommand ref
23611 reference "sec:Colored-Tables"
23612
23613 \end_inset
23614
23615 .
23616  Coloring horizontal lines works analogically as described there as well,
23617  one only needs to replace in the commands 
23618 \series bold
23619
23620 \backslash
23621 myHlineC
23622 \series default
23623  by 
23624 \series bold
23625
23626 \backslash
23627 myHdashline
23628 \series default
23629  and 
23630 \backslash
23631
23632 \series bold
23633 hline
23634 \series default
23635  by 
23636 \series bold
23637
23638 \backslash
23639 hdashline
23640 \series default
23641 ; so one uses the command
23642 \end_layout
23643
23644 \begin_layout Standard
23645
23646 \series bold
23647
23648 \backslash
23649 let
23650 \backslash
23651 myHdashline
23652 \backslash
23653 hdashline
23654 \begin_inset Newline newline
23655 \end_inset
23656
23657
23658 \backslash
23659 renewcommand{
23660 \backslash
23661 hdashline}
23662 \begin_inset Newline newline
23663 \end_inset
23664
23665
23666 \begin_inset Phantom HPhantom
23667 status open
23668
23669 \begin_layout Plain Layout
23670 \begin_inset space ~
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \end_inset
23677
23678 {
23679 \backslash
23680 arrayrulecolor{red}
23681 \backslash
23682 myHdashline
23683 \backslash
23684 arrayrulecolor{black}}
23685 \end_layout
23686
23687 \begin_layout Standard
23688 To color 
23689 \series bold
23690
23691 \backslash
23692 cdashline
23693 \series default
23694 , the command is
23695 \end_layout
23696
23697 \begin_layout Standard
23698
23699 \series bold
23700
23701 \backslash
23702 let
23703 \backslash
23704 myCdashline
23705 \backslash
23706 cdashline
23707 \begin_inset Newline newline
23708 \end_inset
23709
23710
23711 \backslash
23712 renewcommand{
23713 \backslash
23714 cdashline}[1]
23715 \begin_inset Newline newline
23716 \end_inset
23717
23718
23719 \begin_inset Phantom HPhantom
23720 status open
23721
23722 \begin_layout Plain Layout
23723 \begin_inset space ~
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730
23731 {
23732 \backslash
23733 arrayrulecolor{red}
23734 \backslash
23735 myCdashline{#1}
23736 \backslash
23737 arrayrulecolor{black}}
23738 \end_layout
23739
23740 \begin_layout Standard
23741 To get back the black line color, one needs to insert the following commands
23742  as \SpecialChar TeX
23743  Code behind the table:
23744 \end_layout
23745
23746 \begin_layout Standard
23747 For 
23748 \series bold
23749
23750 \backslash
23751 hdashline
23752 \end_layout
23753
23754 \begin_layout Standard
23755
23756 \series bold
23757
23758 \backslash
23759 renewcommand{
23760 \backslash
23761 hdashline}{
23762 \backslash
23763 myHdashline}
23764 \end_layout
23765
23766 \begin_layout Standard
23767 and for 
23768 \series bold
23769
23770 \backslash
23771 cdashline
23772 \end_layout
23773
23774 \begin_layout Standard
23775
23776 \series bold
23777
23778 \backslash
23779 renewcommand{
23780 \backslash
23781 cdashline}{
23782 \backslash
23783 myCdashline}
23784 \end_layout
23785
23786 \begin_layout Standard
23787 To color the gaps between the dashes the command
23788 \end_layout
23789
23790 \begin_layout Standard
23791
23792 \series bold
23793
23794 \backslash
23795 dashgapcolor{color}
23796 \end_layout
23797
23798 \begin_layout Standard
23799 can be used in front of a table as \SpecialChar TeX
23800  Code.
23801  color is hereby the name of a defined color.
23802  The command
23803 \end_layout
23804
23805 \begin_layout Standard
23806
23807 \series bold
23808
23809 \backslash
23810 nodashgapcolor
23811 \end_layout
23812
23813 \begin_layout Standard
23814 unsets the changes made by 
23815 \series bold
23816
23817 \backslash
23818 dashgapcolor
23819 \series default
23820 .
23821 \end_layout
23822
23823 \begin_layout Standard
23824 \begin_inset Note Greyedout
23825 status open
23826
23827 \begin_layout Plain Layout
23828
23829 \series bold
23830 \color none
23831 Note
23832 \series default
23833 : If there are multiple commands in a cell, the command of 
23834 \series bold
23835 arydshln
23836 \series default
23837  needs to be the first one in the cell.
23838  Therefore in cell 
23839 \emph on
23840 k
23841 \emph default
23842  of Table
23843 \begin_inset space ~
23844 \end_inset
23845
23846
23847 \begin_inset CommandInset ref
23848 LatexCommand ref
23849 reference "tab:Colored-table-with"
23850
23851 \end_inset
23852
23853  the command 
23854 \series bold
23855
23856 \backslash
23857 hdashline
23858 \series default
23859  is before 
23860 \series bold
23861
23862 \backslash
23863 rowcolor
23864 \series default
23865 .
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 \begin_inset Note Greyedout
23875 status open
23876
23877 \begin_layout Plain Layout
23878
23879 \series bold
23880 \color none
23881 Note:
23882 \series default
23883  The \SpecialChar LaTeX
23884 -package 
23885 \series bold
23886 arydshln
23887 \series default
23888  must be loaded in the document preamble before the \SpecialChar LaTeX
23889 -package 
23890 \series bold
23891 colortbl
23892 \series default
23893
23894 \begin_inset Index idx
23895 status collapsed
23896
23897 \begin_layout Plain Layout
23898 \SpecialChar LaTeX
23899 -packages ! colortbl
23900 \end_layout
23901
23902 \end_inset
23903
23904 .
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \begin_layout Standard
23913 \begin_inset ERT
23914 status collapsed
23915
23916 \begin_layout Plain Layout
23917
23918
23919 \backslash
23920 else
23921 \end_layout
23922
23923 \end_inset
23924
23925
23926 \begin_inset Note Note
23927 status open
23928
23929 \begin_layout Plain Layout
23930 The following will be displayed when the \SpecialChar LaTeX
23931 -package 
23932 \series bold
23933 arydshln
23934 \series default
23935  is not installed:
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Standard
23944 You need to install the package 
23945 \series bold
23946 arydshln
23947 \series default
23948  to see the content of this section in the output.
23949 \end_layout
23950
23951 \begin_layout Standard
23952 \begin_inset ERT
23953 status collapsed
23954
23955 \begin_layout Plain Layout
23956
23957
23958 \backslash
23959 fi
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Standard
23968 For more information about dashed lines see the documentation of 
23969 \series bold
23970 arydshln
23971 \series default
23972
23973 \begin_inset CommandInset citation
23974 LatexCommand cite
23975 key "arydshln"
23976
23977 \end_inset
23978
23979 .
23980 \end_layout
23981
23982 \begin_layout Chapter
23983 Floats
23984 \begin_inset CommandInset label
23985 LatexCommand label
23986 name "chap:Floats"
23987
23988 \end_inset
23989
23990
23991 \begin_inset Index idx
23992 status collapsed
23993
23994 \begin_layout Plain Layout
23995 Floats
23996 \end_layout
23997
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Section
24004 Introduction
24005 \begin_inset CommandInset label
24006 LatexCommand label
24007 name "sec:FloatIntroduction"
24008
24009 \end_inset
24010
24011
24012 \begin_inset Index idx
24013 status collapsed
24014
24015 \begin_layout Plain Layout
24016 Floats ! Introduction
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \begin_layout Standard
24025 A float is a block of text associated with some sort of label, which doesn't
24026  have a fixed location.
24027  It can 
24028 \begin_inset Quotes eld
24029 \end_inset
24030
24031 float
24032 \begin_inset Quotes erd
24033 \end_inset
24034
24035  forward or backward a page or two, to wherever it fits best.
24036  
24037 \family sans
24038 Footnotes
24039 \family default
24040  and 
24041 \family sans
24042 Margin
24043 \begin_inset space ~
24044 \end_inset
24045
24046 Notes
24047 \family default
24048  are also floats because they can float to the next page when there are
24049  too many notes on the page.
24050 \end_layout
24051
24052 \begin_layout Standard
24053 Floats allow a high quality layout.
24054  Images and tables can be spread evenly among the pages to avoid white space
24055  and pages without text.
24056  As the floating often destroys the context between the text and the image/table
24057 , every float can be referenced in the text.
24058  Floats are therefore numbered.
24059  Referencing is described in section
24060 \begin_inset space ~
24061 \end_inset
24062
24063
24064 \begin_inset CommandInset ref
24065 LatexCommand ref
24066 reference "sec:Referencing-Floats"
24067
24068 \end_inset
24069
24070 .
24071 \end_layout
24072
24073 \begin_layout Standard
24074 To insert a float, use the menu 
24075 \family sans
24076 Insert\SpecialChar menuseparator
24077 Float
24078 \family default
24079  (toolbar button 
24080 \begin_inset Info
24081 type  "icon"
24082 arg   "float-insert figure"
24083 \end_inset
24084
24085  or 
24086 \begin_inset Info
24087 type  "icon"
24088 arg   "float-insert table"
24089 \end_inset
24090
24091 ).
24092  This inserts the 
24093 \family sans
24094 Caption
24095 \family default
24096  inset, a box with a label.
24097  The label will automatically be translated to the document language in
24098  the output.
24099  After the label you can insert the caption text.
24100  The image or table is inserted above or below the caption in a separate
24101  paragraph within the float.
24102  More about the caption placement is contained in section
24103 \begin_inset space ~
24104 \end_inset
24105
24106
24107 \begin_inset CommandInset ref
24108 LatexCommand ref
24109 reference "sec:Caption-Placement"
24110
24111 \end_inset
24112
24113 .
24114  To keep your \SpecialChar LyX
24115  document readable, you can open and close the float box by
24116  left-clicking on the box label.
24117  A closed float box looks like this: 
24118 \begin_inset Graphics
24119         filename clipart/float.png
24120         scale 70
24121         scaleBeforeRotation
24122
24123 \end_inset
24124
24125  â€“ a gray button with a red label.
24126 \end_layout
24127
24128 \begin_layout Standard
24129 It is recommended that you insert floats as separate standard paragraphs
24130  to avoid possible \SpecialChar LaTeX
24131 -errors that can occur when the surrounding text is specially
24132  formatted.
24133 \end_layout
24134
24135 \begin_layout Standard
24136 Existing figures or tables can be put into a float by highlighting them
24137  and then pressing the corresponding toolbar button for a new float.
24138 \end_layout
24139
24140 \begin_layout Section
24141 Float Types
24142 \end_layout
24143
24144 \begin_layout Standard
24145 Besides figure and table floats that are described in sections
24146 \begin_inset space ~
24147 \end_inset
24148
24149
24150 \begin_inset CommandInset ref
24151 LatexCommand ref
24152 reference "sec:Figure-Floats"
24153
24154 \end_inset
24155
24156  and 
24157 \begin_inset CommandInset ref
24158 LatexCommand ref
24159 reference "sec:Table-Floats"
24160
24161 \end_inset
24162
24163  respectively, \SpecialChar LyX
24164  offers the float types 
24165 \family sans
24166 Algorithm
24167 \family default
24168  and 
24169 \family sans
24170 Wrap
24171 \family default
24172 .
24173  The latter are explained in sec.
24174 \begin_inset space \thinspace{}
24175 \end_inset
24176
24177
24178 \begin_inset CommandInset ref
24179 LatexCommand ref
24180 reference "sec:Wrap-Floats"
24181
24182 \end_inset
24183
24184 .
24185 \end_layout
24186
24187 \begin_layout Subsection
24188 Algorithm Floats
24189 \begin_inset Index idx
24190 status collapsed
24191
24192 \begin_layout Plain Layout
24193 Floats ! Algorithms
24194 \end_layout
24195
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \begin_inset Float algorithm
24203 placement h
24204 wide false
24205 sideways false
24206 status open
24207
24208 \begin_layout Plain Layout
24209 \begin_inset Caption Standard
24210
24211 \begin_layout Plain Layout
24212 \begin_inset CommandInset label
24213 LatexCommand label
24214 name "alg:Example-Algorithm-float"
24215
24216 \end_inset
24217
24218 Example Algorithm float
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout LyX-Code
24227 for I in 1..N loop
24228 \begin_inset Newline newline
24229 \end_inset
24230
24231  Sum:= Sum + A(I); /*comment*/
24232 \begin_inset Newline newline
24233 \end_inset
24234
24235 end loop
24236 \begin_inset VSpace -4mm
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \begin_layout Standard
24248 This float type is inserted with the menu 
24249 \family sans
24250 Insert\SpecialChar menuseparator
24251 Float\SpecialChar menuseparator
24252 Algorithm
24253 \family default
24254 .
24255  It is used for program codes and descriptions of algorithms and can be
24256  seen as an alternative to program code listings that are explained in chapter
24257 \begin_inset space ~
24258 \end_inset
24259
24260
24261 \begin_inset CommandInset ref
24262 LatexCommand ref
24263 reference "cha:Program-Code-Listings"
24264
24265 \end_inset
24266
24267 .
24268  A possible environment for algorithms is the 
24269 \family sans
24270 \SpecialChar LyX
24271  Code
24272 \family default
24273 , described in \SpecialChar LyX
24274 's 
24275 \emph on
24276 Userguide
24277 \emph default
24278 .
24279  Algorithm
24280 \begin_inset space ~
24281 \end_inset
24282
24283
24284 \begin_inset CommandInset ref
24285 LatexCommand ref
24286 reference "alg:Example-Algorithm-float"
24287
24288 \end_inset
24289
24290  is an example of an algorithm float where -4
24291 \begin_inset space \thinspace{}
24292 \end_inset
24293
24294 mm vertical space was added at the end of the float to have the bottom rule
24295  exactly below the last text line.
24296 \end_layout
24297
24298 \begin_layout Standard
24299 The float label is not automatically translated into the document language.
24300  If your document is not in English, you have to do this manually by adding
24301  the following line to the document preamble
24302 \series bold
24303 :
24304 \end_layout
24305
24306 \begin_layout Standard
24307
24308 \series bold
24309
24310 \backslash
24311 floatname{algorithm}{your
24312 \begin_inset space ~
24313 \end_inset
24314
24315 name}
24316 \end_layout
24317
24318 \begin_layout Standard
24319 where 
24320 \family sans
24321 your
24322 \begin_inset space ~
24323 \end_inset
24324
24325 name
24326 \family default
24327  is the word 
24328 \begin_inset Quotes eld
24329 \end_inset
24330
24331
24332 \emph on
24333 algorithm
24334 \emph default
24335
24336 \begin_inset Quotes erd
24337 \end_inset
24338
24339  in your language.
24340 \end_layout
24341
24342 \begin_layout Standard
24343 To insert the list of algorithms you can use the menu 
24344 \family sans
24345 Insert\SpecialChar menuseparator
24346 List
24347 \begin_inset space \thinspace{}
24348 \end_inset
24349
24350 /
24351 \begin_inset space \thinspace{}
24352 \end_inset
24353
24354 TOC\SpecialChar menuseparator
24355 List of Algorithms
24356 \family default
24357  when your document has the same language as \SpecialChar LyX
24358 's menu names.
24359  In other cases use this command in \SpecialChar TeX
24360  Code instead:
24361 \end_layout
24362
24363 \begin_layout Standard
24364
24365 \series bold
24366
24367 \backslash
24368 listof{algorithm}{your
24369 \begin_inset space ~
24370 \end_inset
24371
24372 name}
24373 \end_layout
24374
24375 \begin_layout Standard
24376 where 
24377 \family sans
24378 your
24379 \begin_inset space ~
24380 \end_inset
24381
24382 name
24383 \family default
24384  is the word 
24385 \begin_inset Quotes eld
24386 \end_inset
24387
24388
24389 \emph on
24390 List of Algorithm
24391 \emph default
24392 s
24393 \begin_inset Quotes erd
24394 \end_inset
24395
24396  in your language.
24397 \end_layout
24398
24399 \begin_layout Standard
24400 Algorithm floats are not by default numbered in the scheme 
24401 \begin_inset Quotes eld
24402 \end_inset
24403
24404 chapter.algorithm
24405 \begin_inset Quotes erd
24406 \end_inset
24407
24408  as is the case for table and figure floats in many document-classes.
24409  To number algorithm floats in the same scheme, add this command to your
24410  document preamble:
24411 \end_layout
24412
24413 \begin_layout Standard
24414
24415 \series bold
24416
24417 \backslash
24418 numberwithin{algorithm}{chapter}
24419 \end_layout
24420
24421 \begin_layout Standard
24422 To be able to use the command 
24423 \series bold
24424
24425 \backslash
24426 numberwithin
24427 \series default
24428 , set in the tab 
24429 \family sans
24430 Math
24431 \begin_inset space ~
24432 \end_inset
24433
24434 Options
24435 \family default
24436  in the document settings the option 
24437 \family sans
24438 Use
24439 \begin_inset space ~
24440 \end_inset
24441
24442 AMS
24443 \begin_inset space ~
24444 \end_inset
24445
24446 math
24447 \begin_inset space ~
24448 \end_inset
24449
24450 package
24451 \family default
24452 .
24453 \end_layout
24454
24455 \begin_layout Section
24456 Float Numbering
24457 \begin_inset Index idx
24458 status collapsed
24459
24460 \begin_layout Plain Layout
24461 Floats ! Numbering
24462 \end_layout
24463
24464 \end_inset
24465
24466
24467 \end_layout
24468
24469 \begin_layout Standard
24470 Floats are usually numbered either independently from the sections the floats
24471  are in, or in the scheme 
24472 \begin_inset Quotes eld
24473 \end_inset
24474
24475 chapter.number
24476 \begin_inset Quotes erd
24477 \end_inset
24478
24479  or 
24480 \begin_inset Quotes eld
24481 \end_inset
24482
24483 section.number
24484 \begin_inset Quotes erd
24485 \end_inset
24486
24487 .
24488  This depends on the document class used.
24489 \end_layout
24490
24491 \begin_layout Standard
24492 To change section-independent numbering, you can use this command in the
24493  document preamble:
24494 \end_layout
24495
24496 \begin_layout Standard
24497
24498 \series bold
24499
24500 \backslash
24501 renewcommand{
24502 \backslash
24503 thetable}{
24504 \backslash
24505 roman{table}}
24506 \end_layout
24507
24508 \begin_layout Standard
24509
24510 \series bold
24511
24512 \backslash
24513 thetable
24514 \series default
24515  is the command that prints the table number.
24516  For figure floats, the command would be 
24517 \series bold
24518
24519 \backslash
24520 thefigure
24521 \series default
24522 .
24523  
24524 \series bold
24525
24526 \backslash
24527 roman
24528 \series default
24529  in the command above prints the table number as a small roman number.
24530 \end_layout
24531
24532 \begin_layout Standard
24533 To change the numbering scheme for example to 
24534 \begin_inset Quotes eld
24535 \end_inset
24536
24537 subsection.number
24538 \begin_inset Quotes erd
24539 \end_inset
24540
24541 , use this command in the preamble:
24542 \end_layout
24543
24544 \begin_layout Standard
24545
24546 \series bold
24547
24548 \backslash
24549 numberwithin{table}{subsection}
24550 \end_layout
24551
24552 \begin_layout Standard
24553 To be able to use the command 
24554 \series bold
24555
24556 \backslash
24557 numberwithin
24558 \series default
24559 , set in the tab 
24560 \family sans
24561 Math
24562 \begin_inset space ~
24563 \end_inset
24564
24565 Options
24566 \family default
24567  in the document settings the option 
24568 \family sans
24569 Use
24570 \begin_inset space ~
24571 \end_inset
24572
24573 AMS
24574 \begin_inset space ~
24575 \end_inset
24576
24577 math
24578 \begin_inset space ~
24579 \end_inset
24580
24581 package
24582 \family default
24583 .
24584 \end_layout
24585
24586 \begin_layout Standard
24587 Please also have a look at section
24588 \begin_inset space ~
24589 \end_inset
24590
24591
24592 \begin_inset CommandInset ref
24593 LatexCommand ref
24594 reference "subsec:Footnote-Numbering"
24595
24596 \end_inset
24597
24598  for the details and important notes about the numbering commands.
24599 \end_layout
24600
24601 \begin_layout Section
24602 Referencing Floats
24603 \begin_inset CommandInset label
24604 LatexCommand label
24605 name "sec:Referencing-Floats"
24606
24607 \end_inset
24608
24609
24610 \begin_inset Index idx
24611 status collapsed
24612
24613 \begin_layout Plain Layout
24614 Floats ! References
24615 \end_layout
24616
24617 \end_inset
24618
24619
24620 \begin_inset Index idx
24621 status collapsed
24622
24623 \begin_layout Plain Layout
24624 References ! to Floats
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \begin_layout Standard
24633 To reference a float, insert a label into its caption using the menu 
24634 \family sans
24635 Insert\SpecialChar menuseparator
24636 Label
24637 \family default
24638  or the toolbar button 
24639 \begin_inset Info
24640 type  "icon"
24641 arg   "label-insert"
24642 \end_inset
24643
24644 .
24645  A grey label box like this one: 
24646 \begin_inset Graphics
24647         filename clipart/label.png
24648         scale 85
24649         scaleBeforeRotation
24650
24651 \end_inset
24652
24653  will be inserted and the label window pops up asking for the label text.
24654  \SpecialChar LyX
24655  offers as text the first words of the caption with a prefix.
24656  The prefix depends on the float type, e.
24657 \begin_inset space \thinspace{}
24658 \end_inset
24659
24660 g.
24661 \begin_inset space \space{}
24662 \end_inset
24663
24664 for figure floats the prefix will be "
24665 \family sans
24666 fig:
24667 \family default
24668 ".
24669 \end_layout
24670
24671 \begin_layout Standard
24672 The label is used as anchor and name for the reference.
24673  You can refer to the label using the menu 
24674 \family sans
24675 Insert\SpecialChar menuseparator
24676 Cross-reference
24677 \family default
24678  or the toolbar button 
24679 \begin_inset Info
24680 type  "icon"
24681 arg   "dialog-show-new-inset ref"
24682 \end_inset
24683
24684 .
24685  The cross-reference window appears showing all labels of the document.
24686  If you have multiple \SpecialChar LyX
24687  documents opened, choose the one you are working
24688  on from the drop-list at the top of the dialog.
24689  You can now sort the labels alphabetically and then choose one.
24690  A grey cross-reference box like this one: 
24691 \begin_inset Graphics
24692         filename clipart/reference.png
24693         scale 85
24694         scaleBeforeRotation
24695
24696 \end_inset
24697
24698  will be inserted.
24699  At the position of the cross-reference box the float number will appear
24700  in the output.
24701 \end_layout
24702
24703 \begin_layout Standard
24704 It is recommended that you use a protected space between the cross-reference
24705  name and its number to avoid line breaks between them.
24706  If a cross-reference refers to a non-existing label, you will see two question
24707  marks in the output instead of the reference.
24708 \end_layout
24709
24710 \begin_layout Standard
24711 You can change labels at any time by clicking on the label box.
24712  References to the changed label will automatically update their links to
24713  the new label text.
24714 \end_layout
24715
24716 \begin_layout Standard
24717 The button 
24718 \family sans
24719 Go
24720 \begin_inset space ~
24721 \end_inset
24722
24723 to
24724 \begin_inset space ~
24725 \end_inset
24726
24727 Label
24728 \family default
24729  in the cross-reference window sets the cursor before the referred label.
24730  The button text changes then to Go
24731 \begin_inset space ~
24732 \end_inset
24733
24734 Back and you can use it to set the cursor back to the cross-reference.
24735 \end_layout
24736
24737 \begin_layout Subsection
24738 Cross-Reference Formats
24739 \begin_inset CommandInset label
24740 LatexCommand label
24741 name "subsec:Cross-Reference-Formats"
24742
24743 \end_inset
24744
24745
24746 \begin_inset Index idx
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750 References ! Formats
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Standard
24759 There are six varieties of cross-references:
24760 \end_layout
24761
24762 \begin_layout Description
24763 <reference>: prints the float number, this is the default: 
24764 \begin_inset CommandInset ref
24765 LatexCommand ref
24766 reference "fig:Two-distorted-images"
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Description
24774 (<reference>): prints the float number within two parentheses, this is the
24775  style normally used to reference formulas, especially when the reference
24776  name 
24777 \begin_inset Quotes eld
24778 \end_inset
24779
24780 Equation
24781 \begin_inset Quotes erd
24782 \end_inset
24783
24784  is omitted: 
24785 \begin_inset CommandInset ref
24786 LatexCommand eqref
24787 reference "eq:Wgn"
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Description
24795 <page>: prints the page number: Page
24796 \begin_inset space ~
24797 \end_inset
24798
24799
24800 \begin_inset CommandInset ref
24801 LatexCommand pageref
24802 reference "fig:Two-distorted-images"
24803
24804 \end_inset
24805
24806
24807 \end_layout
24808
24809 \begin_layout Description
24810 on
24811 \begin_inset space ~
24812 \end_inset
24813
24814 page
24815 \begin_inset space ~
24816 \end_inset
24817
24818 <page>: prints the text "on page" and the page number: 
24819 \begin_inset CommandInset ref
24820 LatexCommand vpageref
24821 reference "fig:Two-distorted-images"
24822
24823 \end_inset
24824
24825
24826 \end_layout
24827
24828 \begin_layout Description
24829 <reference>
24830 \begin_inset space ~
24831 \end_inset
24832
24833 on
24834 \begin_inset space ~
24835 \end_inset
24836
24837 page
24838 \begin_inset space ~
24839 \end_inset
24840
24841 <page>: prints the float number, the text "on page", and the page number:
24842  
24843 \begin_inset CommandInset ref
24844 LatexCommand vref
24845 reference "fig:Two-distorted-images"
24846
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \begin_layout Description
24853 Formatted
24854 \begin_inset space ~
24855 \end_inset
24856
24857 reference: prints a self-defined cross-reference format.
24858 \begin_inset Newline newline
24859 \end_inset
24860
24861
24862 \begin_inset Note Greyedout
24863 status open
24864
24865 \begin_layout Plain Layout
24866
24867 \series bold
24868 Note:
24869 \series default
24870  This feature is only available when you have the \SpecialChar LaTeX
24871 -package 
24872 \series bold
24873 prettyref
24874 \series default
24875  or 
24876 \series bold
24877 refstyle
24878 \series default
24879
24880 \begin_inset Index idx
24881 status collapsed
24882
24883 \begin_layout Plain Layout
24884 \SpecialChar LaTeX
24885 -packages ! prettyref
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset Index idx
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895 \SpecialChar LaTeX
24896 -packages ! refstyle
24897 \end_layout
24898
24899 \end_inset
24900
24901  installed.
24902 \end_layout
24903
24904 \end_inset
24905
24906
24907 \begin_inset Newline newline
24908 \end_inset
24909
24910 You can select which \SpecialChar LaTeX
24911 -package should be used for this feature by setting
24912  the option 
24913 \family sans
24914 Use refstyle (not prettyref) for cross-references
24915 \family default
24916  in the menu 
24917 \family sans
24918 Document\SpecialChar menuseparator
24919 Settings\SpecialChar menuseparator
24920 Document Class
24921 \family default
24922 .
24923  The format is specified by adding the command 
24924 \series bold
24925
24926 \backslash
24927 newrefformat
24928 \series default
24929  (prettyref) or 
24930 \series bold
24931
24932 \backslash
24933 newref
24934 \series default
24935  (refstyle) to the preamble of the document.
24936  For example redefining all references to figures (which have the label
24937  shortcut 
24938 \begin_inset Quotes eld
24939 \end_inset
24940
24941
24942 \family sans
24943 fig
24944 \family default
24945
24946 \begin_inset Quotes erd
24947 \end_inset
24948
24949 ) can be done with this command
24950 \begin_inset Newline newline
24951 \end_inset
24952
24953
24954 \series bold
24955
24956 \backslash
24957 newref{fig}{refcmd={Image on page 
24958 \backslash
24959 pageref{#1}}}
24960 \series default
24961
24962 \begin_inset Newline newline
24963 \end_inset
24964
24965 For more information about the format, have a look at the package documentations
24966
24967 \begin_inset CommandInset citation
24968 LatexCommand cite
24969 key "prettyref,refstyle"
24970
24971 \end_inset
24972
24973 .
24974 \end_layout
24975
24976 \begin_layout Description
24977 Textual
24978 \begin_inset space ~
24979 \end_inset
24980
24981 reference: prints the caption of the reference: 
24982 \begin_inset CommandInset ref
24983 LatexCommand nameref
24984 reference "fig:Two-distorted-images"
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992
24993 \family sans
24994 <page>
24995 \family default
24996  will not print the page number if the label is on the previous, the same,
24997  or the next page.
24998  You will e.
24999 \begin_inset space \thinspace{}
25000 \end_inset
25001
25002 g.
25003 \begin_inset space \space{}
25004 \end_inset
25005
25006 see the text 
25007 \begin_inset Quotes eld
25008 \end_inset
25009
25010
25011 \family sans
25012 on this page
25013 \family default
25014
25015 \begin_inset Quotes erd
25016 \end_inset
25017
25018  instead.
25019  The style 
25020 \family sans
25021 <reference> on page <page>
25022 \family default
25023  will not print anything about the page if the label is on the same page.
25024 \end_layout
25025
25026 \begin_layout Standard
25027 The number and current page of the part of the document referred to in the
25028  output is automatically calculated by \SpecialChar LaTeX
25029 .
25030  The varieties are adjusted in the field 
25031 \family sans
25032 Format
25033 \family default
25034  of the cross-reference window that appears when you click on the cross-referenc
25035 e box.
25036 \end_layout
25037
25038 \begin_layout Standard
25039 \begin_inset Note Greyedout
25040 status open
25041
25042 \begin_layout Plain Layout
25043
25044 \series bold
25045 Note:
25046 \series default
25047  It is recommended to use the \SpecialChar LaTeX
25048 -package 
25049 \series bold
25050 refstyle
25051 \series default
25052
25053 \begin_inset Index idx
25054 status collapsed
25055
25056 \begin_layout Plain Layout
25057 \SpecialChar LaTeX
25058 -packages ! refstyle
25059 \end_layout
25060
25061 \end_inset
25062
25063  because 
25064 \series bold
25065 prettyref
25066 \series default
25067
25068 \begin_inset Index idx
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072 \SpecialChar LaTeX
25073 -packages ! prettyref
25074 \end_layout
25075
25076 \end_inset
25077
25078  does not know all of \SpecialChar LyX
25079 's possible label shortcuts
25080 \begin_inset Foot
25081 status collapsed
25082
25083 \begin_layout Plain Layout
25084 \begin_inset Quotes eld
25085 \end_inset
25086
25087 fig:
25088 \begin_inset Quotes erd
25089 \end_inset
25090
25091  is for example \SpecialChar LyX
25092 's shortcut for labels in figure captions.
25093 \end_layout
25094
25095 \end_inset
25096
25097  and is not internationalized.
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Subsection
25106 Automatic Reference Naming
25107 \begin_inset Index idx
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111 References ! Automatic Reference Naming
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \end_layout
25118
25119 \begin_layout Standard
25120 The \SpecialChar LaTeX
25121 -package 
25122 \series bold
25123 hyperref
25124 \series default
25125
25126 \begin_inset Index idx
25127 status collapsed
25128
25129 \begin_layout Plain Layout
25130 \SpecialChar LaTeX
25131 -packages ! hyperref
25132 \end_layout
25133
25134 \end_inset
25135
25136 , that is enabled in the 
25137 \family sans
25138 PDF Properties
25139 \family default
25140  of the 
25141 \family sans
25142 Document Settings
25143 \family default
25144  dialog, provides a very useful feature that cross-references automatically
25145  include the name of the referenced floats (or text parts like 
25146 \emph on
25147 section
25148 \emph default
25149 ).
25150  So you will save having to write e.
25151 \begin_inset space \thinspace{}
25152 \end_inset
25153
25154 g.
25155 \begin_inset space \space{}
25156 \end_inset
25157
25158 the name 
25159 \begin_inset Quotes eld
25160 \end_inset
25161
25162 Figure
25163 \begin_inset Quotes erd
25164 \end_inset
25165
25166  before every reference to a figure.
25167  To use this feature, enable 
25168 \series bold
25169 hyperref
25170 \series default
25171  and insert this line to the \SpecialChar LaTeX
25172  preamble:
25173 \end_layout
25174
25175 \begin_layout Standard
25176
25177 \series bold
25178
25179 \backslash
25180 AtBeginDocument{
25181 \backslash
25182 renewcommand{
25183 \backslash
25184 ref}[1]{
25185 \backslash
25186 mbox{
25187 \backslash
25188 autoref{#1}}}}
25189 \end_layout
25190
25191 \begin_layout Standard
25192 When you prefer other reference names than the default ones, for example
25193  you want instead of 
25194 \begin_inset Quotes eld
25195 \end_inset
25196
25197 section
25198 \begin_inset Quotes erd
25199 \end_inset
25200
25201  the name 
25202 \begin_inset Quotes eld
25203 \end_inset
25204
25205 sec.
25206 \begin_inset space \thinspace{}
25207 \end_inset
25208
25209
25210 \begin_inset Quotes eld
25211 \end_inset
25212
25213 , you can redefine the name by inserting this in the preamble:
25214 \end_layout
25215
25216 \begin_layout Standard
25217
25218 \series bold
25219
25220 \backslash
25221 addto
25222 \backslash
25223 extrasenglish{
25224 \backslash
25225 renewcommand{
25226 \backslash
25227 sectionautorefname}
25228 \begin_inset Newline newline
25229 \end_inset
25230
25231
25232 \begin_inset Phantom HPhantom
25233 status open
25234
25235 \begin_layout Plain Layout
25236
25237 \series bold
25238 \begin_inset space ~
25239 \end_inset
25240
25241
25242 \end_layout
25243
25244 \end_inset
25245
25246 {sec.
25247 \backslash
25248 negthinspace}}
25249 \end_layout
25250
25251 \begin_layout Standard
25252 When you are using another document language than English, replace
25253 \begin_inset Newline newline
25254 \end_inset
25255
25256
25257 \series bold
25258
25259 \backslash
25260 extrasenglish
25261 \series default
25262  by 
25263 \series bold
25264
25265 \backslash
25266 extras***
25267 \series default
25268 , where *** is the name of the language used.
25269 \end_layout
25270
25271 \begin_layout Standard
25272 To get automatic names, but not for certain reference types, for example
25273  not for equations, use this preamble code:
25274 \end_layout
25275
25276 \begin_layout Standard
25277
25278 \series bold
25279
25280 \backslash
25281 addto
25282 \backslash
25283 extrasenglish{
25284 \backslash
25285 renewcommand*{
25286 \backslash
25287 equationautorefname}[1]{}}
25288 \end_layout
25289
25290 \begin_layout Standard
25291 More about this topic can be found in 
25292 \series bold
25293 hyperref
25294 \series default
25295 's documentation 
25296 \begin_inset CommandInset citation
25297 LatexCommand cite
25298 key "hyperref"
25299
25300 \end_inset
25301
25302 .
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \begin_inset Note Greyedout
25307 status open
25308
25309 \begin_layout Plain Layout
25310
25311 \series bold
25312 Note:
25313 \series default
25314  Automatic reference naming cannot be used when you use cross-references
25315  in the 
25316 \family sans
25317 Formatted
25318 \begin_inset space ~
25319 \end_inset
25320
25321 reference
25322 \family default
25323  style, as described in section
25324 \begin_inset space ~
25325 \end_inset
25326
25327
25328 \begin_inset CommandInset ref
25329 LatexCommand ref
25330 reference "subsec:Cross-Reference-Formats"
25331
25332 \end_inset
25333
25334 .
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Standard
25343 The 
25344 \emph on
25345 Math
25346 \emph default
25347  manual is an example where automatic reference naming is used.
25348 \end_layout
25349
25350 \begin_layout Subsection
25351 Reference Position
25352 \begin_inset CommandInset label
25353 LatexCommand label
25354 name "subsec:Reference-Position"
25355
25356 \end_inset
25357
25358
25359 \begin_inset Index idx
25360 status collapsed
25361
25362 \begin_layout Plain Layout
25363 References ! Reference Position
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \begin_layout Standard
25372 If you use 
25373 \series bold
25374 hyperref
25375 \series default
25376
25377 \begin_inset Index idx
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381 \SpecialChar LaTeX
25382 -packages ! hyperref
25383 \end_layout
25384
25385 \end_inset
25386
25387  in the 
25388 \family sans
25389 PDF Properties
25390 \family default
25391  of the 
25392 \family sans
25393 Document Settings
25394 \family default
25395  dialog to link cross-references in the output, you will see that clicking
25396  on an image float reference jumps to the image label.
25397  The caption will be the first text part on the screen, so that you cannot
25398  see the image without scrolling.
25399  This is because the reference link anchor is placed at the position of
25400  the label.
25401  With the use of the package 
25402 \series bold
25403 hypcap
25404 \series default
25405
25406 \begin_inset Index idx
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410 \SpecialChar LaTeX
25411 -packages ! hypcap
25412 \end_layout
25413
25414 \end_inset
25415
25416 , which is part of the \SpecialChar LaTeX
25417 -package 
25418 \series bold
25419 oberdiek
25420 \series default
25421
25422 \begin_inset Index idx
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426 \SpecialChar LaTeX
25427 -packages ! oberdiek
25428 \end_layout
25429
25430 \end_inset
25431
25432 , the link anchor is placed at the beginning of a float.
25433  To use this feature for figure floats, load 
25434 \series bold
25435 hypcap
25436 \series default
25437  in the document preamble with the line
25438 \end_layout
25439
25440 \begin_layout Standard
25441
25442 \series bold
25443
25444 \backslash
25445 usepackage[figure]{hypcap}
25446 \end_layout
25447
25448 \begin_layout Standard
25449 You can also use 
25450 \series bold
25451 hypcap
25452 \series default
25453  for all float types but this is not recommended for stability reasons.
25454  For more information, have a look at 
25455 \series bold
25456 hypcap
25457 \series default
25458 's manual 
25459 \begin_inset CommandInset citation
25460 LatexCommand cite
25461 key "hypcap"
25462
25463 \end_inset
25464
25465 .
25466 \end_layout
25467
25468 \begin_layout Standard
25469 \begin_inset Note Greyedout
25470 status open
25471
25472 \begin_layout Plain Layout
25473
25474 \series bold
25475 Note:
25476 \series default
25477  
25478 \series bold
25479 hypcap
25480 \series default
25481  has no effect on references to subfigures.
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Section
25490 Float Placement
25491 \begin_inset CommandInset label
25492 LatexCommand label
25493 name "sec:Float-Placement"
25494
25495 \end_inset
25496
25497
25498 \begin_inset Index idx
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502 Floats ! Placement
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \begin_layout Standard
25511 Right-clicking on a float-box and clicking on 
25512 \family sans
25513 Settings
25514 \family default
25515  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25516  uses for
25517  positioning the float.
25518 \begin_inset Newline newline
25519 \end_inset
25520
25521 The option 
25522 \family sans
25523 Span
25524 \begin_inset space ~
25525 \end_inset
25526
25527 columns
25528 \family default
25529  is only useful for two-column documents: If you select it, the float will
25530  span both columns on the page instead of being confined to just one.
25531 \begin_inset Newline newline
25532 \end_inset
25533
25534 The option 
25535 \family sans
25536 Rotate
25537 \begin_inset space ~
25538 \end_inset
25539
25540 sideways
25541 \family default
25542  is used to rotate floats, see section 
25543 \begin_inset CommandInset ref
25544 LatexCommand ref
25545 reference "sec:Rotated-Floats"
25546
25547 \end_inset
25548
25549 .
25550 \end_layout
25551
25552 \begin_layout Standard
25553 You can use one or more of the following options in the float dialog to
25554  set the placement for a particular float when you uncheck the option 
25555 \family sans
25556 Use
25557 \begin_inset space ~
25558 \end_inset
25559
25560 default
25561 \begin_inset space ~
25562 \end_inset
25563
25564 placement
25565 \family default
25566 :
25567 \end_layout
25568
25569 \begin_layout Description
25570 Here
25571 \begin_inset space ~
25572 \end_inset
25573
25574 if
25575 \begin_inset space ~
25576 \end_inset
25577
25578 possible try to place the float on the position where it has been inserted
25579 \end_layout
25580
25581 \begin_layout Description
25582 Top
25583 \begin_inset space ~
25584 \end_inset
25585
25586 of
25587 \begin_inset space ~
25588 \end_inset
25589
25590 page try to place the float at the top of the current page
25591 \end_layout
25592
25593 \begin_layout Description
25594 Bottom
25595 \begin_inset space ~
25596 \end_inset
25597
25598 of
25599 \begin_inset space ~
25600 \end_inset
25601
25602 page try to place the float at the bottom of the current page
25603 \end_layout
25604
25605 \begin_layout Description
25606 Page
25607 \begin_inset space ~
25608 \end_inset
25609
25610 of
25611 \begin_inset space ~
25612 \end_inset
25613
25614 floats try to place the float on its own page
25615 \end_layout
25616
25617 \begin_layout Standard
25618 The order of the above option is 
25619 \emph on
25620 always
25621 \emph default
25622  used by \SpecialChar LaTeX
25623 .
25624  That means, if you use the default placement, \SpecialChar LaTeX
25625  will first try out 
25626 \family sans
25627 Here
25628 \begin_inset space ~
25629 \end_inset
25630
25631 if
25632 \begin_inset space ~
25633 \end_inset
25634
25635 possible
25636 \family default
25637 , then 
25638 \family sans
25639 Top
25640 \begin_inset space ~
25641 \end_inset
25642
25643 of
25644 \begin_inset space ~
25645 \end_inset
25646
25647 page
25648 \family default
25649 , and then the others.
25650  If you do not use the default, \SpecialChar LaTeX
25651  will try only the checked options but in
25652  the same order.
25653  If none of the 4
25654 \begin_inset space ~
25655 \end_inset
25656
25657 placements is possible the procedure is internally repeated trying to put
25658  the float on the following page.
25659 \end_layout
25660
25661 \begin_layout Standard
25662 By default, each option has its own rules:
25663 \end_layout
25664
25665 \begin_layout Labeling
25666 \labelwidthstring 00.00.0000
25667
25668 \family sans
25669 Top
25670 \begin_inset space ~
25671 \end_inset
25672
25673 of
25674 \begin_inset space ~
25675 \end_inset
25676
25677 page
25678 \family default
25679  only floats occupying less than 70
25680 \begin_inset space \thinspace{}
25681 \end_inset
25682
25683 % of the page can be placed at the top of a page (
25684 \series bold
25685
25686 \backslash
25687 topfraction
25688 \series default
25689 )
25690 \end_layout
25691
25692 \begin_layout Labeling
25693 \labelwidthstring 00.00.0000
25694
25695 \family sans
25696 Bottom
25697 \begin_inset space ~
25698 \end_inset
25699
25700 of
25701 \begin_inset space ~
25702 \end_inset
25703
25704 page
25705 \family default
25706 : only floats occupying less than 30
25707 \begin_inset space \thinspace{}
25708 \end_inset
25709
25710 % of the page can be placed at the bottom of a page.
25711  (
25712 \series bold
25713
25714 \backslash
25715 bottomfraction
25716 \series default
25717 )
25718 \end_layout
25719
25720 \begin_layout Labeling
25721 \labelwidthstring 00.00.0000
25722
25723 \family sans
25724 Page
25725 \begin_inset space ~
25726 \end_inset
25727
25728 of
25729 \begin_inset space ~
25730 \end_inset
25731
25732 floats
25733 \family default
25734 : only if more than 50
25735 \begin_inset space \thinspace{}
25736 \end_inset
25737
25738 % of the page is occupied by floats, several floats can be set together
25739  on a page.
25740  (
25741 \series bold
25742
25743 \backslash
25744 floatpagefraction
25745 \series default
25746 )
25747 \end_layout
25748
25749 \begin_layout Standard
25750 If you don't like these rules, you can ignore them by using the additional
25751  option 
25752 \family sans
25753 Ignore
25754 \begin_inset space ~
25755 \end_inset
25756
25757 \SpecialChar LaTeX
25758
25759 \begin_inset space ~
25760 \end_inset
25761
25762 rules
25763 \family default
25764 .
25765 \begin_inset Newline newline
25766 \end_inset
25767
25768 You can also redefine the rules with \SpecialChar LaTeX
25769 -commands that are given in parentheses
25770  after the rules description above.
25771  To increase for example the often too small default of the bottom-rule
25772  to 50
25773 \begin_inset space \thinspace{}
25774 \end_inset
25775
25776 % of the page, add this line to your document preamble:
25777 \end_layout
25778
25779 \begin_layout Standard
25780
25781 \series bold
25782
25783 \backslash
25784 renewcommand{
25785 \backslash
25786 bottomfraction}{0.5}
25787 \end_layout
25788
25789 \begin_layout Standard
25790 Sometimes you might need, under all circumstances, a float to be placed
25791  exactly at the position where it is inserted.
25792  For this case you can use the option 
25793 \family sans
25794 Here
25795 \begin_inset space ~
25796 \end_inset
25797
25798 definitely
25799 \family default
25800 .
25801  Use this option very rarely and only if the document is almost ready to
25802  be printed, because the float is then no longer able to 
25803 \begin_inset Quotes eld
25804 \end_inset
25805
25806 float
25807 \begin_inset Quotes erd
25808 \end_inset
25809
25810  when you change your document and this will often destroy the page layout.
25811 \end_layout
25812
25813 \begin_layout Standard
25814 There are no placement options for text wrap floats, because they are always
25815  surrounded by the text of a certain paragraph.
25816 \begin_inset VSpace bigskip
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \begin_layout Standard
25823 Sometimes you have the problem that a float is placed at the top of a page
25824  while its corresponding section starts at the middle of the page, so that
25825  the reader could think the float is part of the previous section.
25826  To avoid this the \SpecialChar LaTeX
25827 -command 
25828 \series bold
25829
25830 \backslash
25831 suppressfloats
25832 \series default
25833  can be used.
25834  It suppresses a given float placement for the page where it is inserted
25835  and can therefore be used to avoid floats being set before a section starts.
25836  To get this, add these commands to your document preamble:
25837 \end_layout
25838
25839 \begin_layout Standard
25840
25841 \series bold
25842
25843 \backslash
25844 let
25845 \backslash
25846 mySection
25847 \backslash
25848 section
25849 \begin_inset Newline newline
25850 \end_inset
25851
25852
25853 \backslash
25854 renewcommand{
25855 \backslash
25856 section}{
25857 \backslash
25858 suppressfloats[t]
25859 \backslash
25860 mySection}
25861 \end_layout
25862
25863 \begin_layout Standard
25864 You can define the same for all section headings, like chapters and subsections.
25865  This definition is not recommended to be used for small text parts like
25866  subsubsections because \SpecialChar LaTeX
25867  may then have problems finding a suitable placement.
25868 \end_layout
25869
25870 \begin_layout Standard
25871 \begin_inset VSpace bigskip
25872 \end_inset
25873
25874 In some cases it is required to have all figures/tables at the end of the
25875  document.
25876  For this purpose the \SpecialChar LaTeX
25877 -package 
25878 \series bold
25879 endfloat
25880 \series default
25881
25882 \begin_inset Index idx
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886 \SpecialChar LaTeX
25887 -packages ! endfloat
25888 \end_layout
25889
25890 \end_inset
25891
25892  was developed.
25893  It puts all figure and table floats at the end of the document into their
25894  own sections.
25895  At the original float position a text hint like 
25896 \begin_inset Quotes eld
25897 \end_inset
25898
25899
25900 \family sans
25901 [Figure
25902 \begin_inset space ~
25903 \end_inset
25904
25905 3.2 about here.]
25906 \family default
25907
25908 \begin_inset Quotes erd
25909 \end_inset
25910
25911  is inserted.
25912  The endfloat-package is loaded in the preamble with the line
25913 \end_layout
25914
25915 \begin_layout Standard
25916
25917 \series bold
25918
25919 \backslash
25920 usepackage[options]{endfloat}
25921 \end_layout
25922
25923 \begin_layout Standard
25924 There are various package options to format the created figure/table sections.
25925  For more information we refer you to the 
25926 \series bold
25927 endfloat
25928 \series default
25929  documentation 
25930 \begin_inset CommandInset citation
25931 LatexCommand cite
25932 key "endfloat"
25933
25934 \end_inset
25935
25936 .
25937 \begin_inset Newline newline
25938 \end_inset
25939
25940
25941 \begin_inset Note Greyedout
25942 status open
25943
25944 \begin_layout Plain Layout
25945
25946 \series bold
25947 Note: endfloat
25948 \series default
25949  doesn't provide an automatic translation for the text hint, you have to
25950  do this manually, see section
25951 \begin_inset space ~
25952 \end_inset
25953
25954 4 in 
25955 \begin_inset CommandInset citation
25956 LatexCommand cite
25957 key "endfloat"
25958
25959 \end_inset
25960
25961 .
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \begin_inset Newline newline
25968 \end_inset
25969
25970
25971 \begin_inset Note Greyedout
25972 status open
25973
25974 \begin_layout Plain Layout
25975
25976 \series bold
25977 Note:
25978 \series default
25979  There is currently a bug in 
25980 \series bold
25981 endfloat
25982 \series default
25983  when the caption contains a German 
25984 \begin_inset Quotes eld
25985 \end_inset
25986
25987 ß
25988 \begin_inset Quotes erd
25989 \end_inset
25990
25991 .
25992  Use in this case the command 
25993 \begin_inset Quotes eld
25994 \end_inset
25995
25996
25997 \series bold
25998
25999 \backslash
26000 ss
26001 \series default
26002
26003 \begin_inset Quotes erd
26004 \end_inset
26005
26006  in \SpecialChar TeX
26007  Code instead of 
26008 \begin_inset Quotes eld
26009 \end_inset
26010
26011 ß
26012 \begin_inset Quotes erd
26013 \end_inset
26014
26015 .
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset VSpace bigskip
26025 \end_inset
26026
26027 For more details about float placements, have a look at \SpecialChar LaTeX
26028  books, 
26029 \begin_inset CommandInset citation
26030 LatexCommand cite
26031 key "latexcompanion,latexguide,latexbook"
26032
26033 \end_inset
26034
26035 .
26036 \end_layout
26037
26038 \begin_layout Section
26039 Rotated Floats
26040 \begin_inset CommandInset label
26041 LatexCommand label
26042 name "sec:Rotated-Floats"
26043
26044 \end_inset
26045
26046
26047 \begin_inset Index idx
26048 status collapsed
26049
26050 \begin_layout Plain Layout
26051 Floats ! Rotating
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060 Especially for wide tables you might have floats rotated.
26061  To rotate a whole float including the caption, right-click on the float-box
26062  and use the option 
26063 \family sans
26064 Rotate
26065 \begin_inset space ~
26066 \end_inset
26067
26068 sideways
26069 \family default
26070 .
26071 \end_layout
26072
26073 \begin_layout Standard
26074 Rotated floats are always placed on a page of their own (or column of their
26075  own; in case you have a multi-column document).
26076  You can let them span several columns using the float settings option 
26077 \family sans
26078 Span
26079 \begin_inset space ~
26080 \end_inset
26081
26082 columns
26083 \family default
26084 .
26085  Floats are rotated so that you can read them from the outside margin.
26086  To force a certain rotation direction for all pages, you can add either
26087  the option 
26088 \series bold
26089 figuresleft
26090 \series default
26091  or 
26092 \series bold
26093 figuresright
26094 \series default
26095  to the document class options.
26096 \end_layout
26097
26098 \begin_layout Standard
26099 Referencing rotated floats is the same as for normal floats, the caption
26100  format is also the same: Table
26101 \begin_inset space ~
26102 \end_inset
26103
26104
26105 \begin_inset CommandInset ref
26106 LatexCommand ref
26107 reference "tab:Rotated-table"
26108
26109 \end_inset
26110
26111  is an example of a rotated table float.
26112 \end_layout
26113
26114 \begin_layout Standard
26115 \begin_inset Note Greyedout
26116 status open
26117
26118 \begin_layout Plain Layout
26119
26120 \series bold
26121 Note:
26122 \series default
26123  Not all DVI-viewers are able to display rotated floats.
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Standard
26132 \begin_inset Float table
26133 wide false
26134 sideways true
26135 status open
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Caption Standard
26139
26140 \begin_layout Plain Layout
26141 \begin_inset CommandInset label
26142 LatexCommand label
26143 name "tab:Rotated-table"
26144
26145 \end_inset
26146
26147  Rotated table
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Plain Layout
26156 \align center
26157 \begin_inset Tabular
26158 <lyxtabular version="3" rows="1" columns="5">
26159 <features tabularvalignment="middle">
26160 <column alignment="center" valignment="top">
26161 <column alignment="center" valignment="top">
26162 <column alignment="center" valignment="top">
26163 <column alignment="center" valignment="top">
26164 <column alignment="center" valignment="top">
26165 <row>
26166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 test
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 b
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 c
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 d
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206 e
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 </row>
26212 </lyxtabular>
26213
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \begin_layout Section
26225 Subfloats
26226 \begin_inset Index idx
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230 Floats ! Subfloats
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Subfloats are for example used when a figure consists of several images.
26240  They are created by inserting a float into an existing float.
26241  The placement of the subfloats can be controlled in the same way as for
26242  paragraphs as shown in table
26243 \begin_inset space ~
26244 \end_inset
26245
26246
26247 \begin_inset CommandInset ref
26248 LatexCommand ref
26249 reference "tab:Two-subtables-side"
26250
26251 \end_inset
26252
26253  and 
26254 \begin_inset CommandInset ref
26255 LatexCommand ref
26256 reference "tab:Two-subtables-upon"
26257
26258 \end_inset
26259
26260 .
26261 \end_layout
26262
26263 \begin_layout Standard
26264 Referencing subfloats works as for normal floats: Table
26265 \begin_inset space ~
26266 \end_inset
26267
26268
26269 \begin_inset CommandInset ref
26270 LatexCommand ref
26271 reference "tab:This-is-subtable-a"
26272
26273 \end_inset
26274
26275  and 
26276 \begin_inset CommandInset ref
26277 LatexCommand ref
26278 reference "tab:This-is-subtable-b"
26279
26280 \end_inset
26281
26282  are subtables of table
26283 \begin_inset space ~
26284 \end_inset
26285
26286
26287 \begin_inset CommandInset ref
26288 LatexCommand ref
26289 reference "tab:Two-subtables-side"
26290
26291 \end_inset
26292
26293 .
26294 \end_layout
26295
26296 \begin_layout Standard
26297 \begin_inset Float table
26298 wide false
26299 sideways false
26300 status open
26301
26302 \begin_layout Plain Layout
26303 \begin_inset Caption Standard
26304
26305 \begin_layout Plain Layout
26306 \begin_inset CommandInset label
26307 LatexCommand label
26308 name "tab:Two-subtables-side"
26309
26310 \end_inset
26311
26312 Two subtables placed side by side.
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \begin_layout Plain Layout
26321 \align center
26322 \begin_inset space \hfill{}
26323 \end_inset
26324
26325
26326 \begin_inset Float table
26327 wide false
26328 sideways false
26329 status collapsed
26330
26331 \begin_layout Plain Layout
26332 \begin_inset Caption Standard
26333
26334 \begin_layout Plain Layout
26335 \begin_inset CommandInset label
26336 LatexCommand label
26337 name "tab:This-is-subtable-a"
26338
26339 \end_inset
26340
26341 This is subtable a.
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \begin_layout Plain Layout
26350 \align center
26351 \begin_inset Tabular
26352 <lyxtabular version="3" rows="1" columns="5">
26353 <features tabularvalignment="middle">
26354 <column alignment="center" valignment="top">
26355 <column alignment="center" valignment="top">
26356 <column alignment="center" valignment="top">
26357 <column alignment="center" valignment="top">
26358 <column alignment="center" valignment="top">
26359 <row>
26360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 test
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 b
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 c
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391 d
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 e
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 </row>
26406 </lyxtabular>
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \begin_inset space \hfill{}
26417 \end_inset
26418
26419
26420 \begin_inset Float table
26421 wide false
26422 sideways false
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426 \begin_inset Caption Standard
26427
26428 \begin_layout Plain Layout
26429 \begin_inset CommandInset label
26430 LatexCommand label
26431 name "tab:This-is-subtable-b"
26432
26433 \end_inset
26434
26435 This is subtable b.
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \begin_layout Plain Layout
26444 \align center
26445 \begin_inset Tabular
26446 <lyxtabular version="3" rows="1" columns="5">
26447 <features tabularvalignment="middle">
26448 <column alignment="center" valignment="top">
26449 <column alignment="center" valignment="top">
26450 <column alignment="center" valignment="top">
26451 <column alignment="center" valignment="top">
26452 <column alignment="center" valignment="top">
26453 <row>
26454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 e
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 d
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476 c
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 b
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 test
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 </lyxtabular>
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \begin_inset space \hfill{}
26511 \end_inset
26512
26513
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Standard
26522 \begin_inset Float table
26523 wide false
26524 sideways false
26525 status open
26526
26527 \begin_layout Plain Layout
26528 \begin_inset Caption Standard
26529
26530 \begin_layout Plain Layout
26531 \begin_inset CommandInset label
26532 LatexCommand label
26533 name "tab:Two-subtables-upon"
26534
26535 \end_inset
26536
26537 Two subtables placed one above the other.
26538  (a) table with 4 cells, (b) table with 5 cells.
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \begin_layout Plain Layout
26547 \align center
26548 \begin_inset Float table
26549 wide false
26550 sideways false
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554 \begin_inset Caption Standard
26555
26556 \begin_layout Plain Layout
26557
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \begin_layout Plain Layout
26566 \align center
26567 \begin_inset Tabular
26568 <lyxtabular version="3" rows="1" columns="4">
26569 <features tabularvalignment="middle">
26570 <column alignment="center" valignment="top">
26571 <column alignment="center" valignment="top">
26572 <column alignment="center" valignment="top">
26573 <column alignment="center" valignment="top">
26574 <row>
26575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 test
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 test
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 test
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 test
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 </row>
26612 </lyxtabular>
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Plain Layout
26625 \align center
26626 \begin_inset Float table
26627 wide false
26628 sideways false
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632 \begin_inset Caption Standard
26633
26634 \begin_layout Plain Layout
26635
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Plain Layout
26644 \align center
26645 \begin_inset Tabular
26646 <lyxtabular version="3" rows="1" columns="5">
26647 <features tabularvalignment="middle">
26648 <column alignment="center" valignment="top">
26649 <column alignment="center" valignment="top">
26650 <column alignment="center" valignment="top">
26651 <column alignment="center" valignment="top">
26652 <column alignment="center" valignment="top">
26653 <row>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 a
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 b
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 c
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685 d
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694 e
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 </row>
26700 </lyxtabular>
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Section
26718 Floats Side by Side
26719 \begin_inset Index idx
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723 Floats ! Side by side
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \begin_layout Standard
26732 To place floats side by side, as in Figures
26733 \begin_inset space ~
26734 \end_inset
26735
26736
26737 \begin_inset CommandInset ref
26738 LatexCommand ref
26739 reference "fig:Float-left"
26740
26741 \end_inset
26742
26743  and 
26744 \begin_inset CommandInset ref
26745 LatexCommand ref
26746 reference "fig:Float-right"
26747
26748 \end_inset
26749
26750 , only 
26751 \emph on
26752 one
26753 \emph default
26754  float is used.
26755  In it two minipage boxes are inserted.
26756 \begin_inset Foot
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760 Minipages are explained in section
26761 \begin_inset space ~
26762 \end_inset
26763
26764
26765 \begin_inset CommandInset ref
26766 LatexCommand ref
26767 reference "sec:Minipages"
26768
26769 \end_inset
26770
26771 .
26772 \end_layout
26773
26774 \end_inset
26775
26776  The width is set to 45
26777 \begin_inset space \thinspace{}
26778 \end_inset
26779
26780 -50
26781 \begin_inset space \thinspace{}
26782 \end_inset
26783
26784 column% and the box alignment to 
26785 \family sans
26786 Bottom
26787 \family default
26788  for each minipage.
26789  The minipage boxes contain the image and the caption in the same way as
26790  they are in a float.
26791  The only difference is that the image unit 
26792 \family sans
26793 Column
26794 \begin_inset space ~
26795 \end_inset
26796
26797 Width
26798 \begin_inset space ~
26799 \end_inset
26800
26801 %
26802 \family default
26803  is now calculated according to the width of the minipage boxes.
26804 \end_layout
26805
26806 \begin_layout Standard
26807 \begin_inset Float figure
26808 wide false
26809 sideways false
26810 status open
26811
26812 \begin_layout Plain Layout
26813 \begin_inset Box Frameless
26814 position "b"
26815 hor_pos "c"
26816 has_inner_box 1
26817 inner_pos "t"
26818 use_parbox 0
26819 use_makebox 0
26820 width "45col%"
26821 special "none"
26822 height "1in"
26823 height_special "totalheight"
26824 thickness "0.4pt"
26825 separation "3pt"
26826 shadowsize "4pt"
26827 framecolor "black"
26828 backgroundcolor "none"
26829 status open
26830
26831 \begin_layout Plain Layout
26832 \align center
26833 \begin_inset Graphics
26834         filename clipart/mobius.eps
26835         lyxscale 50
26836         width 100col%
26837         scaleBeforeRotation
26838
26839 \end_inset
26840
26841
26842 \end_layout
26843
26844 \begin_layout Plain Layout
26845 \begin_inset Caption Standard
26846
26847 \begin_layout Plain Layout
26848 \begin_inset CommandInset label
26849 LatexCommand label
26850 name "fig:Float-left"
26851
26852 \end_inset
26853
26854 Float on the left side.
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \begin_inset space \hfill{}
26866 \end_inset
26867
26868
26869 \begin_inset Box Frameless
26870 position "b"
26871 hor_pos "c"
26872 has_inner_box 1
26873 inner_pos "t"
26874 use_parbox 0
26875 use_makebox 0
26876 width "45col%"
26877 special "none"
26878 height "1in"
26879 height_special "totalheight"
26880 thickness "0.4pt"
26881 separation "3pt"
26882 shadowsize "4pt"
26883 framecolor "black"
26884 backgroundcolor "none"
26885 status open
26886
26887 \begin_layout Plain Layout
26888 \align center
26889 \begin_inset Graphics
26890         filename clipart/platypus.eps
26891         lyxscale 50
26892         width 100col%
26893         scaleBeforeRotation
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Plain Layout
26901 \begin_inset Caption Standard
26902
26903 \begin_layout Plain Layout
26904 \begin_inset CommandInset label
26905 LatexCommand label
26906 name "fig:Float-right"
26907
26908 \end_inset
26909
26910 Float on the right side.
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \begin_layout Standard
26929 An alternative and simpler solution is to use the module 
26930 \family sans
26931 Variable-width Minipages
26932 \family default
26933 , see sec.
26934 \begin_inset space \thinspace{}
26935 \end_inset
26936
26937
26938 \begin_inset CommandInset ref
26939 LatexCommand ref
26940 reference "sec:Minipages"
26941
26942 \end_inset
26943
26944 .
26945  Variable-width minipages adapt automatically to the width of the figures
26946  and tables.
26947  They do not require an explicit width to be given, and they improve the
26948  horizontal alignment of the figures.
26949  The LyX example file 
26950 \emph on
26951 varwidth-floats-side-by-side
26952 \emph default
26953  gives examples of how to do this.
26954 \end_layout
26955
26956 \begin_layout Section
26957 Caption Formatting
26958 \begin_inset Index idx
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962 Caption ! Formatting
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \begin_inset Index idx
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972 Floats ! Caption Formatting
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \begin_inset CommandInset label
26979 LatexCommand label
26980 name "sec:Caption-Formatting"
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \begin_layout Standard
26988 The 
26989 \family sans
26990 Caption
26991 \family default
26992  environment is the default paragraph environment for 
26993 \family sans
26994 Floats
26995 \family default
26996 .
26997  On the \SpecialChar LyX
26998  screen captions appear as a label, e.
26999 \begin_inset space \thinspace{}
27000 \end_inset
27001
27002 g.
27003 \begin_inset space \space{}
27004 \end_inset
27005
27006
27007 \begin_inset Quotes eld
27008 \end_inset
27009
27010
27011 \family sans
27012 Figure #:
27013 \family default
27014
27015 \begin_inset Quotes erd
27016 \end_inset
27017
27018  followed by the caption text.
27019  
27020 \begin_inset Quotes eld
27021 \end_inset
27022
27023 #
27024 \begin_inset Quotes erd
27025 \end_inset
27026
27027  is the actual reference number.
27028  By default the label and the number are in the same font as the caption
27029  text and a colon follows the number to divide the label from the text.
27030  This caption format is suitable for many but not all documents.
27031  
27032 \end_layout
27033
27034 \begin_layout Standard
27035 To change the default caption format, load the \SpecialChar LaTeX
27036 -package 
27037 \series bold
27038 caption
27039 \series default
27040
27041 \begin_inset Index idx
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045 \SpecialChar LaTeX
27046 -packages ! caption
27047 \end_layout
27048
27049 \end_inset
27050
27051  in the document preamble with this line:
27052 \end_layout
27053
27054 \begin_layout Standard
27055
27056 \series bold
27057
27058 \backslash
27059 usepackage[format definition]{caption}
27060 \end_layout
27061
27062 \begin_layout Standard
27063 To have for example the label and the number in sans-serif, bold font and
27064  the table captions always above the table as in this document, use the
27065  following command:
27066 \end_layout
27067
27068 \begin_layout Standard
27069
27070 \series bold
27071
27072 \backslash
27073 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27074 \end_layout
27075
27076 \begin_layout Standard
27077 You can also define different caption formats for the different float types.
27078  In this case load the 
27079 \series bold
27080 caption
27081 \series default
27082  package without format specific options and define the different formats
27083  with the help of the command
27084 \end_layout
27085
27086 \begin_layout Standard
27087
27088 \series bold
27089
27090 \backslash
27091 captionsetup[float type]{format definition}
27092 \end_layout
27093
27094 \begin_layout Standard
27095 in the document preamble.
27096  For example the caption formats of Figure
27097 \begin_inset space ~
27098 \end_inset
27099
27100
27101 \begin_inset CommandInset ref
27102 LatexCommand ref
27103 reference "fig:This-is-an-fig"
27104
27105 \end_inset
27106
27107  and Table
27108 \begin_inset space ~
27109 \end_inset
27110
27111
27112 \begin_inset CommandInset ref
27113 LatexCommand ref
27114 reference "tab:This-is-an-tab"
27115
27116 \end_inset
27117
27118  can be created using these commands in the document preamble:
27119 \end_layout
27120
27121 \begin_layout Standard
27122
27123 \series bold
27124
27125 \backslash
27126 usepackage[tableposition=top]{caption}
27127 \series default
27128
27129 \begin_inset Newline newline
27130 \end_inset
27131
27132
27133 \series bold
27134
27135 \backslash
27136 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27137 \begin_inset Newline newline
27138 \end_inset
27139
27140
27141 \begin_inset Phantom HPhantom
27142 status open
27143
27144 \begin_layout Plain Layout
27145
27146 \series bold
27147
27148 \backslash
27149 captionsetup[figure]{
27150 \end_layout
27151
27152 \end_inset
27153
27154 labelsep=period}
27155 \begin_inset Newline newline
27156 \end_inset
27157
27158
27159 \backslash
27160 captionsetup[table]{labelfont={bf,sf}}
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset Note Greyedout
27165 status open
27166
27167 \begin_layout Plain Layout
27168
27169 \series bold
27170 Note:
27171 \series default
27172  The option 
27173 \series bold
27174 tableposition=top
27175 \series default
27176  has no effect when a 
27177 \series bold
27178 KOMA-Script
27179 \series default
27180
27181 \begin_inset Index idx
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 \SpecialChar LaTeX
27186 -packages ! KOMA-Script
27187 \end_layout
27188
27189 \end_inset
27190
27191  document class is used.
27192  In this case the document class option 
27193 \series bold
27194 captions=tableheading
27195 \series default
27196  must be used.
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \begin_layout Standard
27205 For more information about the package 
27206 \series bold
27207 caption
27208 \series default
27209  we refer to its documentation 
27210 \begin_inset CommandInset citation
27211 LatexCommand cite
27212 key "caption"
27213
27214 \end_inset
27215
27216 .
27217 \end_layout
27218
27219 \begin_layout Standard
27220 To change the label name from e.
27221 \begin_inset space \thinspace{}
27222 \end_inset
27223
27224 g.
27225 \begin_inset space \space{}
27226 \end_inset
27227
27228
27229 \begin_inset Quotes eld
27230 \end_inset
27231
27232 Figure
27233 \begin_inset Quotes erd
27234 \end_inset
27235
27236  to 
27237 \begin_inset Quotes eld
27238 \end_inset
27239
27240 Image
27241 \begin_inset Quotes erd
27242 \end_inset
27243
27244  use this preamble command:
27245 \end_layout
27246
27247 \begin_layout Standard
27248
27249 \series bold
27250
27251 \backslash
27252 renewcommand{
27253 \backslash
27254 fnum@figure}{Image~
27255 \backslash
27256 thefigure}
27257 \end_layout
27258
27259 \begin_layout Standard
27260 where 
27261 \series bold
27262
27263 \backslash
27264 thefigure
27265 \series default
27266  inserts the figure number and
27267 \series bold
27268  
27269 \begin_inset Quotes eld
27270 \end_inset
27271
27272 ~
27273 \series default
27274
27275 \begin_inset Quotes erd
27276 \end_inset
27277
27278  creates a protected space.
27279 \end_layout
27280
27281 \begin_layout Standard
27282 \begin_inset VSpace bigskip
27283 \end_inset
27284
27285 If you are using a 
27286 \series bold
27287 KOMA-Script
27288 \series default
27289
27290 \begin_inset Index idx
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294 \SpecialChar LaTeX
27295 -packages ! KOMA-Script
27296 \end_layout
27297
27298 \end_inset
27299
27300  document class (
27301 \family sans
27302 article (KOMA-Script)
27303 \family default
27304
27305 \family sans
27306 book (KOMA-Script)
27307 \family default
27308
27309 \family sans
27310 letter (KOMA-Script)
27311 \family default
27312 , or 
27313 \family sans
27314 report (KOMA-Script)
27315 \family default
27316
27317 \begin_inset space \thinspace{}
27318 \end_inset
27319
27320 ), you can alternatively to the 
27321 \series bold
27322 caption
27323 \series default
27324  package use 
27325 \series bold
27326 KOMA-Script
27327 \series default
27328 's built-in command 
27329 \series bold
27330
27331 \backslash
27332 setkomafont
27333 \series default
27334 .
27335  For example, to have the caption label in bold, add this command to your
27336  document preamble:
27337 \end_layout
27338
27339 \begin_layout Standard
27340
27341 \series bold
27342
27343 \backslash
27344 setkomafont{captionlabel}{
27345 \backslash
27346 bfseries}
27347 \end_layout
27348
27349 \begin_layout Standard
27350 For more information about 
27351 \series bold
27352
27353 \backslash
27354 setkomafont
27355 \series default
27356  we refer to the 
27357 \series bold
27358 KOMA-Script
27359 \series default
27360  documentation 
27361 \begin_inset CommandInset citation
27362 LatexCommand cite
27363 key "KOMA-Script"
27364
27365 \end_inset
27366
27367 .
27368 \end_layout
27369
27370 \begin_layout Standard
27371 \begin_inset ERT
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375
27376
27377 \backslash
27378 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27379 }
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \begin_inset Note Note
27386 status open
27387
27388 \begin_layout Plain Layout
27389 The caption format is changed only for this example.
27390 \end_layout
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Standard
27398 \begin_inset Float figure
27399 placement !p
27400 wide false
27401 sideways false
27402 status open
27403
27404 \begin_layout Plain Layout
27405 \align center
27406 \begin_inset Graphics
27407         filename clipart/mobius.eps
27408         lyxscale 50
27409         scale 50
27410         scaleBeforeRotation
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \begin_layout Plain Layout
27418 \begin_inset Caption Standard
27419
27420 \begin_layout Plain Layout
27421 \begin_inset CommandInset label
27422 LatexCommand label
27423 name "fig:This-is-an-fig"
27424
27425 \end_inset
27426
27427 This is an example figure caption that is longer than one line to show the
27428  different caption format.
27429  Here a self-defined caption format is used.
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \begin_layout Standard
27443 \begin_inset ERT
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447
27448
27449 \backslash
27450 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27451 on}
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \begin_inset Float table
27461 placement !p
27462 wide false
27463 sideways false
27464 status open
27465
27466 \begin_layout Plain Layout
27467 \begin_inset Caption Standard
27468
27469 \begin_layout Plain Layout
27470 \begin_inset CommandInset label
27471 LatexCommand label
27472 name "tab:This-is-an-tab"
27473
27474 \end_inset
27475
27476 This is an example table caption that is longer than one line to show the
27477  different caption format.
27478  Here the standard caption format for tables in this document is used.
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \begin_layout Plain Layout
27487 \align center
27488 \begin_inset Tabular
27489 <lyxtabular version="3" rows="1" columns="5">
27490 <features tabularvalignment="middle">
27491 <column alignment="center" valignment="top">
27492 <column alignment="center" valignment="top">
27493 <column alignment="center" valignment="top">
27494 <column alignment="center" valignment="top">
27495 <column alignment="center" valignment="top">
27496 <row>
27497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501 a
27502 \end_layout
27503
27504 \end_inset
27505 </cell>
27506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27507 \begin_inset Text
27508
27509 \begin_layout Plain Layout
27510 b
27511 \end_layout
27512
27513 \end_inset
27514 </cell>
27515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27516 \begin_inset Text
27517
27518 \begin_layout Plain Layout
27519 c
27520 \end_layout
27521
27522 \end_inset
27523 </cell>
27524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528 d
27529 \end_layout
27530
27531 \end_inset
27532 </cell>
27533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Plain Layout
27537 e
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 </row>
27543 </lyxtabular>
27544
27545 \end_inset
27546
27547
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Section
27556 Caption Placement
27557 \begin_inset Index idx
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561 Caption ! Placement
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \begin_inset Index idx
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571 Floats ! Caption Placement
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \begin_inset CommandInset label
27578 LatexCommand label
27579 name "sec:Caption-Placement"
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 The common caption placement rule is:
27588 \end_layout
27589
27590 \begin_layout Description
27591 Figure: Caption is set below the figure
27592 \end_layout
27593
27594 \begin_layout Description
27595 Table: Caption is set above the table
27596 \end_layout
27597
27598 \begin_layout Standard
27599 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27600 's
27601  standard classes.
27602  That means if you are using the document classes 
27603 \family sans
27604 article
27605 \family default
27606
27607 \family sans
27608 book
27609 \family default
27610
27611 \family sans
27612 letter
27613 \family default
27614 , or 
27615 \family sans
27616 report
27617 \family default
27618  there will be no space between the caption and the table.
27619  To insert the necessary space, load the \SpecialChar LaTeX
27620 -package 
27621 \series bold
27622 caption
27623 \series default
27624
27625 \begin_inset Index idx
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629 \SpecialChar LaTeX
27630 -packages ! caption
27631 \end_layout
27632
27633 \end_inset
27634
27635  in your document preamble with the option
27636 \begin_inset Foot
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640 See section
27641 \begin_inset space ~
27642 \end_inset
27643
27644
27645 \begin_inset CommandInset ref
27646 LatexCommand ref
27647 reference "sec:Caption-Formatting"
27648
27649 \end_inset
27650
27651  for more information of the package 
27652 \series bold
27653 caption
27654 \series default
27655 .
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664
27665 \series bold
27666 tableposition=top
27667 \end_layout
27668
27669 \begin_layout Standard
27670 If you are using a 
27671 \series bold
27672 KOMA-Script
27673 \series default
27674
27675 \begin_inset Index idx
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679 \SpecialChar LaTeX
27680 -packages ! KOMA-Script
27681 \end_layout
27682
27683 \end_inset
27684
27685  document class (
27686 \family sans
27687 article (KOMA-Script)
27688 \family default
27689
27690 \family sans
27691 book (KOMA-Script)
27692 \family default
27693
27694 \family sans
27695 letter (KOMA-Script)
27696 \family default
27697 , or 
27698 \family sans
27699 report (KOMA-Script)
27700 \family default
27701
27702 \begin_inset space \thinspace{}
27703 \end_inset
27704
27705 ), you can alternatively to the 
27706 \series bold
27707 caption
27708 \series default
27709  package set the document class option
27710 \begin_inset Foot
27711 status collapsed
27712
27713 \begin_layout Plain Layout
27714 That option is used in this document.
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Standard
27723
27724 \series bold
27725 captions=tableheading
27726 \end_layout
27727
27728 \begin_layout Standard
27729 In documents with a KOMA-Script document class you can also right-click
27730  on a caption and mark in the context menu if this should be a caption above
27731  or below the table/figure.
27732  This way you can override the document-wide caption placement for certain
27733  captions.
27734  Table
27735 \begin_inset space ~
27736 \end_inset
27737
27738
27739 \begin_inset CommandInset ref
27740 LatexCommand ref
27741 reference "tab:A-caption-marked"
27742
27743 \end_inset
27744
27745  is an example where the caption is marked a being below the table while
27746  it is above.
27747  For comparison the caption in Table
27748 \begin_inset space ~
27749 \end_inset
27750
27751
27752 \begin_inset CommandInset ref
27753 LatexCommand ref
27754 reference "tab:A-standard-table"
27755
27756 \end_inset
27757
27758  is not marked.
27759 \end_layout
27760
27761 \begin_layout Standard
27762 \begin_inset Float table
27763 wide false
27764 sideways false
27765 status open
27766
27767 \begin_layout Plain Layout
27768 \begin_inset Caption Below
27769
27770 \begin_layout Plain Layout
27771 \begin_inset CommandInset label
27772 LatexCommand label
27773 name "tab:A-caption-marked"
27774
27775 \end_inset
27776
27777 A caption marked as being below the table.
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Plain Layout
27786 \align center
27787 \begin_inset Tabular
27788 <lyxtabular version="3" rows="3" columns="3">
27789 <features tabularvalignment="middle">
27790 <column alignment="center" valignment="top" width="0pt">
27791 <column alignment="center" valignment="top" width="0pt">
27792 <column alignment="center" valignment="top" width="0pt">
27793 <row>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 1
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 2
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816 3
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 </row>
27822 <row>
27823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27824 \begin_inset Text
27825
27826 \begin_layout Plain Layout
27827 Joe
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836 Mary
27837 \end_layout
27838
27839 \end_inset
27840 </cell>
27841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27842 \begin_inset Text
27843
27844 \begin_layout Plain Layout
27845 Ted
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 </row>
27851 <row>
27852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856 \begin_inset Formula $\int x^{2}dx$
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868 \begin_inset Formula $\left[\begin{array}{cc}
27869 a & b\\
27870 c & d
27871 \end{array}\right]$
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883 \begin_inset Formula $1+1=2$
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 </row>
27892 </lyxtabular>
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Standard
27905 \begin_inset Float table
27906 wide false
27907 sideways false
27908 status open
27909
27910 \begin_layout Plain Layout
27911 \begin_inset Caption Standard
27912
27913 \begin_layout Plain Layout
27914 \begin_inset CommandInset label
27915 LatexCommand label
27916 name "tab:A-standard-table"
27917
27918 \end_inset
27919
27920 A standard table caption.
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Plain Layout
27929 \align center
27930 \begin_inset Tabular
27931 <lyxtabular version="3" rows="3" columns="3">
27932 <features tabularvalignment="middle">
27933 <column alignment="center" valignment="top" width="0pt">
27934 <column alignment="center" valignment="top" width="0pt">
27935 <column alignment="center" valignment="top" width="0pt">
27936 <row>
27937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 1
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27947 \begin_inset Text
27948
27949 \begin_layout Plain Layout
27950 2
27951 \end_layout
27952
27953 \end_inset
27954 </cell>
27955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27956 \begin_inset Text
27957
27958 \begin_layout Plain Layout
27959 3
27960 \end_layout
27961
27962 \end_inset
27963 </cell>
27964 </row>
27965 <row>
27966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 Joe
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 Mary
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Plain Layout
27988 Ted
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 </row>
27994 <row>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 \begin_inset Formula $\int x^{2}dx$
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28008 \begin_inset Text
28009
28010 \begin_layout Plain Layout
28011 \begin_inset Formula $\left[\begin{array}{cc}
28012 a & b\\
28013 c & d
28014 \end{array}\right]$
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \end_inset
28021 </cell>
28022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28023 \begin_inset Text
28024
28025 \begin_layout Plain Layout
28026 \begin_inset Formula $1+1=2$
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 </row>
28035 </lyxtabular>
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Standard
28048 \begin_inset VSpace bigskip
28049 \end_inset
28050
28051 It is also possible to set the caption beside a figure or table.
28052  To get this the \SpecialChar LaTeX
28053 -package 
28054 \series bold
28055 sidecap
28056 \series default
28057
28058 \begin_inset Index idx
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 \SpecialChar LaTeX
28063 -packages ! sidecap
28064 \end_layout
28065
28066 \end_inset
28067
28068  has to be loaded in the document preamble with the line
28069 \end_layout
28070
28071 \begin_layout Standard
28072
28073 \series bold
28074
28075 \backslash
28076 usepackage[option]{sidecap}
28077 \end_layout
28078
28079 \begin_layout Standard
28080 If you set no option, the caption is placed on the side of the outer page
28081  margin â€“ to the right on odd pages, to the left on even pages.
28082  You can change the placement to inner margin with the option 
28083 \series bold
28084 innercaption
28085 \series default
28086 .
28087  To force the placement always to the right or left, use the option 
28088 \series bold
28089 rightcaption
28090 \series default
28091  or 
28092 \series bold
28093 leftcaption
28094 \series default
28095 , respectively.
28096 \end_layout
28097
28098 \begin_layout Standard
28099 \begin_inset ERT
28100 status collapsed
28101
28102 \begin_layout Plain Layout
28103
28104
28105 \backslash
28106 ifsidecap
28107 \end_layout
28108
28109 \end_inset
28110
28111
28112 \begin_inset Note Note
28113 status open
28114
28115 \begin_layout Plain Layout
28116 The following section will only be displayed when the \SpecialChar LaTeX
28117 -package 
28118 \series bold
28119 sidecap
28120 \series default
28121  is installed.
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Standard
28130 To place in \SpecialChar LyX
28131  the caption of a float on the side, it is necessary to add
28132  these commands to the document preamble:
28133 \end_layout
28134
28135 \begin_layout Standard
28136 \noindent
28137 \begin_inset CommandInset line
28138 LatexCommand rule
28139 offset "0.5ex"
28140 width "100line%"
28141 height "1pt"
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \begin_layout Standard
28149
28150 \series bold
28151
28152 \backslash
28153 newcommand{
28154 \backslash
28155 TabBesBeg}[1][1.0]{%
28156 \begin_inset Newline newline
28157 \end_inset
28158
28159
28160 \begin_inset Phantom HPhantom
28161 status open
28162
28163 \begin_layout Plain Layout
28164 \begin_inset space ~
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \backslash
28174 let
28175 \backslash
28176 MyTable
28177 \backslash
28178 table
28179 \begin_inset Newline newline
28180 \end_inset
28181
28182
28183 \begin_inset Phantom HPhantom
28184 status open
28185
28186 \begin_layout Plain Layout
28187
28188 \series medium
28189 \begin_inset space ~
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \backslash
28199 let
28200 \backslash
28201 MyEndtable
28202 \backslash
28203 endtable
28204 \begin_inset Newline newline
28205 \end_inset
28206
28207
28208 \begin_inset Phantom HPhantom
28209 status open
28210
28211 \begin_layout Plain Layout
28212
28213 \series medium
28214 \begin_inset space ~
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \backslash
28224 renewenvironment{table}[1]{
28225 \backslash
28226 begin{SCtable}[#1]##1}{
28227 \backslash
28228 end{SCtable}}}
28229 \end_layout
28230
28231 \begin_layout Standard
28232
28233 \series bold
28234
28235 \backslash
28236 newcommand{
28237 \backslash
28238 TabBesEnd}{%
28239 \begin_inset Newline newline
28240 \end_inset
28241
28242
28243 \begin_inset Phantom HPhantom
28244 status open
28245
28246 \begin_layout Plain Layout
28247 \begin_inset space ~
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \backslash
28257 let
28258 \backslash
28259 table
28260 \backslash
28261 MyTable
28262 \begin_inset Newline newline
28263 \end_inset
28264
28265
28266 \begin_inset Phantom HPhantom
28267 status open
28268
28269 \begin_layout Plain Layout
28270 \begin_inset space ~
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \backslash
28280 let
28281 \backslash
28282 endtable
28283 \backslash
28284 MyEndtable
28285 \end_layout
28286
28287 \begin_layout Standard
28288
28289 \series bold
28290
28291 \backslash
28292 newcommand{
28293 \backslash
28294 FigBesBeg}[1][1.0]{%
28295 \begin_inset Newline newline
28296 \end_inset
28297
28298
28299 \begin_inset Phantom HPhantom
28300 status open
28301
28302 \begin_layout Plain Layout
28303 \begin_inset space ~
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \backslash
28313 let
28314 \backslash
28315 MyFigure
28316 \backslash
28317 figure
28318 \begin_inset Newline newline
28319 \end_inset
28320
28321
28322 \begin_inset Phantom HPhantom
28323 status open
28324
28325 \begin_layout Plain Layout
28326 \begin_inset space ~
28327 \end_inset
28328
28329
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \backslash
28336 let
28337 \backslash
28338 MyEndfigure
28339 \backslash
28340 endfigure
28341 \begin_inset Newline newline
28342 \end_inset
28343
28344
28345 \begin_inset Phantom HPhantom
28346 status open
28347
28348 \begin_layout Plain Layout
28349 \begin_inset space ~
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \backslash
28359 renewenvironment{figure}[1]{
28360 \backslash
28361 begin{SCfigure}[#1]##1}{
28362 \backslash
28363 end{SCfigure}}}
28364 \end_layout
28365
28366 \begin_layout Standard
28367
28368 \series bold
28369
28370 \backslash
28371 newcommand{
28372 \backslash
28373 FigBesEnd}{%
28374 \begin_inset Newline newline
28375 \end_inset
28376
28377
28378 \begin_inset Phantom HPhantom
28379 status open
28380
28381 \begin_layout Plain Layout
28382 \begin_inset space ~
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \backslash
28392 let
28393 \backslash
28394 figure
28395 \backslash
28396 MyFigure
28397 \begin_inset Newline newline
28398 \end_inset
28399
28400
28401 \begin_inset Phantom HPhantom
28402 status open
28403
28404 \begin_layout Plain Layout
28405 \begin_inset space ~
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \backslash
28415 let
28416 \backslash
28417 endfigure
28418 \backslash
28419 MyEndfigure}
28420 \end_layout
28421
28422 \begin_layout Standard
28423 \noindent
28424 \begin_inset CommandInset line
28425 LatexCommand rule
28426 offset "0.5ex"
28427 width "100line%"
28428 height "1pt"
28429
28430 \end_inset
28431
28432
28433 \end_layout
28434
28435 \begin_layout Standard
28436 The commands allow you to redefine the floats so that the caption is set
28437  on the side.
28438  For figure floats use the command
28439 \end_layout
28440
28441 \begin_layout Standard
28442
28443 \series bold
28444
28445 \backslash
28446 FigBesBeg
28447 \end_layout
28448
28449 \begin_layout Standard
28450 in \SpecialChar TeX
28451  Code before the float.
28452  And insert the command
28453 \end_layout
28454
28455 \begin_layout Standard
28456
28457 \series bold
28458
28459 \backslash
28460 FigBesEnd
28461 \end_layout
28462
28463 \begin_layout Standard
28464 in \SpecialChar TeX
28465  Code at the point where you want to get back to the original float definitio
28466 n.
28467 \end_layout
28468
28469 \begin_layout Standard
28470 For table floats use the corresponding commands
28471 \end_layout
28472
28473 \begin_layout Standard
28474
28475 \series bold
28476
28477 \backslash
28478 TabBesBeg
28479 \series default
28480  and 
28481 \series bold
28482
28483 \backslash
28484 TabBesEnd
28485 \end_layout
28486
28487 \begin_layout Standard
28488 Figure
28489 \begin_inset space ~
28490 \end_inset
28491
28492
28493 \begin_inset CommandInset ref
28494 LatexCommand ref
28495 reference "fig:cap-beside-fig"
28496
28497 \end_inset
28498
28499  and Table
28500 \begin_inset space ~
28501 \end_inset
28502
28503
28504 \begin_inset CommandInset ref
28505 LatexCommand ref
28506 reference "tab:cap-beside-tab"
28507
28508 \end_inset
28509
28510  are examples where the caption is set beside.
28511 \end_layout
28512
28513 \begin_layout Standard
28514 You can see in the examples that the caption text appears at the top of
28515  the floats for table floats and at the bottom for figure floats.
28516  To change this, you can use the command
28517 \end_layout
28518
28519 \begin_layout Standard
28520
28521 \series bold
28522
28523 \backslash
28524 sidecaptionvpos{float type}{placement}
28525 \end_layout
28526
28527 \begin_layout Standard
28528 in the document preamble or in \SpecialChar TeX
28529  Code before the float.
28530  The float type is either 
28531 \family sans
28532 figure
28533 \family default
28534  or 
28535 \family sans
28536 table
28537 \family default
28538 , the placement can be 
28539 \begin_inset Quotes eld
28540 \end_inset
28541
28542
28543 \family sans
28544 t
28545 \family default
28546
28547 \begin_inset Quotes erd
28548 \end_inset
28549
28550  for top, 
28551 \begin_inset Quotes eld
28552 \end_inset
28553
28554
28555 \family sans
28556 c
28557 \family default
28558
28559 \begin_inset Quotes erd
28560 \end_inset
28561
28562  for center, or 
28563 \begin_inset Quotes eld
28564 \end_inset
28565
28566
28567 \family sans
28568 b
28569 \family default
28570
28571 \begin_inset Quotes erd
28572 \end_inset
28573
28574  for bottom.
28575  To have for example the caption of figure floats vertically centered, use
28576  the command
28577 \end_layout
28578
28579 \begin_layout Standard
28580
28581 \series bold
28582
28583 \backslash
28584 sidecaptionvpos{figure}{c}
28585 \end_layout
28586
28587 \begin_layout Standard
28588 This was used for Figure
28589 \begin_inset space ~
28590 \end_inset
28591
28592
28593 \begin_inset CommandInset ref
28594 LatexCommand ref
28595 reference "fig:cap-beside-fig-2"
28596
28597 \end_inset
28598
28599 .
28600 \end_layout
28601
28602 \begin_layout Standard
28603 \begin_inset VSpace medskip
28604 \end_inset
28605
28606
28607 \end_layout
28608
28609 \begin_layout Standard
28610 The default caption width is the width of the image/table.
28611  For thin image/tables, like in Table
28612 \begin_inset space ~
28613 \end_inset
28614
28615
28616 \begin_inset CommandInset ref
28617 LatexCommand ref
28618 reference "tab:cap-beside-tab"
28619
28620 \end_inset
28621
28622 , this leads to captions that are too thin.
28623  You can increase the width by specifying a factor that will be multiplied
28624  with the image/table width to get the caption width.
28625  The caption width will automatically be recalculated in case it would protrude
28626  over the page or column margin due to the specified width.
28627  The 
28628 \emph on
28629 factor
28630 \emph default
28631  can either be given as optional argument for 
28632 \series bold
28633
28634 \backslash
28635 FigBesBeg
28636 \series default
28637 :
28638 \end_layout
28639
28640 \begin_layout Standard
28641
28642 \series bold
28643
28644 \backslash
28645 FigBesBeg[factor]
28646 \end_layout
28647
28648 \begin_layout Standard
28649 or in the definition of 
28650 \series bold
28651
28652 \backslash
28653 FigBesBeg
28654 \series default
28655  by replacing the 
28656 \series bold
28657 1.0
28658 \series default
28659  with another value.
28660  If you do the latter, your factor will be the default if 
28661 \series bold
28662
28663 \backslash
28664 FigBesBeg
28665 \series default
28666  is used without an argument.
28667  For Table
28668 \begin_inset space ~
28669 \end_inset
28670
28671
28672 \begin_inset CommandInset ref
28673 LatexCommand ref
28674 reference "tab:cap-beside-tab-wider"
28675
28676 \end_inset
28677
28678  the factor 5 was used.
28679 \end_layout
28680
28681 \begin_layout Standard
28682 \begin_inset Note Greyedout
28683 status open
28684
28685 \begin_layout Plain Layout
28686
28687 \series bold
28688 Note:
28689 \series default
28690  For floats with captions set beside, you cannot use the float placement
28691  option 
28692 \family sans
28693 Here
28694 \begin_inset space ~
28695 \end_inset
28696
28697 definitely
28698 \family default
28699  because it is not supported by 
28700 \series bold
28701 sidecap
28702 \series default
28703 .
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 \begin_inset VSpace medskip
28713 \end_inset
28714
28715 For more information about the package 
28716 \series bold
28717 sidecap
28718 \series default
28719  we refer to its documentation 
28720 \begin_inset CommandInset citation
28721 LatexCommand cite
28722 key "sidecap"
28723
28724 \end_inset
28725
28726 .
28727 \end_layout
28728
28729 \begin_layout Standard
28730 \begin_inset Note Greyedout
28731 status open
28732
28733 \begin_layout Plain Layout
28734
28735 \series bold
28736 Note:
28737 \series default
28738  The \SpecialChar LaTeX
28739 -package 
28740 \series bold
28741 hypcap
28742 \series default
28743
28744 \begin_inset Index idx
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748 \SpecialChar LaTeX
28749 -packages ! hypcap
28750 \end_layout
28751
28752 \end_inset
28753
28754 , described in section
28755 \begin_inset space ~
28756 \end_inset
28757
28758
28759 \begin_inset CommandInset ref
28760 LatexCommand ref
28761 reference "subsec:Reference-Position"
28762
28763 \end_inset
28764
28765 , has no effect on floats with the caption set beside.
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 FigBesBeg
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \end_layout
28788
28789 \begin_layout Standard
28790 \begin_inset Float figure
28791 wide false
28792 sideways false
28793 status open
28794
28795 \begin_layout Plain Layout
28796 \begin_inset Graphics
28797         filename clipart/escher-lsd.eps
28798         scale 75
28799         scaleBeforeRotation
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Plain Layout
28807 \begin_inset Caption Standard
28808
28809 \begin_layout Plain Layout
28810 \begin_inset CommandInset label
28811 LatexCommand label
28812 name "fig:cap-beside-fig"
28813
28814 \end_inset
28815
28816 This is a caption beside a figure.
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Standard
28830 \begin_inset ERT
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834
28835
28836 \backslash
28837 FigBesEnd
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 \begin_inset ERT
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850
28851
28852 \backslash
28853 TabBesBeg
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Standard
28862 \begin_inset Float table
28863 wide false
28864 sideways false
28865 status open
28866
28867 \begin_layout Plain Layout
28868 \begin_inset Caption Standard
28869
28870 \begin_layout Plain Layout
28871 \begin_inset CommandInset label
28872 LatexCommand label
28873 name "tab:cap-beside-tab"
28874
28875 \end_inset
28876
28877 This is a caption beside a table.
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \begin_layout Plain Layout
28886 \begin_inset Tabular
28887 <lyxtabular version="3" rows="4" columns="5">
28888 <features tabularvalignment="middle">
28889 <column alignment="center" valignment="top">
28890 <column alignment="center" valignment="top">
28891 <column alignment="center" valignment="top">
28892 <column alignment="center" valignment="top">
28893 <column alignment="center" valignment="top">
28894 <row>
28895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28896 \begin_inset Text
28897
28898 \begin_layout Plain Layout
28899 a
28900 \end_layout
28901
28902 \end_inset
28903 </cell>
28904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28905 \begin_inset Text
28906
28907 \begin_layout Plain Layout
28908
28909 \end_layout
28910
28911 \end_inset
28912 </cell>
28913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28914 \begin_inset Text
28915
28916 \begin_layout Plain Layout
28917 b
28918 \end_layout
28919
28920 \end_inset
28921 </cell>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935 c
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 </row>
28941 <row>
28942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955 d
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973 e
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 </row>
28988 <row>
28989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28990 \begin_inset Text
28991
28992 \begin_layout Plain Layout
28993 f
28994 \end_layout
28995
28996 \end_inset
28997 </cell>
28998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28999 \begin_inset Text
29000
29001 \begin_layout Plain Layout
29002
29003 \end_layout
29004
29005 \end_inset
29006 </cell>
29007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29008 \begin_inset Text
29009
29010 \begin_layout Plain Layout
29011 g
29012 \end_layout
29013
29014 \end_inset
29015 </cell>
29016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29026 \begin_inset Text
29027
29028 \begin_layout Plain Layout
29029 h
29030 \end_layout
29031
29032 \end_inset
29033 </cell>
29034 </row>
29035 <row>
29036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29037 \begin_inset Text
29038
29039 \begin_layout Plain Layout
29040
29041 \end_layout
29042
29043 \end_inset
29044 </cell>
29045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29046 \begin_inset Text
29047
29048 \begin_layout Plain Layout
29049 i
29050 \end_layout
29051
29052 \end_inset
29053 </cell>
29054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29055 \begin_inset Text
29056
29057 \begin_layout Plain Layout
29058
29059 \end_layout
29060
29061 \end_inset
29062 </cell>
29063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29064 \begin_inset Text
29065
29066 \begin_layout Plain Layout
29067 j
29068 \end_layout
29069
29070 \end_inset
29071 </cell>
29072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29073 \begin_inset Text
29074
29075 \begin_layout Plain Layout
29076
29077 \end_layout
29078
29079 \end_inset
29080 </cell>
29081 </row>
29082 </lyxtabular>
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Standard
29095 \begin_inset ERT
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099
29100
29101 \backslash
29102 TabBesEnd
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \begin_layout Standard
29111 \begin_inset ERT
29112 status collapsed
29113
29114 \begin_layout Plain Layout
29115
29116
29117 \backslash
29118 FigBesBeg
29119 \end_layout
29120
29121 \end_inset
29122
29123
29124 \begin_inset ERT
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128
29129
29130 \backslash
29131 sidecaptionvpos{figure}{c}
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \begin_inset Float figure
29138 wide false
29139 sideways false
29140 status open
29141
29142 \begin_layout Plain Layout
29143 \begin_inset Graphics
29144         filename clipart/escher-lsd.eps
29145         scale 75
29146         scaleBeforeRotation
29147
29148 \end_inset
29149
29150
29151 \end_layout
29152
29153 \begin_layout Plain Layout
29154 \begin_inset Caption Standard
29155
29156 \begin_layout Plain Layout
29157 \begin_inset CommandInset label
29158 LatexCommand label
29159 name "fig:cap-beside-fig-2"
29160
29161 \end_inset
29162
29163 This is a vertically centered caption beside a figure.
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \begin_layout Standard
29177 \begin_inset ERT
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181
29182
29183 \backslash
29184 FigBesEnd
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 \begin_inset ERT
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197
29198
29199 \backslash
29200 TabBesBeg[5]
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209 \begin_inset Float table
29210 wide false
29211 sideways false
29212 status open
29213
29214 \begin_layout Plain Layout
29215 \begin_inset Caption Standard
29216
29217 \begin_layout Plain Layout
29218 \begin_inset CommandInset label
29219 LatexCommand label
29220 name "tab:cap-beside-tab-wider"
29221
29222 \end_inset
29223
29224 This caption is wider than the one in Table
29225 \begin_inset space ~
29226 \end_inset
29227
29228
29229 \begin_inset CommandInset ref
29230 LatexCommand ref
29231 reference "tab:cap-beside-tab"
29232
29233 \end_inset
29234
29235 .
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Plain Layout
29244 \begin_inset Tabular
29245 <lyxtabular version="3" rows="4" columns="5">
29246 <features tabularvalignment="middle">
29247 <column alignment="center" valignment="top">
29248 <column alignment="center" valignment="top">
29249 <column alignment="center" valignment="top">
29250 <column alignment="center" valignment="top">
29251 <column alignment="center" valignment="top">
29252 <row>
29253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29254 \begin_inset Text
29255
29256 \begin_layout Plain Layout
29257 a
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Plain Layout
29266
29267 \end_layout
29268
29269 \end_inset
29270 </cell>
29271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29272 \begin_inset Text
29273
29274 \begin_layout Plain Layout
29275 b
29276 \end_layout
29277
29278 \end_inset
29279 </cell>
29280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Plain Layout
29284
29285 \end_layout
29286
29287 \end_inset
29288 </cell>
29289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293 c
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 </row>
29299 <row>
29300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29301 \begin_inset Text
29302
29303 \begin_layout Plain Layout
29304
29305 \end_layout
29306
29307 \end_inset
29308 </cell>
29309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29310 \begin_inset Text
29311
29312 \begin_layout Plain Layout
29313 d
29314 \end_layout
29315
29316 \end_inset
29317 </cell>
29318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29319 \begin_inset Text
29320
29321 \begin_layout Plain Layout
29322
29323 \end_layout
29324
29325 \end_inset
29326 </cell>
29327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29328 \begin_inset Text
29329
29330 \begin_layout Plain Layout
29331 e
29332 \end_layout
29333
29334 \end_inset
29335 </cell>
29336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Plain Layout
29340
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 </row>
29346 <row>
29347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29348 \begin_inset Text
29349
29350 \begin_layout Plain Layout
29351 f
29352 \end_layout
29353
29354 \end_inset
29355 </cell>
29356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29357 \begin_inset Text
29358
29359 \begin_layout Plain Layout
29360
29361 \end_layout
29362
29363 \end_inset
29364 </cell>
29365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29366 \begin_inset Text
29367
29368 \begin_layout Plain Layout
29369 g
29370 \end_layout
29371
29372 \end_inset
29373 </cell>
29374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Plain Layout
29378
29379 \end_layout
29380
29381 \end_inset
29382 </cell>
29383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 h
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 </row>
29393 <row>
29394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 i
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 j
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Plain Layout
29434
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 </row>
29440 </lyxtabular>
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \begin_inset ERT
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457
29458
29459 \backslash
29460 TabBesEnd
29461 \end_layout
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Standard
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 else
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \begin_inset Note Note
29483 status open
29484
29485 \begin_layout Plain Layout
29486 The following will be displayed when the \SpecialChar LaTeX
29487 -package 
29488 \series bold
29489 sidecap
29490 \series default
29491  is not installed:
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 You need to install the \SpecialChar LaTeX
29501 -package 
29502 \series bold
29503 sidecap
29504 \series default
29505  to see the following part of this section in the output.
29506 \end_layout
29507
29508 \begin_layout Standard
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513
29514
29515 \backslash
29516 fi
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Section
29525 Listings of Floats
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Floats ! Float Lists
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \end_layout
29537
29538 \begin_layout Standard
29539 Similar to the table of contents where the sections of the document are
29540  listed, there are listings for all float types, like the figures of the
29541  documents.
29542  You can insert them via the 
29543 \family sans
29544 Insert\SpecialChar menuseparator
29545 List
29546 \begin_inset space ~
29547 \end_inset
29548
29549 /
29550 \begin_inset space ~
29551 \end_inset
29552
29553 TOC
29554 \family default
29555  sub menus.
29556 \end_layout
29557
29558 \begin_layout Standard
29559 The list entries are the float captions or its short title, the float number,
29560  and the page number where they appear in the document.
29561 \end_layout
29562
29563 \begin_layout Standard
29564 You can find the list of figures and tables at the end of this document.
29565 \end_layout
29566
29567 \begin_layout Chapter
29568 Notes
29569 \end_layout
29570
29571 \begin_layout Section
29572 \SpecialChar LyX
29573  Notes
29574 \begin_inset Index idx
29575 status collapsed
29576
29577 \begin_layout Plain Layout
29578 Notes ! \SpecialChar LyX
29579  Notes
29580 \end_layout
29581
29582 \end_inset
29583
29584
29585 \end_layout
29586
29587 \begin_layout Standard
29588 Notes are inserted with the toolbar button 
29589 \begin_inset Info
29590 type  "icon"
29591 arg   "note-insert"
29592 \end_inset
29593
29594  or the menu 
29595 \family sans
29596 Insert\SpecialChar menuseparator
29597 Note
29598 \family default
29599 .
29600  There are three types of notes:
29601 \end_layout
29602
29603 \begin_layout Description
29604 \SpecialChar LyX
29605
29606 \begin_inset space ~
29607 \end_inset
29608
29609 Note This note type is for internal notes that won't appear in the output.
29610  Its note-box looks like this:
29611 \begin_inset Newline newline
29612 \end_inset
29613
29614
29615 \begin_inset Newline newline
29616 \end_inset
29617
29618
29619 \begin_inset Graphics
29620         filename clipart/LyXNoteImage.png
29621         display false
29622         scaleBeforeRotation
29623
29624 \end_inset
29625
29626  
29627 \begin_inset Note Note
29628 status open
29629
29630 \begin_layout Plain Layout
29631 This is text in a note box that doesn't appear in the output.
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \begin_layout Description
29640 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29641 -comment,
29642  when you export the document to \SpecialChar LaTeX
29643  via the menu 
29644 \family sans
29645 File\SpecialChar menuseparator
29646 Export\SpecialChar menuseparator
29647 LaTeX
29648 \begin_inset space ~
29649 \end_inset
29650
29651 (pdflatex) / (plain)
29652 \family default
29653 .
29654  Its note-box looks like this:
29655 \begin_inset Newline newline
29656 \end_inset
29657
29658
29659 \begin_inset Newline newline
29660 \end_inset
29661
29662
29663 \begin_inset Graphics
29664         filename clipart/CommentNoteImage.png
29665         display false
29666         scaleBeforeRotation
29667
29668 \end_inset
29669
29670  
29671 \begin_inset Note Comment
29672 status open
29673
29674 \begin_layout Plain Layout
29675 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29676 -files.
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \begin_layout Description
29685 Greyed
29686 \begin_inset space ~
29687 \end_inset
29688
29689 Out This note will appear in the output as grey text.
29690  Its note-box looks like this:
29691 \begin_inset Newline newline
29692 \end_inset
29693
29694
29695 \begin_inset Newline newline
29696 \end_inset
29697
29698
29699 \begin_inset Graphics
29700         filename clipart/GreyedOutNoteImage.png
29701         display false
29702         scaleBeforeRotation
29703
29704 \end_inset
29705
29706
29707 \begin_inset Newline newline
29708 \end_inset
29709
29710
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716
29717 \backslash
29718 renewenvironment{lyxgreyedout}
29719 \end_layout
29720
29721 \begin_layout Plain Layout
29722
29723 {
29724 \backslash
29725 textcolor[gray]{0.8}
29726 \backslash
29727 bgroup}{
29728 \backslash
29729 egroup}
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \begin_inset Note Greyedout
29736 status open
29737
29738 \begin_layout Plain Layout
29739 This is text of a comment that appears grey in the output.
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \begin_inset ERT
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750
29751 \backslash
29752 renewenvironment{lyxgreyedout}
29753 \end_layout
29754
29755 \begin_layout Plain Layout
29756
29757 {
29758 \backslash
29759 textcolor{blue}
29760 \backslash
29761 bgroup}{
29762 \backslash
29763 egroup}
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \begin_inset Note Note
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29774  definition
29775  because greyed out notes are redefined in the preamble of this document,
29776  as described below, to have blue text.
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \begin_inset Newline newline
29783 \end_inset
29784
29785
29786 \begin_inset Newline newline
29787 \end_inset
29788
29789 As you can see in the example, the first line of greyed out notes is a bit
29790  indented and greyed out notes can have footnotes.
29791 \end_layout
29792
29793 \begin_layout Standard
29794 \begin_inset VSpace bigskip
29795 \end_inset
29796
29797 When you use the toolbar button 
29798 \begin_inset Info
29799 type  "icon"
29800 arg   "note-insert"
29801 \end_inset
29802
29803  to insert notes, a 
29804 \family sans
29805 \SpecialChar LyX
29806
29807 \begin_inset space ~
29808 \end_inset
29809
29810 Note
29811 \family default
29812  is inserted.
29813  You can switch between the three note types by right-clicking on the note-box.
29814  
29815 \family roman
29816 \series medium
29817 \bar no
29818 If you want to turn existing text into a note, mark it and click on the
29819  note
29820 \family default
29821 \series default
29822 \bar default
29823  toolbar 
29824 \family roman
29825 \series medium
29826 \bar no
29827 button
29828 \family default
29829 \series default
29830 \bar default
29831 .
29832  To change a note to text, press the backspace key when the cursor is in
29833  the first position of a note, or press the delete key when the cursor is
29834  in the very last position of the note, respectively.
29835 \end_layout
29836
29837 \begin_layout Standard
29838 \begin_inset VSpace bigskip
29839 \end_inset
29840
29841 You can change the text color of the greyed out notes in the menu 
29842 \family sans
29843 Document\SpecialChar menuseparator
29844 Settings\SpecialChar menuseparator
29845 Colors
29846 \family default
29847 .
29848 \end_layout
29849
29850 \begin_layout Section
29851 Footnotes
29852 \begin_inset CommandInset label
29853 LatexCommand label
29854 name "sec:Footnotes"
29855
29856 \end_inset
29857
29858
29859 \begin_inset Index idx
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863 Notes ! Footnotes
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \begin_inset Index idx
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873 Footnotes
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 Footnotes can be inserted using the toolbar button 
29883 \begin_inset Info
29884 type  "icon"
29885 arg   "footnote-insert"
29886 \end_inset
29887
29888  or the menu 
29889 \family sans
29890 Insert\SpecialChar menuseparator
29891 Footnote
29892 \family default
29893 .
29894  You will then see the following footnote-box: 
29895 \begin_inset Graphics
29896         filename clipart/footnote.png
29897         scale 80
29898         scaleBeforeRotation
29899
29900 \end_inset
29901
29902  
29903 \family roman
29904 \series medium
29905 \bar no
29906 where you can enter the footnote text.
29907  If you want to turn existing text into a footnote, mark it and click on
29908  the footnote
29909 \family default
29910 \series default
29911 \bar default
29912  toolbar 
29913 \family roman
29914 \series medium
29915 \bar no
29916 button
29917 \family default
29918 \series default
29919 \bar default
29920 .
29921  To change a 
29922 \family roman
29923 \series medium
29924 \bar no
29925 footnote
29926 \family default
29927 \series default
29928 \bar default
29929  to text, press the 
29930 \family sans
29931 Backspace
29932 \family default
29933  key when the cursor is in the first position of a 
29934 \family roman
29935 \series medium
29936 \bar no
29937 footnote
29938 \family default
29939 \series default
29940 \bar default
29941 , or press the 
29942 \family sans
29943 Delete
29944 \family default
29945  key when the cursor is in the very last position of the 
29946 \family roman
29947 \series medium
29948 \bar no
29949 footnote
29950 \family default
29951 \series default
29952 \bar default
29953 , respectively.
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Here is an example footnote:
29958 \family roman
29959 \series medium
29960 \bar no
29961
29962 \begin_inset Foot
29963 status open
29964
29965 \begin_layout Plain Layout
29966 \begin_inset CommandInset label
29967 LatexCommand label
29968 name "foot:This-is-an"
29969
29970 \end_inset
29971
29972 This is an example footnote.
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \family default
29979 \series default
29980 \bar default
29981
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987
29988 \backslash
29989 newcounter{MyRepeatFoot}
29990 \end_layout
29991
29992 \begin_layout Plain Layout
29993
29994
29995 \backslash
29996 setcounter{MyRepeatFoot}{
29997 \backslash
29998 thefootnote}
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 The footnote will appear in the output as a superscript number at the text
30008  position where the footnote box is placed.
30009  The footnote text is placed at the bottom of the current page.
30010  The footnote number is calculated by \SpecialChar LaTeX
30011 ; the numbers are consecutive.
30012  Whether the footnote number is reset for every chapter depends on your
30013  document class.
30014 \end_layout
30015
30016 \begin_layout Standard
30017 Footnotes can be referenced like floats: Insert a label into the footnote
30018  and cross-reference this label in the text as described in section
30019 \begin_inset space ~
30020 \end_inset
30021
30022
30023 \begin_inset CommandInset ref
30024 LatexCommand ref
30025 reference "sec:Referencing-Floats"
30026
30027 \end_inset
30028
30029 .
30030 \begin_inset Newline newline
30031 \end_inset
30032
30033 This is a cross-reference of Footnote
30034 \begin_inset space ~
30035 \end_inset
30036
30037
30038 \begin_inset CommandInset ref
30039 LatexCommand ref
30040 reference "foot:This-is-an"
30041
30042 \end_inset
30043
30044 .
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset VSpace defskip
30049 \end_inset
30050
30051 Footnotes in title environments are usually not numbered with symbols and
30052  they cannot contain several paragraphs.
30053  See for example the footnote in the titling of this document.
30054 \end_layout
30055
30056 \begin_layout Standard
30057 \begin_inset VSpace defskip
30058 \end_inset
30059
30060 Footnotes in tables are not printed by \SpecialChar LaTeX
30061  due to technical reasons.
30062  However there exists another method to print them: Instead of the footnote
30063  the command 
30064 \series bold
30065
30066 \backslash
30067 footnotemark{}
30068 \series default
30069  is inserted as \SpecialChar TeX
30070  code.
30071  The text of the footnote is entered as an argument of the \SpecialChar TeX
30072  code command
30073  
30074 \series bold
30075
30076 \backslash
30077 footnotetext
30078 \series default
30079  after the table.
30080 \begin_inset Newline newline
30081 \end_inset
30082
30083 This was done for the following table with the command
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 footnotetext{
30092 \series default
30093 Printed table footnote.
30094 \series bold
30095 }
30096 \end_layout
30097
30098 \begin_layout Standard
30099 \begin_inset Tabular
30100 <lyxtabular version="3" rows="2" columns="1">
30101 <features tabularvalignment="middle">
30102 <column alignment="center" valignment="top">
30103 <row>
30104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30105 \begin_inset Text
30106
30107 \begin_layout Plain Layout
30108 This an example text.
30109 \begin_inset Foot
30110 status open
30111
30112 \begin_layout Plain Layout
30113 This footnote will not be printed!
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \end_inset
30122 </cell>
30123 </row>
30124 <row>
30125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Plain Layout
30129 This an example text.
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 footnotemark{}
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \end_inset
30146 </cell>
30147 </row>
30148 </lyxtabular>
30149
30150 \end_inset
30151
30152
30153 \begin_inset ERT
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158
30159 \backslash
30160 footnotetext{
30161 \end_layout
30162
30163 \end_inset
30164
30165 Printed table footnote.
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171 }
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \end_layout
30178
30179 \begin_layout Standard
30180 Footnotes in multi-page tables are described in section
30181 \begin_inset space ~
30182 \end_inset
30183
30184
30185 \begin_inset CommandInset ref
30186 LatexCommand ref
30187 reference "subsec:Footnotes-in-Multi-page"
30188
30189 \end_inset
30190
30191 .
30192 \end_layout
30193
30194 \begin_layout Standard
30195 Footnotes in minipage boxes are printed, but inside the box and with a different
30196  numbering because a minipage box is like a page inside a page.
30197  (For more about minipages, see section
30198 \begin_inset space ~
30199 \end_inset
30200
30201
30202 \begin_inset CommandInset ref
30203 LatexCommand ref
30204 reference "sec:Minipages"
30205
30206 \end_inset
30207
30208 .) To get a footnote in the minipage that is output at the bottom of the
30209  page like normal footnotes, also use the method of 
30210 \series bold
30211
30212 \backslash
30213 footnotemark{}
30214 \series default
30215  and 
30216 \series bold
30217
30218 \backslash
30219 footnotetext
30220 \series default
30221 .
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \begin_inset Box Frameless
30226 position "t"
30227 hor_pos "c"
30228 has_inner_box 1
30229 inner_pos "t"
30230 use_parbox 0
30231 use_makebox 0
30232 width "100col%"
30233 special "none"
30234 height "1in"
30235 height_special "totalheight"
30236 thickness "0.4pt"
30237 separation "3pt"
30238 shadowsize "4pt"
30239 framecolor "black"
30240 backgroundcolor "none"
30241 status open
30242
30243 \begin_layout Plain Layout
30244 This an example text in a minipage.
30245 \begin_inset Foot
30246 status open
30247
30248 \begin_layout Plain Layout
30249 Footnote in the minipage.
30250 \end_layout
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Plain Layout
30258 This an example text in a minipage.
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 footnotemark{}
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \begin_layout Standard
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285
30286 \backslash
30287 footnotetext{
30288 \end_layout
30289
30290 \end_inset
30291
30292 Footnote outside the minipage.
30293 \begin_inset ERT
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297
30298 }
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Standard
30307 \begin_inset VSpace defskip
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \begin_layout Standard
30314 To refer to the same footnote several times without printing the footnote
30315  text every time, use the command 
30316 \series bold
30317
30318 \backslash
30319 footnotemark[number]
30320 \series default
30321  in \SpecialChar TeX
30322  code.
30323 \begin_inset Newline newline
30324 \end_inset
30325
30326 As you do not know the number of the repeating footnote while you are writing
30327  the text, you have to store its number.
30328  For the following footnote mark example, these commands were inserted in
30329  \SpecialChar TeX
30330  code after Footnote
30331 \begin_inset space ~
30332 \end_inset
30333
30334
30335 \begin_inset CommandInset ref
30336 LatexCommand ref
30337 reference "foot:This-is-an"
30338
30339 \end_inset
30340
30341  to store the footnote number:
30342 \end_layout
30343
30344 \begin_layout Standard
30345
30346 \series bold
30347
30348 \backslash
30349 newcounter{MyRepeatFoot}
30350 \begin_inset Newline newline
30351 \end_inset
30352
30353
30354 \backslash
30355 setcounter{MyRepeatFoot}{
30356 \backslash
30357 thefootnote}
30358 \end_layout
30359
30360 \begin_layout Standard
30361 The footnote mark was then created with this command:
30362 \end_layout
30363
30364 \begin_layout Standard
30365
30366 \series bold
30367
30368 \backslash
30369 footnotemark[
30370 \backslash
30371 theMyRepeatFoot]
30372 \end_layout
30373
30374 \begin_layout Standard
30375 Here is a repeated footnote:
30376 \family roman
30377 \series medium
30378 \bar no
30379
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385
30386 \backslash
30387 footnotemark[
30388 \backslash
30389 theMyRepeatFoot]
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \end_layout
30396
30397 \begin_layout Standard
30398 If you want to repeat the previous footnote, you can omit the storage of
30399  the footnote number and just use this command instead:
30400 \end_layout
30401
30402 \begin_layout Standard
30403
30404 \series bold
30405
30406 \backslash
30407 footnotemark[
30408 \backslash
30409 thefootnote]
30410 \end_layout
30411
30412 \begin_layout Standard
30413 Here is another repeated footnote:
30414 \family roman
30415 \series medium
30416 \bar no
30417
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 footnotemark[
30426 \backslash
30427 thefootnote]
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \begin_layout Subsection
30436 Footnote Numbering
30437 \begin_inset CommandInset label
30438 LatexCommand label
30439 name "subsec:Footnote-Numbering"
30440
30441 \end_inset
30442
30443
30444 \begin_inset Index idx
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448 Footnotes ! Numbering
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Standard
30457 To reset the footnote number back to 1 after each section
30458 \family roman
30459 , add this command to your document preamble:
30460 \end_layout
30461
30462 \begin_layout Standard
30463
30464 \series bold
30465
30466 \backslash
30467 @addtoreset{footnote}{section}
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset VSpace bigskip
30472 \end_inset
30473
30474 The following preamble command changes the footnote numbering style to small
30475  roman numerals:
30476 \end_layout
30477
30478 \begin_layout Standard
30479
30480 \series bold
30481
30482 \backslash
30483 renewcommand{
30484 \backslash
30485 thefootnote}{
30486 \backslash
30487 roman{footnote}}
30488 \end_layout
30489
30490 \begin_layout Standard
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496
30497 \backslash
30498 renewcommand{
30499 \backslash
30500 thefootnote}{
30501 \backslash
30502 roman{footnote}}
30503 \end_layout
30504
30505 \end_inset
30506
30507  This is a footnote with roman numbering:
30508 \begin_inset Foot
30509 status open
30510
30511 \begin_layout Plain Layout
30512 This is an example footnote with roman numbering.
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 To change the numbering style to capital roman numerals replace in the command
30522  above 
30523 \series bold
30524
30525 \backslash
30526 roman
30527 \series default
30528  by 
30529 \series bold
30530
30531 \backslash
30532 Roman
30533 \series default
30534 .
30535  To 
30536 \begin_inset Quotes eld
30537 \end_inset
30538
30539 number
30540 \begin_inset Quotes erd
30541 \end_inset
30542
30543  footnotes with capital or small Latin letters use 
30544 \series bold
30545
30546 \backslash
30547 Alph
30548 \series default
30549  or 
30550 \series bold
30551
30552 \backslash
30553 alph
30554 \series default
30555 , respectively.
30556  To 
30557 \begin_inset Quotes eld
30558 \end_inset
30559
30560 number
30561 \begin_inset Quotes erd
30562 \end_inset
30563
30564  footnotes with symbols use 
30565 \series bold
30566
30567 \backslash
30568 fnsymbol
30569 \series default
30570 .
30571 \end_layout
30572
30573 \begin_layout Standard
30574 \begin_inset Note Greyedout
30575 status open
30576
30577 \begin_layout Plain Layout
30578
30579 \series bold
30580 Note:
30581 \series default
30582  You can only number 26 footnotes with Latin letters, because this numbering
30583  is limited to single letters.
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \begin_inset Newline newline
30590 \end_inset
30591
30592
30593 \begin_inset Note Greyedout
30594 status open
30595
30596 \begin_layout Plain Layout
30597
30598 \series bold
30599 Note:
30600 \series default
30601  You can only number 9 footnotes with symbols.
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \end_layout
30608
30609 \begin_layout Standard
30610 To return to the default numbering style after you have changed to another
30611  one, use 
30612 \series bold
30613
30614 \backslash
30615 arabic
30616 \series default
30617  instead of 
30618 \series bold
30619
30620 \backslash
30621 roman
30622 \series default
30623  in the command above.
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629
30630 \backslash
30631 renewcommand{
30632 \backslash
30633 thefootnote}{
30634 \backslash
30635 arabic{footnote}}
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset VSpace bigskip
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \begin_layout Standard
30651 If you want to have footnotes numbered in the scheme 
30652 \begin_inset Quotes eld
30653 \end_inset
30654
30655 chapter.footnote
30656 \begin_inset Quotes erd
30657 \end_inset
30658
30659 , add the following command to your document preamble:
30660 \end_layout
30661
30662 \begin_layout Standard
30663
30664 \series bold
30665
30666 \backslash
30667 numberwithin{footnote}{chapter}
30668 \end_layout
30669
30670 \begin_layout Standard
30671 To be able to use the command 
30672 \series bold
30673
30674 \backslash
30675 numberwithin
30676 \series default
30677 , set in the tab 
30678 \family sans
30679 Math
30680 \begin_inset space ~
30681 \end_inset
30682
30683 Options
30684 \family default
30685  in the document settings the option 
30686 \family sans
30687 Use
30688 \begin_inset space ~
30689 \end_inset
30690
30691 AMS
30692 \begin_inset space ~
30693 \end_inset
30694
30695 math
30696 \begin_inset space ~
30697 \end_inset
30698
30699 package
30700 \family default
30701 .
30702 \end_layout
30703
30704 \begin_layout Standard
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 numberwithin{footnote}{chapter}
30713 \end_layout
30714
30715 \end_inset
30716
30717 This is another example footnote:
30718 \series bold
30719
30720 \begin_inset Foot
30721 status open
30722
30723 \begin_layout Plain Layout
30724 This is a footnote numbered in the scheme 
30725 \begin_inset Quotes eld
30726 \end_inset
30727
30728 chapter.footnote
30729 \begin_inset Quotes erd
30730 \end_inset
30731
30732 .
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \series default
30739
30740 \begin_inset ERT
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744
30745
30746 \backslash
30747 renewcommand{
30748 \backslash
30749 thefootnote}{
30750 \backslash
30751 arabic{footnote}}
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \end_layout
30758
30759 \begin_layout Standard
30760 \begin_inset Note Greyedout
30761 status open
30762
30763 \begin_layout Plain Layout
30764
30765 \series bold
30766 Note:
30767 \series default
30768  
30769 \series bold
30770
30771 \backslash
30772 numberwithin
30773 \series default
30774  always prints out the footnote number as arabic number; previous redefinitions
30775  to get non-arabic numbers are overwritten.
30776 \end_layout
30777
30778 \end_inset
30779
30780
30781 \end_layout
30782
30783 \begin_layout Standard
30784 So to get for example the scheme 
30785 \begin_inset Quotes eld
30786 \end_inset
30787
30788 chapter.
30789 \backslash
30790 Roman{footnote}
30791 \begin_inset Quotes erd
30792 \end_inset
30793
30794 , use this command instead of 
30795 \series bold
30796
30797 \backslash
30798 numberwithin
30799 \series default
30800 :
30801 \end_layout
30802
30803 \begin_layout Standard
30804
30805 \series bold
30806
30807 \backslash
30808 renewcommand{
30809 \backslash
30810 thefootnote}{
30811 \backslash
30812 thechapter.
30813 \backslash
30814 Roman{footnote}}
30815 \end_layout
30816
30817 \begin_layout Subsection
30818 Footnote Placement
30819 \begin_inset Index idx
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823 Footnotes ! Placement
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 If you have several footnotes in one page, they appear without vertical
30833  space between them at the bottom of the page.
30834  To make them more readable you can e.
30835 \begin_inset space \thinspace{}
30836 \end_inset
30837
30838 g.
30839 \begin_inset space \space{}
30840 \end_inset
30841
30842 add 1.5
30843 \begin_inset space \thinspace{}
30844 \end_inset
30845
30846 mm space with the following preamble command:
30847 \end_layout
30848
30849 \begin_layout Standard
30850
30851 \series bold
30852
30853 \backslash
30854 let
30855 \backslash
30856 myFoot
30857 \backslash
30858 footnote
30859 \begin_inset Newline newline
30860 \end_inset
30861
30862
30863 \backslash
30864 renewcommand{
30865 \backslash
30866 footnote}[1]{
30867 \backslash
30868 myFoot{#1
30869 \backslash
30870 vspace{1.5mm}}}
30871 \end_layout
30872
30873 \begin_layout Standard
30874 \begin_inset VSpace bigskip
30875 \end_inset
30876
30877 In a two-column document the footnotes appear at the bottom of every column,
30878  see Figure
30879 \begin_inset space ~
30880 \end_inset
30881
30882
30883 \begin_inset CommandInset ref
30884 LatexCommand ref
30885 reference "fig:Standard-footnote-placement"
30886
30887 \end_inset
30888
30889 .
30890  If the footnotes should only appear at the bottom of the right column,
30891  as in Figure
30892 \begin_inset space ~
30893 \end_inset
30894
30895
30896 \begin_inset CommandInset ref
30897 LatexCommand ref
30898 reference "fig:Footnote-placement-in"
30899
30900 \end_inset
30901
30902 , use the \SpecialChar LaTeX
30903 -package 
30904 \series bold
30905 ftnright
30906 \series default
30907
30908 \begin_inset Index idx
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912 \SpecialChar LaTeX
30913 -packages ! ftnright
30914 \end_layout
30915
30916 \end_inset
30917
30918  with this command in the document preamble:
30919 \end_layout
30920
30921 \begin_layout Standard
30922
30923 \series bold
30924
30925 \backslash
30926 usepackage{ftnright}
30927 \end_layout
30928
30929 \begin_layout Standard
30930 \begin_inset Float figure
30931 placement !h
30932 wide false
30933 sideways false
30934 status open
30935
30936 \begin_layout Plain Layout
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942
30943 \backslash
30944 framebox{
30945 \end_layout
30946
30947 \end_inset
30948
30949
30950 \begin_inset Graphics
30951         filename clipart/without_fntright.pdf
30952         width 100col%
30953         scaleBeforeRotation
30954
30955 \end_inset
30956
30957
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963 }
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Plain Layout
30972 \begin_inset Caption Standard
30973
30974 \begin_layout Plain Layout
30975 \begin_inset CommandInset label
30976 LatexCommand label
30977 name "fig:Standard-footnote-placement"
30978
30979 \end_inset
30980
30981 Standard footnote placement in two-column documents.
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \begin_layout Standard
30995 \begin_inset Float figure
30996 placement !h
30997 wide false
30998 sideways false
30999 status open
31000
31001 \begin_layout Plain Layout
31002 \begin_inset ERT
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006
31007
31008 \backslash
31009 framebox{
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \begin_inset Graphics
31016         filename clipart/with_fntright.pdf
31017         width 100col%
31018         scaleBeforeRotation
31019
31020 \end_inset
31021
31022
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028 }
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Plain Layout
31037 \begin_inset Caption Standard
31038
31039 \begin_layout Plain Layout
31040 \begin_inset CommandInset label
31041 LatexCommand label
31042 name "fig:Footnote-placement-in"
31043
31044 \end_inset
31045
31046 Footnote placement in two-column documents when the \SpecialChar LaTeX
31047 -package 
31048 \series bold
31049 ftnright
31050 \series default
31051  is used.
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Standard
31065 \begin_inset VSpace bigskip
31066 \end_inset
31067
31068 In some scientific literature it is usual to collect the footnotes and print
31069  them in a separate paragraph at the end of a section, as in Figure
31070 \begin_inset space ~
31071 \end_inset
31072
31073
31074 \begin_inset CommandInset ref
31075 LatexCommand ref
31076 reference "fig:Endnotes"
31077
31078 \end_inset
31079
31080 .
31081  They are then called 
31082 \begin_inset Quotes eld
31083 \end_inset
31084
31085 endnotes
31086 \begin_inset Quotes erd
31087 \end_inset
31088
31089 .
31090 \begin_inset Index idx
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 Endnotes
31095 \end_layout
31096
31097 \end_inset
31098
31099  To use endnotes instead of footnotes in your document, load in the menu
31100  
31101 \family sans
31102 Document\SpecialChar menuseparator
31103 Settings\SpecialChar menuseparator
31104 Modules 
31105 \family default
31106 the module 
31107 \family sans
31108 Foot
31109 \begin_inset space ~
31110 \end_inset
31111
31112 to
31113 \begin_inset space ~
31114 \end_inset
31115
31116 End
31117 \family default
31118 .
31119  To insert the collected footnotes, insert the command
31120 \end_layout
31121
31122 \begin_layout Standard
31123
31124 \series bold
31125
31126 \backslash
31127 theendnotes
31128 \end_layout
31129
31130 \begin_layout Standard
31131 in \SpecialChar TeX
31132  Code at the end of a section or chapter.
31133 \end_layout
31134
31135 \begin_layout Standard
31136 \begin_inset Float figure
31137 wide false
31138 sideways false
31139 status open
31140
31141 \begin_layout Plain Layout
31142 \align center
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148
31149 \backslash
31150 framebox{
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \begin_inset Graphics
31157         filename clipart/endnotes.pdf
31158         scaleBeforeRotation
31159
31160 \end_inset
31161
31162
31163 \begin_inset ERT
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167
31168 }
31169 \end_layout
31170
31171 \end_inset
31172
31173
31174 \end_layout
31175
31176 \begin_layout Plain Layout
31177 \begin_inset Caption Standard
31178
31179 \begin_layout Plain Layout
31180 \begin_inset CommandInset label
31181 LatexCommand label
31182 name "fig:Endnotes"
31183
31184 \end_inset
31185
31186 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31187  or chapters.
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \end_layout
31199
31200 \begin_layout Standard
31201 \begin_inset VSpace medskip
31202 \end_inset
31203
31204 The paragraph heading for the endnotes isn't automatically translated into
31205  the document language, this must be done manually.
31206  The following preamble command translates the default English 
31207 \begin_inset Quotes eld
31208 \end_inset
31209
31210 Notes
31211 \begin_inset Quotes erd
31212 \end_inset
31213
31214  into the German 
31215 \begin_inset Quotes eld
31216 \end_inset
31217
31218 Anmerkungen
31219 \begin_inset Quotes erd
31220 \end_inset
31221
31222 :
31223 \end_layout
31224
31225 \begin_layout Standard
31226
31227 \series bold
31228
31229 \backslash
31230 renewcommand{
31231 \backslash
31232 notesname}{Anmerkungen}
31233 \end_layout
31234
31235 \begin_layout Standard
31236 \begin_inset VSpace medskip
31237 \end_inset
31238
31239 The numbering of endnotes can be changed like the footnote numbering as
31240  described in section
31241 \begin_inset space ~
31242 \end_inset
31243
31244
31245 \begin_inset CommandInset ref
31246 LatexCommand ref
31247 reference "subsec:Footnote-Numbering"
31248
31249 \end_inset
31250
31251 ; just replace the command 
31252 \series bold
31253
31254 \backslash
31255 thefootnote
31256 \series default
31257  by 
31258 \series bold
31259
31260 \backslash
31261 theendnote
31262 \series default
31263 .
31264  To reset the endnote number use the command 
31265 \series bold
31266
31267 \backslash
31268 @addtoreset
31269 \series default
31270  as described in section
31271 \begin_inset space ~
31272 \end_inset
31273
31274
31275 \begin_inset CommandInset ref
31276 LatexCommand ref
31277 reference "subsec:Footnote-Numbering"
31278
31279 \end_inset
31280
31281  and replace the command parameter 
31282 \series bold
31283 footnote
31284 \series default
31285  by 
31286 \series bold
31287 endnote
31288 \series default
31289 .
31290 \end_layout
31291
31292 \begin_layout Standard
31293 For endnotes there is the command 
31294 \series bold
31295
31296 \backslash
31297 endnotemark[number]
31298 \series default
31299  similar to the command 
31300 \series bold
31301
31302 \backslash
31303 footnotemark
31304 \series default
31305 , that is described in section
31306 \begin_inset space ~
31307 \end_inset
31308
31309
31310 \begin_inset CommandInset ref
31311 LatexCommand ref
31312 reference "sec:Footnotes"
31313
31314 \end_inset
31315
31316 .
31317 \end_layout
31318
31319 \begin_layout Standard
31320 \begin_inset VSpace bigskip
31321 \end_inset
31322
31323 Footnotes can also be placed in the page margin and the footnote text alignment
31324  can be changed, see the \SpecialChar LaTeX
31325 -package 
31326 \series bold
31327 footmisc
31328 \series default
31329
31330 \begin_inset Index idx
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334 \SpecialChar LaTeX
31335 -packages ! footmisc
31336 \end_layout
31337
31338 \end_inset
31339
31340
31341 \begin_inset CommandInset citation
31342 LatexCommand cite
31343 key "footmisc"
31344
31345 \end_inset
31346
31347  for more information about this.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31352 -books, 
31353 \begin_inset CommandInset citation
31354 LatexCommand cite
31355 key "latexcompanion,latexguide,latexbook"
31356
31357 \end_inset
31358
31359 .
31360  If you are using a 
31361 \series bold
31362 KOMA-Script
31363 \series default
31364
31365 \begin_inset Index idx
31366 status collapsed
31367
31368 \begin_layout Plain Layout
31369 \SpecialChar LaTeX
31370 -packages ! KOMA-Script
31371 \end_layout
31372
31373 \end_inset
31374
31375  document class, you can adjust all footnote settings using class-specific
31376  commands, see 
31377 \begin_inset CommandInset citation
31378 LatexCommand cite
31379 key "KOMA-Script"
31380
31381 \end_inset
31382
31383 .
31384 \end_layout
31385
31386 \begin_layout Section
31387 Margin Notes
31388 \begin_inset Index idx
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392 Notes ! Margin Notes
31393 \end_layout
31394
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \begin_layout Standard
31401 Margin notes look and behave in \SpecialChar LyX
31402  like footnotes.
31403  They are inserted via the menu 
31404 \family sans
31405 Insert\SpecialChar menuseparator
31406 Marginal
31407 \begin_inset space ~
31408 \end_inset
31409
31410 Note
31411 \family default
31412  or the toolbar button 
31413 \begin_inset Info
31414 type  "icon"
31415 arg   "marginalnote-insert"
31416 \end_inset
31417
31418 .
31419  A grey 
31420 \family roman
31421 \series medium
31422 box with the
31423 \family default
31424 \series default
31425  red 
31426 \family roman
31427 \series medium
31428 label 
31429 \begin_inset Quotes eld
31430 \end_inset
31431
31432 margin
31433 \begin_inset Quotes erd
31434 \end_inset
31435
31436  appears where you can enter the text of the margin note.
31437 \end_layout
31438
31439 \begin_layout Standard
31440 At the side is an example margin note.
31441
31442 \family roman
31443 \series medium
31444  
31445 \begin_inset Marginal
31446 status open
31447
31448 \begin_layout Plain Layout
31449 This is a margin note.
31450 \end_layout
31451
31452 \end_inset
31453
31454
31455 \end_layout
31456
31457 \begin_layout Standard
31458 Margin notes appear at the right side in single-sided documents.
31459  In double-sided documents they appear in the outer margin â€“ left on even
31460  pages, right on odd pages.
31461  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31462 d when the note appears in the left margin.
31463  The first line of the margin note is placed at the position of the text
31464  line where it is inserted in the document.
31465 \end_layout
31466
31467 \begin_layout Standard
31468 \begin_inset VSpace bigskip
31469 \end_inset
31470
31471 To place the margin note in the inner margin, add the command
31472 \end_layout
31473
31474 \begin_layout Standard
31475
31476 \series bold
31477
31478 \backslash
31479 reversemarginpar
31480 \end_layout
31481
31482 \begin_layout Standard
31483 in \SpecialChar TeX
31484  Code before a margin note.
31485  The new placement is valid for all subsequent margin notes.
31486  
31487 \begin_inset ERT
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491
31492
31493 \backslash
31494 reversemarginpar 
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Marginal
31501 status open
31502
31503 \begin_layout Plain Layout
31504 This is a margin note in the inner margin.
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \series bold
31511
31512 \begin_inset Newline newline
31513 \end_inset
31514
31515
31516 \series default
31517
31518 \begin_inset Note Greyedout
31519 status open
31520
31521 \begin_layout Plain Layout
31522
31523 \series bold
31524 Note:
31525 \series default
31526  There is often not enough space in the inner margin so that the notes are
31527  not correctly displayed in the output.
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \end_layout
31534
31535 \begin_layout Standard
31536 To return to the default placement insert the command
31537 \end_layout
31538
31539 \begin_layout Standard
31540
31541 \series bold
31542
31543 \backslash
31544 normalmarginpar
31545 \end_layout
31546
31547 \begin_layout Standard
31548 in \SpecialChar TeX
31549  Code.
31550 \begin_inset ERT
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554
31555
31556 \backslash
31557 normalmarginpar 
31558 \end_layout
31559
31560 \end_inset
31561
31562  
31563 \begin_inset Note Greyedout
31564 status open
31565
31566 \begin_layout Plain Layout
31567
31568 \series bold
31569 Note:
31570 \series default
31571  The command is ignored when it is within a paragraph where also the command
31572  
31573 \series bold
31574
31575 \backslash
31576 reversemarginpar
31577 \series default
31578  is inserted.
31579 \end_layout
31580
31581 \end_inset
31582
31583
31584 \end_layout
31585
31586 \begin_layout Standard
31587 \begin_inset VSpace bigskip
31588 \end_inset
31589
31590
31591 \family roman
31592 \series medium
31593
31594 \begin_inset Marginal
31595 status open
31596
31597 \begin_layout Plain Layout
31598 AVeryLongMarginParWord that isn't hyphenated.
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \family default
31605 \series default
31606  Similar to the case described in section
31607 \begin_inset space ~
31608 \end_inset
31609
31610
31611 \begin_inset CommandInset ref
31612 LatexCommand ref
31613 reference "subsec:Multiple-Lines-in"
31614
31615 \end_inset
31616
31617 , long words cannot be hyphenated when they are the first word in a margin
31618  note.
31619  To avoid this, insert 0
31620 \begin_inset space \thinspace{}
31621 \end_inset
31622
31623 pt horizontal space before the word
31624 \family roman
31625 \series medium
31626 .
31627  
31628 \begin_inset Marginal
31629 status open
31630
31631 \begin_layout Plain Layout
31632 \begin_inset space \hspace*{}
31633 \length 0pt
31634 \end_inset
31635
31636 AVeryLongMarginParWord that is hyphenated.
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \end_layout
31643
31644 \begin_layout Standard
31645 \begin_inset VSpace bigskip
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset Note Greyedout
31653 status open
31654
31655 \begin_layout Plain Layout
31656
31657 \series bold
31658 Note:
31659 \series default
31660  Margin notes can normally not be used inside tables, floats, and footnotes.
31661 \end_layout
31662
31663 \end_inset
31664
31665
31666 \end_layout
31667
31668 \begin_layout Standard
31669 \begin_inset VSpace bigskip
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Standard
31676 \begin_inset ERT
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680
31681
31682 \backslash
31683 ifmarginnote
31684 \end_layout
31685
31686 \end_inset
31687
31688
31689 \begin_inset Note Note
31690 status open
31691
31692 \begin_layout Plain Layout
31693 The following section will only be displayed when the \SpecialChar LaTeX
31694 -package 
31695 \series bold
31696 marginnote
31697 \series default
31698  is installed.
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \begin_layout Standard
31707 This restriction can be evaded by using the \SpecialChar LaTeX
31708 -package 
31709 \series bold
31710 marginnote
31711 \series default
31712
31713 \begin_inset Index idx
31714 status collapsed
31715
31716 \begin_layout Plain Layout
31717 \SpecialChar LaTeX
31718 -packages ! marginnote
31719 \end_layout
31720
31721 \end_inset
31722
31723 .
31724  By adding these two lines to your document preamble, the command used by
31725  \SpecialChar LyX
31726  for margin notes is redefined to use the command provided by the 
31727 \series bold
31728 marginnote
31729 \series default
31730 -package:
31731 \end_layout
31732
31733 \begin_layout Standard
31734
31735 \series bold
31736
31737 \backslash
31738 usepackage{marginnote}
31739 \begin_inset Newline newline
31740 \end_inset
31741
31742
31743 \backslash
31744 let
31745 \backslash
31746 marginpar
31747 \backslash
31748 marginnote
31749 \end_layout
31750
31751 \begin_layout Standard
31752 This is also used in this document because 
31753 \series bold
31754 marginnote
31755 \series default
31756  has another useful feature: You can set a vertical offset for the note.
31757  This is often needed when too many margin notes are too close together
31758  or for a better page layout.
31759  The offset is set in \SpecialChar LyX
31760  as \SpecialChar TeX
31761  Code directly after the margin note in the scheme
31762 \end_layout
31763
31764 \begin_layout Standard
31765
31766 \series bold
31767 [offset]
31768 \end_layout
31769
31770 \begin_layout Standard
31771 where the offset is a length with one of the units listed in Table
31772 \begin_inset space ~
31773 \end_inset
31774
31775
31776 \begin_inset CommandInset ref
31777 LatexCommand ref
31778 reference "tab:Units"
31779
31780 \end_inset
31781
31782 .
31783  A negative value shifts the note up, a positive value shifts it down.
31784  
31785 \family roman
31786 \series medium
31787 For example the margin note beside this text line is shifted up 1.5
31788 \begin_inset space \thinspace{}
31789 \end_inset
31790
31791 cm with the \SpecialChar TeX
31792  Code command 
31793 \begin_inset Quotes eld
31794 \end_inset
31795
31796
31797 \family default
31798 \series bold
31799 [-1.5cm]
31800 \family roman
31801 \series medium
31802
31803 \begin_inset Quotes erd
31804 \end_inset
31805
31806
31807 \begin_inset Marginal
31808 status open
31809
31810 \begin_layout Plain Layout
31811 This margin note is shifted up 1.5
31812 \begin_inset space \thinspace{}
31813 \end_inset
31814
31815 cm from its original position.
31816 \end_layout
31817
31818 \end_inset
31819
31820
31821 \family default
31822 \series default
31823
31824 \begin_inset ERT
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828
31829 [-1.5cm]
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 \begin_inset VSpace medskip
31839 \end_inset
31840
31841 With 
31842 \series bold
31843 marginnote
31844 \series default
31845  you can also change the alignment of the text in the margin note.
31846  For example the commands
31847 \end_layout
31848
31849 \begin_layout Standard
31850
31851 \series bold
31852
31853 \backslash
31854 renewcommand*{
31855 \backslash
31856 raggedleftmarginnote}{
31857 \backslash
31858 centering}
31859 \begin_inset Newline newline
31860 \end_inset
31861
31862
31863 \backslash
31864 renewcommand*{
31865 \backslash
31866 raggedrightmarginnote}{
31867 \backslash
31868 centering}
31869 \end_layout
31870
31871 \begin_layout Standard
31872 set the alignment to centered.
31873  
31874 \series bold
31875
31876 \backslash
31877 raggedleftmarginnote
31878 \series default
31879  denotes margin notes that appear at the left side.
31880 \family roman
31881 \series medium
31882
31883 \begin_inset ERT
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887
31888
31889 \backslash
31890 renewcommand*{
31891 \backslash
31892 raggedleftmarginnote}{
31893 \backslash
31894 centering}
31895 \end_layout
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 renewcommand*{
31902 \backslash
31903 raggedrightmarginnote}{
31904 \backslash
31905 centering}
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \begin_inset Marginal
31912 status open
31913
31914 \begin_layout Plain Layout
31915 The text of this margin note is centered.
31916 \end_layout
31917
31918 \end_inset
31919
31920
31921 \family default
31922 \series default
31923  The default is
31924 \end_layout
31925
31926 \begin_layout Standard
31927
31928 \series bold
31929
31930 \backslash
31931 renewcommand*{
31932 \backslash
31933 raggedleftmarginnote}{
31934 \backslash
31935 raggedleft}
31936 \begin_inset Newline newline
31937 \end_inset
31938
31939
31940 \backslash
31941 renewcommand*{
31942 \backslash
31943 raggedrightmarginnote}{
31944 \backslash
31945 raggedright}
31946 \family roman
31947 \series medium
31948
31949 \begin_inset ERT
31950 status collapsed
31951
31952 \begin_layout Plain Layout
31953
31954
31955 \backslash
31956 renewcommand*{
31957 \backslash
31958 raggedleftmarginnote}{
31959 \backslash
31960 raggedleft}
31961 \end_layout
31962
31963 \begin_layout Plain Layout
31964
31965
31966 \backslash
31967 renewcommand*{
31968 \backslash
31969 raggedrightmarginnote}{
31970 \backslash
31971 raggedright}
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Standard
31980 \begin_inset VSpace medskip
31981 \end_inset
31982
31983 For the other features of 
31984 \series bold
31985 marginnote
31986 \series default
31987  refer to its documentation 
31988 \begin_inset CommandInset citation
31989 LatexCommand cite
31990 key "marginnote"
31991
31992 \end_inset
31993
31994 .
31995 \end_layout
31996
31997 \begin_layout Standard
31998 \begin_inset VSpace bigskip
31999 \end_inset
32000
32001 You can adjust the layout of margin notes by changing its definition.
32002  To create for example a header for all margin notes with the underlined,
32003  sans-serif, and bold header text 
32004 \begin_inset Quotes eld
32005 \end_inset
32006
32007
32008 \family sans
32009 \series bold
32010 \bar under
32011 Attention!
32012 \family default
32013 \series default
32014 \bar default
32015
32016 \begin_inset Quotes erd
32017 \end_inset
32018
32019 , add this to your document preamble:
32020 \end_layout
32021
32022 \begin_layout Standard
32023
32024 \series bold
32025
32026 \backslash
32027 let
32028 \backslash
32029 myMarginpar
32030 \backslash
32031 marginpar
32032 \begin_inset Newline newline
32033 \end_inset
32034
32035
32036 \backslash
32037 renewcommand{
32038 \backslash
32039 marginpar}[1]{
32040 \backslash
32041 myMarginpar{%
32042 \begin_inset Newline newline
32043 \end_inset
32044
32045
32046 \begin_inset Phantom HPhantom
32047 status open
32048
32049 \begin_layout Plain Layout
32050
32051 \series bold
32052 \begin_inset space ~
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \backslash
32062 hspace{0pt}
32063 \backslash
32064 textsf{
32065 \backslash
32066 textbf{
32067 \backslash
32068 underbar{Attention!}}}%
32069 \begin_inset Newline newline
32070 \end_inset
32071
32072
32073 \begin_inset Phantom HPhantom
32074 status open
32075
32076 \begin_layout Plain Layout
32077
32078 \series bold
32079 \begin_inset space ~
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \backslash
32089 vspace{1.5mm}
32090 \backslash
32091
32092 \backslash
32093 #1}}
32094 \end_layout
32095
32096 \begin_layout Standard
32097
32098 \family roman
32099 \series medium
32100 \begin_inset ERT
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104
32105
32106 \backslash
32107 let
32108 \backslash
32109 myMarginpar
32110 \backslash
32111 marginpar
32112 \end_layout
32113
32114 \begin_layout Plain Layout
32115
32116
32117 \backslash
32118 renewcommand{
32119 \backslash
32120 marginpar}[1]{
32121 \backslash
32122 myMarginpar{%
32123 \end_layout
32124
32125 \begin_layout Plain Layout
32126
32127    
32128 \backslash
32129 textsf{
32130 \backslash
32131 textbf{
32132 \backslash
32133 underbar{Attention!}}}%
32134 \end_layout
32135
32136 \begin_layout Plain Layout
32137
32138    
32139 \backslash
32140 vspace{1.5mm}
32141 \backslash
32142
32143 \backslash
32144 #1}}
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \begin_inset Marginal
32151 status open
32152
32153 \begin_layout Plain Layout
32154 This is a margin note with a defined heading.
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \family default
32161 \series default
32162
32163 \begin_inset ERT
32164 status collapsed
32165
32166 \begin_layout Plain Layout
32167
32168 [-1.5cm]
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \family roman
32175 \series medium
32176
32177 \begin_inset ERT
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181
32182
32183 \backslash
32184 renewcommand{
32185 \backslash
32186 marginpar}[1]{
32187 \backslash
32188 myMarginpar{#1}}
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \family default
32195 \series default
32196
32197 \begin_inset Note Note
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201 The margin note format is changed only for this example.
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215
32216 \backslash
32217 else
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \begin_inset Note Note
32224 status open
32225
32226 \begin_layout Plain Layout
32227 The following will be displayed when the \SpecialChar LaTeX
32228 -package 
32229 \series bold
32230 marginnote
32231 \series default
32232  is not installed:
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \end_layout
32239
32240 \begin_layout Standard
32241 You need to install the \SpecialChar LaTeX
32242 -package 
32243 \series bold
32244 marginnote
32245 \series default
32246  to see the following part of this section in the output.
32247 \end_layout
32248
32249 \begin_layout Standard
32250 \begin_inset ERT
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254
32255
32256 \backslash
32257 fi
32258 \end_layout
32259
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \begin_layout Chapter
32266 Boxes
32267 \end_layout
32268
32269 \begin_layout Section
32270 Introduction
32271 \begin_inset Index idx
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 Boxes ! Introduction
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \begin_layout Standard
32284 Boxes are used to format a block of text.
32285  Boxes can be used to write documents with multiple languages, see section
32286 \begin_inset space ~
32287 \end_inset
32288
32289
32290 \begin_inset CommandInset ref
32291 LatexCommand ref
32292 reference "sec:Minipages"
32293
32294 \end_inset
32295
32296 , to frame texts, see section
32297 \begin_inset space ~
32298 \end_inset
32299
32300
32301 \begin_inset CommandInset ref
32302 LatexCommand ref
32303 reference "sec:Decoration"
32304
32305 \end_inset
32306
32307 , to prevent words from being hyphenated, see section
32308 \begin_inset space ~
32309 \end_inset
32310
32311
32312 \begin_inset CommandInset ref
32313 LatexCommand ref
32314 reference "sec:Prevent-Hyphenation"
32315
32316 \end_inset
32317
32318 , to align text, see section
32319 \begin_inset space ~
32320 \end_inset
32321
32322
32323 \begin_inset CommandInset ref
32324 LatexCommand ref
32325 reference "subsec:Vertical-Alignment"
32326
32327 \end_inset
32328
32329 , or to set the background color of texts, see section
32330 \begin_inset space ~
32331 \end_inset
32332
32333
32334 \begin_inset CommandInset ref
32335 LatexCommand ref
32336 reference "sec:Colored-Boxes"
32337
32338 \end_inset
32339
32340 .
32341 \end_layout
32342
32343 \begin_layout Standard
32344 Boxes can be inserted with the menu 
32345 \family sans
32346 Insert\SpecialChar menuseparator
32347 Box
32348 \family default
32349  or the toolbar button 
32350 \begin_inset Info
32351 type  "icon"
32352 arg   "box-insert Frameless"
32353 \end_inset
32354
32355 .
32356  A grey box with the label 
32357 \family sans
32358 Box (Minipage)
32359 \family default
32360
32361 \begin_inset Graphics
32362         filename clipart/BoxInsetDefault.png
32363         scale 85
32364         scaleBeforeRotation
32365
32366 \end_inset
32367
32368  will be inserted.
32369  The box type can be specified by right-clicking on the box and selecting
32370  
32371 \family sans
32372 Settings
32373 \family default
32374 .
32375  The box dialog offers the 
32376 \family sans
32377 Inner
32378 \begin_inset space ~
32379 \end_inset
32380
32381 Box
32382 \family default
32383  types 
32384 \family sans
32385 Makebox
32386 \family default
32387
32388 \family sans
32389 Parbox
32390 \family default
32391  and 
32392 \family sans
32393 Minipage
32394 \family default
32395 .
32396  The type 
32397 \family sans
32398 Minipage
32399 \family default
32400  is the default for new boxes and is explained in section
32401 \begin_inset space ~
32402 \end_inset
32403
32404
32405 \begin_inset CommandInset ref
32406 LatexCommand ref
32407 reference "sec:Minipages"
32408
32409 \end_inset
32410
32411 ; the type 
32412 \family sans
32413 Parbox
32414 \family default
32415  is described in section
32416 \begin_inset space ~
32417 \end_inset
32418
32419
32420 \begin_inset CommandInset ref
32421 LatexCommand ref
32422 reference "sec:Parboxes"
32423
32424 \end_inset
32425
32426  and the type 
32427 \family sans
32428 Makebox
32429 \family default
32430  in 
32431 \begin_inset CommandInset ref
32432 LatexCommand ref
32433 reference "sec:Prevent-Hyphenation"
32434
32435 \end_inset
32436
32437 .
32438 \end_layout
32439
32440 \begin_layout Standard
32441 Boxes are not numbered and can therefore not be referenced like floats or
32442  footnotes.
32443 \end_layout
32444
32445 \begin_layout Standard
32446 \begin_inset Note Greyedout
32447 status open
32448
32449 \begin_layout Plain Layout
32450
32451 \series bold
32452 Note:
32453 \series default
32454  Boxes must not be the item in an 
32455 \family sans
32456 Itemize
32457 \family default
32458  or 
32459 \family sans
32460 Description
32461 \family default
32462  environment.
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \end_layout
32469
32470 \begin_layout Standard
32471 \begin_inset Note Greyedout
32472 status open
32473
32474 \begin_layout Plain Layout
32475
32476 \series bold
32477 Note:
32478 \series default
32479  For an unknown reason you can only set the 
32480 \family sans
32481 Inner
32482 \begin_inset space ~
32483 \end_inset
32484
32485 Box
32486 \family default
32487  type to 
32488 \family sans
32489 None
32490 \family default
32491  when you use a framed box.
32492  Boxes without an 
32493 \family sans
32494 Inner
32495 \begin_inset space ~
32496 \end_inset
32497
32498 Box
32499 \family default
32500  type and without frames are explained in section
32501 \begin_inset space ~
32502 \end_inset
32503
32504
32505 \begin_inset CommandInset ref
32506 LatexCommand ref
32507 reference "sec:Prevent-Hyphenation"
32508
32509 \end_inset
32510
32511 .
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \begin_layout Section
32520 Box Dialog
32521 \begin_inset CommandInset label
32522 LatexCommand label
32523 name "sec:Box-Dialog"
32524
32525 \end_inset
32526
32527
32528 \begin_inset Index idx
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532 Boxes ! Box Dialog
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \end_layout
32539
32540 \begin_layout Subsection
32541 Size
32542 \begin_inset Index idx
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546 Boxes ! Size
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Standard
32555 In the box dialog you can adjust the box geometry in the fields 
32556 \family sans
32557 Width
32558 \family default
32559  and 
32560 \family sans
32561 Height
32562 \family default
32563 .
32564  The available units for the geometry are explained in Table
32565 \begin_inset space ~
32566 \end_inset
32567
32568
32569 \begin_inset CommandInset ref
32570 LatexCommand ref
32571 reference "tab:Units"
32572
32573 \end_inset
32574
32575 .
32576  The field 
32577 \family sans
32578 Height
32579 \family default
32580  offers the following additional sizes:
32581 \end_layout
32582
32583 \begin_layout Description
32584 Depth This is the plain text 
32585 \begin_inset Quotes eld
32586 \end_inset
32587
32588 height
32589 \begin_inset Quotes erd
32590 \end_inset
32591
32592 .
32593  It ignores the total depth when there are multiple text lines in the box:
32594 \begin_inset Newline newline
32595 \end_inset
32596
32597
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601
32602 \begin_inset Newline newline
32603 \end_inset
32604
32605
32606 \begin_inset Box Boxed
32607 position "c"
32608 hor_pos "c"
32609 has_inner_box 1
32610 inner_pos "c"
32611 use_parbox 0
32612 use_makebox 0
32613 width "12col%"
32614 special "none"
32615 height "1in"
32616 height_special "depth"
32617 thickness "0.4pt"
32618 separation "3pt"
32619 shadowsize "4pt"
32620 framecolor "black"
32621 backgroundcolor "none"
32622 status collapsed
32623
32624 \begin_layout Plain Layout
32625 \align center
32626 Box height set to 1
32627 \begin_inset space \thinspace{}
32628 \end_inset
32629
32630 Depth
32631 \end_layout
32632
32633 \end_inset
32634
32635
32636 \begin_inset Newline newline
32637 \end_inset
32638
32639
32640 \begin_inset Newline newline
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \begin_layout Description
32647 Height This is the height of the text that is inside the box.
32648  A value of e.
32649 \begin_inset space \thinspace{}
32650 \end_inset
32651
32652 g.
32653 \begin_inset space \space{}
32654 \end_inset
32655
32656 2 for this size will set the box height to 2
32657 \begin_inset space ~
32658 \end_inset
32659
32660 times the text height: 
32661 \begin_inset Box Boxed
32662 position "c"
32663 hor_pos "c"
32664 has_inner_box 1
32665 inner_pos "c"
32666 use_parbox 0
32667 use_makebox 0
32668 width "20col%"
32669 special "none"
32670 height "2in"
32671 height_special "height"
32672 thickness "0.4pt"
32673 separation "3pt"
32674 shadowsize "4pt"
32675 framecolor "black"
32676 backgroundcolor "none"
32677 status collapsed
32678
32679 \begin_layout Plain Layout
32680 \align center
32681 Box height set to 2
32682 \begin_inset space \thinspace{}
32683 \end_inset
32684
32685 Height
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Description
32694 Total
32695 \begin_inset space ~
32696 \end_inset
32697
32698 Height This is the Height
32699 \begin_inset space \thinspace{}
32700 \end_inset
32701
32702 +
32703 \begin_inset space \thinspace{}
32704 \end_inset
32705
32706 Depth: 
32707 \begin_inset Box Boxed
32708 position "c"
32709 hor_pos "c"
32710 has_inner_box 1
32711 inner_pos "c"
32712 use_parbox 0
32713 use_makebox 0
32714 width "20col%"
32715 special "none"
32716 height "1in"
32717 height_special "totalheight"
32718 thickness "0.4pt"
32719 separation "3pt"
32720 shadowsize "4pt"
32721 framecolor "black"
32722 backgroundcolor "none"
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 \align center
32727 Box height set to 1
32728 \begin_inset space \thinspace{}
32729 \end_inset
32730
32731 Total
32732 \begin_inset space ~
32733 \end_inset
32734
32735 Height
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Description
32744 Width This sets the width of the box as height: 
32745 \begin_inset Box Boxed
32746 position "c"
32747 hor_pos "c"
32748 has_inner_box 1
32749 inner_pos "c"
32750 use_parbox 0
32751 use_makebox 0
32752 width "12col%"
32753 special "none"
32754 height "1in"
32755 height_special "width"
32756 thickness "0.4pt"
32757 separation "3pt"
32758 shadowsize "4pt"
32759 framecolor "black"
32760 backgroundcolor "none"
32761 status collapsed
32762
32763 \begin_layout Plain Layout
32764 \align center
32765 Box height set to 1
32766 \begin_inset space \thinspace{}
32767 \end_inset
32768
32769 Width
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \end_layout
32776
32777 \begin_layout Subsection
32778 Alignment
32779 \begin_inset Index idx
32780 status collapsed
32781
32782 \begin_layout Plain Layout
32783 Boxes ! Alignment
32784 \end_layout
32785
32786 \end_inset
32787
32788
32789 \end_layout
32790
32791 \begin_layout Standard
32792 When you have chosen an 
32793 \family sans
32794 Inner
32795 \begin_inset space ~
32796 \end_inset
32797
32798 Box
32799 \family default
32800 , the vertical box alignment can be:
32801 \end_layout
32802
32803 \begin_layout Description
32804 Top This is an example text line.
32805  
32806 \begin_inset Box Boxed
32807 position "t"
32808 hor_pos "c"
32809 has_inner_box 1
32810 inner_pos "c"
32811 use_parbox 0
32812 use_makebox 0
32813 width "12col%"
32814 special "none"
32815 height "1in"
32816 height_special "totalheight"
32817 thickness "0.4pt"
32818 separation "3pt"
32819 shadowsize "4pt"
32820 framecolor "black"
32821 backgroundcolor "none"
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825 \align center
32826 This box is top-aligned.
32827 \end_layout
32828
32829 \end_inset
32830
32831  This is an example text line.
32832 \end_layout
32833
32834 \begin_layout Description
32835 Middle This is an example text line.
32836  
32837 \begin_inset Box Boxed
32838 position "c"
32839 hor_pos "c"
32840 has_inner_box 1
32841 inner_pos "c"
32842 use_parbox 0
32843 use_makebox 0
32844 width "12col%"
32845 special "none"
32846 height "1in"
32847 height_special "totalheight"
32848 thickness "0.4pt"
32849 separation "3pt"
32850 shadowsize "4pt"
32851 framecolor "black"
32852 backgroundcolor "none"
32853 status collapsed
32854
32855 \begin_layout Plain Layout
32856 \align center
32857 This box is middle-aligned.
32858 \end_layout
32859
32860 \end_inset
32861
32862  This is an example text line.
32863 \end_layout
32864
32865 \begin_layout Description
32866 Bottom This is an example text line.
32867  
32868 \begin_inset Box Boxed
32869 position "b"
32870 hor_pos "c"
32871 has_inner_box 1
32872 inner_pos "c"
32873 use_parbox 0
32874 use_makebox 0
32875 width "12col%"
32876 special "none"
32877 height "1in"
32878 height_special "totalheight"
32879 thickness "0.4pt"
32880 separation "3pt"
32881 shadowsize "4pt"
32882 framecolor "black"
32883 backgroundcolor "none"
32884 status collapsed
32885
32886 \begin_layout Plain Layout
32887 \align center
32888 This box is bottom-aligned.
32889 \end_layout
32890
32891 \end_inset
32892
32893  This is an example text line.
32894 \end_layout
32895
32896 \begin_layout Standard
32897 \begin_inset Note Greyedout
32898 status open
32899
32900 \begin_layout Plain Layout
32901
32902 \series bold
32903 Note:
32904 \series default
32905  The vertical box alignment can be lost in the output when you have two
32906  boxes in a line and one has e.
32907 \begin_inset space \thinspace{}
32908 \end_inset
32909
32910 g.
32911 \begin_inset space \space{}
32912 \end_inset
32913
32914 a shadow and the other one not.
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \begin_layout Standard
32923 The horizontal box alignment can be set via \SpecialChar LyX
32924 's paragraph dialog when you
32925  set the box into its own paragraph.
32926 \end_layout
32927
32928 \begin_layout Standard
32929 \begin_inset VSpace bigskip
32930 \end_inset
32931
32932 When you have chosen an 
32933 \family sans
32934 Inner
32935 \begin_inset space ~
32936 \end_inset
32937
32938 Box
32939 \family default
32940 , the box content can be aligned vertically to:
32941 \end_layout
32942
32943 \begin_layout Description
32944 top This is an example text line.
32945  
32946 \begin_inset Box Boxed
32947 position "c"
32948 hor_pos "c"
32949 has_inner_box 1
32950 inner_pos "t"
32951 use_parbox 0
32952 use_makebox 0
32953 width "12col%"
32954 special "none"
32955 height "1.5in"
32956 height_special "totalheight"
32957 thickness "0.4pt"
32958 separation "3pt"
32959 shadowsize "4pt"
32960 framecolor "black"
32961 backgroundcolor "none"
32962 status collapsed
32963
32964 \begin_layout Plain Layout
32965 \align center
32966 This box text is top-aligned.
32967 \end_layout
32968
32969 \end_inset
32970
32971  This is an example text line.
32972 \end_layout
32973
32974 \begin_layout Description
32975 middle This is an example text line.
32976  
32977 \begin_inset Box Boxed
32978 position "c"
32979 hor_pos "c"
32980 has_inner_box 1
32981 inner_pos "c"
32982 use_parbox 0
32983 use_makebox 0
32984 width "12col%"
32985 special "none"
32986 height "1.5in"
32987 height_special "totalheight"
32988 thickness "0.4pt"
32989 separation "3pt"
32990 shadowsize "4pt"
32991 framecolor "black"
32992 backgroundcolor "none"
32993 status collapsed
32994
32995 \begin_layout Plain Layout
32996 \align center
32997 This box text is middle-aligned.
32998 \end_layout
32999
33000 \end_inset
33001
33002  This is an example text line.
33003 \end_layout
33004
33005 \begin_layout Description
33006 bottom This is an example text line.
33007  
33008 \begin_inset Box Boxed
33009 position "c"
33010 hor_pos "c"
33011 has_inner_box 1
33012 inner_pos "b"
33013 use_parbox 0
33014 use_makebox 0
33015 width "12col%"
33016 special "none"
33017 height "1.5in"
33018 height_special "totalheight"
33019 thickness "0.4pt"
33020 separation "3pt"
33021 shadowsize "4pt"
33022 framecolor "black"
33023 backgroundcolor "none"
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 \align center
33028 This box text is bottom-aligned.
33029 \end_layout
33030
33031 \end_inset
33032
33033  This is an example text line.
33034 \end_layout
33035
33036 \begin_layout Description
33037 stretch This is an example text line.
33038  
33039 \begin_inset Box Boxed
33040 position "c"
33041 hor_pos "c"
33042 has_inner_box 1
33043 inner_pos "s"
33044 use_parbox 0
33045 use_makebox 0
33046 width "12col%"
33047 special "none"
33048 height "1.5in"
33049 height_special "totalheight"
33050 thickness "0.4pt"
33051 separation "3pt"
33052 shadowsize "4pt"
33053 framecolor "black"
33054 backgroundcolor "none"
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058 \align center
33059 This box
33060 \end_layout
33061
33062 \begin_layout Plain Layout
33063 \align center
33064 text is
33065 \end_layout
33066
33067 \begin_layout Plain Layout
33068 \align center
33069 stretched.
33070 \end_layout
33071
33072 \end_inset
33073
33074  This is an example text line.
33075 \end_layout
33076
33077 \begin_layout Standard
33078 To stretch the box content, it must consist of more than one paragraph.
33079  In the example above every text line is in an own paragraph.
33080 \end_layout
33081
33082 \begin_layout Standard
33083 \begin_inset VSpace bigskip
33084 \end_inset
33085
33086 To align the box content horizontally you can use \SpecialChar LyX
33087 's paragraph dialog when
33088  you have chosen an 
33089 \family sans
33090 Inner
33091 \begin_inset space ~
33092 \end_inset
33093
33094 Box
33095 \family default
33096 .
33097 \end_layout
33098
33099 \begin_layout Standard
33100 \align center
33101 \begin_inset Box Boxed
33102 position "c"
33103 hor_pos "c"
33104 has_inner_box 1
33105 inner_pos "s"
33106 use_parbox 0
33107 use_makebox 0
33108 width "15col%"
33109 special "none"
33110 height "1.25in"
33111 height_special "totalheight"
33112 thickness "0.4pt"
33113 separation "3pt"
33114 shadowsize "4pt"
33115 framecolor "black"
33116 backgroundcolor "none"
33117 status collapsed
33118
33119 \begin_layout Plain Layout
33120 \align left
33121 This box
33122 \end_layout
33123
33124 \begin_layout Plain Layout
33125 \align center
33126 text is
33127 \end_layout
33128
33129 \begin_layout Plain Layout
33130 \align right
33131 stretched.
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Standard
33140 If you have not set an 
33141 \family sans
33142 Inner
33143 \begin_inset space ~
33144 \end_inset
33145
33146 Box
33147 \family default
33148 , you can align the box content horizontally in the box dialog.
33149 \begin_inset Separator parbreak
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \begin_layout Standard
33156 \align center
33157 \begin_inset Box Boxed
33158 position "c"
33159 hor_pos "s"
33160 has_inner_box 0
33161 inner_pos "s"
33162 use_parbox 0
33163 use_makebox 0
33164 width "90col%"
33165 special "none"
33166 height "1.25in"
33167 height_special "totalheight"
33168 thickness "0.4pt"
33169 separation "3pt"
33170 shadowsize "4pt"
33171 framecolor "black"
33172 backgroundcolor "none"
33173 status collapsed
33174
33175 \begin_layout Plain Layout
33176 This box text is horizontally stretched.
33177 \end_layout
33178
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \begin_layout Subsection
33185 Decoration
33186 \begin_inset CommandInset label
33187 LatexCommand label
33188 name "sec:Decoration"
33189
33190 \end_inset
33191
33192
33193 \begin_inset Index idx
33194 status collapsed
33195
33196 \begin_layout Plain Layout
33197 Boxes ! Decoration
33198 \end_layout
33199
33200 \end_inset
33201
33202
33203 \end_layout
33204
33205 \begin_layout Standard
33206 The type of the box can be specified in the box dialog in the drop-down
33207  list 
33208 \family sans
33209 Decoration
33210 \family default
33211 .
33212  The following types are possible:
33213 \end_layout
33214
33215 \begin_layout Description
33216 No
33217 \begin_inset space ~
33218 \end_inset
33219
33220 frame Nothing is drawn.
33221 \end_layout
33222
33223 \begin_layout Description
33224 Simple
33225 \begin_inset space ~
33226 \end_inset
33227
33228 rectangular
33229 \begin_inset space ~
33230 \end_inset
33231
33232 frame This draws a rectangular frame around the box.
33233  The frame line thickness can be specified.
33234  
33235 \begin_inset Box Boxed
33236 position "c"
33237 hor_pos "c"
33238 has_inner_box 1
33239 inner_pos "c"
33240 use_parbox 0
33241 use_makebox 0
33242 width "20col%"
33243 special "none"
33244 height "1in"
33245 height_special "totalheight"
33246 thickness "0.4pt"
33247 separation "3pt"
33248 shadowsize "4pt"
33249 framecolor "black"
33250 backgroundcolor "none"
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254 \align center
33255 Rectangular box
33256 \end_layout
33257
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \begin_layout Description
33264 Oval
33265 \begin_inset space ~
33266 \end_inset
33267
33268 box,
33269 \begin_inset space ~
33270 \end_inset
33271
33272 thin This draws an oval frame around the box.
33273  The frame line thickness has the size 0.4
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 pt.
33278  
33279 \begin_inset Box ovalbox
33280 position "c"
33281 hor_pos "c"
33282 has_inner_box 1
33283 inner_pos "c"
33284 use_parbox 0
33285 use_makebox 0
33286 width "20col%"
33287 special "none"
33288 height "1in"
33289 height_special "totalheight"
33290 thickness "0.4pt"
33291 separation "3pt"
33292 shadowsize "4pt"
33293 framecolor "black"
33294 backgroundcolor "none"
33295 status collapsed
33296
33297 \begin_layout Plain Layout
33298 \align center
33299 Oval box, thin
33300 \end_layout
33301
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \begin_layout Description
33308 Oval
33309 \begin_inset space ~
33310 \end_inset
33311
33312 box,
33313 \begin_inset space ~
33314 \end_inset
33315
33316 thick This draws an oval frame around the box.
33317  The frame line thickness has the size 0.8
33318 \begin_inset space \thinspace{}
33319 \end_inset
33320
33321 pt.
33322  
33323 \begin_inset Box Ovalbox
33324 position "c"
33325 hor_pos "c"
33326 has_inner_box 1
33327 inner_pos "c"
33328 use_parbox 0
33329 use_makebox 0
33330 width "20col%"
33331 special "none"
33332 height "1in"
33333 height_special "totalheight"
33334 thickness "0.4pt"
33335 separation "3pt"
33336 shadowsize "4pt"
33337 framecolor "black"
33338 backgroundcolor "none"
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342 \align center
33343 Oval box, thick
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \begin_layout Description
33352 Drop
33353 \begin_inset space ~
33354 \end_inset
33355
33356 shadow This draws a rectangular frame with a shadow around the box.
33357  The frame line thickness and the shadow can be specified.
33358  
33359 \begin_inset Box Shadowbox
33360 position "c"
33361 hor_pos "c"
33362 has_inner_box 1
33363 inner_pos "c"
33364 use_parbox 0
33365 use_makebox 0
33366 width "20col%"
33367 special "none"
33368 height "1in"
33369 height_special "totalheight"
33370 thickness "0.4pt"
33371 separation "3pt"
33372 shadowsize "4pt"
33373 framecolor "black"
33374 backgroundcolor "none"
33375 status collapsed
33376
33377 \begin_layout Plain Layout
33378 \align center
33379 Shadow box
33380 \end_layout
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Description
33388 Shaded
33389 \begin_inset space ~
33390 \end_inset
33391
33392 background This draws a box with a red background.
33393  Unlike colored boxes
33394 \begin_inset Foot
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398 see sec.
33399 \begin_inset space \thinspace{}
33400 \end_inset
33401
33402
33403 \begin_inset CommandInset ref
33404 LatexCommand ref
33405 reference "sec:Colored-Boxes"
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \end_inset
33413
33414 , it always uses the whole column width and the box is set as its own paragraph.
33415  
33416 \begin_inset Box Shaded
33417 position "t"
33418 hor_pos "c"
33419 has_inner_box 0
33420 inner_pos "t"
33421 use_parbox 0
33422 use_makebox 0
33423 width "50col%"
33424 special "none"
33425 height "1in"
33426 height_special "totalheight"
33427 thickness "0.4pt"
33428 separation "3pt"
33429 shadowsize "4pt"
33430 framecolor "black"
33431 backgroundcolor "none"
33432 status collapsed
33433
33434 \begin_layout Plain Layout
33435 Shaded background box
33436 \end_layout
33437
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \begin_layout Description
33444 Double
33445 \begin_inset space ~
33446 \end_inset
33447
33448 rectangular
33449 \begin_inset space ~
33450 \end_inset
33451
33452 frame This draws a double-line rectangular frame around the box.
33453  The line thickness of the inner frame is 0.75
33454 \begin_inset space \thinspace{}
33455 \end_inset
33456
33457 line
33458 \begin_inset space ~
33459 \end_inset
33460
33461 thickness, the thickness of the outer frame is 1.5
33462 \begin_inset space \thinspace{}
33463 \end_inset
33464
33465 line
33466 \begin_inset space ~
33467 \end_inset
33468
33469 thickness.
33470  The distance between the lines is 1.5
33471 \begin_inset space \thinspace{}
33472 \end_inset
33473
33474 line
33475 \begin_inset space ~
33476 \end_inset
33477
33478 thickness
33479 \begin_inset space \thinspace{}
33480 \end_inset
33481
33482 +
33483 \begin_inset space \thinspace{}
33484 \end_inset
33485
33486 0.5
33487 \begin_inset space \thinspace{}
33488 \end_inset
33489
33490 pt.
33491  
33492 \begin_inset Box Doublebox
33493 position "c"
33494 hor_pos "c"
33495 has_inner_box 1
33496 inner_pos "c"
33497 use_parbox 0
33498 use_makebox 0
33499 width "20col%"
33500 special "none"
33501 height "1in"
33502 height_special "totalheight"
33503 thickness "0.4pt"
33504 separation "3pt"
33505 shadowsize "4pt"
33506 framecolor "black"
33507 backgroundcolor "none"
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511 \align center
33512 Double rectangular box
33513 \end_layout
33514
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \begin_layout Standard
33521 \begin_inset VSpace bigskip
33522 \end_inset
33523
33524 \SpecialChar LyX
33525 's box label will reflect the different frame types.
33526  To be able to use all types, the \SpecialChar LaTeX
33527 -package 
33528 \series bold
33529 fancybox
33530 \series default
33531
33532 \begin_inset Index idx
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536 \SpecialChar LaTeX
33537 -packages ! fancybox
33538 \end_layout
33539
33540 \end_inset
33541
33542  must be installed.
33543 \end_layout
33544
33545 \begin_layout Standard
33546 \begin_inset VSpace bigskip
33547 \end_inset
33548
33549 When you use the decoration 
33550 \family sans
33551 simple rectangular frame
33552 \family default
33553  and no inner box, you can allow page breaks within a box.
33554  Note that then, unlike other framed boxes, the frame always uses the whole
33555  column width and the box is set as its own paragraph: 
33556 \begin_inset Box Framed
33557 position "t"
33558 hor_pos "c"
33559 has_inner_box 0
33560 inner_pos "t"
33561 use_parbox 0
33562 use_makebox 0
33563 width "100col%"
33564 special "none"
33565 height "1in"
33566 height_special "totalheight"
33567 thickness "0.4pt"
33568 separation "3pt"
33569 shadowsize "4pt"
33570 framecolor "black"
33571 backgroundcolor "none"
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575 Allow page break box
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Section
33584 Box Customization
33585 \begin_inset Index idx
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589 Boxes ! Customization
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \begin_layout Standard
33598 The diameter of the round corners of the oval boxes can be set with the
33599  command 
33600 \series bold
33601
33602 \backslash
33603 cornersize
33604 \series default
33605 .
33606  The command
33607 \end_layout
33608
33609 \begin_layout Standard
33610
33611 \series bold
33612
33613 \backslash
33614 cornersize*{1cm}
33615 \end_layout
33616
33617 \begin_layout Standard
33618 sets the diameter to 1
33619 \begin_inset space \thinspace{}
33620 \end_inset
33621
33622 cm.
33623  The command
33624 \end_layout
33625
33626 \begin_layout Standard
33627
33628 \series bold
33629
33630 \backslash
33631 cornersize{num}
33632 \end_layout
33633
33634 \begin_layout Standard
33635 sets the diameter to 
33636 \family sans
33637 num
33638 \begin_inset space \thinspace{}
33639 \end_inset
33640
33641 ×
33642 \begin_inset space \thinspace{}
33643 \end_inset
33644
33645 minimum(width and height of box)
33646 \family default
33647 .
33648  The default is 
33649 \series bold
33650
33651 \backslash
33652 cornersize{0.5}
33653 \series default
33654 .
33655 \end_layout
33656
33657 \begin_layout Standard
33658 \begin_inset ERT
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662
33663
33664 \backslash
33665 cornersize*{1.5cm}
33666 \end_layout
33667
33668 \end_inset
33669
33670
33671 \begin_inset Box Ovalbox
33672 position "c"
33673 hor_pos "c"
33674 has_inner_box 1
33675 inner_pos "c"
33676 use_parbox 0
33677 use_makebox 0
33678 width "25col%"
33679 special "none"
33680 height "1in"
33681 height_special "totalheight"
33682 thickness "0.4pt"
33683 separation "3pt"
33684 shadowsize "4pt"
33685 framecolor "black"
33686 backgroundcolor "none"
33687 status open
33688
33689 \begin_layout Plain Layout
33690 \align center
33691 Oval box with 
33692 \series bold
33693
33694 \backslash
33695 cornersize
33696 \series default
33697
33698 \begin_inset space \thinspace{}
33699 \end_inset
33700
33701 =
33702 \begin_inset space \thinspace{}
33703 \end_inset
33704
33705 1.5
33706 \begin_inset space \thinspace{}
33707 \end_inset
33708
33709 cm
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \begin_inset ERT
33716 status collapsed
33717
33718 \begin_layout Plain Layout
33719
33720
33721 \backslash
33722 cornersize{0.5}
33723 \end_layout
33724
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \begin_layout Standard
33731 \begin_inset VSpace bigskip
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Standard
33738 The default background color red of 
33739 \family sans
33740 shaded background
33741 \family default
33742  boxes can either be changed locally with the command 
33743 \series bold
33744
33745 \backslash
33746 definecolor{shadecolor}
33747 \series default
33748  or globally with the menu 
33749 \family sans
33750 Tools\SpecialChar menuseparator
33751 Preferences\SpecialChar menuseparator
33752 Colors\SpecialChar menuseparator
33753 shaded
33754 \begin_inset space ~
33755 \end_inset
33756
33757 box
33758 \family default
33759 .
33760  The scheme of the 
33761 \series bold
33762
33763 \backslash
33764 definecolor
33765 \series default
33766  command is explained in section
33767 \begin_inset space ~
33768 \end_inset
33769
33770
33771 \begin_inset CommandInset ref
33772 LatexCommand ref
33773 reference "sec:Colored-Tables"
33774
33775 \end_inset
33776
33777 .
33778 \begin_inset Foot
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782 Note that 
33783 \series bold
33784
33785 \backslash
33786 definecolor
33787 \series default
33788  requires the \SpecialChar LaTeX
33789 -package 
33790 \series bold
33791 color
33792 \series default
33793  in the preamble, see section
33794 \begin_inset space ~
33795 \end_inset
33796
33797
33798 \begin_inset CommandInset ref
33799 LatexCommand ref
33800 reference "sec:Colored-Boxes"
33801
33802 \end_inset
33803
33804 .
33805 \end_layout
33806
33807 \end_inset
33808
33809  For example the appearance of the following shaded background box is set
33810  with the \SpecialChar TeX
33811  Code command
33812 \end_layout
33813
33814 \begin_layout Standard
33815
33816 \series bold
33817
33818 \backslash
33819 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33820 \end_layout
33821
33822 \begin_layout Standard
33823 \begin_inset ERT
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827
33828
33829 \backslash
33830 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \begin_inset Box Shaded
33837 position "t"
33838 hor_pos "c"
33839 has_inner_box 0
33840 inner_pos "t"
33841 use_parbox 0
33842 use_makebox 0
33843 width "100col%"
33844 special "none"
33845 height "1in"
33846 height_special "totalheight"
33847 thickness "0.4pt"
33848 separation "3pt"
33849 shadowsize "4pt"
33850 framecolor "black"
33851 backgroundcolor "none"
33852 status open
33853
33854 \begin_layout Plain Layout
33855
33856 \color yellow
33857 This is yellow text in a
33858 \color none
33859  
33860 \family sans
33861 \color yellow
33862 shaded background
33863 \family default
33864 \color none
33865  
33866 \color yellow
33867 box with dark green background.
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \begin_inset ERT
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877
33878
33879 \backslash
33880 definecolor{shadecolor}{rgb}{1,0,0}
33881 \end_layout
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Standard
33889 \begin_inset VSpace bigskip
33890 \end_inset
33891
33892 Manually changed sizes and colors are valid for all boxes following the
33893  commands that change them.
33894 \end_layout
33895
33896 \begin_layout Section
33897 Minipages
33898 \begin_inset CommandInset label
33899 LatexCommand label
33900 name "sec:Minipages"
33901
33902 \end_inset
33903
33904
33905 \begin_inset Index idx
33906 status collapsed
33907
33908 \begin_layout Plain Layout
33909 Boxes ! Minipages
33910 \end_layout
33911
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Standard
33918 Minipages are treated by \SpecialChar LaTeX
33919  as pages within pages and can therefore for example
33920  have their own footnotes.
33921 \end_layout
33922
33923 \begin_layout Standard
33924 Minipages are useful when you write documents with different languages.
33925 \end_layout
33926
33927 \begin_layout Standard
33928 Below are two example minipages side by side.
33929  Their width is set to 45
33930 \begin_inset space \thinspace{}
33931 \end_inset
33932
33933 col% and they are separated by a horizontal fill, that was inserted via
33934  the menu 
33935 \family sans
33936 Insert\SpecialChar menuseparator
33937 Special
33938 \begin_inset space ~
33939 \end_inset
33940
33941 Formatting\SpecialChar menuseparator
33942 Horizontal
33943 \begin_inset space ~
33944 \end_inset
33945
33946 Fill
33947 \family default
33948 .
33949 \begin_inset Newpage newpage
33950 \end_inset
33951
33952
33953 \end_layout
33954
33955 \begin_layout Standard
33956 \begin_inset Box Frameless
33957 position "t"
33958 hor_pos "c"
33959 has_inner_box 1
33960 inner_pos "c"
33961 use_parbox 0
33962 use_makebox 0
33963 width "45col%"
33964 special "none"
33965 height "1in"
33966 height_special "totalheight"
33967 thickness "0.4pt"
33968 separation "3pt"
33969 shadowsize "4pt"
33970 framecolor "black"
33971 backgroundcolor "none"
33972 status open
33973
33974 \begin_layout Plain Layout
33975
33976 \lang ngerman
33977 Dies ist ein deutscher Text.
33978  Dies ist ein deutscher Text.
33979  Dies ist ein deutscher Text.
33980  Dies ist ein deutscher Text.
33981  Dies ist ein deutscher Text.
33982  Dies ist ein deutscher Text.
33983  Dies ist ein deutscher Text.
33984  Dies ist ein deutscher Text.
33985  Dies ist ein deutscher Text.
33986  Dies ist ein deutscher Text.
33987  Dies ist ein deutscher Text.
33988  Dies ist ein deutscher Text.
33989  Dies ist ein deutscher Text
33990 \begin_inset Foot
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994
33995 \lang ngerman
33996 Dies ist eine deutsche Fußnote.
33997 \end_layout
33998
33999 \end_inset
34000
34001 .
34002  Dies ist ein deutscher Text.
34003  Dies ist ein deutscher Text.
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \begin_inset space \hfill{}
34010 \end_inset
34011
34012
34013 \begin_inset Box Frameless
34014 position "t"
34015 hor_pos "c"
34016 has_inner_box 1
34017 inner_pos "c"
34018 use_parbox 0
34019 use_makebox 0
34020 width "45col%"
34021 special "none"
34022 height "1in"
34023 height_special "totalheight"
34024 thickness "0.4pt"
34025 separation "3pt"
34026 shadowsize "4pt"
34027 framecolor "black"
34028 backgroundcolor "none"
34029 status open
34030
34031 \begin_layout Plain Layout
34032 This is an English Text.
34033  This is an English Text.
34034  This is an English Text.
34035  This is an English Text.
34036  This is an English Text.
34037  This is an English Text.
34038  This is an English Text.
34039  This is an English Text.
34040  This is an English Text.
34041  This is an English Text.
34042  This is an English Text.
34043  This is an English Text.
34044  This is an English Text.
34045  This is an English Text.
34046  This is an English Text.
34047  This is an English Text.
34048 \begin_inset Foot
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052 This is an English footnote.
34053 \end_layout
34054
34055 \end_inset
34056
34057  This is an English Text.
34058 \end_layout
34059
34060 \end_inset
34061
34062
34063 \end_layout
34064
34065 \begin_layout Standard
34066 \begin_inset VSpace bigskip
34067 \end_inset
34068
34069 The document-wide paragraph settings are ignored within minipages.
34070  That means that there will be no space between paragraphs in minipages
34071  although you set it to e.
34072 \begin_inset space \thinspace{}
34073 \end_inset
34074
34075 g.
34076 \begin_inset space \space{}
34077 \end_inset
34078
34079
34080 \family sans
34081 MedSkip
34082 \family default
34083  in the document settings.
34084 \end_layout
34085
34086 \begin_layout Standard
34087 Minipages can also be used to set a background color for text parts, see
34088  section
34089 \begin_inset space ~
34090 \end_inset
34091
34092
34093 \begin_inset CommandInset ref
34094 LatexCommand ref
34095 reference "sec:Colored-Boxes"
34096
34097 \end_inset
34098
34099 .
34100 \end_layout
34101
34102 \begin_layout Standard
34103 \begin_inset Note Greyedout
34104 status open
34105
34106 \begin_layout Plain Layout
34107
34108 \series bold
34109 Note:
34110 \series default
34111  You cannot have floats or margin notes inside minipages but minipages can
34112  be used inside tables, floats, and other boxes.
34113 \end_layout
34114
34115 \end_inset
34116
34117
34118 \end_layout
34119
34120 \begin_layout Standard
34121 \begin_inset VSpace bigskip
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Standard
34128 \SpecialChar LyX
34129  has also basic support for minipages whose size is automatically determined
34130  by the width of their contents, via the module 
34131 \family sans
34132 Variable-width Minipages
34133 \family default
34134 .
34135  The \SpecialChar LyX
34136  example file 
34137 \emph on
34138 varwidth-floats-side-by-side
34139 \emph default
34140  gives examples of variable-width minipages used for placing two floats
34141  side-by-side.
34142 \end_layout
34143
34144 \begin_layout Section
34145 Parboxes
34146 \begin_inset CommandInset label
34147 LatexCommand label
34148 name "sec:Parboxes"
34149
34150 \end_inset
34151
34152
34153 \begin_inset Index idx
34154 status collapsed
34155
34156 \begin_layout Plain Layout
34157 Boxes ! Parboxes
34158 \end_layout
34159
34160 \end_inset
34161
34162
34163 \end_layout
34164
34165 \begin_layout Standard
34166 Parboxes are very similar to minipages with the difference that they cannot
34167  have footnotes.
34168 \begin_inset Separator parbreak
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \begin_layout Standard
34175 \align center
34176 \begin_inset Box Frameless
34177 position "t"
34178 hor_pos "c"
34179 has_inner_box 1
34180 inner_pos "t"
34181 use_parbox 1
34182 use_makebox 0
34183 width "33col%"
34184 special "none"
34185 height "1in"
34186 height_special "totalheight"
34187 thickness "0.4pt"
34188 separation "3pt"
34189 shadowsize "4pt"
34190 framecolor "black"
34191 backgroundcolor "none"
34192 status open
34193
34194 \begin_layout Plain Layout
34195 This a text within a parbox.
34196  This a text within a parbox.
34197 \end_layout
34198
34199 \begin_layout Plain Layout
34200 This footnote won't appear:
34201 \begin_inset Foot
34202 status collapsed
34203
34204 \begin_layout Plain Layout
34205 This footnote is inside a parbox and will therefore not appear.
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Section
34219 Boxes for Words and Characters
34220 \begin_inset Index idx
34221 status collapsed
34222
34223 \begin_layout Plain Layout
34224 Boxes ! for Characters
34225 \end_layout
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Subsection
34233 Prevent Hyphenation
34234 \begin_inset CommandInset label
34235 LatexCommand label
34236 name "sec:Prevent-Hyphenation"
34237
34238 \end_inset
34239
34240
34241 \begin_inset Index idx
34242 status collapsed
34243
34244 \begin_layout Plain Layout
34245 Boxes ! to Prevent Hyphenation
34246 \end_layout
34247
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \begin_layout Standard
34254 You can use the box type 
34255 \family sans
34256 Makebox
34257 \family default
34258  to prevent words or text from being hyphenated.
34259 \begin_inset Newline newline
34260 \end_inset
34261
34262 Here is an example text:
34263 \end_layout
34264
34265 \begin_layout Standard
34266 This line is an example to show how you can prevent the hyphenation of 
34267 \begin_inset Quotes eld
34268 \end_inset
34269
34270 veryverylongword
34271 \begin_inset Quotes erd
34272 \end_inset
34273
34274 .
34275 \end_layout
34276
34277 \begin_layout Standard
34278 To prevent the hyphenation of the word 
34279 \begin_inset Quotes eld
34280 \end_inset
34281
34282 veryverylongword
34283 \begin_inset Quotes erd
34284 \end_inset
34285
34286 , put the word into a box, set the 
34287 \family sans
34288 Inner
34289 \begin_inset space ~
34290 \end_inset
34291
34292 box
34293 \family default
34294  to 
34295 \family sans
34296 Makebox
34297 \family default
34298  and use no explicit width.
34299 \end_layout
34300
34301 \begin_layout Standard
34302 This is the result:
34303 \end_layout
34304
34305 \begin_layout Standard
34306 This line is an example to show how you can prevent the hyphenation of 
34307 \begin_inset Box Frameless
34308 position "t"
34309 hor_pos "c"
34310 has_inner_box 1
34311 inner_pos "t"
34312 use_parbox 0
34313 use_makebox 1
34314 width ""
34315 special "none"
34316 height "1in"
34317 height_special "totalheight"
34318 thickness "0.4pt"
34319 separation "3pt"
34320 shadowsize "4pt"
34321 framecolor "black"
34322 backgroundcolor "none"
34323 status open
34324
34325 \begin_layout Plain Layout
34326 \begin_inset Quotes eld
34327 \end_inset
34328
34329 veryverylongword
34330 \begin_inset Quotes erd
34331 \end_inset
34332
34333
34334 \end_layout
34335
34336 \end_inset
34337
34338 .
34339 \end_layout
34340
34341 \begin_layout Standard
34342 You can alternatively set the command 
34343 \begin_inset Quotes eld
34344 \end_inset
34345
34346
34347 \series bold
34348
34349 \backslash
34350 -
34351 \series default
34352
34353 \begin_inset Quotes grd
34354 \end_inset
34355
34356  as \SpecialChar TeX
34357  Code directly before the word:
34358 \end_layout
34359
34360 \begin_layout Standard
34361 This line is an example to show how you can prevent the hyphenation of 
34362 \begin_inset Quotes eld
34363 \end_inset
34364
34365
34366 \begin_inset ERT
34367 status collapsed
34368
34369 \begin_layout Plain Layout
34370
34371
34372 \backslash
34373 -
34374 \end_layout
34375
34376 \end_inset
34377
34378 veryverylongword
34379 \begin_inset Quotes erd
34380 \end_inset
34381
34382 .
34383 \end_layout
34384
34385 \begin_layout Standard
34386 Of course the word now protrudes over the side margin.
34387  To avoid this, add via the menu 
34388 \family sans
34389 Insert\SpecialChar menuseparator
34390 Formatting\SpecialChar menuseparator
34391 Ragged
34392 \begin_inset space ~
34393 \end_inset
34394
34395 Line
34396 \begin_inset space ~
34397 \end_inset
34398
34399 Break
34400 \family default
34401  (shortcut 
34402 \begin_inset Info
34403 type  "shortcut"
34404 arg   "newline-insert newline"
34405 \end_inset
34406
34407 ) a line break before the word:
34408 \end_layout
34409
34410 \begin_layout Standard
34411 This line is an example to show how you can prevent the hyphenation of 
34412 \begin_inset Newline newline
34413 \end_inset
34414
34415
34416 \begin_inset Box Frameless
34417 position "t"
34418 hor_pos "c"
34419 has_inner_box 1
34420 inner_pos "t"
34421 use_parbox 0
34422 use_makebox 1
34423 width ""
34424 special "none"
34425 height "1in"
34426 height_special "totalheight"
34427 thickness "0.4pt"
34428 separation "3pt"
34429 shadowsize "4pt"
34430 framecolor "black"
34431 backgroundcolor "none"
34432 status open
34433
34434 \begin_layout Plain Layout
34435 \begin_inset Quotes eld
34436 \end_inset
34437
34438 veryverylongword
34439 \begin_inset Quotes erd
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \end_inset
34446
34447 .
34448 \end_layout
34449
34450 \begin_layout Subsection
34451 Vertical Alignment
34452 \begin_inset CommandInset label
34453 LatexCommand label
34454 name "subsec:Vertical-Alignment"
34455
34456 \end_inset
34457
34458
34459 \begin_inset Index idx
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Boxes ! for Vertical Alignment
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \begin_inset Index idx
34470 status collapsed
34471
34472 \begin_layout Plain Layout
34473 Boxes ! Raiseboxes
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Standard
34482 With the help of the command 
34483 \series bold
34484
34485 \backslash
34486 raisebox
34487 \series default
34488  you can align words, characters or other boxes vertically relative to the
34489  surrounding text.
34490  
34491 \series bold
34492
34493 \backslash
34494 raisebox
34495 \series default
34496  is used with the following scheme:
34497 \end_layout
34498
34499 \begin_layout Standard
34500
34501 \series bold
34502
34503 \backslash
34504 raisebox{lift}[height][depth]{box content}
34505 \end_layout
34506
34507 \begin_layout Standard
34508 The lift can be a positive value to raise the box or a negative value to
34509  lower the box.
34510 \end_layout
34511
34512 \begin_layout Standard
34513 To align for example the word 
34514 \begin_inset Quotes eld
34515 \end_inset
34516
34517 preventing
34518 \begin_inset Quotes erd
34519 \end_inset
34520
34521  so that the bottom of the 
34522 \begin_inset Quotes eld
34523 \end_inset
34524
34525 deepest
34526 \begin_inset Quotes erd
34527 \end_inset
34528
34529  character 
34530 \begin_inset Quotes eld
34531 \end_inset
34532
34533 p
34534 \begin_inset Quotes erd
34535 \end_inset
34536
34537  is at the baseline, insert the command
34538 \end_layout
34539
34540 \begin_layout Standard
34541
34542 \series bold
34543
34544 \backslash
34545 raisebox{
34546 \backslash
34547 depth}{
34548 \end_layout
34549
34550 \begin_layout Standard
34551 in \SpecialChar TeX
34552  Code before the word.
34553  After the word insert a closing brace 
34554 \begin_inset Quotes eld
34555 \end_inset
34556
34557
34558 \series bold
34559 }
34560 \series default
34561
34562 \begin_inset Quotes erd
34563 \end_inset
34564
34565  in \SpecialChar TeX
34566  Code.
34567 \begin_inset Newline newline
34568 \end_inset
34569
34570 This is the result:
34571 \end_layout
34572
34573 \begin_layout Standard
34574 This is a text line with the word 
34575 \begin_inset ERT
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579
34580
34581 \backslash
34582 raisebox{
34583 \backslash
34584 depth}{
34585 \end_layout
34586
34587 \end_inset
34588
34589
34590 \begin_inset Quotes eld
34591 \end_inset
34592
34593 preventing
34594 \begin_inset Quotes erd
34595 \end_inset
34596
34597
34598 \begin_inset ERT
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602
34603 }
34604 \end_layout
34605
34606 \end_inset
34607
34608  as a raised word.
34609 \end_layout
34610
34611 \begin_layout Standard
34612 \begin_inset VSpace bigskip
34613 \end_inset
34614
34615 When you raise or lower characters in a line, the line distance will be
34616  spread:
34617 \end_layout
34618
34619 \begin_layout Standard
34620 This is a text line with the word 
34621 \begin_inset ERT
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625
34626
34627 \backslash
34628 raisebox{-
34629 \backslash
34630 depth}{
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \begin_inset Quotes eld
34637 \end_inset
34638
34639 preventing
34640 \begin_inset Quotes erd
34641 \end_inset
34642
34643
34644 \begin_inset ERT
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648
34649 }
34650 \end_layout
34651
34652 \end_inset
34653
34654  as a lowered word.
34655 \begin_inset Newline newline
34656 \end_inset
34657
34658 This is a text line with the word 
34659 \begin_inset ERT
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663
34664
34665 \backslash
34666 raisebox{0.5cm}{
34667 \end_layout
34668
34669 \end_inset
34670
34671
34672 \begin_inset Quotes eld
34673 \end_inset
34674
34675 testing
34676 \begin_inset Quotes erd
34677 \end_inset
34678
34679
34680 \begin_inset ERT
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684
34685 }
34686 \end_layout
34687
34688 \end_inset
34689
34690  as a raised word.
34691 \end_layout
34692
34693 \begin_layout Standard
34694 If you want to prevent this for a certain reason, set the box height to
34695  a zero value.
34696  For example use
34697 \end_layout
34698
34699 \begin_layout Standard
34700
34701 \series bold
34702
34703 \backslash
34704 raisebox{-
34705 \backslash
34706 depth}[0pt]{
34707 \end_layout
34708
34709 \begin_layout Standard
34710 This is a text line with the word 
34711 \begin_inset ERT
34712 status collapsed
34713
34714 \begin_layout Plain Layout
34715
34716
34717 \backslash
34718 raisebox{-
34719 \backslash
34720 depth}[0pt]{
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \begin_inset Quotes eld
34727 \end_inset
34728
34729 preventing
34730 \begin_inset Quotes erd
34731 \end_inset
34732
34733
34734 \begin_inset ERT
34735 status collapsed
34736
34737 \begin_layout Plain Layout
34738
34739 }
34740 \end_layout
34741
34742 \end_inset
34743
34744  as a lowered word.
34745 \begin_inset Newline newline
34746 \end_inset
34747
34748
34749 \begin_inset Newline newline
34750 \end_inset
34751
34752 This is a text line with the word 
34753 \begin_inset ERT
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757
34758
34759 \backslash
34760 raisebox{0.5cm}[0pt]{
34761 \end_layout
34762
34763 \end_inset
34764
34765
34766 \begin_inset Quotes eld
34767 \end_inset
34768
34769 testing
34770 \begin_inset Quotes erd
34771 \end_inset
34772
34773
34774 \begin_inset ERT
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778
34779 }
34780 \end_layout
34781
34782 \end_inset
34783
34784  as a raised word.
34785 \end_layout
34786
34787 \begin_layout Section
34788 Colored Boxes
34789 \begin_inset CommandInset label
34790 LatexCommand label
34791 name "sec:Colored-Boxes"
34792
34793 \end_inset
34794
34795
34796 \begin_inset Index idx
34797 status collapsed
34798
34799 \begin_layout Plain Layout
34800 Boxes ! Color
34801 \end_layout
34802
34803 \end_inset
34804
34805
34806 \end_layout
34807
34808 \begin_layout Standard
34809 To color the background of a box just select the color you like in the box
34810  dialog.
34811  This is for example a box with orange background: 
34812 \begin_inset Box Frameless
34813 position "t"
34814 hor_pos "c"
34815 has_inner_box 1
34816 inner_pos "t"
34817 use_parbox 0
34818 use_makebox 1
34819 width ""
34820 special "none"
34821 height "1in"
34822 height_special "totalheight"
34823 thickness "0.4pt"
34824 separation "3pt"
34825 shadowsize "4pt"
34826 framecolor "black"
34827 backgroundcolor "orange"
34828 status open
34829
34830 \begin_layout Plain Layout
34831 Box with orange background
34832 \end_layout
34833
34834 \end_inset
34835
34836
34837 \end_layout
34838
34839 \begin_layout Standard
34840 If you use the decoration 
34841 \family sans
34842 Simple
34843 \begin_inset space ~
34844 \end_inset
34845
34846 rectangular
34847 \begin_inset space ~
34848 \end_inset
34849
34850 frame
34851 \family default
34852  you can set a frame color.
34853  In this case you must also specify a background color (LyX sets white as
34854  default).
34855  Here is an example: 
34856 \begin_inset Box Boxed
34857 position "t"
34858 hor_pos "c"
34859 has_inner_box 0
34860 inner_pos "t"
34861 use_parbox 0
34862 use_makebox 0
34863 width ""
34864 special "none"
34865 height "1in"
34866 height_special "totalheight"
34867 thickness "0.4pt"
34868 separation "3pt"
34869 shadowsize "4pt"
34870 framecolor "teal"
34871 backgroundcolor "yellow"
34872 status open
34873
34874 \begin_layout Plain Layout
34875 Box with teal frame color and yellow background color
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \begin_layout Standard
34884 \begin_inset VSpace bigskip
34885 \end_inset
34886
34887 Of course you can also have colored text inside a colored box:
34888 \begin_inset Newline newline
34889 \end_inset
34890
34891
34892 \begin_inset Box Boxed
34893 position "t"
34894 hor_pos "c"
34895 has_inner_box 0
34896 inner_pos "t"
34897 use_parbox 0
34898 use_makebox 0
34899 width ""
34900 special "none"
34901 height "1in"
34902 height_special "totalheight"
34903 thickness "0.4pt"
34904 separation "3pt"
34905 shadowsize "4pt"
34906 framecolor "cyan"
34907 backgroundcolor "magenta"
34908 status open
34909
34910 \begin_layout Plain Layout
34911
34912 \color yellow
34913 This is colored text within a colored, framed box
34914 \end_layout
34915
34916 \end_inset
34917
34918
34919 \end_layout
34920
34921 \begin_layout Standard
34922 \begin_inset VSpace bigskip
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \begin_layout Standard
34929 If you need another color than the predefined ones, you can define your
34930  own color as described in section
34931 \begin_inset space ~
34932 \end_inset
34933
34934
34935 \begin_inset CommandInset ref
34936 LatexCommand ref
34937 reference "sec:Colored-Tables"
34938
34939 \end_inset
34940
34941 .
34942  To use your own color you must typeset the box by using TeX code:
34943 \end_layout
34944
34945 \begin_layout Standard
34946 Colored boxes without frame are created with the command 
34947 \series bold
34948
34949 \backslash
34950 colorbox
34951 \series default
34952 .
34953  It has the following scheme:
34954 \end_layout
34955
34956 \begin_layout Standard
34957
34958 \series bold
34959
34960 \backslash
34961 colorbox{color}{box content}
34962 \end_layout
34963
34964 \begin_layout Standard
34965 The box content can also be a box and colored boxes can also be within other
34966  boxes.
34967  To have e.
34968 \begin_inset space \thinspace{}
34969 \end_inset
34970
34971 g.
34972 \begin_inset space \space{}
34973 \end_inset
34974
34975 a darkgreen background for a word, insert the command
34976 \end_layout
34977
34978 \begin_layout Standard
34979
34980 \series bold
34981
34982 \backslash
34983 colorbox{darkgreen}{
34984 \end_layout
34985
34986 \begin_layout Standard
34987 before the word in \SpecialChar TeX
34988  Code.
34989  After the word insert a closing brace 
34990 \begin_inset Quotes eld
34991 \end_inset
34992
34993
34994 \series bold
34995 }
34996 \series default
34997
34998 \begin_inset Quotes erd
34999 \end_inset
35000
35001  in \SpecialChar TeX
35002  Code.
35003 \begin_inset Newline newline
35004 \end_inset
35005
35006 This is the result:
35007 \end_layout
35008
35009 \begin_layout Standard
35010 This is a line where the word 
35011 \begin_inset ERT
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015
35016
35017 \backslash
35018 colorbox{darkgreen}{
35019 \end_layout
35020
35021 \end_inset
35022
35023
35024 \begin_inset Quotes eld
35025 \end_inset
35026
35027 Attention!
35028 \begin_inset Quotes erd
35029 \end_inset
35030
35031
35032 \begin_inset ERT
35033 status collapsed
35034
35035 \begin_layout Plain Layout
35036
35037 }
35038 \end_layout
35039
35040 \end_inset
35041
35042  has a darkgreen background.
35043 \end_layout
35044
35045 \begin_layout Standard
35046 Framed, colored boxes are created with the command 
35047 \series bold
35048
35049 \backslash
35050 fcolorbox
35051 \series default
35052 .
35053  It has the following scheme:
35054 \end_layout
35055
35056 \begin_layout Standard
35057
35058 \series bold
35059
35060 \backslash
35061 fcolorbox{frame color}{box color}{box content}
35062 \end_layout
35063
35064 \begin_layout Section
35065 Rotated and Scaled Boxes
35066 \end_layout
35067
35068 \begin_layout Standard
35069 To use the boxes described in this section, the module 
35070 \family sans
35071 GraphicBoxes
35072 \family default
35073  must be loaded in the document settings.
35074 \end_layout
35075
35076 \begin_layout Standard
35077 \begin_inset Note Greyedout
35078 status open
35079
35080 \begin_layout Plain Layout
35081
35082 \series bold
35083 Note:
35084 \series default
35085  Not all DVI viewers are able to display rotated or scaled material.
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \begin_layout Standard
35094 \begin_inset Note Greyedout
35095 status open
35096
35097 \begin_layout Plain Layout
35098
35099 \series bold
35100 Note:
35101 \series default
35102  Floats are not allowed inside a rotated or scaled box.
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \begin_layout Subsection
35111 Rotated Boxes
35112 \begin_inset Index idx
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116 Boxes ! rotated
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \begin_inset Index idx
35123 status collapsed
35124
35125 \begin_layout Plain Layout
35126 Rotated Material
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Standard
35135 To rotate material, you can put it into a 
35136 \family sans
35137 Rotatebox
35138 \family default
35139 .
35140  Such a box is inserted via the menu 
35141 \family sans
35142 Insert\SpecialChar menuseparator
35143 Custom Insets\SpecialChar menuseparator
35144 Rotatebox
35145 \family default
35146 .
35147 \end_layout
35148
35149 \begin_layout Standard
35150 The rotation origin can be specified via the inset 
35151 \family sans
35152 Origin
35153 \family default
35154  (menu 
35155 \family sans
35156 Insert\SpecialChar menuseparator
35157 Origin
35158 \family default
35159 ) in the form 
35160 \series bold
35161 origin=position
35162 \series default
35163 .
35164  The following positions are possible: 
35165 \emph on
35166 c
35167 \emph default
35168  (center), 
35169 \emph on
35170 l
35171 \emph default
35172  (left), 
35173 \emph on
35174 r
35175 \emph default
35176  (right), 
35177 \emph on
35178 b
35179 \emph default
35180  (bottom), 
35181 \emph on
35182 t
35183 \emph default
35184  (top), along with meaningful combinations of the four base positions.
35185  For example 
35186 \emph on
35187 lt
35188 \emph default
35189  means that the rotation origin is at the top left corner of the box.
35190  When no rotation origin is specified, the position 
35191 \emph on
35192 l
35193 \emph default
35194  will be used.
35195  The rotation angle is a number that can be negative that specifies the
35196  angle in degrees.
35197  The rotation direction is counterclockwise.
35198 \end_layout
35199
35200 \begin_layout Standard
35201 In the following example 
35202 \series bold
35203 origin=c
35204 \series default
35205  was inserted to the 
35206 \family sans
35207 Origin
35208 \family default
35209  inset and 
35210 \series bold
35211 60
35212 \series default
35213  was inserted to the 
35214 \family sans
35215 Angle
35216 \family default
35217  inset.
35218 \end_layout
35219
35220 \begin_layout Standard
35221 This is a line 
35222 \begin_inset Flex Rotatebox
35223 status open
35224
35225 \begin_layout Plain Layout
35226 \begin_inset Argument 1
35227 status open
35228
35229 \begin_layout Plain Layout
35230 origin=c
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \begin_inset Argument 2
35237 status open
35238
35239 \begin_layout Plain Layout
35240 60
35241 \end_layout
35242
35243 \end_inset
35244
35245 with rotated
35246 \end_layout
35247
35248 \end_inset
35249
35250  text.
35251 \end_layout
35252
35253 \begin_layout Standard
35254 The box content can also be another box or an inline formula:
35255 \end_layout
35256
35257 \begin_layout Standard
35258 This is a line 
35259 \begin_inset Flex Rotatebox
35260 status open
35261
35262 \begin_layout Plain Layout
35263 \begin_inset Argument 1
35264 status open
35265
35266 \begin_layout Plain Layout
35267 origin=r
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \begin_inset Argument 2
35274 status open
35275
35276 \begin_layout Plain Layout
35277 -60
35278 \end_layout
35279
35280 \end_inset
35281
35282
35283 \begin_inset Box Doublebox
35284 position "c"
35285 hor_pos "c"
35286 has_inner_box 0
35287 inner_pos "c"
35288 use_parbox 0
35289 use_makebox 0
35290 width "1in"
35291 special "width"
35292 height "1in"
35293 height_special "totalheight"
35294 thickness "0.4pt"
35295 separation "3pt"
35296 shadowsize "4pt"
35297 framecolor "black"
35298 backgroundcolor "none"
35299 status collapsed
35300
35301 \begin_layout Plain Layout
35302 with rotated
35303 \end_layout
35304
35305 \end_inset
35306
35307
35308 \end_layout
35309
35310 \end_inset
35311
35312  framed text 
35313 \begin_inset Flex Rotatebox
35314 status open
35315
35316 \begin_layout Plain Layout
35317 \begin_inset Argument 1
35318 status open
35319
35320 \begin_layout Plain Layout
35321 origin=lb
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \begin_inset Argument 2
35328 status open
35329
35330 \begin_layout Plain Layout
35331 60
35332 \end_layout
35333
35334 \end_inset
35335
35336
35337 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35338 \end_inset
35339
35340
35341 \end_layout
35342
35343 \end_inset
35344
35345  and a formula.
35346 \end_layout
35347
35348 \begin_layout Standard
35349 or an image or table:
35350 \end_layout
35351
35352 \begin_layout Standard
35353 This is a line 
35354 \begin_inset Flex Rotatebox
35355 status open
35356
35357 \begin_layout Plain Layout
35358 \begin_inset Argument 1
35359 status open
35360
35361 \begin_layout Plain Layout
35362 origin=lb
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \begin_inset Argument 2
35369 status open
35370
35371 \begin_layout Plain Layout
35372 90
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \begin_inset Graphics
35379         filename clipart/platypus.eps
35380         lyxscale 50
35381         width 25col%
35382
35383 \end_inset
35384
35385
35386 \end_layout
35387
35388 \end_inset
35389
35390  with a rotated image 
35391 \begin_inset Flex Rotatebox
35392 status open
35393
35394 \begin_layout Plain Layout
35395 \begin_inset Argument 2
35396 status open
35397
35398 \begin_layout Plain Layout
35399 -90
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \begin_inset Tabular
35406 <lyxtabular version="3" rows="2" columns="2">
35407 <features tabularvalignment="middle">
35408 <column alignment="center" valignment="top">
35409 <column alignment="center" valignment="top">
35410 <row>
35411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35412 \begin_inset Text
35413
35414 \begin_layout Plain Layout
35415 q
35416 \end_layout
35417
35418 \end_inset
35419 </cell>
35420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35421 \begin_inset Text
35422
35423 \begin_layout Plain Layout
35424 w
35425 \end_layout
35426
35427 \end_inset
35428 </cell>
35429 </row>
35430 <row>
35431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35432 \begin_inset Text
35433
35434 \begin_layout Plain Layout
35435 e
35436 \end_layout
35437
35438 \end_inset
35439 </cell>
35440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35441 \begin_inset Text
35442
35443 \begin_layout Plain Layout
35444 r
35445 \end_layout
35446
35447 \end_inset
35448 </cell>
35449 </row>
35450 </lyxtabular>
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \end_inset
35458
35459  and table.
35460 \begin_inset Index idx
35461 status collapsed
35462
35463 \begin_layout Plain Layout
35464 Figures ! rotated
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \begin_inset Index idx
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474 Table Customization ! Rotating
35475 \end_layout
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Standard
35483 \begin_inset Note Greyedout
35484 status open
35485
35486 \begin_layout Plain Layout
35487
35488 \series bold
35489 Note:
35490 \series default
35491  If the 
35492 \family sans
35493 Angle
35494 \family default
35495  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35496
35497  errors when viewing/exporting the document.
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \begin_layout Subsection
35506 Scaled Boxes
35507 \begin_inset Index idx
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511 Boxes ! scaled
35512 \end_layout
35513
35514 \end_inset
35515
35516
35517 \begin_inset Index idx
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521 Scaled Material
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \begin_layout Standard
35530 To scale material put it into a 
35531 \family sans
35532 Scalebox
35533 \family default
35534 .
35535  Such a box is inserted via the menu 
35536 \family sans
35537 Insert\SpecialChar menuseparator
35538 Custom Insets\SpecialChar menuseparator
35539 Scalebox
35540 \family default
35541 .
35542 \end_layout
35543
35544 \begin_layout Standard
35545 The 
35546 \family sans
35547 Scalebox
35548 \family default
35549  inset has the mandatory inset 
35550 \family sans
35551 H-Factor
35552 \family default
35553  and the optional inset 
35554 \family sans
35555 V-Factor
35556 \family default
35557  (inserted via the menu 
35558 \family sans
35559 Insert\SpecialChar menuseparator
35560 V-Factor)
35561 \family default
35562 .
35563  Input there the horizontal and vertical scale factor, respectively.
35564  If no 
35565 \family sans
35566 V-Factor
35567 \family default
35568  inset is used, the horizontal factor will also be used as the vertical
35569  one.
35570 \end_layout
35571
35572 \begin_layout Standard
35573 To get for example the double text size, compared to the document text size,
35574  insert 
35575 \series bold
35576 2
35577 \series default
35578  into the 
35579 \family sans
35580 H-Factor
35581 \family default
35582  inset.
35583  An example: 
35584 \begin_inset Flex Scalebox
35585 status open
35586
35587 \begin_layout Plain Layout
35588 \begin_inset Argument 1
35589 status open
35590
35591 \begin_layout Plain Layout
35592 2
35593 \end_layout
35594
35595 \end_inset
35596
35597 Hello
35598 \end_layout
35599
35600 \end_inset
35601
35602
35603 \end_layout
35604
35605 \begin_layout Standard
35606
35607 \series bold
35608 2
35609 \series default
35610  as 
35611 \family sans
35612 H-Factor
35613 \family default
35614  and 
35615 \series bold
35616 1
35617 \series default
35618  as 
35619 \family sans
35620 V-Factor
35621 \family default
35622  distorts the 
35623 \begin_inset Flex Scalebox
35624 status open
35625
35626 \begin_layout Plain Layout
35627 \begin_inset Argument 1
35628 status open
35629
35630 \begin_layout Plain Layout
35631 2
35632 \end_layout
35633
35634 \end_inset
35635
35636
35637 \begin_inset Argument 2
35638 status open
35639
35640 \begin_layout Plain Layout
35641 1
35642 \end_layout
35643
35644 \end_inset
35645
35646 Hello
35647 \end_layout
35648
35649 \end_inset
35650
35651 .
35652 \end_layout
35653
35654 \begin_layout Standard
35655 If the scaling factor is negative, the box content will be mirrored.
35656  Therefore 
35657 \series bold
35658 -1
35659 \series default
35660  as 
35661 \family sans
35662 H-Factor
35663 \family default
35664  and 
35665 \series bold
35666 1
35667 \series default
35668  as 
35669 \family sans
35670 V-Factor
35671 \family default
35672  can be used to create mirror writing: 
35673 \begin_inset Flex Scalebox
35674 status open
35675
35676 \begin_layout Plain Layout
35677 \begin_inset Argument 1
35678 status open
35679
35680 \begin_layout Plain Layout
35681 -1
35682 \end_layout
35683
35684 \end_inset
35685
35686
35687 \begin_inset Argument 2
35688 status open
35689
35690 \begin_layout Plain Layout
35691 1
35692 \end_layout
35693
35694 \end_inset
35695
35696 Hello
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Standard
35705
35706 \series bold
35707 1
35708 \series default
35709  as 
35710 \family sans
35711 H-Factor
35712 \family default
35713  and 
35714 \series bold
35715 -1
35716 \series default
35717  as 
35718 \family sans
35719 V-Factor
35720 \family default
35721  reflects the 
35722 \begin_inset Flex Scalebox
35723 status open
35724
35725 \begin_layout Plain Layout
35726 \begin_inset Argument 1
35727 status open
35728
35729 \begin_layout Plain Layout
35730 1
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \begin_inset Argument 2
35737 status open
35738
35739 \begin_layout Plain Layout
35740 -1
35741 \end_layout
35742
35743 \end_inset
35744
35745 Hello
35746 \end_layout
35747
35748 \end_inset
35749
35750  at the base line.
35751 \end_layout
35752
35753 \begin_layout Standard
35754 The 
35755 \family sans
35756 Reflectbox
35757 \family default
35758  (menu 
35759 \family sans
35760 Insert\SpecialChar menuseparator
35761 Custom Insets\SpecialChar menuseparator
35762 Reflectbox
35763 \family default
35764 ) is equivalent to 
35765 \series bold
35766 -1
35767 \series default
35768  as 
35769 \family sans
35770 H-Factor
35771 \family default
35772  and 
35773 \series bold
35774 1
35775 \series default
35776  as 
35777 \family sans
35778 V-Factor 
35779 \family default
35780 for a 
35781 \family sans
35782 Scalebox
35783 \family default
35784 .
35785 \end_layout
35786
35787 \begin_layout Standard
35788 \begin_inset Note Greyedout
35789 status open
35790
35791 \begin_layout Plain Layout
35792
35793 \series bold
35794 Note:
35795 \series default
35796  If the 
35797 \family sans
35798 H-Factor
35799 \family default
35800  inset is empty or contains other characters than numbers you will get LaTeX
35801  errors when viewing/exporting the document.
35802 \end_layout
35803
35804 \end_inset
35805
35806
35807 \end_layout
35808
35809 \begin_layout Standard
35810 \begin_inset VSpace bigskip
35811 \end_inset
35812
35813 The 
35814 \family sans
35815 Resizebox
35816 \family default
35817  (menu 
35818 \family sans
35819 Insert\SpecialChar menuseparator
35820 Custom Insets\SpecialChar menuseparator
35821 Resizebox
35822 \family default
35823 ) is used to scale the content to a defined width and height.
35824  The 
35825 \family sans
35826 Resizebox
35827 \family default
35828  inset has the mandatory inset 
35829 \family sans
35830 Width
35831 \family default
35832  and the optional inset 
35833 \family sans
35834 Height
35835 \family default
35836  (inserted via the menu 
35837 \family sans
35838 Insert\SpecialChar menuseparator
35839 Height)
35840 \family default
35841 .
35842  Input there the width and height, respectively, as value with a unit.
35843  
35844 \begin_inset CommandInset ref
35845 LatexCommand ref
35846 reference "tab:Units"
35847
35848 \end_inset
35849
35850  lists the possible units.
35851  If there is an exclamation mark 
35852 \series bold
35853 !
35854 \series default
35855  in of of the two insets, the size is set so that the aspect ratio of the
35856  box content is kept.
35857  If no 
35858 \family sans
35859 Height
35860 \family default
35861  inset is used an exclamation mark will internally be used for the height.
35862 \end_layout
35863
35864 \begin_layout Standard
35865
35866 \series bold
35867 2cm
35868 \series default
35869  as 
35870 \family sans
35871 Width
35872 \family default
35873  and 
35874 \series bold
35875 1cm
35876 \series default
35877  as 
35878 \family sans
35879 Height
35880 \family default
35881  produces: 
35882 \begin_inset Flex Resizebox
35883 status open
35884
35885 \begin_layout Plain Layout
35886 \begin_inset Argument 1
35887 status open
35888
35889 \begin_layout Plain Layout
35890 2cm
35891 \end_layout
35892
35893 \end_inset
35894
35895
35896 \begin_inset Argument 2
35897 status open
35898
35899 \begin_layout Plain Layout
35900 1cm
35901 \end_layout
35902
35903 \end_inset
35904
35905 Hello
35906 \end_layout
35907
35908 \end_inset
35909
35910
35911 \begin_inset Newline newline
35912 \end_inset
35913
35914
35915 \series bold
35916 2cm
35917 \series default
35918  as 
35919 \family sans
35920 Width
35921 \family default
35922  and 
35923 \series bold
35924 !
35925 \series default
35926  as 
35927 \family sans
35928 Height
35929 \family default
35930  (or no 
35931 \family sans
35932 Height
35933 \family default
35934 ) produces: 
35935 \begin_inset Flex Resizebox
35936 status open
35937
35938 \begin_layout Plain Layout
35939 \begin_inset Argument 1
35940 status open
35941
35942 \begin_layout Plain Layout
35943 2cm
35944 \end_layout
35945
35946 \end_inset
35947
35948
35949 \begin_inset Argument 2
35950 status open
35951
35952 \begin_layout Plain Layout
35953 !
35954 \end_layout
35955
35956 \end_inset
35957
35958 Hello
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 \begin_inset Note Greyedout
35968 status open
35969
35970 \begin_layout Plain Layout
35971
35972 \series bold
35973 Note:
35974 \series default
35975  If the 
35976 \family sans
35977 Width
35978 \family default
35979  inset is empty or contains an invalid unit you will get LaTeX errors when
35980  viewing/exporting the document.
35981 \end_layout
35982
35983 \end_inset
35984
35985
35986 \end_layout
35987
35988 \begin_layout Standard
35989 \begin_inset VSpace bigskip
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Standard
35996 The boxes can be combined in any order.
35997  As example a 
35998 \family sans
35999 Reflectbox
36000 \family default
36001  inside a 
36002 \family sans
36003 Resizebox
36004 \family default
36005  which is in turn inside a 
36006 \family sans
36007 Rotatebox
36008 \family default
36009 :
36010 \end_layout
36011
36012 \begin_layout Standard
36013 \noindent
36014 \align center
36015 \begin_inset Flex Rotatebox
36016 status open
36017
36018 \begin_layout Plain Layout
36019 \begin_inset Argument 1
36020 status open
36021
36022 \begin_layout Plain Layout
36023 origin=c
36024 \end_layout
36025
36026 \end_inset
36027
36028
36029 \begin_inset Argument 2
36030 status open
36031
36032 \begin_layout Plain Layout
36033 -45
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \begin_inset Flex Resizebox
36040 status open
36041
36042 \begin_layout Plain Layout
36043 \begin_inset Argument 1
36044 status open
36045
36046 \begin_layout Plain Layout
36047 2cm
36048 \end_layout
36049
36050 \end_inset
36051
36052
36053 \begin_inset Flex Reflectbox
36054 status open
36055
36056 \begin_layout Plain Layout
36057 Hello
36058 \end_layout
36059
36060 \end_inset
36061
36062
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \end_layout
36074
36075 \begin_layout Standard
36076 \noindent
36077 Images, tables, and inline formulas are allowed as box content:
36078 \end_layout
36079
36080 \begin_layout Standard
36081 \noindent
36082 \align center
36083 \begin_inset Flex Resizebox
36084 status open
36085
36086 \begin_layout Plain Layout
36087 \begin_inset Argument 1
36088 status open
36089
36090 \begin_layout Plain Layout
36091 2cm
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \begin_inset Flex Reflectbox
36098 status open
36099
36100 \begin_layout Plain Layout
36101 \begin_inset Graphics
36102         filename clipart/platypus.eps
36103         lyxscale 50
36104         width 25col%
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \end_inset
36117
36118  
36119 \begin_inset Flex Resizebox
36120 status open
36121
36122 \begin_layout Plain Layout
36123 \begin_inset Argument 1
36124 status open
36125
36126 \begin_layout Plain Layout
36127 2cm
36128 \end_layout
36129
36130 \end_inset
36131
36132
36133 \begin_inset Flex Reflectbox
36134 status open
36135
36136 \begin_layout Plain Layout
36137 \begin_inset Tabular
36138 <lyxtabular version="3" rows="2" columns="2">
36139 <features tabularvalignment="middle">
36140 <column alignment="center" valignment="top">
36141 <column alignment="center" valignment="top">
36142 <row>
36143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36144 \begin_inset Text
36145
36146 \begin_layout Plain Layout
36147 q
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36153 \begin_inset Text
36154
36155 \begin_layout Plain Layout
36156 w
36157 \end_layout
36158
36159 \end_inset
36160 </cell>
36161 </row>
36162 <row>
36163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36164 \begin_inset Text
36165
36166 \begin_layout Plain Layout
36167 e
36168 \end_layout
36169
36170 \end_inset
36171 </cell>
36172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36173 \begin_inset Text
36174
36175 \begin_layout Plain Layout
36176 r
36177 \end_layout
36178
36179 \end_inset
36180 </cell>
36181 </row>
36182 </lyxtabular>
36183
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \end_inset
36190
36191
36192 \end_layout
36193
36194 \end_inset
36195
36196  
36197 \begin_inset Flex Resizebox
36198 status open
36199
36200 \begin_layout Plain Layout
36201 \begin_inset Argument 1
36202 status open
36203
36204 \begin_layout Plain Layout
36205 3cm
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \begin_inset Flex Reflectbox
36212 status open
36213
36214 \begin_layout Plain Layout
36215 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36216 \end_inset
36217
36218
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \begin_inset Index idx
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233 Figures ! scaled
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \begin_inset Index idx
36240 status collapsed
36241
36242 \begin_layout Plain Layout
36243 Table Customization ! Scaling
36244 \end_layout
36245
36246 \end_inset
36247
36248
36249 \end_layout
36250
36251 \begin_layout Standard
36252 When the global formula style 
36253 \series bold
36254 fleqn
36255 \series default
36256  is used in the document
36257 \begin_inset Foot
36258 status collapsed
36259
36260 \begin_layout Plain Layout
36261 When 
36262 \begin_inset Quotes eld
36263 \end_inset
36264
36265 fleqn
36266 \begin_inset Quotes erd
36267 \end_inset
36268
36269  is added to the document class options.
36270 \end_layout
36271
36272 \end_inset
36273
36274 , display style formulas can also be scaled.
36275 \end_layout
36276
36277 \begin_layout Chapter
36278 Objects Surrounded by Text
36279 \begin_inset Index idx
36280 status collapsed
36281
36282 \begin_layout Plain Layout
36283 Surrounded by text
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \end_layout
36290
36291 \begin_layout Section
36292 Wrap Floats
36293 \begin_inset CommandInset label
36294 LatexCommand label
36295 name "sec:Wrap-Floats"
36296
36297 \end_inset
36298
36299
36300 \begin_inset Index idx
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304 Floats ! Wrap Floats
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \begin_inset Index idx
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314 Surrounded by text ! Wrap Floats
36315 \end_layout
36316
36317 \end_inset
36318
36319
36320 \end_layout
36321
36322 \begin_layout Standard
36323 \begin_inset Wrap figure
36324 lines 0
36325 placement l
36326 overhang 1cm
36327 width "40col%"
36328 status open
36329
36330 \begin_layout Plain Layout
36331 \begin_inset Graphics
36332         filename clipart/mobius.eps
36333         width 40col%
36334         scaleBeforeRotation
36335         rotateOrigin center
36336
36337 \end_inset
36338
36339
36340 \end_layout
36341
36342 \begin_layout Plain Layout
36343 \begin_inset Caption Standard
36344
36345 \begin_layout Plain Layout
36346 \begin_inset CommandInset label
36347 LatexCommand label
36348 name "fig:This-is-a"
36349
36350 \end_inset
36351
36352 This is a figure wrap float.
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \end_layout
36359
36360 \end_inset
36361
36362  This float type is used if you want to wrap text around a figure or table
36363  so that it only occupies some fraction of the column width.
36364  It can be inserted using the menu 
36365 \family sans
36366 Insert\SpecialChar menuseparator
36367 Floats\SpecialChar menuseparator
36368 Figure
36369 \begin_inset space ~
36370 \end_inset
36371
36372 Wrap
36373 \begin_inset space ~
36374 \end_inset
36375
36376 Float
36377 \family default
36378  or 
36379 \family sans
36380 Table
36381 \begin_inset space ~
36382 \end_inset
36383
36384 Wrap
36385 \begin_inset space ~
36386 \end_inset
36387
36388 Float
36389 \family default
36390  if the \SpecialChar LaTeX
36391 -package 
36392 \series bold
36393 wrapfig
36394 \series default
36395
36396 \begin_inset Index idx
36397 status collapsed
36398
36399 \begin_layout Plain Layout
36400 \SpecialChar LaTeX
36401 -packages ! wrapfig
36402 \end_layout
36403
36404 \end_inset
36405
36406  is installed.
36407 \begin_inset Foot
36408 status collapsed
36409
36410 \begin_layout Plain Layout
36411 Installing a \SpecialChar LaTeX
36412 -package is explained it in the 
36413 \emph on
36414 \SpecialChar LaTeX
36415
36416 \begin_inset space ~
36417 \end_inset
36418
36419 Configuration
36420 \emph default
36421  manual.
36422 \end_layout
36423
36424 \end_inset
36425
36426  The settings of the float can be modified by right-clicking on the float
36427  box.
36428  The mandatory settings are the float 
36429 \family sans
36430 Placement
36431 \family default
36432  and its 
36433 \family sans
36434 Width
36435 \family default
36436 .
36437  Optional are the 
36438 \family sans
36439 Overhang
36440 \family default
36441  that specifies how much the float is set into the paragraph
36442 \begin_inset space \thinspace{}
36443 \end_inset
36444
36445 /
36446 \begin_inset space \thinspace{}
36447 \end_inset
36448
36449 page margin, and the 
36450 \family sans
36451 Line
36452 \begin_inset space ~
36453 \end_inset
36454
36455 span
36456 \family default
36457  that specifies how many text lines the float will approximately need.
36458  The line span is often hard to approximate; so it is better only to use
36459  it when you encounter float placement problems.
36460  You can furthermore decide if \SpecialChar LaTeX
36461  is allowed to let the float float within
36462  the paragraph or to surrounding paragraphs.
36463  Figure
36464 \begin_inset space ~
36465 \end_inset
36466
36467
36468 \begin_inset CommandInset ref
36469 LatexCommand ref
36470 reference "fig:This-is-a"
36471
36472 \end_inset
36473
36474  is an example text wrap float with a width of 40
36475 \begin_inset space \thinspace{}
36476 \end_inset
36477
36478 col%, 1
36479 \begin_inset space \thinspace{}
36480 \end_inset
36481
36482 cm overhang, set to the left.
36483 \end_layout
36484
36485 \begin_layout Standard
36486 \begin_inset Note Greyedout
36487 status open
36488
36489 \begin_layout Plain Layout
36490
36491 \series bold
36492 Note:
36493 \series default
36494  Text
36495 \begin_inset space ~
36496 \end_inset
36497
36498 wrap float floats are fragile! E.
36499 \begin_inset space \thinspace{}
36500 \end_inset
36501
36502 g.
36503 \begin_inset space \space{}
36504 \end_inset
36505
36506 having a figure too close to the bottom of the page can mess things up in
36507  such a way that the float does not appear in the output or that it is placed
36508  over some other text.
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \begin_layout Standard
36517 In general, the following applies for wrap floats:
36518 \end_layout
36519
36520 \begin_layout Itemize
36521 They should not be placed in paragraphs that run over a page break.
36522  That means that wrap floats are better inserted in their exact place when
36523  the document is almost finished and you are able to estimate where page
36524  breaks will appear.
36525 \end_layout
36526
36527 \begin_layout Itemize
36528 They should either be placed in their own paragraph before the paragraph
36529  where they should wrap into or within a paragraph.
36530 \end_layout
36531
36532 \begin_layout Itemize
36533 In consecutive paragraphs they may cause troubles, so ensure that there
36534  is a text paragraph between them as separator.
36535 \end_layout
36536
36537 \begin_layout Itemize
36538 They are not allowed in section headings or tables.
36539 \end_layout
36540
36541 \begin_layout Itemize
36542 Their numbering and referencing works as described in chap.
36543 \begin_inset space \thinspace{}
36544 \end_inset
36545
36546
36547 \begin_inset CommandInset ref
36548 LatexCommand ref
36549 reference "chap:Floats"
36550
36551 \end_inset
36552
36553 .
36554 \end_layout
36555
36556 \begin_layout Section
36557 Surrounded Fixed Objects
36558 \begin_inset Index idx
36559 status collapsed
36560
36561 \begin_layout Plain Layout
36562 Surrounded by text ! Fixed objects
36563 \end_layout
36564
36565 \end_inset
36566
36567
36568 \end_layout
36569
36570 \begin_layout Standard
36571 The wrap floats described in sec.
36572 \begin_inset space \thinspace{}
36573 \end_inset
36574
36575
36576 \begin_inset CommandInset ref
36577 LatexCommand ref
36578 reference "sec:Wrap-Floats"
36579
36580 \end_inset
36581
36582  have these positions in the paragraph:
36583 \begin_inset Separator parbreak
36584 \end_inset
36585
36586
36587 \end_layout
36588
36589 \begin_layout Standard
36590 \noindent
36591 \align center
36592 \begin_inset Tabular
36593 <lyxtabular version="3" rows="2" columns="2">
36594 <features tabularvalignment="middle">
36595 <column alignment="center" valignment="top">
36596 <column alignment="center" valignment="top">
36597 <row>
36598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36599 \begin_inset Text
36600
36601 \begin_layout Plain Layout
36602 \begin_inset Info
36603 type  "icon"
36604 arg   "dialog-show-new-inset graphics"
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36613 \begin_inset Text
36614
36615 \begin_layout Plain Layout
36616 text
36617 \end_layout
36618
36619 \end_inset
36620 </cell>
36621 </row>
36622 <row>
36623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36624 \begin_inset Text
36625
36626 \begin_layout Plain Layout
36627 text
36628 \end_layout
36629
36630 \end_inset
36631 </cell>
36632 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36633 \begin_inset Text
36634
36635 \begin_layout Plain Layout
36636 text
36637 \end_layout
36638
36639 \end_inset
36640 </cell>
36641 </row>
36642 </lyxtabular>
36643
36644 \end_inset
36645
36646  or 
36647 \begin_inset Tabular
36648 <lyxtabular version="3" rows="2" columns="2">
36649 <features tabularvalignment="middle">
36650 <column alignment="center" valignment="top">
36651 <column alignment="center" valignment="top">
36652 <row>
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Plain Layout
36657 text
36658 \end_layout
36659
36660 \end_inset
36661 </cell>
36662 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36663 \begin_inset Text
36664
36665 \begin_layout Plain Layout
36666 \begin_inset Info
36667 type  "icon"
36668 arg   "dialog-show-new-inset graphics"
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \end_inset
36675 </cell>
36676 </row>
36677 <row>
36678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36679 \begin_inset Text
36680
36681 \begin_layout Plain Layout
36682 text
36683 \end_layout
36684
36685 \end_inset
36686 </cell>
36687 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36688 \begin_inset Text
36689
36690 \begin_layout Plain Layout
36691 text
36692 \end_layout
36693
36694 \end_inset
36695 </cell>
36696 </row>
36697 </lyxtabular>
36698
36699 \end_inset
36700
36701
36702 \end_layout
36703
36704 \begin_layout Standard
36705 To get an object exactly at the position where it is inserted, for example
36706  to get one of these positions:
36707 \begin_inset VSpace defskip
36708 \end_inset
36709
36710
36711 \end_layout
36712
36713 \begin_layout Standard
36714 \noindent
36715 \align center
36716 \begin_inset Tabular
36717 <lyxtabular version="3" rows="2" columns="2">
36718 <features tabularvalignment="middle">
36719 <column alignment="center" valignment="top">
36720 <column alignment="center" valignment="top">
36721 <row>
36722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36723 \begin_inset Text
36724
36725 \begin_layout Plain Layout
36726 text
36727 \end_layout
36728
36729 \end_inset
36730 </cell>
36731 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36732 \begin_inset Text
36733
36734 \begin_layout Plain Layout
36735 text
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 </row>
36741 <row>
36742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36743 \begin_inset Text
36744
36745 \begin_layout Plain Layout
36746 \begin_inset Info
36747 type  "icon"
36748 arg   "dialog-show-new-inset graphics"
36749 \end_inset
36750
36751
36752 \end_layout
36753
36754 \end_inset
36755 </cell>
36756 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36757 \begin_inset Text
36758
36759 \begin_layout Plain Layout
36760 text
36761 \end_layout
36762
36763 \end_inset
36764 </cell>
36765 </row>
36766 </lyxtabular>
36767
36768 \end_inset
36769
36770  
36771 \begin_inset Tabular
36772 <lyxtabular version="3" rows="2" columns="2">
36773 <features tabularvalignment="middle">
36774 <column alignment="center" valignment="top">
36775 <column alignment="center" valignment="top">
36776 <row>
36777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36778 \begin_inset Text
36779
36780 \begin_layout Plain Layout
36781 text
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790 text
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 </row>
36796 <row>
36797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 text
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout Plain Layout
36810 \begin_inset Info
36811 type  "icon"
36812 arg   "dialog-show-new-inset graphics"
36813 \end_inset
36814
36815
36816 \end_layout
36817
36818 \end_inset
36819 </cell>
36820 </row>
36821 </lyxtabular>
36822
36823 \end_inset
36824
36825  
36826 \begin_inset Tabular
36827 <lyxtabular version="3" rows="2" columns="3">
36828 <features tabularvalignment="middle">
36829 <column alignment="center" valignment="top">
36830 <column alignment="center" valignment="top">
36831 <column alignment="center" valignment="top">
36832 <row>
36833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36834 \begin_inset Text
36835
36836 \begin_layout Plain Layout
36837 text
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 <cell alignment="center" valignment="top" topline="true" usebox="none">
36843 \begin_inset Text
36844
36845 \begin_layout Plain Layout
36846 \begin_inset Info
36847 type  "icon"
36848 arg   "dialog-show-new-inset graphics"
36849 \end_inset
36850
36851
36852 \end_layout
36853
36854 \end_inset
36855 </cell>
36856 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36857 \begin_inset Text
36858
36859 \begin_layout Plain Layout
36860 text
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 </row>
36866 <row>
36867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36868 \begin_inset Text
36869
36870 \begin_layout Plain Layout
36871 text
36872 \end_layout
36873
36874 \end_inset
36875 </cell>
36876 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36877 \begin_inset Text
36878
36879 \begin_layout Plain Layout
36880 text
36881 \end_layout
36882
36883 \end_inset
36884 </cell>
36885 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36886 \begin_inset Text
36887
36888 \begin_layout Plain Layout
36889 text
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 </row>
36895 </lyxtabular>
36896
36897 \end_inset
36898
36899  
36900 \begin_inset Tabular
36901 <lyxtabular version="3" rows="2" columns="3">
36902 <features tabularvalignment="middle">
36903 <column alignment="center" valignment="top">
36904 <column alignment="center" valignment="top">
36905 <column alignment="center" valignment="top">
36906 <row>
36907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Plain Layout
36911 text
36912 \end_layout
36913
36914 \end_inset
36915 </cell>
36916 <cell alignment="center" valignment="top" topline="true" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Plain Layout
36920 text
36921 \end_layout
36922
36923 \end_inset
36924 </cell>
36925 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36926 \begin_inset Text
36927
36928 \begin_layout Plain Layout
36929 text
36930 \end_layout
36931
36932 \end_inset
36933 </cell>
36934 </row>
36935 <row>
36936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Plain Layout
36940 text
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36946 \begin_inset Text
36947
36948 \begin_layout Plain Layout
36949 \begin_inset Info
36950 type  "icon"
36951 arg   "dialog-show-new-inset graphics"
36952 \end_inset
36953
36954
36955 \end_layout
36956
36957 \end_inset
36958 </cell>
36959 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36960 \begin_inset Text
36961
36962 \begin_layout Plain Layout
36963 text
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 </row>
36969 </lyxtabular>
36970
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \begin_layout Standard
36977 \noindent
36978 \align center
36979 \begin_inset Tabular
36980 <lyxtabular version="3" rows="3" columns="2">
36981 <features tabularvalignment="middle">
36982 <column alignment="center" valignment="top">
36983 <column alignment="center" valignment="top">
36984 <row>
36985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36986 \begin_inset Text
36987
36988 \begin_layout Plain Layout
36989 text
36990 \end_layout
36991
36992 \end_inset
36993 </cell>
36994 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36995 \begin_inset Text
36996
36997 \begin_layout Plain Layout
36998 text
36999 \end_layout
37000
37001 \end_inset
37002 </cell>
37003 </row>
37004 <row>
37005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37006 \begin_inset Text
37007
37008 \begin_layout Plain Layout
37009 \begin_inset Info
37010 type  "icon"
37011 arg   "dialog-show-new-inset graphics"
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023 text
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 </row>
37029 <row>
37030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034 text
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37040 \begin_inset Text
37041
37042 \begin_layout Plain Layout
37043 text
37044 \end_layout
37045
37046 \end_inset
37047 </cell>
37048 </row>
37049 </lyxtabular>
37050
37051 \end_inset
37052
37053  
37054 \begin_inset Tabular
37055 <lyxtabular version="3" rows="3" columns="3">
37056 <features tabularvalignment="middle">
37057 <column alignment="center" valignment="top">
37058 <column alignment="center" valignment="top">
37059 <column alignment="center" valignment="top">
37060 <row>
37061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065 text
37066 \end_layout
37067
37068 \end_inset
37069 </cell>
37070 <cell alignment="center" valignment="top" topline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074 text
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 text
37084 \end_layout
37085
37086 \end_inset
37087 </cell>
37088 </row>
37089 <row>
37090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094 text
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 <cell alignment="center" valignment="top" usebox="none">
37100 \begin_inset Text
37101
37102 \begin_layout Plain Layout
37103 \begin_inset Info
37104 type  "icon"
37105 arg   "dialog-show-new-inset graphics"
37106 \end_inset
37107
37108
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117 text
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 </row>
37123 <row>
37124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37125 \begin_inset Text
37126
37127 \begin_layout Plain Layout
37128 text
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137 text
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37143 \begin_inset Text
37144
37145 \begin_layout Plain Layout
37146 text
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 </row>
37152 </lyxtabular>
37153
37154 \end_inset
37155
37156  
37157 \begin_inset Tabular
37158 <lyxtabular version="3" rows="3" columns="2">
37159 <features tabularvalignment="middle">
37160 <column alignment="center" valignment="top">
37161 <column alignment="center" valignment="top">
37162 <row>
37163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37164 \begin_inset Text
37165
37166 \begin_layout Plain Layout
37167 text
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 text
37177 \end_layout
37178
37179 \end_inset
37180 </cell>
37181 </row>
37182 <row>
37183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 text
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37193 \begin_inset Text
37194
37195 \begin_layout Plain Layout
37196 \begin_inset Info
37197 type  "icon"
37198 arg   "dialog-show-new-inset graphics"
37199 \end_inset
37200
37201
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 </row>
37207 <row>
37208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212 text
37213 \end_layout
37214
37215 \end_inset
37216 </cell>
37217 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37218 \begin_inset Text
37219
37220 \begin_layout Plain Layout
37221 text
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 </row>
37227 </lyxtabular>
37228
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \begin_layout Standard
37235 \noindent
37236 you can use the \SpecialChar LaTeX
37237 -package 
37238 \series bold
37239 picinpar
37240 \series default
37241
37242 \begin_inset Index idx
37243 status collapsed
37244
37245 \begin_layout Plain Layout
37246 \SpecialChar LaTeX
37247 -packages ! picinpar
37248 \end_layout
37249
37250 \end_inset
37251
37252 .
37253  Here is an example:
37254 \end_layout
37255
37256 \begin_layout Standard
37257 \begin_inset ERT
37258 status collapsed
37259
37260 \begin_layout Plain Layout
37261
37262
37263 \backslash
37264 ifpicinpar
37265 \end_layout
37266
37267 \end_inset
37268
37269
37270 \begin_inset Note Note
37271 status open
37272
37273 \begin_layout Plain Layout
37274 The following section will only be displayed when the \SpecialChar LaTeX
37275 -package 
37276 \series bold
37277 picinpar
37278 \series default
37279  is installed.
37280 \end_layout
37281
37282 \end_inset
37283
37284
37285 \end_layout
37286
37287 \begin_layout Standard
37288 \begin_inset ERT
37289 status collapsed
37290
37291 \begin_layout Plain Layout
37292
37293
37294 \backslash
37295 begin{window}[2,c,{
37296 \end_layout
37297
37298 \end_inset
37299
37300
37301 \begin_inset Graphics
37302         filename clipart/mobius.eps
37303         lyxscale 60
37304         width 40col%
37305         scaleBeforeRotation
37306         rotateOrigin center
37307
37308 \end_inset
37309
37310
37311 \begin_inset ERT
37312 status collapsed
37313
37314 \begin_layout Plain Layout
37315
37316 },]
37317 \end_layout
37318
37319 \begin_layout Plain Layout
37320
37321 {}
37322 \end_layout
37323
37324 \end_inset
37325
37326
37327 \size small
37328 It was in the spring of the year 1894 that all London was interested, and
37329  the fashionable world dismayed, by the murder of the Honourable Ronald
37330  Adair under most unusual and inexplicable circumstances.
37331  The public has already learned those particulars of the crime which
37332 \size default
37333
37334 \begin_inset ERT
37335 status collapsed
37336
37337 \begin_layout Plain Layout
37338
37339
37340 \backslash
37341 footnotemark{}
37342 \end_layout
37343
37344 \end_inset
37345
37346
37347 \size small
37348  came out in the police investigation, but a good deal was suppressed upon
37349  that occasion, since the case for the prosecution was so overwhelmingly
37350  strong that it was not necessary to bring forward all the facts.
37351  Only now, at the end of nearly ten years, am I allowed to supply those
37352  missing links which make up the whole of that remarkable chain.
37353 \size default
37354
37355 \begin_inset ERT
37356 status collapsed
37357
37358 \begin_layout Plain Layout
37359
37360
37361 \backslash
37362 end{window}
37363 \end_layout
37364
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \begin_layout Standard
37371 \begin_inset ERT
37372 status collapsed
37373
37374 \begin_layout Plain Layout
37375
37376
37377 \backslash
37378 footnotetext{
37379 \end_layout
37380
37381 \end_inset
37382
37383 Footnote of the paragraph with the fixed object.
37384 \begin_inset ERT
37385 status collapsed
37386
37387 \begin_layout Plain Layout
37388
37389 }
37390 \end_layout
37391
37392 \end_inset
37393
37394
37395 \end_layout
37396
37397 \begin_layout Standard
37398 Surrounded fixed objects are used to let text float around them, at which
37399  the object's position in the paragraph can be determined by the number
37400  of lines above it.
37401  In contrary to floats is it not possible to have a numbered caption.
37402 \end_layout
37403
37404 \begin_layout Standard
37405 A fixed object is inserted by adding the command
37406 \end_layout
37407
37408 \begin_layout Standard
37409
37410 \series bold
37411
37412 \backslash
37413 begin{window}[2,c,{
37414 \end_layout
37415
37416 \begin_layout Standard
37417 as \SpecialChar TeX
37418  Code at the beginning of the paragraph.
37419  The first parameter in the bracket, here '2', defines the number of lines
37420  above the object, the second, here 'c', the position of the object.
37421  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37422  Behind the command you insert the object.
37423  In this example an image with a width of 40
37424 \begin_inset space \thinspace{}
37425 \end_inset
37426
37427 % of the text column width was inserted.
37428  The object can also be a table, a box or an equation.
37429  Behind the object the command
37430 \end_layout
37431
37432 \begin_layout Standard
37433
37434 \series bold
37435 },description text]
37436 \begin_inset Newline newline
37437 \end_inset
37438
37439 {}
37440 \end_layout
37441
37442 \begin_layout Standard
37443 is inserted.
37444  Note that the 
37445 \begin_inset Quotes eld
37446 \end_inset
37447
37448
37449 \series bold
37450 {}
37451 \series default
37452
37453 \begin_inset Quotes erd
37454 \end_inset
37455
37456  is in the second line.
37457  The description text is optional.
37458  The text surrounding the object must be in the same paragraph as the object,
37459  so it must begin directly after the 
37460 \series bold
37461 {}
37462 \series default
37463 .
37464  At the end of the paragraph insert the command:
37465 \end_layout
37466
37467 \begin_layout Standard
37468
37469 \series bold
37470
37471 \backslash
37472 end{window}
37473 \end_layout
37474
37475 \begin_layout Standard
37476 Within a paragraph with a fixed object, you cannot insert footnotes in the
37477  normal way.
37478  You have to use instead the command 
37479 \series bold
37480
37481 \backslash
37482 footnotemark
37483 \series default
37484  inside the paragraph and outside the command 
37485 \series bold
37486
37487 \backslash
37488 footnotetext
37489 \series default
37490  as described in sec.
37491 \begin_inset space \thinspace{}
37492 \end_inset
37493
37494
37495 \begin_inset CommandInset ref
37496 LatexCommand ref
37497 reference "sec:Footnotes"
37498
37499 \end_inset
37500
37501 .
37502 \end_layout
37503
37504 \begin_layout Standard
37505 \begin_inset ERT
37506 status collapsed
37507
37508 \begin_layout Plain Layout
37509
37510
37511 \backslash
37512 else
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \begin_inset Note Note
37519 status open
37520
37521 \begin_layout Plain Layout
37522 The following will be displayed when the \SpecialChar LaTeX
37523 -package 
37524 \series bold
37525 picinpar
37526 \series default
37527  is not installed:
37528 \end_layout
37529
37530 \end_inset
37531
37532
37533 \end_layout
37534
37535 \begin_layout Standard
37536 You need to install the \SpecialChar LaTeX
37537 -package 
37538 \series bold
37539 picinpar
37540 \series default
37541  to see the following part of this section in the output.
37542 \end_layout
37543
37544 \begin_layout Standard
37545 \begin_inset ERT
37546 status collapsed
37547
37548 \begin_layout Plain Layout
37549
37550
37551 \backslash
37552 fi
37553 \end_layout
37554
37555 \end_inset
37556
37557
37558 \end_layout
37559
37560 \begin_layout Section
37561 Initials
37562 \begin_inset Index idx
37563 status collapsed
37564
37565 \begin_layout Plain Layout
37566 Initials
37567 \end_layout
37568
37569 \end_inset
37570
37571
37572 \begin_inset Index idx
37573 status collapsed
37574
37575 \begin_layout Plain Layout
37576 Surrounded by text ! Initials
37577 \end_layout
37578
37579 \end_inset
37580
37581
37582 \end_layout
37583
37584 \begin_layout Standard
37585 To use initials, you must have the \SpecialChar LaTeX
37586 -package 
37587 \series bold
37588 lettrine
37589 \series default
37590
37591 \begin_inset Index idx
37592 status collapsed
37593
37594 \begin_layout Plain Layout
37595 \SpecialChar LaTeX
37596 -packages ! lettrine
37597 \end_layout
37598
37599 \end_inset
37600
37601  installed and use the module 
37602 \family sans
37603 Initials
37604 \family default
37605  in your document (menu 
37606 \family sans
37607 Document\SpecialChar menuseparator
37608 Settings\SpecialChar menuseparator
37609 Modules
37610 \family default
37611 ).
37612  To insert an initial, use the style 
37613 \family sans
37614 Initial
37615 \family default
37616 .
37617  This style has a mandatory and two optional arguments.
37618  The arguments are inserted via the 
37619 \family sans
37620 Insert
37621 \family default
37622  menu.
37623  The mandatory argument 
37624 \family sans
37625 Initial
37626 \family default
37627  contains the letter(s) that is the initial, the argument 
37628 \family sans
37629 Rest
37630 \begin_inset space ~
37631 \end_inset
37632
37633 of
37634 \begin_inset space ~
37635 \end_inset
37636
37637 Initial
37638 \family default
37639  contains the rest of the word or text of the initial letter(s).
37640  The argument 
37641 \family sans
37642 Options
37643 \family default
37644  contains parameters to modify the initial.
37645  For more information about the possible parameters see the documentation
37646  of 
37647 \series bold
37648 lettrine
37649 \series default
37650
37651 \begin_inset CommandInset citation
37652 LatexCommand cite
37653 key "lettrine"
37654
37655 \end_inset
37656
37657 .
37658  The style itself contains the text that is surrounding the initial.
37659  The usual style is hereby that the word whose first letter is the initial,
37660  is printed with 
37661 \shape smallcaps
37662 small caps
37663 \shape default
37664 .
37665 \end_layout
37666
37667 \begin_layout Standard
37668 Here are some examples:
37669 \end_layout
37670
37671 \begin_layout Standard
37672 \begin_inset ERT
37673 status collapsed
37674
37675 \begin_layout Plain Layout
37676
37677
37678 \backslash
37679 iflettrine
37680 \end_layout
37681
37682 \end_inset
37683
37684
37685 \begin_inset Note Note
37686 status open
37687
37688 \begin_layout Plain Layout
37689 The following section will only be displayed when the \SpecialChar LaTeX
37690 -package 
37691 \series bold
37692 lettrine
37693 \series default
37694  is installed.
37695 \end_layout
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \begin_layout Enumerate
37703 No optional argument, the initial is the letter 'I' in the math font 
37704 \begin_inset Formula $\mathfrak{Fraktur}$
37705 \end_inset
37706
37707 :
37708 \begin_inset Separator parbreak
37709 \end_inset
37710
37711
37712 \end_layout
37713
37714 \begin_deeper
37715 \begin_layout Initial
37716 \begin_inset Argument 2
37717 status open
37718
37719 \begin_layout Plain Layout
37720 \begin_inset Formula $\mathfrak{I}$
37721 \end_inset
37722
37723
37724 \end_layout
37725
37726 \end_inset
37727
37728
37729 \begin_inset Argument 3
37730 status open
37731
37732 \begin_layout Plain Layout
37733 t
37734 \end_layout
37735
37736 \end_inset
37737
37738  was in the spring of the year 1894 that all London was interested, and
37739  the fashionable world dismayed, by the murder of the Honourable Ronald
37740  Adair under most unusual and inexplicable circumstances.
37741  The public has already learned those particulars of the crime which came
37742  out in the police investigation, but a good deal was suppressed upon that
37743  occasion, since the case for the prosecution was so overwhelmingly strong
37744  that it was not necessary to bring forward all the facts.
37745 \begin_inset Newpage newpage
37746 \end_inset
37747
37748
37749 \end_layout
37750
37751 \end_deeper
37752 \begin_layout Enumerate
37753 Only one line is surrounding the initial, which is formed by two letters
37754  in standard font and no text is printed in small caps:
37755 \begin_inset Separator parbreak
37756 \end_inset
37757
37758
37759 \end_layout
37760
37761 \begin_deeper
37762 \begin_layout Initial
37763 \begin_inset Argument 1
37764 status open
37765
37766 \begin_layout Plain Layout
37767 lines=1
37768 \end_layout
37769
37770 \end_inset
37771
37772
37773 \begin_inset Argument 2
37774 status open
37775
37776 \begin_layout Plain Layout
37777 It
37778 \end_layout
37779
37780 \end_inset
37781
37782  was in the spring of the year 1894 that all London was interested, and
37783  the fashionable world dismayed, by the murder of the Honourable Ronald
37784  Adair under most unusual and inexplicable circumstances.
37785  The public has already learned those particulars of the crime which came
37786  out in the police investigation, but a good deal was suppressed upon that
37787  occasion, since the case for the prosecution was so overwhelmingly strong
37788  that it was not necessary to bring forward all the facts.
37789 \end_layout
37790
37791 \end_deeper
37792 \begin_layout Enumerate
37793 Magenta, hanging initial over 3
37794 \begin_inset space ~
37795 \end_inset
37796
37797 lines in the math font 
37798 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37799 \end_inset
37800
37801 , the text 
37802 \begin_inset Quotes eld
37803 \end_inset
37804
37805 t was in the spring
37806 \begin_inset Quotes erd
37807 \end_inset
37808
37809  is in 
37810 \shape smallcaps
37811 small caps
37812 \shape default
37813 ; to color the initial, you must insert this command before the initial:
37814 \begin_inset Newline newline
37815 \end_inset
37816
37817
37818 \series bold
37819
37820 \backslash
37821 renewcommand{
37822 \backslash
37823 LettrineFontHook}{
37824 \backslash
37825 color{color}}
37826 \series default
37827
37828 \begin_inset Newline newline
37829 \end_inset
37830
37831 where the second 
37832 \emph on
37833 color
37834 \emph default
37835  can be 
37836 \begin_inset Quotes eld
37837 \end_inset
37838
37839 red
37840 \begin_inset Quotes erd
37841 \end_inset
37842
37843
37844 \begin_inset Quotes eld
37845 \end_inset
37846
37847 blue
37848 \begin_inset Quotes erd
37849 \end_inset
37850
37851
37852 \begin_inset Quotes eld
37853 \end_inset
37854
37855 green
37856 \begin_inset Quotes erd
37857 \end_inset
37858
37859
37860 \begin_inset Quotes eld
37861 \end_inset
37862
37863 yellow
37864 \begin_inset Quotes erd
37865 \end_inset
37866
37867
37868 \begin_inset Quotes eld
37869 \end_inset
37870
37871 cyan
37872 \begin_inset Quotes erd
37873 \end_inset
37874
37875
37876 \begin_inset Quotes eld
37877 \end_inset
37878
37879 magenta
37880 \begin_inset Quotes erd
37881 \end_inset
37882
37883
37884 \begin_inset Quotes eld
37885 \end_inset
37886
37887 black
37888 \begin_inset Quotes erd
37889 \end_inset
37890
37891  or 
37892 \begin_inset Quotes eld
37893 \end_inset
37894
37895 white
37896 \begin_inset Quotes erd
37897 \end_inset
37898
37899 , and add this command to the document preamble:
37900 \begin_inset Newline newline
37901 \end_inset
37902
37903
37904 \series bold
37905
37906 \backslash
37907 @ifundefined{textcolor}
37908 \begin_inset Newline newline
37909 \end_inset
37910
37911
37912 \begin_inset space ~
37913 \end_inset
37914
37915 {
37916 \backslash
37917 usepackage{color}}{}
37918 \series default
37919
37920 \begin_inset Separator parbreak
37921 \end_inset
37922
37923
37924 \end_layout
37925
37926 \begin_deeper
37927 \begin_layout Standard
37928 \begin_inset ERT
37929 status collapsed
37930
37931 \begin_layout Plain Layout
37932
37933
37934 \backslash
37935 renewcommand{
37936 \backslash
37937 LettrineFontHook}{
37938 \backslash
37939 color{magenta}}
37940 \end_layout
37941
37942 \end_inset
37943
37944
37945 \begin_inset Note Note
37946 status collapsed
37947
37948 \begin_layout Plain Layout
37949 makes the initial magenta
37950 \end_layout
37951
37952 \end_inset
37953
37954
37955 \end_layout
37956
37957 \begin_layout Initial
37958 \begin_inset Argument 1
37959 status open
37960
37961 \begin_layout Plain Layout
37962 lines=3, lhang=0.33, loversize=0.25
37963 \end_layout
37964
37965 \end_inset
37966
37967
37968 \begin_inset Argument 2
37969 status open
37970
37971 \begin_layout Plain Layout
37972 \begin_inset Formula $\mathcal{I}$
37973 \end_inset
37974
37975
37976 \end_layout
37977
37978 \end_inset
37979
37980
37981 \begin_inset Argument 3
37982 status open
37983
37984 \begin_layout Plain Layout
37985 t was in the spring
37986 \end_layout
37987
37988 \end_inset
37989
37990  of the year 1894 that all London was interested, and the fashionable world
37991  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37992  and inexplicable circumstances.
37993  The public has already learned those particulars of the crime which came
37994  out in the police investigation, but a good deal was suppressed upon that
37995  occasion, since the case for the prosecution was so overwhelmingly strong
37996  that it was not necessary to bring forward all the facts.
37997 \end_layout
37998
37999 \end_deeper
38000 \begin_layout Standard
38001 \begin_inset ERT
38002 status collapsed
38003
38004 \begin_layout Plain Layout
38005
38006
38007 \backslash
38008 else
38009 \end_layout
38010
38011 \end_inset
38012
38013
38014 \begin_inset Note Note
38015 status open
38016
38017 \begin_layout Plain Layout
38018 The following will be displayed when the \SpecialChar LaTeX
38019 -package 
38020 \series bold
38021 lettrine
38022 \series default
38023  is not installed:
38024 \end_layout
38025
38026 \end_inset
38027
38028
38029 \end_layout
38030
38031 \begin_layout Standard
38032 You need to install the \SpecialChar LaTeX
38033 -package 
38034 \series bold
38035 lettrine
38036 \series default
38037  to see the following part of this section in the output.
38038 \end_layout
38039
38040 \begin_layout Standard
38041 \begin_inset ERT
38042 status collapsed
38043
38044 \begin_layout Plain Layout
38045
38046
38047 \backslash
38048 fi
38049 \end_layout
38050
38051 \end_inset
38052
38053
38054 \end_layout
38055
38056 \begin_layout Chapter
38057 External Document Parts
38058 \begin_inset Index idx
38059 status collapsed
38060
38061 \begin_layout Plain Layout
38062 External Document Parts
38063 \end_layout
38064
38065 \end_inset
38066
38067
38068 \end_layout
38069
38070 \begin_layout Standard
38071 With the menu 
38072 \family sans
38073 Insert\SpecialChar menuseparator
38074 File
38075 \family default
38076  you can insert external material into your document.
38077  This can be:
38078 \end_layout
38079
38080 \begin_layout Description
38081 LyX
38082 \begin_inset space ~
38083 \end_inset
38084
38085 Document Another \SpecialChar LyX
38086  document; its content is directly inserted to your document.
38087 \end_layout
38088
38089 \begin_layout Description
38090 Plain
38091 \begin_inset space ~
38092 \end_inset
38093
38094 Text A text document; each line is inserted in your document as a separate
38095  paragraph.
38096 \end_layout
38097
38098 \begin_layout Description
38099 Plain
38100 \begin_inset space ~
38101 \end_inset
38102
38103 Text,
38104 \begin_inset space ~
38105 \end_inset
38106
38107 Join
38108 \begin_inset space ~
38109 \end_inset
38110
38111 Lines A text document; text lines are inserted in your document continuously
38112  but an empty text line creates a new paragraph.
38113 \end_layout
38114
38115 \begin_layout Description
38116 External
38117 \begin_inset space ~
38118 \end_inset
38119
38120 Material Files in various formats.
38121 \end_layout
38122
38123 \begin_layout Description
38124 Child
38125 \begin_inset space ~
38126 \end_inset
38127
38128 Document \SpecialChar LyX
38129  or \SpecialChar LaTeX
38130  documents.
38131 \end_layout
38132
38133 \begin_layout Section
38134 External Material
38135 \begin_inset Index idx
38136 status collapsed
38137
38138 \begin_layout Plain Layout
38139 External Document Parts ! External Material
38140 \end_layout
38141
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \begin_layout Standard
38148 The external material feature allows you to insert files into your document
38149  without converting them to a format that can be read by the document output
38150  format.
38151  \SpecialChar LyX
38152  takes care of the necessary conversions.
38153  This is similar to images that can be inserted in various image formats
38154  in \SpecialChar LyX
38155  documents.
38156  When you have enabled Instant Preview in \SpecialChar LyX
38157 's preferences under 
38158 \family sans
38159 Look
38160 \begin_inset space ~
38161 \end_inset
38162
38163 and
38164 \begin_inset space ~
38165 \end_inset
38166
38167 feel\SpecialChar menuseparator
38168 Graphics
38169 \family default
38170 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38171 .
38172 \end_layout
38173
38174 \begin_layout Standard
38175 External material can be inserted via the 
38176 \family sans
38177 External Material
38178 \family default
38179  dialog that is accessible with the menu 
38180 \family sans
38181 Insert\SpecialChar menuseparator
38182 File\SpecialChar menuseparator
38183 External
38184 \begin_inset space ~
38185 \end_inset
38186
38187 Material
38188 \family default
38189 .
38190  Currently the following file types (
38191 \family sans
38192 Templates
38193 \family default
38194 ) are allowed:
38195 \end_layout
38196
38197 \begin_layout Description
38198 Chess
38199 \begin_inset space ~
38200 \end_inset
38201
38202 diagram This template supports chess position diagrams made with the program
38203  
38204 \series bold
38205
38206 \begin_inset CommandInset href
38207 LatexCommand href
38208 name "XBoard"
38209 target "http://en.wikipedia.org/wiki/XBoard"
38210
38211 \end_inset
38212
38213
38214 \series default
38215 .
38216 \end_layout
38217
38218 \begin_layout Description
38219 Date This inserts the date in the form 
38220 \emph on
38221 Day-Month-Year
38222 \emph default
38223 .
38224  This is a date inserted as external material: 
38225 \begin_inset External
38226         template Date
38227         filename .
38228
38229 \end_inset
38230
38231
38232 \begin_inset space ~
38233 \end_inset
38234
38235
38236 \begin_inset Note Note
38237 status collapsed
38238
38239 \begin_layout Plain Layout
38240 Remove the protected space when bug 4398 is fixed!
38241 \end_layout
38242
38243 \end_inset
38244
38245
38246 \begin_inset Newline newline
38247 \end_inset
38248
38249 The date is not shown within \SpecialChar LyX
38250 , only in the output.
38251  There are two other methods of inserting a date: Via menu 
38252 \family sans
38253 Insert\SpecialChar menuseparator
38254 Date
38255 \family default
38256  and with the \SpecialChar LaTeX
38257  command 
38258 \series bold
38259
38260 \backslash
38261 today
38262 \series default
38263  as \SpecialChar TeX
38264  Code.
38265  The different methods are compared in Table
38266 \begin_inset space ~
38267 \end_inset
38268
38269
38270 \begin_inset CommandInset ref
38271 LatexCommand ref
38272 reference "tab:Comparison-of-the"
38273
38274 \end_inset
38275
38276 .
38277 \end_layout
38278
38279 \begin_layout Description
38280 Dia
38281 \begin_inset space ~
38282 \end_inset
38283
38284 diagram This template supports diagrams created with the program 
38285 \series bold
38286
38287 \begin_inset CommandInset href
38288 LatexCommand href
38289 name "Dia"
38290 target "http://en.wikipedia.org/wiki/Dia_(software)"
38291
38292 \end_inset
38293
38294
38295 \series default
38296 .
38297 \end_layout
38298
38299 \begin_layout Description
38300 Spreadsheet With this template you can insert spreadsheets
38301 \begin_inset space \thinspace{}
38302 \end_inset
38303
38304 /
38305 \begin_inset space \thinspace{}
38306 \end_inset
38307
38308 tables in the format of 
38309 \series bold
38310
38311 \begin_inset CommandInset href
38312 LatexCommand href
38313 name "Gnumeric"
38314 target "http://en.wikipedia.org/wiki/Gnumeric"
38315
38316 \end_inset
38317
38318
38319 \series default
38320
38321 \begin_inset CommandInset href
38322 LatexCommand href
38323 name "OpenDocument"
38324 target "http://en.wikipedia.org/wiki/OpenDocument"
38325
38326 \end_inset
38327
38328
38329 \begin_inset CommandInset href
38330 LatexCommand href
38331 name "Microsoft Office XML"
38332 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38333
38334 \end_inset
38335
38336  and 
38337 \begin_inset CommandInset href
38338 LatexCommand href
38339 name "Office Open XML"
38340 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38341
38342 \end_inset
38343
38344 .
38345  For this feature \SpecialChar LyX
38346  must have found the program 
38347 \family typewriter
38348 ssconvert
38349 \family default
38350  during its configuration.
38351  This program is part of Gnumeric, so that you must have Gnumeric installed,
38352  also if you don't have tables in the Gnumeric format.
38353  For examples and possible limitations have a look at \SpecialChar LyX
38354 's example file 
38355 \emph on
38356 spreadsheet.lyx
38357 \emph default
38358 .
38359 \end_layout
38360
38361 \begin_layout Description
38362 Lilypond
38363 \begin_inset space ~
38364 \end_inset
38365
38366 typeset
38367 \begin_inset space ~
38368 \end_inset
38369
38370 music This template is used for music notation typeset with the program
38371 \begin_inset Newline linebreak
38372 \end_inset
38373
38374
38375 \series bold
38376
38377 \begin_inset CommandInset href
38378 LatexCommand href
38379 name "LilyPond"
38380 target "http://en.wikipedia.org/wiki/LilyPond"
38381
38382 \end_inset
38383
38384
38385 \series default
38386 .
38387  For \SpecialChar LyX
38388 's extended support for LilyPond have a look at \SpecialChar LyX
38389 's example file 
38390 \emph on
38391 lilypond.lyx
38392 \emph default
38393 .
38394 \end_layout
38395
38396 \begin_layout Description
38397 PDF
38398 \begin_inset space ~
38399 \end_inset
38400
38401 pages With this template you can insert PDF documents to your document.
38402  To specify the range of pages that should be included, use the option 
38403 \series bold
38404 pages
38405 \series default
38406  in the 
38407 \family sans
38408 Option
38409 \family default
38410  field in the 
38411 \family sans
38412 LaTeX and LyX options
38413 \family default
38414  tab.
38415  The argument of this option is a comma separated list, containing page
38416  numbers (insert as option 
38417 \series bold
38418 pages={3,5,6,8}
38419 \series default
38420 ), ranges of page numbers (
38421 \series bold
38422 pages={4-9}
38423 \series default
38424 ) or any combination.
38425  To insert empty pages use {}.
38426  E.
38427 \begin_inset space \thinspace{}
38428 \end_inset
38429
38430 g.
38431 \begin_inset space ~
38432 \end_inset
38433
38434
38435 \series bold
38436 pages={3,{},8-11,15}
38437 \series default
38438  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38439  Page ranges are specified in the syntax 
38440 \emph on
38441 start
38442 \emph default
38443 -
38444 \emph on
38445 stop
38446 \emph default
38447 .
38448  This selects all pages from 
38449 \emph on
38450 start
38451 \emph default
38452  to 
38453 \emph on
38454 stop
38455 \emph default
38456 .
38457  Omitting 
38458 \emph on
38459 start
38460 \emph default
38461  defaults to the first page; omitting 
38462 \emph on
38463 stop
38464 \emph default
38465  defaults to the last page of the document.
38466  The last page can also be selected with the keyword 
38467 \series bold
38468 last
38469 \series default
38470 .
38471  (This is only permitted in a page range.) So 
38472 \series bold
38473 pages=-
38474 \series default
38475  will insert all pages of the document and 
38476 \series bold
38477 pages=last-1
38478 \series default
38479  will insert all pages in reverse order.
38480  If the pages option is not specified, only the first page of the PDF is
38481  inserted.
38482 \begin_inset Newline newline
38483 \end_inset
38484
38485 The option 
38486 \series bold
38487 noautoscale
38488 \series default
38489  inserts the pages with their original size, if this option is not given,
38490  the pages will be resized to fith the width of the page of your document.
38491  In the tab 
38492 \family sans
38493 Size and Rotation
38494 \family default
38495  you can specify the width and height of the input pages and their rotation.
38496  If another width than 100
38497 \begin_inset space \thinspace{}
38498 \end_inset
38499
38500 Scale% is used, the option 
38501 \series bold
38502 noautoscale
38503 \series default
38504  will be overwritten.
38505  For more info and possible options, have a look into the documentation
38506  of the \SpecialChar LaTeX
38507 -package 
38508 \series bold
38509 pdfpages
38510 \series default
38511  
38512 \begin_inset CommandInset citation
38513 LatexCommand cite
38514 key "pdfpages"
38515
38516 \end_inset
38517
38518 .
38519 \begin_inset Index idx
38520 status collapsed
38521
38522 \begin_layout Plain Layout
38523 \SpecialChar LaTeX
38524 -packages ! pdfpages
38525 \end_layout
38526
38527 \end_inset
38528
38529
38530 \begin_inset Newline newline
38531 \end_inset
38532
38533 To use this template in a 
38534 \family sans
38535 Beamer
38536 \family default
38537  presentation you need to first insert an 
38538 \family sans
38539 EndFrame
38540 \family default
38541  environment and in a subsequent paragraph a \SpecialChar TeX
38542  Code box containing the command
38543  
38544 \series bold
38545
38546 \backslash
38547 setbeamertemplate{background canvas}{}
38548 \series default
38549 .
38550  Then you can insert as many paragraphs containing the PDFPages template
38551  as you wish.
38552  Behind the included PDF pages you can resume the Beamer presentation by
38553  beginning a new frame or by starting a new section.
38554  To avoid stray blank pages prior to the PDF pages, make sure to use the
38555  
38556 \family sans
38557 Default
38558 \family default
38559  alignment for the paragraph containing the template.
38560 \begin_inset Newline newline
38561 \end_inset
38562
38563 Here is an included PDF which is rotated by -5°: 
38564 \begin_inset External
38565         template PDFPages
38566         filename clipart/Abstract.pdf
38567         extra LaTeX "noautoscale, pages=-"
38568         rotateAngle -5
38569         rotateOrigin bottomleft
38570
38571 \end_inset
38572
38573
38574 \end_layout
38575
38576 \begin_layout Description
38577 Raster
38578 \begin_inset space ~
38579 \end_inset
38580
38581 image This can be used for bitmap images.
38582  The image can be treated in the 
38583 \family sans
38584 External material
38585 \family default
38586  dialog like the images that are usually included via the 
38587 \family sans
38588 Graphics
38589 \family default
38590  dialog as described in section
38591 \begin_inset space ~
38592 \end_inset
38593
38594
38595 \begin_inset CommandInset ref
38596 LatexCommand ref
38597 reference "sec:Graphics-Dialog"
38598
38599 \end_inset
38600
38601 .
38602  Here is an inserted raster image: 
38603 \begin_inset External
38604         template RasterImage
38605         filename clipart/ToolbarEnvBox.png
38606
38607 \end_inset
38608
38609
38610 \end_layout
38611
38612 \begin_layout Description
38613 Vector
38614 \begin_inset space ~
38615 \end_inset
38616
38617 graphics This can be used for vector graphics.
38618  The image can be treated in the 
38619 \family sans
38620 External material
38621 \family default
38622  dialog like the images that are usually included via the 
38623 \family sans
38624 Graphics
38625 \family default
38626  dialog as described in section
38627 \begin_inset space ~
38628 \end_inset
38629
38630
38631 \begin_inset CommandInset ref
38632 LatexCommand ref
38633 reference "sec:Graphics-Dialog"
38634
38635 \end_inset
38636
38637 .
38638  Here is an inserted vector graphics: 
38639 \begin_inset External
38640         template VectorGraphics
38641         filename clipart/SVG-Drawing.svg
38642         scale 33
38643
38644 \end_inset
38645
38646
38647 \end_layout
38648
38649 \begin_layout Description
38650 Xfig
38651 \begin_inset space ~
38652 \end_inset
38653
38654 figure This template supports images created with the program 
38655 \series bold
38656
38657 \begin_inset CommandInset href
38658 LatexCommand href
38659 name "Xfig"
38660 target "http://en.wikipedia.org/wiki/Xfig"
38661
38662 \end_inset
38663
38664
38665 \series default
38666 .
38667 \end_layout
38668
38669 \begin_layout Standard
38670 \begin_inset Float table
38671 placement !h
38672 wide false
38673 sideways false
38674 status open
38675
38676 \begin_layout Plain Layout
38677 \begin_inset Caption Standard
38678
38679 \begin_layout Plain Layout
38680 \begin_inset CommandInset label
38681 LatexCommand label
38682 name "tab:Comparison-of-the"
38683
38684 \end_inset
38685
38686 Comparison of the date input methods.
38687 \end_layout
38688
38689 \end_inset
38690
38691
38692 \end_layout
38693
38694 \begin_layout Plain Layout
38695 \align center
38696 \begin_inset Tabular
38697 <lyxtabular version="3" rows="4" columns="4">
38698 <features tabularvalignment="middle">
38699 <column alignment="center" valignment="top">
38700 <column alignment="center" valignment="top">
38701 <column alignment="center" valignment="top">
38702 <column alignment="center" valignment="top">
38703 <row>
38704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38705 \begin_inset Text
38706
38707 \begin_layout Plain Layout
38708 Document format
38709 \end_layout
38710
38711 \end_inset
38712 </cell>
38713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38714 \begin_inset Text
38715
38716 \begin_layout Plain Layout
38717
38718 \family sans
38719 External Material\SpecialChar menuseparator
38720 Date
38721 \end_layout
38722
38723 \end_inset
38724 </cell>
38725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38726 \begin_inset Text
38727
38728 \begin_layout Plain Layout
38729
38730 \family sans
38731 Insert\SpecialChar menuseparator
38732 Date
38733 \end_layout
38734
38735 \end_inset
38736 </cell>
38737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38738 \begin_inset Text
38739
38740 \begin_layout Plain Layout
38741 command 
38742 \series bold
38743
38744 \backslash
38745 today
38746 \end_layout
38747
38748 \end_inset
38749 </cell>
38750 </row>
38751 <row>
38752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38753 \begin_inset Text
38754
38755 \begin_layout Plain Layout
38756 \SpecialChar LyX
38757
38758 \end_layout
38759
38760 \end_inset
38761 </cell>
38762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38763 \begin_inset Text
38764
38765 \begin_layout Plain Layout
38766 as inset box
38767 \end_layout
38768
38769 \end_inset
38770 </cell>
38771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38772 \begin_inset Text
38773
38774 \begin_layout Plain Layout
38775 as date
38776 \end_layout
38777
38778 \end_inset
38779 </cell>
38780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38781 \begin_inset Text
38782
38783 \begin_layout Plain Layout
38784 as \SpecialChar TeX
38785  Code inset box
38786 \end_layout
38787
38788 \end_inset
38789 </cell>
38790 </row>
38791 <row>
38792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38793 \begin_inset Text
38794
38795 \begin_layout Plain Layout
38796 \SpecialChar LaTeX
38797
38798 \end_layout
38799
38800 \end_inset
38801 </cell>
38802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38803 \begin_inset Text
38804
38805 \begin_layout Plain Layout
38806 as date
38807 \end_layout
38808
38809 \end_inset
38810 </cell>
38811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38812 \begin_inset Text
38813
38814 \begin_layout Plain Layout
38815 as date
38816 \end_layout
38817
38818 \end_inset
38819 </cell>
38820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38821 \begin_inset Text
38822
38823 \begin_layout Plain Layout
38824 as command
38825 \end_layout
38826
38827 \end_inset
38828 </cell>
38829 </row>
38830 <row>
38831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38832 \begin_inset Text
38833
38834 \begin_layout Plain Layout
38835 DVI, PDF, PS
38836 \end_layout
38837
38838 \end_inset
38839 </cell>
38840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38841 \begin_inset Text
38842
38843 \begin_layout Plain Layout
38844 as date
38845 \end_layout
38846
38847 \end_inset
38848 </cell>
38849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38850 \begin_inset Text
38851
38852 \begin_layout Plain Layout
38853 as date
38854 \end_layout
38855
38856 \end_inset
38857 </cell>
38858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38859 \begin_inset Text
38860
38861 \begin_layout Plain Layout
38862 as date
38863 \end_layout
38864
38865 \end_inset
38866 </cell>
38867 </row>
38868 </lyxtabular>
38869
38870 \end_inset
38871
38872
38873 \end_layout
38874
38875 \end_inset
38876
38877
38878 \end_layout
38879
38880 \begin_layout Standard
38881 When you use the option 
38882 \family sans
38883 Draft
38884 \family default
38885  in the 
38886 \family sans
38887 File
38888 \family default
38889  tab of the 
38890 \family sans
38891 External Material
38892 \family default
38893  dialog, only the path to the inserted file is shown in the output.
38894 \begin_inset Newline newline
38895 \end_inset
38896
38897 External material is displayed in \SpecialChar LyX
38898  either as a box like this: 
38899 \begin_inset Graphics
38900         filename clipart/ExternalMaterial.png
38901         scale 75
38902         scaleBeforeRotation
38903
38904 \end_inset
38905
38906  or as image, depending on the option 
38907 \family sans
38908 Show in LyX
38909 \family default
38910  in the 
38911 \family sans
38912 LaTeX and LyX options
38913 \family default
38914  tab of the dialog.
38915 \end_layout
38916
38917 \begin_layout Standard
38918 The 
38919 \family sans
38920 \emph on
38921 Customization
38922 \family default
38923 \emph default
38924  manual explains how you can define your own templates.
38925 \end_layout
38926
38927 \begin_layout Section
38928 Child Documents
38929 \begin_inset CommandInset label
38930 LatexCommand label
38931 name "sec:Child-Documents"
38932
38933 \end_inset
38934
38935
38936 \begin_inset Index idx
38937 status collapsed
38938
38939 \begin_layout Plain Layout
38940 External Document Parts ! Child Documents
38941 \end_layout
38942
38943 \end_inset
38944
38945
38946 \begin_inset Index idx
38947 status collapsed
38948
38949 \begin_layout Plain Layout
38950 Files ! Include
38951 \end_layout
38952
38953 \end_inset
38954
38955
38956 \end_layout
38957
38958 \begin_layout Standard
38959 Child documents are used if you have a long document consisting of several
38960  larger parts or sections.
38961  For maintenance it is often useful and sometimes even required to split
38962  the document into several files that can be revised separately.
38963  The different documents are then the so called 
38964 \begin_inset Quotes eld
38965 \end_inset
38966
38967 child documents
38968 \begin_inset Quotes erd
38969 \end_inset
38970
38971 , and a master document connects them to print the full document or parts
38972  of it.
38973  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38974  preamble,
38975  the bibliography, and labels for cross-references.
38976 \end_layout
38977
38978 \begin_layout Standard
38979 To be able to work on child documents without the need to open their master,
38980  specify in the child document the master in the menu
38981 \family sans
38982  Document\SpecialChar menuseparator
38983 Settings\SpecialChar menuseparator
38984 Document
38985 \begin_inset space ~
38986 \end_inset
38987
38988 Class
38989 \family default
38990 .
38991  This master document will then be used in the background by \SpecialChar LyX
38992  when you edit
38993  the child document.
38994 \end_layout
38995
38996 \begin_layout Standard
38997 Included documents are displayed in \SpecialChar LyX
38998  as a box like this: 
38999 \begin_inset Graphics
39000         filename clipart/ChildDocument.png
39001         scaleBeforeRotation
39002
39003 \end_inset
39004
39005  To include child documents in a master document use the menu 
39006 \family sans
39007 Insert\SpecialChar menuseparator
39008 File\SpecialChar menuseparator
39009 Child
39010 \begin_inset space ~
39011 \end_inset
39012
39013 Documents
39014 \family default
39015 .
39016  A dialog pops up where you can choose between four include methods:
39017 \end_layout
39018
39019 \begin_layout Description
39020 Include You can include \SpecialChar LyX
39021  and \SpecialChar LaTeX
39022  documents.
39023  When you press the 
39024 \family sans
39025 Edit
39026 \family default
39027  button in the 
39028 \family sans
39029 Child Document
39030 \family default
39031  dialog, the included document will be opened in \SpecialChar LyX
39032  in a new file tab so that
39033  you can modify it.
39034 \begin_inset Newline newline
39035 \end_inset
39036
39037
39038 \end_layout
39039
39040 \begin_layout Standard
39041 Here is a child document inserted using 
39042 \family sans
39043 Include
39044 \family default
39045
39046 \begin_inset CommandInset include
39047 LatexCommand include
39048 filename "DummyDocument1.lyx"
39049
39050 \end_inset
39051
39052
39053 \end_layout
39054
39055 \begin_layout Standard
39056 The section numbering includes the sections of the included files in the
39057  order they are inserted in the master document.
39058  The included example document has for example a subsection that is numbered
39059  as a subsection of this section.
39060  Labels of included documents can be referenced: Subsection
39061 \begin_inset space ~
39062 \end_inset
39063
39064
39065 \begin_inset CommandInset ref
39066 LatexCommand ref
39067 reference "subsec:External-Subsection-1"
39068
39069 \end_inset
39070
39071 .
39072 \end_layout
39073
39074 \begin_layout Standard
39075 The preamble of the child document is ignored; only the preamble of the
39076  master document is used.
39077  Branches in child documents will be ignored by the master document when
39078  the master document does not have a branch with the same name.
39079  Included documents are inserted starting on a new page and ending with
39080  a page break.
39081 \end_layout
39082
39083 \begin_layout Standard
39084 \begin_inset Note Greyedout
39085 status open
39086
39087 \begin_layout Plain Layout
39088
39089 \series bold
39090 Note:
39091 \series default
39092  If you have included a \SpecialChar LyX
39093  or \SpecialChar LaTeX
39094  file, you are warned when you export/view the
39095  document in case the child document uses another document class than the
39096  master document as this will lead to unexpected outputs.
39097 \end_layout
39098
39099 \end_inset
39100
39101
39102 \end_layout
39103
39104 \begin_layout Description
39105 Input This method is very similar to the Include method.
39106  The differences are:
39107 \begin_inset Separator parbreak
39108 \end_inset
39109
39110
39111 \end_layout
39112
39113 \begin_deeper
39114 \begin_layout Itemize
39115 Input files don't start with a new page and don't end with a page break.
39116 \end_layout
39117
39118 \begin_layout Itemize
39119 Input files can be previewed in \SpecialChar LyX
39120  when 
39121 \family sans
39122 Instant
39123 \begin_inset space ~
39124 \end_inset
39125
39126 Preview
39127 \family default
39128  is enabled in \SpecialChar LyX
39129 's preferences under 
39130 \family sans
39131 Look
39132 \begin_inset space ~
39133 \end_inset
39134
39135 and
39136 \begin_inset space ~
39137 \end_inset
39138
39139 feel\SpecialChar menuseparator
39140 Graphics
39141 \family default
39142 .
39143 \end_layout
39144
39145 \begin_layout Itemize
39146 You cannot exclude Input files via the menu 
39147 \family sans
39148 Document\SpecialChar menuseparator
39149 Settings\SpecialChar menuseparator
39150 Child Documents
39151 \family default
39152 .
39153 \end_layout
39154
39155 \end_deeper
39156 \begin_layout Standard
39157 Here is a child document inserted using 
39158 \family sans
39159 Input
39160 \family default
39161
39162 \begin_inset CommandInset include
39163 LatexCommand input
39164 filename "DummyDocument2.lyx"
39165
39166 \end_inset
39167
39168
39169 \end_layout
39170
39171 \begin_layout Description
39172 Verbatim With this method any text file can be included.
39173  The file is shown in the output with its source code; no command used in
39174  the text is invoked.
39175  You can use the option 
39176 \family sans
39177 Mark spaces in output
39178 \family default
39179  that displays the character 
39180 \begin_inset Quotes eld
39181 \end_inset
39182
39183
39184 \begin_inset ERT
39185 status collapsed
39186
39187 \begin_layout Plain Layout
39188
39189
39190 \backslash
39191 textvisiblespace 
39192 \end_layout
39193
39194 \end_inset
39195
39196
39197 \begin_inset Quotes erd
39198 \end_inset
39199
39200  for every space character in the source code.
39201  The difference from the method via the menu 
39202 \family sans
39203 Insert\SpecialChar menuseparator
39204 File\SpecialChar menuseparator
39205 Plain
39206 \begin_inset space ~
39207 \end_inset
39208
39209 Text
39210 \family default
39211  is that the document content is not shown in \SpecialChar LyX
39212 .
39213 \end_layout
39214
39215 \begin_layout Standard
39216 Here is a child document inserted as Verbatim: 
39217 \begin_inset CommandInset include
39218 LatexCommand verbatiminput
39219 filename "DUMMYT~1.TXT"
39220
39221 \end_inset
39222
39223
39224 \begin_inset VSpace bigskip
39225 \end_inset
39226
39227  Here is a child document inserted as Verbatim using the 
39228 \family sans
39229 Mark spaces in output
39230 \family default
39231  option: 
39232 \begin_inset CommandInset include
39233 LatexCommand verbatiminput*
39234 filename "DUMMYT~1.TXT"
39235
39236 \end_inset
39237
39238
39239 \end_layout
39240
39241 \begin_layout Standard
39242 \begin_inset VSpace bigskip
39243 \end_inset
39244
39245
39246 \end_layout
39247
39248 \begin_layout Standard
39249 \begin_inset Note Greyedout
39250 status open
39251
39252 \begin_layout Plain Layout
39253
39254 \series bold
39255 Note:
39256 \series default
39257  As you can see in the examples above, the text of the documents included
39258  as 
39259 \family sans
39260 verbatim
39261 \family default
39262  is not broken at the end of the document lines.
39263 \end_layout
39264
39265 \end_inset
39266
39267
39268 \end_layout
39269
39270 \begin_layout Description
39271 Listings This type is described in chapter
39272 \begin_inset space ~
39273 \end_inset
39274
39275
39276 \begin_inset CommandInset ref
39277 LatexCommand ref
39278 reference "cha:Program-Code-Listings"
39279
39280 \end_inset
39281
39282 .
39283 \end_layout
39284
39285 \begin_layout Standard
39286 \begin_inset Note Greyedout
39287 status open
39288
39289 \begin_layout Plain Layout
39290
39291 \series bold
39292 Note:
39293 \series default
39294  Including the same document twice in a document using different methods
39295  could cause \SpecialChar LaTeX
39296 -problems.
39297 \end_layout
39298
39299 \end_inset
39300
39301
39302 \end_layout
39303
39304 \begin_layout Standard
39305 If you want to view/export only selected children of your master document,
39306  either because you want to save compiling time or because you want to distribut
39307 e single chapters of the book you are just writing, you can exclude children
39308  from the output.
39309  This is done via the menu 
39310 \family sans
39311 Document\SpecialChar menuseparator
39312 Settings\SpecialChar menuseparator
39313 Child Documents
39314 \family default
39315 .
39316  You can exclude\SpecialChar breakableslash
39317 include children by double-clicking on the 
39318 \family sans
39319 include to output
39320 \family default
39321  column of the respective child document in the list (note that this only
39322  works for documents embedded via 
39323 \begin_inset Quotes eld
39324 \end_inset
39325
39326 Include
39327 \begin_inset Quotes erd
39328 \end_inset
39329
39330 , not with 
39331 \begin_inset Quotes eld
39332 \end_inset
39333
39334 Input
39335 \begin_inset Quotes erd
39336 \end_inset
39337
39338 ).
39339  If the option 
39340 \family sans
39341 Maintain counters and references
39342 \family default
39343  is enabled, \SpecialChar LyX
39344  will assure that all page numbers, references etc.
39345 \begin_inset space ~
39346 \end_inset
39347
39348 are correct as if the whole document was processed.
39349  This is useful if you want the selected sub-documents to look exactly as
39350  in the context of the whole document.
39351  However, \SpecialChar LyX
39352  needs to process the whole document in the background for this
39353  feature.
39354  So if you want to save compile time and if counters and references do not
39355  need to be correct, disable this checkbox.
39356 \end_layout
39357
39358 \begin_layout Standard
39359 Alternatively, you can put each included file into a branch.
39360 \begin_inset Foot
39361 status collapsed
39362
39363 \begin_layout Plain Layout
39364 Branches are described in section 
39365 \emph on
39366 Branches
39367 \emph default
39368  of the \SpecialChar LyX
39369  
39370 \emph on
39371 Userguide
39372 \emph default
39373 .
39374 \end_layout
39375
39376 \end_inset
39377
39378  By enabling\SpecialChar breakableslash
39379 disabling branches you can decide which included files will
39380  appear in the output.
39381  This has the advantage that it also works with Input'ed sub-documents.
39382  However, counters and references will not be maintained with this approach.
39383 \end_layout
39384
39385 \begin_layout Chapter
39386 Program Code Listings
39387 \begin_inset CommandInset label
39388 LatexCommand label
39389 name "cha:Program-Code-Listings"
39390
39391 \end_inset
39392
39393
39394 \begin_inset Index idx
39395 status collapsed
39396
39397 \begin_layout Plain Layout
39398 Listings
39399 \end_layout
39400
39401 \end_inset
39402
39403
39404 \begin_inset Index idx
39405 status collapsed
39406
39407 \begin_layout Plain Layout
39408 Program Code
39409 \end_layout
39410
39411 \end_inset
39412
39413
39414 \begin_inset Index idx
39415 status collapsed
39416
39417 \begin_layout Plain Layout
39418 Floats ! Listings
39419 \end_layout
39420
39421 \end_inset
39422
39423
39424 \end_layout
39425
39426 \begin_layout Standard
39427 To include and typeset program code you can use the 
39428 \family sans
39429 Listings
39430 \family default
39431  inset that can be inserted via the menu 
39432 \family sans
39433 Insert\SpecialChar menuseparator
39434 Program Listing
39435 \family default
39436 .
39437  The \SpecialChar LaTeX
39438 -package 
39439 \series bold
39440 listings
39441 \series default
39442
39443 \begin_inset Index idx
39444 status collapsed
39445
39446 \begin_layout Plain Layout
39447 \SpecialChar LaTeX
39448 -packages ! listings
39449 \end_layout
39450
39451 \end_inset
39452
39453  provides a powerful and flexible way to insert program source code into
39454  your document.
39455 \end_layout
39456
39457 \begin_layout Standard
39458 Right-clicking on a listings inset opens the context menu containing where
39459  you can set the listings format.
39460 \end_layout
39461
39462 \begin_layout Standard
39463 By default, a listing starts a new paragraph in the output.
39464  The placement option 
39465 \family sans
39466 Inline
39467 \begin_inset space ~
39468 \end_inset
39469
39470 listing
39471 \family default
39472  prints the listing inline like this: 
39473 \begin_inset listings
39474 lstparams "language={C++}"
39475 inline true
39476 status open
39477
39478 \begin_layout Plain Layout
39479
39480 int a=5;
39481 \end_layout
39482
39483 \end_inset
39484
39485
39486 \begin_inset Newline newline
39487 \end_inset
39488
39489 The option 
39490 \family sans
39491 Float
39492 \family default
39493  creates a listings float where you can specify the placement options 
39494 \begin_inset Quotes eld
39495 \end_inset
39496
39497
39498 \family sans
39499 h
39500 \family default
39501
39502 \begin_inset Quotes erd
39503 \end_inset
39504
39505
39506 \begin_inset Quotes eld
39507 \end_inset
39508
39509
39510 \family sans
39511 t
39512 \family default
39513
39514 \begin_inset Quotes erd
39515 \end_inset
39516
39517
39518 \begin_inset Quotes eld
39519 \end_inset
39520
39521
39522 \family sans
39523 b
39524 \family default
39525
39526 \begin_inset Quotes erd
39527 \end_inset
39528
39529 , and 
39530 \begin_inset Quotes eld
39531 \end_inset
39532
39533
39534 \family sans
39535 p
39536 \family default
39537
39538 \begin_inset Quotes erd
39539 \end_inset
39540
39541  corresponding to the float placement options described in section
39542 \begin_inset space ~
39543 \end_inset
39544
39545
39546 \begin_inset CommandInset ref
39547 LatexCommand ref
39548 reference "sec:Float-Placement"
39549
39550 \end_inset
39551
39552 .
39553  The placement options can be mixed and are inserted without any separation,
39554  e.
39555 \begin_inset space \thinspace{}
39556 \end_inset
39557
39558 g.
39559 \begin_inset space \space{}
39560 \end_inset
39561
39562
39563 \begin_inset Quotes eld
39564 \end_inset
39565
39566
39567 \family sans
39568 htbp
39569 \family default
39570
39571 \begin_inset Quotes erd
39572 \end_inset
39573
39574 .
39575  The option 
39576 \begin_inset Quotes eld
39577 \end_inset
39578
39579 h
39580 \begin_inset Quotes erd
39581 \end_inset
39582
39583  has sometimes no effect, but you don't need to use the 
39584 \family sans
39585 Float
39586 \family default
39587  option in this case as also non-float listings can have captions and be
39588  referenced.
39589 \end_layout
39590
39591 \begin_layout Standard
39592 You can add captions to listings with the menu 
39593 \family sans
39594 Insert\SpecialChar menuseparator
39595 Caption
39596 \family default
39597 .
39598  Listings can be referenced like floats: Listing
39599 \begin_inset space ~
39600 \end_inset
39601
39602
39603 \begin_inset CommandInset ref
39604 LatexCommand ref
39605 reference "lst:Example-Listing"
39606
39607 \end_inset
39608
39609 .
39610  A list of listings which contains all listings with captions can be created
39611  via the menu 
39612 \family sans
39613 Insert\SpecialChar menuseparator
39614 List
39615 \begin_inset space ~
39616 \end_inset
39617
39618 /
39619 \begin_inset space ~
39620 \end_inset
39621
39622 TOC\SpecialChar menuseparator
39623 List of Listings
39624 \family default
39625 .
39626  The list entries are the listing caption and the listing number.
39627 \end_layout
39628
39629 \begin_layout Standard
39630 \begin_inset listings
39631 lstparams "language=Python"
39632 inline false
39633 status open
39634
39635 \begin_layout Plain Layout
39636
39637 \begin_inset Caption Standard
39638
39639 \begin_layout Plain Layout
39640 \begin_inset CommandInset label
39641 LatexCommand label
39642 name "lst:Example-Listing"
39643
39644 \end_inset
39645
39646 Example Listing float
39647 \end_layout
39648
39649 \end_inset
39650
39651 # Example listing float
39652 \end_layout
39653
39654 \begin_layout Plain Layout
39655
39656 def func(param):
39657 \end_layout
39658
39659 \begin_layout Plain Layout
39660
39661     'this is a python function'
39662 \end_layout
39663
39664 \begin_layout Plain Layout
39665
39666     pass
39667 \end_layout
39668
39669 \end_inset
39670
39671
39672 \end_layout
39673
39674 \begin_layout Standard
39675 When you have set a programming language in the listings dialog, the keywords
39676  of this language will be recognized and specially typeset in the output.
39677  In the example listings the Python keyword 
39678 \begin_inset Quotes eld
39679 \end_inset
39680
39681 def
39682 \begin_inset Quotes erd
39683 \end_inset
39684
39685  is recognized and printed bold in the output.
39686 \end_layout
39687
39688 \begin_layout Standard
39689 \begin_inset Note Greyedout
39690 status open
39691
39692 \begin_layout Plain Layout
39693
39694 \series bold
39695 Note:
39696 \series default
39697  If you don't get bold keywords when using typewriter fonts, your 
39698 \family typewriter
39699 typewriter
39700 \family default
39701  font probably doesn't provide a bold shape.
39702  In this case select a different one in the menu 
39703 \family sans
39704 Document\SpecialChar menuseparator
39705 Settings\SpecialChar menuseparator
39706 Fonts
39707 \family default
39708 .
39709  (The fonts 
39710 \emph on
39711 LuxiMono, BeraMono
39712 \emph default
39713  and 
39714 \emph on
39715 Courier
39716 \emph default
39717  provide bold shapes.)
39718 \end_layout
39719
39720 \end_inset
39721
39722
39723 \end_layout
39724
39725 \begin_layout Standard
39726 In section 
39727 \family sans
39728 Line
39729 \begin_inset space ~
39730 \end_inset
39731
39732 numbering
39733 \family default
39734  of the listings dialog you can specify the line numbering style.
39735  You can insert a number to specify which lines are numbered in the field
39736  
39737 \family sans
39738 Step
39739 \family default
39740 .
39741  When you insert e.
39742 \begin_inset space \thinspace{}
39743 \end_inset
39744
39745 g.
39746 \begin_inset space \space{}
39747 \end_inset
39748
39749
39750 \begin_inset Quotes eld
39751 \end_inset
39752
39753 3
39754 \begin_inset Quotes erd
39755 \end_inset
39756
39757 , only every 3rd line will be numbered.
39758 \end_layout
39759
39760 \begin_layout Standard
39761 You can furthermore specify a range of lines; only these will then appear
39762  in the output.
39763  The option 
39764 \family sans
39765 Extended character table
39766 \family default
39767  should be used when you use national characters like the German umlauts
39768  in the listing.
39769 \begin_inset Newline newline
39770 \end_inset
39771
39772 Here is an example listing with left line numbering, step 
39773 \begin_inset Quotes eld
39774 \end_inset
39775
39776 3
39777 \begin_inset Quotes erd
39778 \end_inset
39779
39780 , language 
39781 \begin_inset Quotes eld
39782 \end_inset
39783
39784 Python
39785 \begin_inset Quotes erd
39786 \end_inset
39787
39788 , options 
39789 \begin_inset Quotes eld
39790 \end_inset
39791
39792 Extended character table
39793 \begin_inset Quotes erd
39794 \end_inset
39795
39796  and 
39797 \begin_inset Quotes eld
39798 \end_inset
39799
39800 Space
39801 \begin_inset space ~
39802 \end_inset
39803
39804 as
39805 \begin_inset space ~
39806 \end_inset
39807
39808 symbol
39809 \begin_inset Quotes erd
39810 \end_inset
39811
39812 , range lines 3
39813 \begin_inset space \thinspace{}
39814 \end_inset
39815
39816 -
39817 \begin_inset space \thinspace{}
39818 \end_inset
39819
39820 8:
39821 \end_layout
39822
39823 \begin_layout Standard
39824 \begin_inset listings
39825 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39826 inline false
39827 status open
39828
39829 \begin_layout Plain Layout
39830
39831 def func(param):
39832 \end_layout
39833
39834 \begin_layout Plain Layout
39835
39836     'this is a python function'
39837 \end_layout
39838
39839 \begin_layout Plain Layout
39840
39841     pass
39842 \end_layout
39843
39844 \begin_layout Plain Layout
39845
39846 def func(param):
39847 \end_layout
39848
39849 \begin_layout Plain Layout
39850
39851 'This is a German word: Tschüß'
39852 \end_layout
39853
39854 \begin_layout Plain Layout
39855
39856 pass
39857 \end_layout
39858
39859 \begin_layout Plain Layout
39860
39861 def func(param):
39862 \end_layout
39863
39864 \begin_layout Plain Layout
39865
39866 'this is a python function'
39867 \end_layout
39868
39869 \begin_layout Plain Layout
39870
39871 pass
39872 \end_layout
39873
39874 \end_inset
39875
39876
39877 \end_layout
39878
39879 \begin_layout Standard
39880 When you have tabulators in your listing, you can specify the number of
39881  characters that are spanned by a tabulator in the field 
39882 \family sans
39883 Tabulator
39884 \begin_inset space ~
39885 \end_inset
39886
39887 size
39888 \family default
39889 .
39890 \end_layout
39891
39892 \begin_layout Standard
39893 \begin_inset Note Greyedout
39894 status open
39895
39896 \begin_layout Plain Layout
39897
39898 \series bold
39899 Note:
39900 \series default
39901  Due to a bug in the 
39902 \series bold
39903 listings
39904 \series default
39905  package the line numbering is shifted by a line by every previous listing.
39906  That's the reason why the lines 2 and 5 are numbered in the above listing
39907  and not the lines 3 and 6.
39908 \end_layout
39909
39910 \end_inset
39911
39912
39913 \end_layout
39914
39915 \begin_layout Standard
39916 \begin_inset VSpace bigskip
39917 \end_inset
39918
39919
39920 \end_layout
39921
39922 \begin_layout Standard
39923 It is also possible to print lines from a file as listing.
39924  To do this, use the menu 
39925 \family sans
39926 Insert\SpecialChar menuseparator
39927 File\SpecialChar menuseparator
39928 Child Document
39929 \family default
39930  and choose the type 
39931 \family sans
39932 Listings
39933 \family default
39934 .
39935 \begin_inset Foot
39936 status collapsed
39937
39938 \begin_layout Plain Layout
39939 The other child document types are described in section
39940 \begin_inset space ~
39941 \end_inset
39942
39943
39944 \begin_inset CommandInset ref
39945 LatexCommand ref
39946 reference "sec:Child-Documents"
39947
39948 \end_inset
39949
39950 .
39951 \end_layout
39952
39953 \end_inset
39954
39955  In the child document dialog you can specify the listing parameters in
39956  a text box.
39957  To show a list of all available parameters, type in a question mark 
39958 \begin_inset Quotes eld
39959 \end_inset
39960
39961 ?
39962 \begin_inset Quotes erd
39963 \end_inset
39964
39965  in the text box.
39966 \end_layout
39967
39968 \begin_layout Standard
39969 To reference child document listings, write a label text into the corresponding
39970  field of the child document dialog.
39971  The label can then be referenced using the menu 
39972 \family sans
39973 Insert\SpecialChar menuseparator
39974 Cross-Reference
39975 \family default
39976 .
39977 \end_layout
39978
39979 \begin_layout Standard
39980 Listing
39981 \begin_inset space ~
39982 \end_inset
39983
39984
39985 \begin_inset CommandInset ref
39986 LatexCommand ref
39987 reference "lst:file-listing"
39988
39989 \end_inset
39990
39991  is an example for a listing of a file; there the lines 10
39992 \begin_inset space \thinspace{}
39993 \end_inset
39994
39995 -
39996 \begin_inset space \thinspace{}
39997 \end_inset
39998
39999 15 of this \SpecialChar LyX
40000  file are listed.
40001 \end_layout
40002
40003 \begin_layout Standard
40004 \begin_inset CommandInset include
40005 LatexCommand lstinputlisting
40006 filename "EmbeddedObjects.lyx"
40007 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40008
40009 \end_inset
40010
40011
40012 \end_layout
40013
40014 \begin_layout Standard
40015 \begin_inset VSpace bigskip
40016 \end_inset
40017
40018
40019 \end_layout
40020
40021 \begin_layout Standard
40022 Inserting a formula into a listing can be done the following way:
40023 \end_layout
40024
40025 \begin_layout Enumerate
40026 Open the listings dialog and add
40027 \begin_inset Newline newline
40028 \end_inset
40029
40030
40031 \family sans
40032 mathescape=true
40033 \family default
40034
40035 \begin_inset Newline newline
40036 \end_inset
40037
40038 to the field of the 
40039 \family sans
40040 Advanced
40041 \family default
40042  tab.
40043 \end_layout
40044
40045 \begin_layout Enumerate
40046 Create a formula outside the listing
40047 \end_layout
40048
40049 \begin_layout Enumerate
40050 Copy the content of the formula (not the formula inset) to the clipboard
40051  (shortcut 
40052 \begin_inset Info
40053 type  "shortcut"
40054 arg   "copy"
40055 \end_inset
40056
40057 )
40058 \end_layout
40059
40060 \begin_layout Enumerate
40061 In the listing write 
40062 \begin_inset Quotes eld
40063 \end_inset
40064
40065
40066 \family sans
40067 $$
40068 \family default
40069
40070 \begin_inset Quotes erd
40071 \end_inset
40072
40073  and copy from the clipboard between the dollar-signs (shortcut 
40074 \begin_inset Info
40075 type  "shortcut"
40076 arg   "paste"
40077 \end_inset
40078
40079 )
40080 \end_layout
40081
40082 \begin_layout Standard
40083 \begin_inset listings
40084 lstparams "language=Python,mathescape=true"
40085 inline false
40086 status open
40087
40088 \begin_layout Plain Layout
40089
40090 \begin_inset Caption Standard
40091
40092 \begin_layout Plain Layout
40093 Example Listing float containing a formula
40094 \end_layout
40095
40096 \end_inset
40097
40098 # Example listing float
40099 \end_layout
40100
40101 \begin_layout Plain Layout
40102
40103 def func(param):
40104 \end_layout
40105
40106 \begin_layout Plain Layout
40107
40108     # $
40109 \backslash
40110 prod_{n=1}^{
40111 \backslash
40112 infty}
40113 \backslash
40114 ,
40115 \backslash
40116 frac{1}{x^{2}}$
40117 \end_layout
40118
40119 \begin_layout Plain Layout
40120
40121     pass
40122 \end_layout
40123
40124 \end_inset
40125
40126
40127 \end_layout
40128
40129 \begin_layout Standard
40130 \begin_inset VSpace bigskip
40131 \end_inset
40132
40133
40134 \end_layout
40135
40136 \begin_layout Standard
40137 Global listings settings can be set in the 
40138 \family sans
40139 Document\SpecialChar menuseparator
40140 Settings\SpecialChar menuseparator
40141 Listings
40142 \family default
40143  dialog.
40144  To get there a list of available options, type in a question mark 
40145 \begin_inset Quotes eld
40146 \end_inset
40147
40148 ?
40149 \begin_inset Quotes erd
40150 \end_inset
40151
40152 .
40153 \end_layout
40154
40155 \begin_layout Standard
40156 For more information about the 
40157 \series bold
40158 listings
40159 \series default
40160  package, we refer to its documentation 
40161 \begin_inset CommandInset citation
40162 LatexCommand cite
40163 key "listings"
40164
40165 \end_inset
40166
40167 .
40168 \end_layout
40169
40170 \begin_layout Standard
40171 \begin_inset Newpage newpage
40172 \end_inset
40173
40174
40175 \end_layout
40176
40177 \begin_layout Chapter
40178 \start_of_appendix
40179 Units available in \SpecialChar LyX
40180
40181 \begin_inset Index idx
40182 status collapsed
40183
40184 \begin_layout Plain Layout
40185 Units
40186 \end_layout
40187
40188 \end_inset
40189
40190
40191 \begin_inset CommandInset label
40192 LatexCommand label
40193 name "cha:Units-available-in"
40194
40195 \end_inset
40196
40197
40198 \end_layout
40199
40200 \begin_layout Standard
40201 To understand the units described in this documentation, Table
40202 \begin_inset space ~
40203 \end_inset
40204
40205
40206 \begin_inset CommandInset ref
40207 LatexCommand ref
40208 reference "tab:Units"
40209
40210 \end_inset
40211
40212  explains all units available in \SpecialChar LyX
40213 .
40214 \end_layout
40215
40216 \begin_layout Standard
40217 \begin_inset Float table
40218 placement h
40219 wide false
40220 sideways false
40221 status open
40222
40223 \begin_layout Plain Layout
40224 \begin_inset Caption Standard
40225
40226 \begin_layout Plain Layout
40227 \begin_inset CommandInset label
40228 LatexCommand label
40229 name "tab:Units"
40230
40231 \end_inset
40232
40233 Units
40234 \end_layout
40235
40236 \end_inset
40237
40238
40239 \end_layout
40240
40241 \begin_layout Plain Layout
40242 \begin_inset VSpace medskip
40243 \end_inset
40244
40245
40246 \end_layout
40247
40248 \begin_layout Plain Layout
40249 \align center
40250 \begin_inset Tabular
40251 <lyxtabular version="3" rows="20" columns="3">
40252 <features tabularvalignment="middle">
40253 <column alignment="center" valignment="top">
40254 <column alignment="center" valignment="top">
40255 <column alignment="center" valignment="top">
40256 <row>
40257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40258 \begin_inset Text
40259
40260 \begin_layout Plain Layout
40261 unit
40262 \end_layout
40263
40264 \end_inset
40265 </cell>
40266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40267 \begin_inset Text
40268
40269 \begin_layout Plain Layout
40270 name/description
40271 \end_layout
40272
40273 \end_inset
40274 </cell>
40275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40276 \begin_inset Text
40277
40278 \begin_layout Plain Layout
40279 \SpecialChar LaTeX
40280  command
40281 \end_layout
40282
40283 \end_inset
40284 </cell>
40285 </row>
40286 <row>
40287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40288 \begin_inset Text
40289
40290 \begin_layout Plain Layout
40291 mm
40292 \end_layout
40293
40294 \end_inset
40295 </cell>
40296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40297 \begin_inset Text
40298
40299 \begin_layout Plain Layout
40300 millimeter
40301 \end_layout
40302
40303 \end_inset
40304 </cell>
40305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40306 \begin_inset Text
40307
40308 \begin_layout Plain Layout
40309 -
40310 \end_layout
40311
40312 \end_inset
40313 </cell>
40314 </row>
40315 <row>
40316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40317 \begin_inset Text
40318
40319 \begin_layout Plain Layout
40320 cm
40321 \end_layout
40322
40323 \end_inset
40324 </cell>
40325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40326 \begin_inset Text
40327
40328 \begin_layout Plain Layout
40329 centimeter
40330 \end_layout
40331
40332 \end_inset
40333 </cell>
40334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40335 \begin_inset Text
40336
40337 \begin_layout Plain Layout
40338 -
40339 \end_layout
40340
40341 \end_inset
40342 </cell>
40343 </row>
40344 <row>
40345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40346 \begin_inset Text
40347
40348 \begin_layout Plain Layout
40349 in
40350 \end_layout
40351
40352 \end_inset
40353 </cell>
40354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40355 \begin_inset Text
40356
40357 \begin_layout Plain Layout
40358 inch
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40364 \begin_inset Text
40365
40366 \begin_layout Plain Layout
40367 -
40368 \end_layout
40369
40370 \end_inset
40371 </cell>
40372 </row>
40373 <row>
40374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40375 \begin_inset Text
40376
40377 \begin_layout Plain Layout
40378 pt
40379 \end_layout
40380
40381 \end_inset
40382 </cell>
40383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40384 \begin_inset Text
40385
40386 \begin_layout Plain Layout
40387 point (72.27
40388 \begin_inset space \thinspace{}
40389 \end_inset
40390
40391 pt = 1
40392 \begin_inset space \thinspace{}
40393 \end_inset
40394
40395 in)
40396 \end_layout
40397
40398 \end_inset
40399 </cell>
40400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40401 \begin_inset Text
40402
40403 \begin_layout Plain Layout
40404 -
40405 \end_layout
40406
40407 \end_inset
40408 </cell>
40409 </row>
40410 <row>
40411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40412 \begin_inset Text
40413
40414 \begin_layout Plain Layout
40415 pc
40416 \end_layout
40417
40418 \end_inset
40419 </cell>
40420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40421 \begin_inset Text
40422
40423 \begin_layout Plain Layout
40424 pica (1
40425 \begin_inset space \thinspace{}
40426 \end_inset
40427
40428 pc = 12
40429 \begin_inset space \thinspace{}
40430 \end_inset
40431
40432 pt)
40433 \end_layout
40434
40435 \end_inset
40436 </cell>
40437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 -
40442 \end_layout
40443
40444 \end_inset
40445 </cell>
40446 </row>
40447 <row>
40448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40449 \begin_inset Text
40450
40451 \begin_layout Plain Layout
40452 sp
40453 \end_layout
40454
40455 \end_inset
40456 </cell>
40457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40458 \begin_inset Text
40459
40460 \begin_layout Plain Layout
40461 scaled point (65536
40462 \begin_inset space \thinspace{}
40463 \end_inset
40464
40465 sp = 1
40466 \begin_inset space \thinspace{}
40467 \end_inset
40468
40469 pt)
40470 \end_layout
40471
40472 \end_inset
40473 </cell>
40474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40475 \begin_inset Text
40476
40477 \begin_layout Plain Layout
40478 -
40479 \end_layout
40480
40481 \end_inset
40482 </cell>
40483 </row>
40484 <row>
40485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40486 \begin_inset Text
40487
40488 \begin_layout Plain Layout
40489 bp
40490 \end_layout
40491
40492 \end_inset
40493 </cell>
40494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40495 \begin_inset Text
40496
40497 \begin_layout Plain Layout
40498 big point (72
40499 \begin_inset space \thinspace{}
40500 \end_inset
40501
40502 bp = 1
40503 \begin_inset space \thinspace{}
40504 \end_inset
40505
40506 in)
40507 \end_layout
40508
40509 \end_inset
40510 </cell>
40511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40512 \begin_inset Text
40513
40514 \begin_layout Plain Layout
40515 -
40516 \end_layout
40517
40518 \end_inset
40519 </cell>
40520 </row>
40521 <row>
40522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40523 \begin_inset Text
40524
40525 \begin_layout Plain Layout
40526 dd
40527 \end_layout
40528
40529 \end_inset
40530 </cell>
40531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40532 \begin_inset Text
40533
40534 \begin_layout Plain Layout
40535 didot (1
40536 \begin_inset space \thinspace{}
40537 \end_inset
40538
40539 dd 
40540 \begin_inset Formula $\approx$
40541 \end_inset
40542
40543  0.376
40544 \begin_inset space \thinspace{}
40545 \end_inset
40546
40547 mm)
40548 \end_layout
40549
40550 \end_inset
40551 </cell>
40552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40553 \begin_inset Text
40554
40555 \begin_layout Plain Layout
40556 -
40557 \end_layout
40558
40559 \end_inset
40560 </cell>
40561 </row>
40562 <row>
40563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40564 \begin_inset Text
40565
40566 \begin_layout Plain Layout
40567 cc
40568 \end_layout
40569
40570 \end_inset
40571 </cell>
40572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40573 \begin_inset Text
40574
40575 \begin_layout Plain Layout
40576 cicero (1
40577 \begin_inset space \thinspace{}
40578 \end_inset
40579
40580 cc = 12
40581 \begin_inset space \thinspace{}
40582 \end_inset
40583
40584 dd)
40585 \end_layout
40586
40587 \end_inset
40588 </cell>
40589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40590 \begin_inset Text
40591
40592 \begin_layout Plain Layout
40593 -
40594 \end_layout
40595
40596 \end_inset
40597 </cell>
40598 </row>
40599 <row>
40600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40601 \begin_inset Text
40602
40603 \begin_layout Plain Layout
40604 Scale Graphics %
40605 \end_layout
40606
40607 \end_inset
40608 </cell>
40609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40610 \begin_inset Text
40611
40612 \begin_layout Plain Layout
40613 % of original image width
40614 \end_layout
40615
40616 \end_inset
40617 </cell>
40618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40619 \begin_inset Text
40620
40621 \begin_layout Plain Layout
40622
40623 \end_layout
40624
40625 \end_inset
40626 </cell>
40627 </row>
40628 <row>
40629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40630 \begin_inset Text
40631
40632 \begin_layout Plain Layout
40633 Text Width %
40634 \end_layout
40635
40636 \end_inset
40637 </cell>
40638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40639 \begin_inset Text
40640
40641 \begin_layout Plain Layout
40642 % of text width
40643 \end_layout
40644
40645 \end_inset
40646 </cell>
40647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40648 \begin_inset Text
40649
40650 \begin_layout Plain Layout
40651
40652 \backslash
40653 textwidth
40654 \end_layout
40655
40656 \end_inset
40657 </cell>
40658 </row>
40659 <row>
40660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40661 \begin_inset Text
40662
40663 \begin_layout Plain Layout
40664 Column Width %
40665 \end_layout
40666
40667 \end_inset
40668 </cell>
40669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40670 \begin_inset Text
40671
40672 \begin_layout Plain Layout
40673 % of column width
40674 \end_layout
40675
40676 \end_inset
40677 </cell>
40678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40679 \begin_inset Text
40680
40681 \begin_layout Plain Layout
40682
40683 \backslash
40684 columnwidth
40685 \end_layout
40686
40687 \end_inset
40688 </cell>
40689 </row>
40690 <row>
40691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40692 \begin_inset Text
40693
40694 \begin_layout Plain Layout
40695 Page Width %
40696 \end_layout
40697
40698 \end_inset
40699 </cell>
40700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 % of paper width
40705 \end_layout
40706
40707 \end_inset
40708 </cell>
40709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40710 \begin_inset Text
40711
40712 \begin_layout Plain Layout
40713
40714 \backslash
40715 paperwidth
40716 \end_layout
40717
40718 \end_inset
40719 </cell>
40720 </row>
40721 <row>
40722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40723 \begin_inset Text
40724
40725 \begin_layout Plain Layout
40726 Line Width %
40727 \end_layout
40728
40729 \end_inset
40730 </cell>
40731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40732 \begin_inset Text
40733
40734 \begin_layout Plain Layout
40735 % of line width
40736 \end_layout
40737
40738 \end_inset
40739 </cell>
40740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40741 \begin_inset Text
40742
40743 \begin_layout Plain Layout
40744
40745 \backslash
40746 linewidth
40747 \end_layout
40748
40749 \end_inset
40750 </cell>
40751 </row>
40752 <row>
40753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40754 \begin_inset Text
40755
40756 \begin_layout Plain Layout
40757 Text Height %
40758 \end_layout
40759
40760 \end_inset
40761 </cell>
40762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40763 \begin_inset Text
40764
40765 \begin_layout Plain Layout
40766 % of text height
40767 \end_layout
40768
40769 \end_inset
40770 </cell>
40771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40772 \begin_inset Text
40773
40774 \begin_layout Plain Layout
40775
40776 \backslash
40777 textheight
40778 \end_layout
40779
40780 \end_inset
40781 </cell>
40782 </row>
40783 <row>
40784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40785 \begin_inset Text
40786
40787 \begin_layout Plain Layout
40788 Page Height %
40789 \end_layout
40790
40791 \end_inset
40792 </cell>
40793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40794 \begin_inset Text
40795
40796 \begin_layout Plain Layout
40797 % of paper height
40798 \end_layout
40799
40800 \end_inset
40801 </cell>
40802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40803 \begin_inset Text
40804
40805 \begin_layout Plain Layout
40806
40807 \backslash
40808 paperheight
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 </row>
40814 <row>
40815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40816 \begin_inset Text
40817
40818 \begin_layout Plain Layout
40819 ex
40820 \end_layout
40821
40822 \end_inset
40823 </cell>
40824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40825 \begin_inset Text
40826
40827 \begin_layout Plain Layout
40828 height of letter 
40829 \emph on
40830 x
40831 \emph default
40832  in current font
40833 \end_layout
40834
40835 \end_inset
40836 </cell>
40837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40838 \begin_inset Text
40839
40840 \begin_layout Plain Layout
40841 -
40842 \end_layout
40843
40844 \end_inset
40845 </cell>
40846 </row>
40847 <row>
40848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40849 \begin_inset Text
40850
40851 \begin_layout Plain Layout
40852 em
40853 \end_layout
40854
40855 \end_inset
40856 </cell>
40857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40858 \begin_inset Text
40859
40860 \begin_layout Plain Layout
40861 width of letter 
40862 \emph on
40863 M
40864 \emph default
40865  in current font
40866 \end_layout
40867
40868 \end_inset
40869 </cell>
40870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40871 \begin_inset Text
40872
40873 \begin_layout Plain Layout
40874 -
40875 \end_layout
40876
40877 \end_inset
40878 </cell>
40879 </row>
40880 <row>
40881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40882 \begin_inset Text
40883
40884 \begin_layout Plain Layout
40885 mu
40886 \end_layout
40887
40888 \end_inset
40889 </cell>
40890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40891 \begin_inset Text
40892
40893 \begin_layout Plain Layout
40894 math unit (1
40895 \begin_inset space \thinspace{}
40896 \end_inset
40897
40898 mu = 1/18
40899 \begin_inset space \thinspace{}
40900 \end_inset
40901
40902 em)
40903 \end_layout
40904
40905 \end_inset
40906 </cell>
40907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40908 \begin_inset Text
40909
40910 \begin_layout Plain Layout
40911 -
40912 \end_layout
40913
40914 \end_inset
40915 </cell>
40916 </row>
40917 </lyxtabular>
40918
40919 \end_inset
40920
40921
40922 \end_layout
40923
40924 \end_inset
40925
40926
40927 \end_layout
40928
40929 \begin_layout Chapter
40930 Output File Formats with Graphics
40931 \begin_inset CommandInset label
40932 LatexCommand label
40933 name "cha:Output-File-Formats"
40934
40935 \end_inset
40936
40937
40938 \end_layout
40939
40940 \begin_layout Section
40941 DVI
40942 \begin_inset Index idx
40943 status collapsed
40944
40945 \begin_layout Plain Layout
40946 File Formats ! DVI
40947 \end_layout
40948
40949 \end_inset
40950
40951
40952 \begin_inset Index idx
40953 status collapsed
40954
40955 \begin_layout Plain Layout
40956 DVI|see
40957 \begin_inset ERT
40958 status collapsed
40959
40960 \begin_layout Plain Layout
40961
40962 {
40963 \end_layout
40964
40965 \end_inset
40966
40967 File Formats
40968 \begin_inset ERT
40969 status collapsed
40970
40971 \begin_layout Plain Layout
40972
40973 }
40974 \end_layout
40975
40976 \end_inset
40977
40978
40979 \end_layout
40980
40981 \end_inset
40982
40983
40984 \end_layout
40985
40986 \begin_layout Standard
40987 This file type has the extension 
40988 \begin_inset Quotes eld
40989 \end_inset
40990
40991
40992 \family typewriter
40993 .dvi
40994 \family default
40995
40996 \begin_inset Quotes erd
40997 \end_inset
40998
40999 .
41000  It is called 
41001 \begin_inset Quotes eld
41002 \end_inset
41003
41004 device-independent
41005 \begin_inset Quotes erd
41006 \end_inset
41007
41008  (DVI), because it is completely portable; you can move them from one machine
41009  to another without needing to do any sort of conversion.
41010  At the time when this file-format was developed, this was no matter of
41011  course.
41012  DVIs are used for quick previews and as pre-stage for other output formats,
41013  like PostScript.
41014 \end_layout
41015
41016 \begin_layout Standard
41017 \begin_inset Note Greyedout
41018 status open
41019
41020 \begin_layout Plain Layout
41021
41022 \series bold
41023 Note:
41024 \series default
41025  DVI-files do not contain images; they will only be a linked.
41026 \end_layout
41027
41028 \end_inset
41029
41030  So don't forget this, if you move your 
41031 \family typewriter
41032 .dvi
41033 \family default
41034  file to another computer.
41035  This property can also slow down your computer when you view the DVI, because
41036  the DVI-viewer has to convert the image in the background to make it visible
41037  when you scroll in the DVI.
41038  So it is recommended that you use PDF for files with many images.
41039 \end_layout
41040
41041 \begin_layout Standard
41042 You can export your document to DVI by using the menu 
41043 \family sans
41044 File\SpecialChar menuseparator
41045 Export\SpecialChar menuseparator
41046 DVI
41047 \family default
41048 .
41049  You can view your document as DVI via the 
41050 \family sans
41051 View
41052 \family default
41053  menu.
41054 \end_layout
41055
41056 \begin_layout Section
41057 PostScript
41058 \begin_inset Index idx
41059 status collapsed
41060
41061 \begin_layout Plain Layout
41062 File Formats ! PostScript
41063 \end_layout
41064
41065 \end_inset
41066
41067
41068 \begin_inset Index idx
41069 status collapsed
41070
41071 \begin_layout Plain Layout
41072 PostScript|see
41073 \begin_inset ERT
41074 status collapsed
41075
41076 \begin_layout Plain Layout
41077
41078 {
41079 \end_layout
41080
41081 \end_inset
41082
41083 File Formats
41084 \begin_inset ERT
41085 status collapsed
41086
41087 \begin_layout Plain Layout
41088
41089 }
41090 \end_layout
41091
41092 \end_inset
41093
41094
41095 \end_layout
41096
41097 \end_inset
41098
41099
41100 \end_layout
41101
41102 \begin_layout Standard
41103 This file type has the extension 
41104 \begin_inset Quotes eld
41105 \end_inset
41106
41107
41108 \family typewriter
41109 .ps
41110 \family default
41111
41112 \begin_inset Quotes erd
41113 \end_inset
41114
41115 .
41116  PostScript was developed by the company 
41117 \family typewriter
41118 Adobe
41119 \family default
41120  as a printer language.
41121  The file therefore contains commands that the printer uses to print the
41122  file.
41123  PostScript can be seen as a 
41124 \begin_inset Quotes eld
41125 \end_inset
41126
41127 programming language
41128 \begin_inset Quotes erd
41129 \end_inset
41130
41131 ; you can calculate with it and draw diagrams and images.
41132 \begin_inset Foot
41133 status collapsed
41134
41135 \begin_layout Plain Layout
41136 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41137 -package
41138  
41139 \series bold
41140 PSTricks
41141 \series default
41142  
41143 \begin_inset CommandInset citation
41144 LatexCommand cite
41145 key "pstricks"
41146
41147 \end_inset
41148
41149 .
41150 \end_layout
41151
41152 \end_inset
41153
41154  Due to this ability, the files are often bigger than PDFs.
41155 \end_layout
41156
41157 \begin_layout Standard
41158 PostScript can only contain images in the format 
41159 \begin_inset Quotes eld
41160 \end_inset
41161
41162 Encapsulated PostScript
41163 \begin_inset Quotes erd
41164 \end_inset
41165
41166  (EPS, file extension 
41167 \begin_inset Quotes eld
41168 \end_inset
41169
41170
41171 \family typewriter
41172 .eps
41173 \family default
41174
41175 \begin_inset Quotes erd
41176 \end_inset
41177
41178 ).
41179  As \SpecialChar LyX
41180  allows you to use any known image format in your document, it has to
41181  convert images in the background to EPS.
41182  If you have e.g.
41183 \begin_inset space ~
41184 \end_inset
41185
41186 50
41187 \begin_inset space ~
41188 \end_inset
41189
41190 images in your document, \SpecialChar LyX
41191  has to do 50
41192 \begin_inset space ~
41193 \end_inset
41194
41195 conversions whenever you view or export your document.
41196  This will slow down your work flow with \SpecialChar LyX
41197  drastically.
41198  So if you plan to use PostScript, you can insert your images directly as
41199  EPS to avoid this problem.
41200 \end_layout
41201
41202 \begin_layout Standard
41203 You can export your document to PostScript using the menu 
41204 \family sans
41205 File\SpecialChar menuseparator
41206 Export\SpecialChar menuseparator
41207 Postscript
41208 \family default
41209 .
41210  You can view your document as PostScript via the 
41211 \family sans
41212 View
41213 \family default
41214  menu.
41215 \end_layout
41216
41217 \begin_layout Section
41218 PDF
41219 \begin_inset Index idx
41220 status collapsed
41221
41222 \begin_layout Plain Layout
41223 File Formats ! PDF
41224 \end_layout
41225
41226 \end_inset
41227
41228
41229 \begin_inset Index idx
41230 status collapsed
41231
41232 \begin_layout Plain Layout
41233 PDF
41234 \end_layout
41235
41236 \end_inset
41237
41238
41239 \end_layout
41240
41241 \begin_layout Standard
41242 This file type has the extension 
41243 \begin_inset Quotes eld
41244 \end_inset
41245
41246
41247 \family typewriter
41248 .pdf
41249 \family default
41250
41251 \begin_inset Quotes erd
41252 \end_inset
41253
41254 .
41255  The 
41256 \begin_inset Quotes eld
41257 \end_inset
41258
41259 Portable Document Format
41260 \begin_inset Quotes erd
41261 \end_inset
41262
41263  (PDF) was developed by 
41264 \family typewriter
41265 Adobe
41266 \family default
41267  as a derivative of PostScript.
41268  It is more compressed and it uses fewer commands than PostScript.
41269  As the name 
41270 \begin_inset Quotes eld
41271 \end_inset
41272
41273 portable
41274 \begin_inset Quotes erd
41275 \end_inset
41276
41277  implies, it can be processed at any computer system and the printed output
41278  looks exactly the same.
41279 \end_layout
41280
41281 \begin_layout Standard
41282 PDF can contain images in its own PDF format, in the format 
41283 \begin_inset Quotes eld
41284 \end_inset
41285
41286 Joint Photographic Experts Group
41287 \begin_inset Quotes erd
41288 \end_inset
41289
41290  (JPG, file extension 
41291 \begin_inset Quotes eld
41292 \end_inset
41293
41294
41295 \family typewriter
41296 .jpg
41297 \family default
41298
41299 \begin_inset Quotes erd
41300 \end_inset
41301
41302  or 
41303 \begin_inset Quotes eld
41304 \end_inset
41305
41306
41307 \family typewriter
41308 .jpeg
41309 \family default
41310
41311 \begin_inset Quotes erd
41312 \end_inset
41313
41314 ), and in the format 
41315 \begin_inset Quotes eld
41316 \end_inset
41317
41318 Portable Network Graphics
41319 \begin_inset Quotes erd
41320 \end_inset
41321
41322  (PNG, file extension 
41323 \begin_inset Quotes eld
41324 \end_inset
41325
41326
41327 \family typewriter
41328 .png
41329 \family default
41330
41331 \begin_inset Quotes erd
41332 \end_inset
41333
41334 ).
41335  Nevertheless you can use any other image format, because \SpecialChar LyX
41336  converts them
41337  in the background to one of these formats.
41338  But as described in the section about PostScript, the image conversion
41339  will slow down your work flow.
41340  So it is recommended that you use images in one of the three mentioned
41341  formats.
41342 \end_layout
41343
41344 \begin_layout Standard
41345 You can export your document to PDF via the menu 
41346 \family sans
41347 File\SpecialChar menuseparator
41348 Export
41349 \family default
41350  in three different ways:
41351 \end_layout
41352
41353 \begin_layout Description
41354 PDF
41355 \begin_inset space ~
41356 \end_inset
41357
41358 (ps2pdf) This uses the program 
41359 \family typewriter
41360 ps2pdf
41361 \family default
41362  that creates a PDF from a PostScript-version of your file.
41363  The PostScript-version is produced by the program 
41364 \family typewriter
41365 dvips
41366 \family default
41367  which uses a DVI-version as intermediate step.
41368  So this export variant consists of three conversions.
41369 \end_layout
41370
41371 \begin_layout Description
41372 PDF
41373 \begin_inset space ~
41374 \end_inset
41375
41376 (dvipdfm) This uses the program 
41377 \family typewriter
41378 dvipdfm
41379 \family default
41380  that converts your file in the background to DVI and in a second step to
41381  PDF.
41382 \end_layout
41383
41384 \begin_layout Description
41385 PDF
41386 \begin_inset space ~
41387 \end_inset
41388
41389 (pdflatex) This uses the program 
41390 \family typewriter
41391 pdftex
41392 \family default
41393  that converts your file directly to PDF.
41394 \end_layout
41395
41396 \begin_layout Standard
41397 It is recommended that you use 
41398 \family sans
41399 PDF
41400 \begin_inset space ~
41401 \end_inset
41402
41403 (pdflatex)
41404 \family default
41405  because 
41406 \family typewriter
41407 pdftex
41408 \family default
41409  supports all features of actual PDF-versions, is quick and works stable.
41410  The program 
41411 \family typewriter
41412 dvipdfm
41413 \family default
41414  is not under development and therefore a bit outdated.
41415 \end_layout
41416
41417 \begin_layout Standard
41418 You can view your document as PDF via the 
41419 \family sans
41420 View
41421 \family default
41422  menu or by using a toolbar button.
41423 \end_layout
41424
41425 \begin_layout Chapter
41426 List of dvips color names
41427 \begin_inset CommandInset label
41428 LatexCommand label
41429 name "chap:List-of-dvips-colornames"
41430
41431 \end_inset
41432
41433
41434 \end_layout
41435
41436 \begin_layout Standard
41437 \begin_inset Tabular
41438 <lyxtabular version="3" rows="17" columns="4">
41439 <features tabularvalignment="middle">
41440 <column alignment="left" valignment="top" width="0pt">
41441 <column alignment="left" valignment="top" width="0pt">
41442 <column alignment="left" valignment="top" width="0pt">
41443 <column alignment="left" valignment="top" width="0pt">
41444 <row>
41445 <cell alignment="left" valignment="top" usebox="none">
41446 \begin_inset Text
41447
41448 \begin_layout Plain Layout
41449 \begin_inset ERT
41450 status collapsed
41451
41452 \begin_layout Plain Layout
41453
41454
41455 \backslash
41456 fcolorbox{black}{
41457 \end_layout
41458
41459 \end_inset
41460
41461 white
41462 \begin_inset ERT
41463 status collapsed
41464
41465 \begin_layout Plain Layout
41466
41467 }{
41468 \end_layout
41469
41470 \end_inset
41471
41472 Color
41473 \begin_inset ERT
41474 status collapsed
41475
41476 \begin_layout Plain Layout
41477
41478 }
41479 \end_layout
41480
41481 \end_inset
41482
41483  Color name
41484 \end_layout
41485
41486 \end_inset
41487 </cell>
41488 <cell alignment="left" valignment="top" usebox="none">
41489 \begin_inset Text
41490
41491 \begin_layout Plain Layout
41492 \begin_inset ERT
41493 status collapsed
41494
41495 \begin_layout Plain Layout
41496
41497
41498 \backslash
41499 fcolorbox{black}{
41500 \end_layout
41501
41502 \end_inset
41503
41504 white
41505 \begin_inset ERT
41506 status collapsed
41507
41508 \begin_layout Plain Layout
41509
41510 }{
41511 \end_layout
41512
41513 \end_inset
41514
41515 Color
41516 \begin_inset ERT
41517 status collapsed
41518
41519 \begin_layout Plain Layout
41520
41521 }
41522 \end_layout
41523
41524 \end_inset
41525
41526  Color name
41527 \end_layout
41528
41529 \end_inset
41530 </cell>
41531 <cell alignment="left" valignment="top" usebox="none">
41532 \begin_inset Text
41533
41534 \begin_layout Plain Layout
41535 \begin_inset ERT
41536 status collapsed
41537
41538 \begin_layout Plain Layout
41539
41540
41541 \backslash
41542 fcolorbox{black}{
41543 \end_layout
41544
41545 \end_inset
41546
41547 white
41548 \begin_inset ERT
41549 status collapsed
41550
41551 \begin_layout Plain Layout
41552
41553 }{
41554 \end_layout
41555
41556 \end_inset
41557
41558 Color
41559 \begin_inset ERT
41560 status collapsed
41561
41562 \begin_layout Plain Layout
41563
41564 }
41565 \end_layout
41566
41567 \end_inset
41568
41569  Color name
41570 \end_layout
41571
41572 \end_inset
41573 </cell>
41574 <cell alignment="left" valignment="top" usebox="none">
41575 \begin_inset Text
41576
41577 \begin_layout Plain Layout
41578 \begin_inset ERT
41579 status collapsed
41580
41581 \begin_layout Plain Layout
41582
41583
41584 \backslash
41585 fcolorbox{black}{
41586 \end_layout
41587
41588 \end_inset
41589
41590 white
41591 \begin_inset ERT
41592 status collapsed
41593
41594 \begin_layout Plain Layout
41595
41596 }{
41597 \end_layout
41598
41599 \end_inset
41600
41601 Color
41602 \begin_inset ERT
41603 status collapsed
41604
41605 \begin_layout Plain Layout
41606
41607 }
41608 \end_layout
41609
41610 \end_inset
41611
41612  Color name
41613 \end_layout
41614
41615 \end_inset
41616 </cell>
41617 </row>
41618 <row>
41619 <cell alignment="center" valignment="top" usebox="none">
41620 \begin_inset Text
41621
41622 \begin_layout Plain Layout
41623 \begin_inset ERT
41624 status collapsed
41625
41626 \begin_layout Plain Layout
41627
41628
41629 \backslash
41630 fcolorbox{black}{
41631 \end_layout
41632
41633 \end_inset
41634
41635 Apricot
41636 \begin_inset ERT
41637 status collapsed
41638
41639 \begin_layout Plain Layout
41640
41641 }{
41642 \end_layout
41643
41644 \end_inset
41645
41646
41647 \begin_inset Phantom Phantom
41648 status open
41649
41650 \begin_layout Plain Layout
41651 W
41652 \end_layout
41653
41654 \end_inset
41655
41656
41657 \begin_inset ERT
41658 status collapsed
41659
41660 \begin_layout Plain Layout
41661
41662 }
41663 \end_layout
41664
41665 \end_inset
41666
41667  Apricot
41668 \end_layout
41669
41670 \end_inset
41671 </cell>
41672 <cell alignment="center" valignment="top" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676 \begin_inset ERT
41677 status collapsed
41678
41679 \begin_layout Plain Layout
41680
41681
41682 \backslash
41683 fcolorbox{black}{
41684 \end_layout
41685
41686 \end_inset
41687
41688 Aquamarine
41689 \begin_inset ERT
41690 status collapsed
41691
41692 \begin_layout Plain Layout
41693
41694 }{
41695 \end_layout
41696
41697 \end_inset
41698
41699
41700 \begin_inset Phantom Phantom
41701 status open
41702
41703 \begin_layout Plain Layout
41704 W
41705 \end_layout
41706
41707 \end_inset
41708
41709
41710 \begin_inset ERT
41711 status collapsed
41712
41713 \begin_layout Plain Layout
41714
41715 }
41716 \end_layout
41717
41718 \end_inset
41719
41720  Aquamarine
41721 \end_layout
41722
41723 \end_inset
41724 </cell>
41725 <cell alignment="center" valignment="top" usebox="none">
41726 \begin_inset Text
41727
41728 \begin_layout Plain Layout
41729 \begin_inset ERT
41730 status collapsed
41731
41732 \begin_layout Plain Layout
41733
41734
41735 \backslash
41736 fcolorbox{black}{
41737 \end_layout
41738
41739 \end_inset
41740
41741 Bittersweet
41742 \begin_inset ERT
41743 status collapsed
41744
41745 \begin_layout Plain Layout
41746
41747 }{
41748 \end_layout
41749
41750 \end_inset
41751
41752
41753 \begin_inset Phantom Phantom
41754 status open
41755
41756 \begin_layout Plain Layout
41757 W
41758 \end_layout
41759
41760 \end_inset
41761
41762
41763 \begin_inset ERT
41764 status collapsed
41765
41766 \begin_layout Plain Layout
41767
41768 }
41769 \end_layout
41770
41771 \end_inset
41772
41773  Bittersweet
41774 \end_layout
41775
41776 \end_inset
41777 </cell>
41778 <cell alignment="center" valignment="top" usebox="none">
41779 \begin_inset Text
41780
41781 \begin_layout Plain Layout
41782 \begin_inset ERT
41783 status collapsed
41784
41785 \begin_layout Plain Layout
41786
41787
41788 \backslash
41789 fcolorbox{black}{
41790 \end_layout
41791
41792 \end_inset
41793
41794 BlueGreen
41795 \begin_inset ERT
41796 status collapsed
41797
41798 \begin_layout Plain Layout
41799
41800 }{
41801 \end_layout
41802
41803 \end_inset
41804
41805
41806 \begin_inset Phantom Phantom
41807 status open
41808
41809 \begin_layout Plain Layout
41810 W
41811 \end_layout
41812
41813 \end_inset
41814
41815
41816 \begin_inset ERT
41817 status collapsed
41818
41819 \begin_layout Plain Layout
41820
41821 }
41822 \end_layout
41823
41824 \end_inset
41825
41826  BlueGreen
41827 \end_layout
41828
41829 \end_inset
41830 </cell>
41831 </row>
41832 <row>
41833 <cell alignment="left" valignment="top" usebox="none">
41834 \begin_inset Text
41835
41836 \begin_layout Plain Layout
41837 \begin_inset ERT
41838 status collapsed
41839
41840 \begin_layout Plain Layout
41841
41842
41843 \backslash
41844 fcolorbox{black}{
41845 \end_layout
41846
41847 \end_inset
41848
41849 BlueViolet
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855 }{
41856 \end_layout
41857
41858 \end_inset
41859
41860
41861 \begin_inset Phantom Phantom
41862 status open
41863
41864 \begin_layout Plain Layout
41865 W
41866 \end_layout
41867
41868 \end_inset
41869
41870
41871 \begin_inset ERT
41872 status collapsed
41873
41874 \begin_layout Plain Layout
41875
41876 }
41877 \end_layout
41878
41879 \end_inset
41880
41881  BlueViolet
41882 \end_layout
41883
41884 \end_inset
41885 </cell>
41886 <cell alignment="left" valignment="top" usebox="none">
41887 \begin_inset Text
41888
41889 \begin_layout Plain Layout
41890 \begin_inset ERT
41891 status collapsed
41892
41893 \begin_layout Plain Layout
41894
41895
41896 \backslash
41897 fcolorbox{black}{
41898 \end_layout
41899
41900 \end_inset
41901
41902 BrickRed
41903 \begin_inset ERT
41904 status collapsed
41905
41906 \begin_layout Plain Layout
41907
41908 }{
41909 \end_layout
41910
41911 \end_inset
41912
41913
41914 \begin_inset Phantom Phantom
41915 status open
41916
41917 \begin_layout Plain Layout
41918 W
41919 \end_layout
41920
41921 \end_inset
41922
41923
41924 \begin_inset ERT
41925 status collapsed
41926
41927 \begin_layout Plain Layout
41928
41929 }
41930 \end_layout
41931
41932 \end_inset
41933
41934  BrickRed
41935 \end_layout
41936
41937 \end_inset
41938 </cell>
41939 <cell alignment="left" valignment="top" usebox="none">
41940 \begin_inset Text
41941
41942 \begin_layout Plain Layout
41943 \begin_inset ERT
41944 status collapsed
41945
41946 \begin_layout Plain Layout
41947
41948
41949 \backslash
41950 fcolorbox{black}{
41951 \end_layout
41952
41953 \end_inset
41954
41955 Brown
41956 \begin_inset ERT
41957 status collapsed
41958
41959 \begin_layout Plain Layout
41960
41961 }{
41962 \end_layout
41963
41964 \end_inset
41965
41966
41967 \begin_inset Phantom Phantom
41968 status open
41969
41970 \begin_layout Plain Layout
41971 W
41972 \end_layout
41973
41974 \end_inset
41975
41976
41977 \begin_inset ERT
41978 status collapsed
41979
41980 \begin_layout Plain Layout
41981
41982 }
41983 \end_layout
41984
41985 \end_inset
41986
41987  Brown
41988 \end_layout
41989
41990 \end_inset
41991 </cell>
41992 <cell alignment="left" valignment="top" usebox="none">
41993 \begin_inset Text
41994
41995 \begin_layout Plain Layout
41996 \begin_inset ERT
41997 status collapsed
41998
41999 \begin_layout Plain Layout
42000
42001
42002 \backslash
42003 fcolorbox{black}{
42004 \end_layout
42005
42006 \end_inset
42007
42008 BurntOrange
42009 \begin_inset ERT
42010 status collapsed
42011
42012 \begin_layout Plain Layout
42013
42014 }{
42015 \end_layout
42016
42017 \end_inset
42018
42019
42020 \begin_inset Phantom Phantom
42021 status open
42022
42023 \begin_layout Plain Layout
42024 W
42025 \end_layout
42026
42027 \end_inset
42028
42029
42030 \begin_inset ERT
42031 status collapsed
42032
42033 \begin_layout Plain Layout
42034
42035 }
42036 \end_layout
42037
42038 \end_inset
42039
42040  BurntOrange
42041 \end_layout
42042
42043 \end_inset
42044 </cell>
42045 </row>
42046 <row>
42047 <cell alignment="left" valignment="top" usebox="none">
42048 \begin_inset Text
42049
42050 \begin_layout Plain Layout
42051 \begin_inset ERT
42052 status collapsed
42053
42054 \begin_layout Plain Layout
42055
42056
42057 \backslash
42058 fcolorbox{black}{
42059 \end_layout
42060
42061 \end_inset
42062
42063 CadetBlue
42064 \begin_inset ERT
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068
42069 }{
42070 \end_layout
42071
42072 \end_inset
42073
42074
42075 \begin_inset Phantom Phantom
42076 status open
42077
42078 \begin_layout Plain Layout
42079 W
42080 \end_layout
42081
42082 \end_inset
42083
42084
42085 \begin_inset ERT
42086 status collapsed
42087
42088 \begin_layout Plain Layout
42089
42090 }
42091 \end_layout
42092
42093 \end_inset
42094
42095  CadetBlue
42096 \end_layout
42097
42098 \end_inset
42099 </cell>
42100 <cell alignment="left" valignment="top" usebox="none">
42101 \begin_inset Text
42102
42103 \begin_layout Plain Layout
42104 \begin_inset ERT
42105 status collapsed
42106
42107 \begin_layout Plain Layout
42108
42109
42110 \backslash
42111 fcolorbox{black}{
42112 \end_layout
42113
42114 \end_inset
42115
42116 CarnationPink
42117 \begin_inset ERT
42118 status collapsed
42119
42120 \begin_layout Plain Layout
42121
42122 }{
42123 \end_layout
42124
42125 \end_inset
42126
42127
42128 \begin_inset Phantom Phantom
42129 status open
42130
42131 \begin_layout Plain Layout
42132 W
42133 \end_layout
42134
42135 \end_inset
42136
42137
42138 \begin_inset ERT
42139 status collapsed
42140
42141 \begin_layout Plain Layout
42142
42143 }
42144 \end_layout
42145
42146 \end_inset
42147
42148  CarnationPink
42149 \end_layout
42150
42151 \end_inset
42152 </cell>
42153 <cell alignment="left" valignment="top" usebox="none">
42154 \begin_inset Text
42155
42156 \begin_layout Plain Layout
42157 \begin_inset ERT
42158 status collapsed
42159
42160 \begin_layout Plain Layout
42161
42162
42163 \backslash
42164 fcolorbox{black}{
42165 \end_layout
42166
42167 \end_inset
42168
42169 Cerulean
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175 }{
42176 \end_layout
42177
42178 \end_inset
42179
42180
42181 \begin_inset Phantom Phantom
42182 status open
42183
42184 \begin_layout Plain Layout
42185 W
42186 \end_layout
42187
42188 \end_inset
42189
42190
42191 \begin_inset ERT
42192 status collapsed
42193
42194 \begin_layout Plain Layout
42195
42196 }
42197 \end_layout
42198
42199 \end_inset
42200
42201  Cerulean
42202 \end_layout
42203
42204 \end_inset
42205 </cell>
42206 <cell alignment="left" valignment="top" usebox="none">
42207 \begin_inset Text
42208
42209 \begin_layout Plain Layout
42210 \begin_inset ERT
42211 status collapsed
42212
42213 \begin_layout Plain Layout
42214
42215
42216 \backslash
42217 fcolorbox{black}{
42218 \end_layout
42219
42220 \end_inset
42221
42222 CornflowerBlue
42223 \begin_inset ERT
42224 status collapsed
42225
42226 \begin_layout Plain Layout
42227
42228 }{
42229 \end_layout
42230
42231 \end_inset
42232
42233
42234 \begin_inset Phantom Phantom
42235 status open
42236
42237 \begin_layout Plain Layout
42238 W
42239 \end_layout
42240
42241 \end_inset
42242
42243
42244 \begin_inset ERT
42245 status collapsed
42246
42247 \begin_layout Plain Layout
42248
42249 }
42250 \end_layout
42251
42252 \end_inset
42253
42254  CornflowerBlue
42255 \end_layout
42256
42257 \end_inset
42258 </cell>
42259 </row>
42260 <row>
42261 <cell alignment="left" valignment="top" usebox="none">
42262 \begin_inset Text
42263
42264 \begin_layout Plain Layout
42265 \begin_inset ERT
42266 status collapsed
42267
42268 \begin_layout Plain Layout
42269
42270
42271 \backslash
42272 fcolorbox{black}{
42273 \end_layout
42274
42275 \end_inset
42276
42277 Dandelion
42278 \begin_inset ERT
42279 status collapsed
42280
42281 \begin_layout Plain Layout
42282
42283 }{
42284 \end_layout
42285
42286 \end_inset
42287
42288
42289 \begin_inset Phantom Phantom
42290 status open
42291
42292 \begin_layout Plain Layout
42293 W
42294 \end_layout
42295
42296 \end_inset
42297
42298
42299 \begin_inset ERT
42300 status collapsed
42301
42302 \begin_layout Plain Layout
42303
42304 }
42305 \end_layout
42306
42307 \end_inset
42308
42309  Dandelion
42310 \end_layout
42311
42312 \end_inset
42313 </cell>
42314 <cell alignment="left" valignment="top" usebox="none">
42315 \begin_inset Text
42316
42317 \begin_layout Plain Layout
42318 \begin_inset ERT
42319 status collapsed
42320
42321 \begin_layout Plain Layout
42322
42323
42324 \backslash
42325 fcolorbox{black}{
42326 \end_layout
42327
42328 \end_inset
42329
42330 DarkOrchid
42331 \begin_inset ERT
42332 status collapsed
42333
42334 \begin_layout Plain Layout
42335
42336 }{
42337 \end_layout
42338
42339 \end_inset
42340
42341
42342 \begin_inset Phantom Phantom
42343 status open
42344
42345 \begin_layout Plain Layout
42346 W
42347 \end_layout
42348
42349 \end_inset
42350
42351
42352 \begin_inset ERT
42353 status collapsed
42354
42355 \begin_layout Plain Layout
42356
42357 }
42358 \end_layout
42359
42360 \end_inset
42361
42362  DarkOrchid
42363 \end_layout
42364
42365 \end_inset
42366 </cell>
42367 <cell alignment="left" valignment="top" usebox="none">
42368 \begin_inset Text
42369
42370 \begin_layout Plain Layout
42371 \begin_inset ERT
42372 status collapsed
42373
42374 \begin_layout Plain Layout
42375
42376
42377 \backslash
42378 fcolorbox{black}{
42379 \end_layout
42380
42381 \end_inset
42382
42383 Emerald
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 \begin_inset Phantom Phantom
42396 status open
42397
42398 \begin_layout Plain Layout
42399 W
42400 \end_layout
42401
42402 \end_inset
42403
42404
42405 \begin_inset ERT
42406 status collapsed
42407
42408 \begin_layout Plain Layout
42409
42410 }
42411 \end_layout
42412
42413 \end_inset
42414
42415  Emerald
42416 \end_layout
42417
42418 \end_inset
42419 </cell>
42420 <cell alignment="left" valignment="top" usebox="none">
42421 \begin_inset Text
42422
42423 \begin_layout Plain Layout
42424 \begin_inset ERT
42425 status collapsed
42426
42427 \begin_layout Plain Layout
42428
42429
42430 \backslash
42431 fcolorbox{black}{
42432 \end_layout
42433
42434 \end_inset
42435
42436 ForestGreen
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442 }{
42443 \end_layout
42444
42445 \end_inset
42446
42447
42448 \begin_inset Phantom Phantom
42449 status open
42450
42451 \begin_layout Plain Layout
42452 W
42453 \end_layout
42454
42455 \end_inset
42456
42457
42458 \begin_inset ERT
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462
42463 }
42464 \end_layout
42465
42466 \end_inset
42467
42468  ForestGreen
42469 \end_layout
42470
42471 \end_inset
42472 </cell>
42473 </row>
42474 <row>
42475 <cell alignment="left" valignment="top" usebox="none">
42476 \begin_inset Text
42477
42478 \begin_layout Plain Layout
42479 \begin_inset ERT
42480 status collapsed
42481
42482 \begin_layout Plain Layout
42483
42484
42485 \backslash
42486 fcolorbox{black}{
42487 \end_layout
42488
42489 \end_inset
42490
42491 Fuchsia
42492 \begin_inset ERT
42493 status collapsed
42494
42495 \begin_layout Plain Layout
42496
42497 }{
42498 \end_layout
42499
42500 \end_inset
42501
42502
42503 \begin_inset Phantom Phantom
42504 status open
42505
42506 \begin_layout Plain Layout
42507 W
42508 \end_layout
42509
42510 \end_inset
42511
42512
42513 \begin_inset ERT
42514 status collapsed
42515
42516 \begin_layout Plain Layout
42517
42518 }
42519 \end_layout
42520
42521 \end_inset
42522
42523  Fuchsia
42524 \end_layout
42525
42526 \end_inset
42527 </cell>
42528 <cell alignment="left" valignment="top" usebox="none">
42529 \begin_inset Text
42530
42531 \begin_layout Plain Layout
42532 \begin_inset ERT
42533 status collapsed
42534
42535 \begin_layout Plain Layout
42536
42537
42538 \backslash
42539 fcolorbox{black}{
42540 \end_layout
42541
42542 \end_inset
42543
42544 Goldenrod
42545 \begin_inset ERT
42546 status collapsed
42547
42548 \begin_layout Plain Layout
42549
42550 }{
42551 \end_layout
42552
42553 \end_inset
42554
42555
42556 \begin_inset Phantom Phantom
42557 status open
42558
42559 \begin_layout Plain Layout
42560 W
42561 \end_layout
42562
42563 \end_inset
42564
42565
42566 \begin_inset ERT
42567 status collapsed
42568
42569 \begin_layout Plain Layout
42570
42571 }
42572 \end_layout
42573
42574 \end_inset
42575
42576  Goldenrod
42577 \end_layout
42578
42579 \end_inset
42580 </cell>
42581 <cell alignment="left" valignment="top" usebox="none">
42582 \begin_inset Text
42583
42584 \begin_layout Plain Layout
42585 \begin_inset ERT
42586 status collapsed
42587
42588 \begin_layout Plain Layout
42589
42590
42591 \backslash
42592 fcolorbox{black}{
42593 \end_layout
42594
42595 \end_inset
42596
42597 Gray
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603 }{
42604 \end_layout
42605
42606 \end_inset
42607
42608
42609 \begin_inset Phantom Phantom
42610 status open
42611
42612 \begin_layout Plain Layout
42613 W
42614 \end_layout
42615
42616 \end_inset
42617
42618
42619 \begin_inset ERT
42620 status collapsed
42621
42622 \begin_layout Plain Layout
42623
42624 }
42625 \end_layout
42626
42627 \end_inset
42628
42629  Gray
42630 \end_layout
42631
42632 \end_inset
42633 </cell>
42634 <cell alignment="left" valignment="top" usebox="none">
42635 \begin_inset Text
42636
42637 \begin_layout Plain Layout
42638 \begin_inset ERT
42639 status collapsed
42640
42641 \begin_layout Plain Layout
42642
42643
42644 \backslash
42645 fcolorbox{black}{
42646 \end_layout
42647
42648 \end_inset
42649
42650 GreenYellow
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656 }{
42657 \end_layout
42658
42659 \end_inset
42660
42661
42662 \begin_inset Phantom Phantom
42663 status open
42664
42665 \begin_layout Plain Layout
42666 W
42667 \end_layout
42668
42669 \end_inset
42670
42671
42672 \begin_inset ERT
42673 status collapsed
42674
42675 \begin_layout Plain Layout
42676
42677 }
42678 \end_layout
42679
42680 \end_inset
42681
42682  GreenYellow
42683 \end_layout
42684
42685 \end_inset
42686 </cell>
42687 </row>
42688 <row>
42689 <cell alignment="center" valignment="top" usebox="none">
42690 \begin_inset Text
42691
42692 \begin_layout Plain Layout
42693 \begin_inset ERT
42694 status collapsed
42695
42696 \begin_layout Plain Layout
42697
42698
42699 \backslash
42700 fcolorbox{black}{
42701 \end_layout
42702
42703 \end_inset
42704
42705 JungleGreen
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711 }{
42712 \end_layout
42713
42714 \end_inset
42715
42716
42717 \begin_inset Phantom Phantom
42718 status open
42719
42720 \begin_layout Plain Layout
42721 W
42722 \end_layout
42723
42724 \end_inset
42725
42726
42727 \begin_inset ERT
42728 status collapsed
42729
42730 \begin_layout Plain Layout
42731
42732 }
42733 \end_layout
42734
42735 \end_inset
42736
42737  JungleGreen
42738 \end_layout
42739
42740 \end_inset
42741 </cell>
42742 <cell alignment="center" valignment="top" usebox="none">
42743 \begin_inset Text
42744
42745 \begin_layout Plain Layout
42746 \begin_inset ERT
42747 status collapsed
42748
42749 \begin_layout Plain Layout
42750
42751
42752 \backslash
42753 fcolorbox{black}{
42754 \end_layout
42755
42756 \end_inset
42757
42758 Lavender
42759 \begin_inset ERT
42760 status collapsed
42761
42762 \begin_layout Plain Layout
42763
42764 }{
42765 \end_layout
42766
42767 \end_inset
42768
42769
42770 \begin_inset Phantom Phantom
42771 status open
42772
42773 \begin_layout Plain Layout
42774 W
42775 \end_layout
42776
42777 \end_inset
42778
42779
42780 \begin_inset ERT
42781 status collapsed
42782
42783 \begin_layout Plain Layout
42784
42785 }
42786 \end_layout
42787
42788 \end_inset
42789
42790  Lavender
42791 \end_layout
42792
42793 \end_inset
42794 </cell>
42795 <cell alignment="center" valignment="top" usebox="none">
42796 \begin_inset Text
42797
42798 \begin_layout Plain Layout
42799 \begin_inset ERT
42800 status collapsed
42801
42802 \begin_layout Plain Layout
42803
42804
42805 \backslash
42806 fcolorbox{black}{
42807 \end_layout
42808
42809 \end_inset
42810
42811 LimeGreen
42812 \begin_inset ERT
42813 status collapsed
42814
42815 \begin_layout Plain Layout
42816
42817 }{
42818 \end_layout
42819
42820 \end_inset
42821
42822
42823 \begin_inset Phantom Phantom
42824 status open
42825
42826 \begin_layout Plain Layout
42827 W
42828 \end_layout
42829
42830 \end_inset
42831
42832
42833 \begin_inset ERT
42834 status collapsed
42835
42836 \begin_layout Plain Layout
42837
42838 }
42839 \end_layout
42840
42841 \end_inset
42842
42843  LimeGreen
42844 \end_layout
42845
42846 \end_inset
42847 </cell>
42848 <cell alignment="center" valignment="top" usebox="none">
42849 \begin_inset Text
42850
42851 \begin_layout Plain Layout
42852 \begin_inset ERT
42853 status collapsed
42854
42855 \begin_layout Plain Layout
42856
42857
42858 \backslash
42859 fcolorbox{black}{
42860 \end_layout
42861
42862 \end_inset
42863
42864 Mahogany
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870 }{
42871 \end_layout
42872
42873 \end_inset
42874
42875
42876 \begin_inset Phantom Phantom
42877 status open
42878
42879 \begin_layout Plain Layout
42880 W
42881 \end_layout
42882
42883 \end_inset
42884
42885
42886 \begin_inset ERT
42887 status collapsed
42888
42889 \begin_layout Plain Layout
42890
42891 }
42892 \end_layout
42893
42894 \end_inset
42895
42896  Mahogany
42897 \end_layout
42898
42899 \end_inset
42900 </cell>
42901 </row>
42902 <row>
42903 <cell alignment="left" valignment="top" usebox="none">
42904 \begin_inset Text
42905
42906 \begin_layout Plain Layout
42907 \begin_inset ERT
42908 status collapsed
42909
42910 \begin_layout Plain Layout
42911
42912
42913 \backslash
42914 fcolorbox{black}{
42915 \end_layout
42916
42917 \end_inset
42918
42919 Mahogany
42920 \begin_inset ERT
42921 status collapsed
42922
42923 \begin_layout Plain Layout
42924
42925 }{
42926 \end_layout
42927
42928 \end_inset
42929
42930
42931 \begin_inset Phantom Phantom
42932 status open
42933
42934 \begin_layout Plain Layout
42935 W
42936 \end_layout
42937
42938 \end_inset
42939
42940
42941 \begin_inset ERT
42942 status collapsed
42943
42944 \begin_layout Plain Layout
42945
42946 }
42947 \end_layout
42948
42949 \end_inset
42950
42951  Mahogany
42952 \end_layout
42953
42954 \end_inset
42955 </cell>
42956 <cell alignment="left" valignment="top" usebox="none">
42957 \begin_inset Text
42958
42959 \begin_layout Plain Layout
42960 \begin_inset ERT
42961 status collapsed
42962
42963 \begin_layout Plain Layout
42964
42965
42966 \backslash
42967 fcolorbox{black}{
42968 \end_layout
42969
42970 \end_inset
42971
42972 Maroon
42973 \begin_inset ERT
42974 status collapsed
42975
42976 \begin_layout Plain Layout
42977
42978 }{
42979 \end_layout
42980
42981 \end_inset
42982
42983
42984 \begin_inset Phantom Phantom
42985 status open
42986
42987 \begin_layout Plain Layout
42988 W
42989 \end_layout
42990
42991 \end_inset
42992
42993
42994 \begin_inset ERT
42995 status collapsed
42996
42997 \begin_layout Plain Layout
42998
42999 }
43000 \end_layout
43001
43002 \end_inset
43003
43004  Maroon
43005 \end_layout
43006
43007 \end_inset
43008 </cell>
43009 <cell alignment="left" valignment="top" usebox="none">
43010 \begin_inset Text
43011
43012 \begin_layout Plain Layout
43013 \begin_inset ERT
43014 status collapsed
43015
43016 \begin_layout Plain Layout
43017
43018
43019 \backslash
43020 fcolorbox{black}{
43021 \end_layout
43022
43023 \end_inset
43024
43025 Melon
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031 }{
43032 \end_layout
43033
43034 \end_inset
43035
43036
43037 \begin_inset Phantom Phantom
43038 status open
43039
43040 \begin_layout Plain Layout
43041 W
43042 \end_layout
43043
43044 \end_inset
43045
43046
43047 \begin_inset ERT
43048 status collapsed
43049
43050 \begin_layout Plain Layout
43051
43052 }
43053 \end_layout
43054
43055 \end_inset
43056
43057  Melon
43058 \end_layout
43059
43060 \end_inset
43061 </cell>
43062 <cell alignment="left" valignment="top" usebox="none">
43063 \begin_inset Text
43064
43065 \begin_layout Plain Layout
43066 \begin_inset ERT
43067 status collapsed
43068
43069 \begin_layout Plain Layout
43070
43071
43072 \backslash
43073 fcolorbox{black}{
43074 \end_layout
43075
43076 \end_inset
43077
43078 MidnightBlue
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084 }{
43085 \end_layout
43086
43087 \end_inset
43088
43089
43090 \begin_inset Phantom Phantom
43091 status open
43092
43093 \begin_layout Plain Layout
43094 W
43095 \end_layout
43096
43097 \end_inset
43098
43099
43100 \begin_inset ERT
43101 status collapsed
43102
43103 \begin_layout Plain Layout
43104
43105 }
43106 \end_layout
43107
43108 \end_inset
43109
43110  MidnightBlue
43111 \end_layout
43112
43113 \end_inset
43114 </cell>
43115 </row>
43116 <row>
43117 <cell alignment="left" valignment="top" usebox="none">
43118 \begin_inset Text
43119
43120 \begin_layout Plain Layout
43121 \begin_inset ERT
43122 status collapsed
43123
43124 \begin_layout Plain Layout
43125
43126
43127 \backslash
43128 fcolorbox{black}{
43129 \end_layout
43130
43131 \end_inset
43132
43133 Mulberry
43134 \begin_inset ERT
43135 status collapsed
43136
43137 \begin_layout Plain Layout
43138
43139 }{
43140 \end_layout
43141
43142 \end_inset
43143
43144
43145 \begin_inset Phantom Phantom
43146 status open
43147
43148 \begin_layout Plain Layout
43149 W
43150 \end_layout
43151
43152 \end_inset
43153
43154
43155 \begin_inset ERT
43156 status collapsed
43157
43158 \begin_layout Plain Layout
43159
43160 }
43161 \end_layout
43162
43163 \end_inset
43164
43165  Mulberry
43166 \end_layout
43167
43168 \end_inset
43169 </cell>
43170 <cell alignment="left" valignment="top" usebox="none">
43171 \begin_inset Text
43172
43173 \begin_layout Plain Layout
43174 \begin_inset ERT
43175 status collapsed
43176
43177 \begin_layout Plain Layout
43178
43179
43180 \backslash
43181 fcolorbox{black}{
43182 \end_layout
43183
43184 \end_inset
43185
43186 NavyBlue
43187 \begin_inset ERT
43188 status collapsed
43189
43190 \begin_layout Plain Layout
43191
43192 }{
43193 \end_layout
43194
43195 \end_inset
43196
43197
43198 \begin_inset Phantom Phantom
43199 status open
43200
43201 \begin_layout Plain Layout
43202 W
43203 \end_layout
43204
43205 \end_inset
43206
43207
43208 \begin_inset ERT
43209 status collapsed
43210
43211 \begin_layout Plain Layout
43212
43213 }
43214 \end_layout
43215
43216 \end_inset
43217
43218  NavyBlue
43219 \end_layout
43220
43221 \end_inset
43222 </cell>
43223 <cell alignment="left" valignment="top" usebox="none">
43224 \begin_inset Text
43225
43226 \begin_layout Plain Layout
43227 \begin_inset ERT
43228 status collapsed
43229
43230 \begin_layout Plain Layout
43231
43232
43233 \backslash
43234 fcolorbox{black}{
43235 \end_layout
43236
43237 \end_inset
43238
43239 OliveGreen
43240 \begin_inset ERT
43241 status collapsed
43242
43243 \begin_layout Plain Layout
43244
43245 }{
43246 \end_layout
43247
43248 \end_inset
43249
43250
43251 \begin_inset Phantom Phantom
43252 status open
43253
43254 \begin_layout Plain Layout
43255 W
43256 \end_layout
43257
43258 \end_inset
43259
43260
43261 \begin_inset ERT
43262 status collapsed
43263
43264 \begin_layout Plain Layout
43265
43266 }
43267 \end_layout
43268
43269 \end_inset
43270
43271  OliveGreen
43272 \end_layout
43273
43274 \end_inset
43275 </cell>
43276 <cell alignment="left" valignment="top" usebox="none">
43277 \begin_inset Text
43278
43279 \begin_layout Plain Layout
43280 \begin_inset ERT
43281 status collapsed
43282
43283 \begin_layout Plain Layout
43284
43285
43286 \backslash
43287 fcolorbox{black}{
43288 \end_layout
43289
43290 \end_inset
43291
43292 Orange
43293 \begin_inset ERT
43294 status collapsed
43295
43296 \begin_layout Plain Layout
43297
43298 }{
43299 \end_layout
43300
43301 \end_inset
43302
43303
43304 \begin_inset Phantom Phantom
43305 status open
43306
43307 \begin_layout Plain Layout
43308 W
43309 \end_layout
43310
43311 \end_inset
43312
43313
43314 \begin_inset ERT
43315 status collapsed
43316
43317 \begin_layout Plain Layout
43318
43319 }
43320 \end_layout
43321
43322 \end_inset
43323
43324  Orange
43325 \end_layout
43326
43327 \end_inset
43328 </cell>
43329 </row>
43330 <row>
43331 <cell alignment="left" valignment="top" usebox="none">
43332 \begin_inset Text
43333
43334 \begin_layout Plain Layout
43335 \begin_inset ERT
43336 status collapsed
43337
43338 \begin_layout Plain Layout
43339
43340
43341 \backslash
43342 fcolorbox{black}{
43343 \end_layout
43344
43345 \end_inset
43346
43347 OrangeRed
43348 \begin_inset ERT
43349 status collapsed
43350
43351 \begin_layout Plain Layout
43352
43353 }{
43354 \end_layout
43355
43356 \end_inset
43357
43358
43359 \begin_inset Phantom Phantom
43360 status open
43361
43362 \begin_layout Plain Layout
43363 W
43364 \end_layout
43365
43366 \end_inset
43367
43368
43369 \begin_inset ERT
43370 status collapsed
43371
43372 \begin_layout Plain Layout
43373
43374 }
43375 \end_layout
43376
43377 \end_inset
43378
43379  OrangeRed
43380 \end_layout
43381
43382 \end_inset
43383 </cell>
43384 <cell alignment="left" valignment="top" usebox="none">
43385 \begin_inset Text
43386
43387 \begin_layout Plain Layout
43388 \begin_inset ERT
43389 status collapsed
43390
43391 \begin_layout Plain Layout
43392
43393
43394 \backslash
43395 fcolorbox{black}{
43396 \end_layout
43397
43398 \end_inset
43399
43400 Orchid
43401 \begin_inset ERT
43402 status collapsed
43403
43404 \begin_layout Plain Layout
43405
43406 }{
43407 \end_layout
43408
43409 \end_inset
43410
43411
43412 \begin_inset Phantom Phantom
43413 status open
43414
43415 \begin_layout Plain Layout
43416 W
43417 \end_layout
43418
43419 \end_inset
43420
43421
43422 \begin_inset ERT
43423 status collapsed
43424
43425 \begin_layout Plain Layout
43426
43427 }
43428 \end_layout
43429
43430 \end_inset
43431
43432  Orchid
43433 \end_layout
43434
43435 \end_inset
43436 </cell>
43437 <cell alignment="left" valignment="top" usebox="none">
43438 \begin_inset Text
43439
43440 \begin_layout Plain Layout
43441 \begin_inset ERT
43442 status collapsed
43443
43444 \begin_layout Plain Layout
43445
43446
43447 \backslash
43448 fcolorbox{black}{
43449 \end_layout
43450
43451 \end_inset
43452
43453 Peach
43454 \begin_inset ERT
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459 }{
43460 \end_layout
43461
43462 \end_inset
43463
43464
43465 \begin_inset Phantom Phantom
43466 status open
43467
43468 \begin_layout Plain Layout
43469 W
43470 \end_layout
43471
43472 \end_inset
43473
43474
43475 \begin_inset ERT
43476 status collapsed
43477
43478 \begin_layout Plain Layout
43479
43480 }
43481 \end_layout
43482
43483 \end_inset
43484
43485  Peach
43486 \end_layout
43487
43488 \end_inset
43489 </cell>
43490 <cell alignment="left" valignment="top" usebox="none">
43491 \begin_inset Text
43492
43493 \begin_layout Plain Layout
43494 \begin_inset ERT
43495 status collapsed
43496
43497 \begin_layout Plain Layout
43498
43499
43500 \backslash
43501 fcolorbox{black}{
43502 \end_layout
43503
43504 \end_inset
43505
43506 Periwinkle
43507 \begin_inset ERT
43508 status collapsed
43509
43510 \begin_layout Plain Layout
43511
43512 }{
43513 \end_layout
43514
43515 \end_inset
43516
43517
43518 \begin_inset Phantom Phantom
43519 status open
43520
43521 \begin_layout Plain Layout
43522 W
43523 \end_layout
43524
43525 \end_inset
43526
43527
43528 \begin_inset ERT
43529 status collapsed
43530
43531 \begin_layout Plain Layout
43532
43533 }
43534 \end_layout
43535
43536 \end_inset
43537
43538  Periwinkle
43539 \end_layout
43540
43541 \end_inset
43542 </cell>
43543 </row>
43544 <row>
43545 <cell alignment="left" valignment="top" usebox="none">
43546 \begin_inset Text
43547
43548 \begin_layout Plain Layout
43549 \begin_inset ERT
43550 status collapsed
43551
43552 \begin_layout Plain Layout
43553
43554
43555 \backslash
43556 fcolorbox{black}{
43557 \end_layout
43558
43559 \end_inset
43560
43561 PineGreen
43562 \begin_inset ERT
43563 status collapsed
43564
43565 \begin_layout Plain Layout
43566
43567 }{
43568 \end_layout
43569
43570 \end_inset
43571
43572
43573 \begin_inset Phantom Phantom
43574 status open
43575
43576 \begin_layout Plain Layout
43577 W
43578 \end_layout
43579
43580 \end_inset
43581
43582
43583 \begin_inset ERT
43584 status collapsed
43585
43586 \begin_layout Plain Layout
43587
43588 }
43589 \end_layout
43590
43591 \end_inset
43592
43593  PineGreen
43594 \end_layout
43595
43596 \end_inset
43597 </cell>
43598 <cell alignment="left" valignment="top" usebox="none">
43599 \begin_inset Text
43600
43601 \begin_layout Plain Layout
43602 \begin_inset ERT
43603 status collapsed
43604
43605 \begin_layout Plain Layout
43606
43607
43608 \backslash
43609 fcolorbox{black}{
43610 \end_layout
43611
43612 \end_inset
43613
43614 Plum
43615 \begin_inset ERT
43616 status collapsed
43617
43618 \begin_layout Plain Layout
43619
43620 }{
43621 \end_layout
43622
43623 \end_inset
43624
43625
43626 \begin_inset Phantom Phantom
43627 status open
43628
43629 \begin_layout Plain Layout
43630 W
43631 \end_layout
43632
43633 \end_inset
43634
43635
43636 \begin_inset ERT
43637 status collapsed
43638
43639 \begin_layout Plain Layout
43640
43641 }
43642 \end_layout
43643
43644 \end_inset
43645
43646  Plum
43647 \end_layout
43648
43649 \end_inset
43650 </cell>
43651 <cell alignment="left" valignment="top" usebox="none">
43652 \begin_inset Text
43653
43654 \begin_layout Plain Layout
43655 \begin_inset ERT
43656 status collapsed
43657
43658 \begin_layout Plain Layout
43659
43660
43661 \backslash
43662 fcolorbox{black}{
43663 \end_layout
43664
43665 \end_inset
43666
43667 ProcessBlue
43668 \begin_inset ERT
43669 status collapsed
43670
43671 \begin_layout Plain Layout
43672
43673 }{
43674 \end_layout
43675
43676 \end_inset
43677
43678
43679 \begin_inset Phantom Phantom
43680 status open
43681
43682 \begin_layout Plain Layout
43683 W
43684 \end_layout
43685
43686 \end_inset
43687
43688
43689 \begin_inset ERT
43690 status collapsed
43691
43692 \begin_layout Plain Layout
43693
43694 }
43695 \end_layout
43696
43697 \end_inset
43698
43699  ProcessBlue
43700 \end_layout
43701
43702 \end_inset
43703 </cell>
43704 <cell alignment="left" valignment="top" usebox="none">
43705 \begin_inset Text
43706
43707 \begin_layout Plain Layout
43708 \begin_inset ERT
43709 status collapsed
43710
43711 \begin_layout Plain Layout
43712
43713
43714 \backslash
43715 fcolorbox{black}{
43716 \end_layout
43717
43718 \end_inset
43719
43720 Purple
43721 \begin_inset ERT
43722 status collapsed
43723
43724 \begin_layout Plain Layout
43725
43726 }{
43727 \end_layout
43728
43729 \end_inset
43730
43731
43732 \begin_inset Phantom Phantom
43733 status open
43734
43735 \begin_layout Plain Layout
43736 W
43737 \end_layout
43738
43739 \end_inset
43740
43741
43742 \begin_inset ERT
43743 status collapsed
43744
43745 \begin_layout Plain Layout
43746
43747 }
43748 \end_layout
43749
43750 \end_inset
43751
43752  Purple
43753 \end_layout
43754
43755 \end_inset
43756 </cell>
43757 </row>
43758 <row>
43759 <cell alignment="left" valignment="top" usebox="none">
43760 \begin_inset Text
43761
43762 \begin_layout Plain Layout
43763 \begin_inset ERT
43764 status collapsed
43765
43766 \begin_layout Plain Layout
43767
43768
43769 \backslash
43770 fcolorbox{black}{
43771 \end_layout
43772
43773 \end_inset
43774
43775 RawSienna
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781 }{
43782 \end_layout
43783
43784 \end_inset
43785
43786
43787 \begin_inset Phantom Phantom
43788 status open
43789
43790 \begin_layout Plain Layout
43791 W
43792 \end_layout
43793
43794 \end_inset
43795
43796
43797 \begin_inset ERT
43798 status collapsed
43799
43800 \begin_layout Plain Layout
43801
43802 }
43803 \end_layout
43804
43805 \end_inset
43806
43807  RawSienna
43808 \end_layout
43809
43810 \end_inset
43811 </cell>
43812 <cell alignment="left" valignment="top" usebox="none">
43813 \begin_inset Text
43814
43815 \begin_layout Plain Layout
43816 \begin_inset ERT
43817 status collapsed
43818
43819 \begin_layout Plain Layout
43820
43821
43822 \backslash
43823 fcolorbox{black}{
43824 \end_layout
43825
43826 \end_inset
43827
43828 RedOrange
43829 \begin_inset ERT
43830 status collapsed
43831
43832 \begin_layout Plain Layout
43833
43834 }{
43835 \end_layout
43836
43837 \end_inset
43838
43839
43840 \begin_inset Phantom Phantom
43841 status open
43842
43843 \begin_layout Plain Layout
43844 W
43845 \end_layout
43846
43847 \end_inset
43848
43849
43850 \begin_inset ERT
43851 status collapsed
43852
43853 \begin_layout Plain Layout
43854
43855 }
43856 \end_layout
43857
43858 \end_inset
43859
43860  RedOrange
43861 \end_layout
43862
43863 \end_inset
43864 </cell>
43865 <cell alignment="left" valignment="top" usebox="none">
43866 \begin_inset Text
43867
43868 \begin_layout Plain Layout
43869 \begin_inset ERT
43870 status collapsed
43871
43872 \begin_layout Plain Layout
43873
43874
43875 \backslash
43876 fcolorbox{black}{
43877 \end_layout
43878
43879 \end_inset
43880
43881 RedViolet
43882 \begin_inset ERT
43883 status collapsed
43884
43885 \begin_layout Plain Layout
43886
43887 }{
43888 \end_layout
43889
43890 \end_inset
43891
43892
43893 \begin_inset Phantom Phantom
43894 status open
43895
43896 \begin_layout Plain Layout
43897 W
43898 \end_layout
43899
43900 \end_inset
43901
43902
43903 \begin_inset ERT
43904 status collapsed
43905
43906 \begin_layout Plain Layout
43907
43908 }
43909 \end_layout
43910
43911 \end_inset
43912
43913  RedViolet
43914 \end_layout
43915
43916 \end_inset
43917 </cell>
43918 <cell alignment="left" valignment="top" usebox="none">
43919 \begin_inset Text
43920
43921 \begin_layout Plain Layout
43922 \begin_inset ERT
43923 status collapsed
43924
43925 \begin_layout Plain Layout
43926
43927
43928 \backslash
43929 fcolorbox{black}{
43930 \end_layout
43931
43932 \end_inset
43933
43934 Rhodamine
43935 \begin_inset ERT
43936 status collapsed
43937
43938 \begin_layout Plain Layout
43939
43940 }{
43941 \end_layout
43942
43943 \end_inset
43944
43945
43946 \begin_inset Phantom Phantom
43947 status open
43948
43949 \begin_layout Plain Layout
43950 W
43951 \end_layout
43952
43953 \end_inset
43954
43955
43956 \begin_inset ERT
43957 status collapsed
43958
43959 \begin_layout Plain Layout
43960
43961 }
43962 \end_layout
43963
43964 \end_inset
43965
43966  Rhodamine
43967 \end_layout
43968
43969 \end_inset
43970 </cell>
43971 </row>
43972 <row>
43973 <cell alignment="left" valignment="top" usebox="none">
43974 \begin_inset Text
43975
43976 \begin_layout Plain Layout
43977 \begin_inset ERT
43978 status collapsed
43979
43980 \begin_layout Plain Layout
43981
43982
43983 \backslash
43984 fcolorbox{black}{
43985 \end_layout
43986
43987 \end_inset
43988
43989 RoyalBlue
43990 \begin_inset ERT
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995 }{
43996 \end_layout
43997
43998 \end_inset
43999
44000
44001 \begin_inset Phantom Phantom
44002 status open
44003
44004 \begin_layout Plain Layout
44005 W
44006 \end_layout
44007
44008 \end_inset
44009
44010
44011 \begin_inset ERT
44012 status collapsed
44013
44014 \begin_layout Plain Layout
44015
44016 }
44017 \end_layout
44018
44019 \end_inset
44020
44021  RoyalBlue
44022 \end_layout
44023
44024 \end_inset
44025 </cell>
44026 <cell alignment="left" valignment="top" usebox="none">
44027 \begin_inset Text
44028
44029 \begin_layout Plain Layout
44030 \begin_inset ERT
44031 status collapsed
44032
44033 \begin_layout Plain Layout
44034
44035
44036 \backslash
44037 fcolorbox{black}{
44038 \end_layout
44039
44040 \end_inset
44041
44042 RoyalPurple
44043 \begin_inset ERT
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047
44048 }{
44049 \end_layout
44050
44051 \end_inset
44052
44053
44054 \begin_inset Phantom Phantom
44055 status open
44056
44057 \begin_layout Plain Layout
44058 W
44059 \end_layout
44060
44061 \end_inset
44062
44063
44064 \begin_inset ERT
44065 status collapsed
44066
44067 \begin_layout Plain Layout
44068
44069 }
44070 \end_layout
44071
44072 \end_inset
44073
44074  RoyalPurple
44075 \end_layout
44076
44077 \end_inset
44078 </cell>
44079 <cell alignment="left" valignment="top" usebox="none">
44080 \begin_inset Text
44081
44082 \begin_layout Plain Layout
44083 \begin_inset ERT
44084 status collapsed
44085
44086 \begin_layout Plain Layout
44087
44088
44089 \backslash
44090 fcolorbox{black}{
44091 \end_layout
44092
44093 \end_inset
44094
44095 RubineRed
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101 }{
44102 \end_layout
44103
44104 \end_inset
44105
44106
44107 \begin_inset Phantom Phantom
44108 status open
44109
44110 \begin_layout Plain Layout
44111 W
44112 \end_layout
44113
44114 \end_inset
44115
44116
44117 \begin_inset ERT
44118 status collapsed
44119
44120 \begin_layout Plain Layout
44121
44122 }
44123 \end_layout
44124
44125 \end_inset
44126
44127  RubineRed
44128 \end_layout
44129
44130 \end_inset
44131 </cell>
44132 <cell alignment="left" valignment="top" usebox="none">
44133 \begin_inset Text
44134
44135 \begin_layout Plain Layout
44136 \begin_inset ERT
44137 status collapsed
44138
44139 \begin_layout Plain Layout
44140
44141
44142 \backslash
44143 fcolorbox{black}{
44144 \end_layout
44145
44146 \end_inset
44147
44148 Salmon
44149 \begin_inset ERT
44150 status collapsed
44151
44152 \begin_layout Plain Layout
44153
44154 }{
44155 \end_layout
44156
44157 \end_inset
44158
44159
44160 \begin_inset Phantom Phantom
44161 status open
44162
44163 \begin_layout Plain Layout
44164 W
44165 \end_layout
44166
44167 \end_inset
44168
44169
44170 \begin_inset ERT
44171 status collapsed
44172
44173 \begin_layout Plain Layout
44174
44175 }
44176 \end_layout
44177
44178 \end_inset
44179
44180  Salmon
44181 \end_layout
44182
44183 \end_inset
44184 </cell>
44185 </row>
44186 <row>
44187 <cell alignment="left" valignment="top" usebox="none">
44188 \begin_inset Text
44189
44190 \begin_layout Plain Layout
44191 \begin_inset ERT
44192 status collapsed
44193
44194 \begin_layout Plain Layout
44195
44196
44197 \backslash
44198 fcolorbox{black}{
44199 \end_layout
44200
44201 \end_inset
44202
44203 SeaGreen
44204 \begin_inset ERT
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208
44209 }{
44210 \end_layout
44211
44212 \end_inset
44213
44214
44215 \begin_inset Phantom Phantom
44216 status open
44217
44218 \begin_layout Plain Layout
44219 W
44220 \end_layout
44221
44222 \end_inset
44223
44224
44225 \begin_inset ERT
44226 status collapsed
44227
44228 \begin_layout Plain Layout
44229
44230 }
44231 \end_layout
44232
44233 \end_inset
44234
44235  SeaGreen
44236 \end_layout
44237
44238 \end_inset
44239 </cell>
44240 <cell alignment="left" valignment="top" usebox="none">
44241 \begin_inset Text
44242
44243 \begin_layout Plain Layout
44244 \begin_inset ERT
44245 status collapsed
44246
44247 \begin_layout Plain Layout
44248
44249
44250 \backslash
44251 fcolorbox{black}{
44252 \end_layout
44253
44254 \end_inset
44255
44256 Sepia
44257 \begin_inset ERT
44258 status collapsed
44259
44260 \begin_layout Plain Layout
44261
44262 }{
44263 \end_layout
44264
44265 \end_inset
44266
44267
44268 \begin_inset Phantom Phantom
44269 status open
44270
44271 \begin_layout Plain Layout
44272 W
44273 \end_layout
44274
44275 \end_inset
44276
44277
44278 \begin_inset ERT
44279 status collapsed
44280
44281 \begin_layout Plain Layout
44282
44283 }
44284 \end_layout
44285
44286 \end_inset
44287
44288  Sepia
44289 \end_layout
44290
44291 \end_inset
44292 </cell>
44293 <cell alignment="left" valignment="top" usebox="none">
44294 \begin_inset Text
44295
44296 \begin_layout Plain Layout
44297 \begin_inset ERT
44298 status collapsed
44299
44300 \begin_layout Plain Layout
44301
44302
44303 \backslash
44304 fcolorbox{black}{
44305 \end_layout
44306
44307 \end_inset
44308
44309 SkyBlue
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315 }{
44316 \end_layout
44317
44318 \end_inset
44319
44320
44321 \begin_inset Phantom Phantom
44322 status open
44323
44324 \begin_layout Plain Layout
44325 W
44326 \end_layout
44327
44328 \end_inset
44329
44330
44331 \begin_inset ERT
44332 status collapsed
44333
44334 \begin_layout Plain Layout
44335
44336 }
44337 \end_layout
44338
44339 \end_inset
44340
44341  SkyBlue
44342 \end_layout
44343
44344 \end_inset
44345 </cell>
44346 <cell alignment="left" valignment="top" usebox="none">
44347 \begin_inset Text
44348
44349 \begin_layout Plain Layout
44350 \begin_inset ERT
44351 status collapsed
44352
44353 \begin_layout Plain Layout
44354
44355
44356 \backslash
44357 fcolorbox{black}{
44358 \end_layout
44359
44360 \end_inset
44361
44362 SpringGreen
44363 \begin_inset ERT
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367
44368 }{
44369 \end_layout
44370
44371 \end_inset
44372
44373
44374 \begin_inset Phantom Phantom
44375 status open
44376
44377 \begin_layout Plain Layout
44378 W
44379 \end_layout
44380
44381 \end_inset
44382
44383
44384 \begin_inset ERT
44385 status collapsed
44386
44387 \begin_layout Plain Layout
44388
44389 }
44390 \end_layout
44391
44392 \end_inset
44393
44394  SpringGreen
44395 \end_layout
44396
44397 \end_inset
44398 </cell>
44399 </row>
44400 <row>
44401 <cell alignment="left" valignment="top" usebox="none">
44402 \begin_inset Text
44403
44404 \begin_layout Plain Layout
44405 \begin_inset ERT
44406 status collapsed
44407
44408 \begin_layout Plain Layout
44409
44410
44411 \backslash
44412 fcolorbox{black}{
44413 \end_layout
44414
44415 \end_inset
44416
44417 Tan
44418 \begin_inset ERT
44419 status collapsed
44420
44421 \begin_layout Plain Layout
44422
44423 }{
44424 \end_layout
44425
44426 \end_inset
44427
44428
44429 \begin_inset Phantom Phantom
44430 status open
44431
44432 \begin_layout Plain Layout
44433 W
44434 \end_layout
44435
44436 \end_inset
44437
44438
44439 \begin_inset ERT
44440 status collapsed
44441
44442 \begin_layout Plain Layout
44443
44444 }
44445 \end_layout
44446
44447 \end_inset
44448
44449  Tan
44450 \end_layout
44451
44452 \end_inset
44453 </cell>
44454 <cell alignment="left" valignment="top" usebox="none">
44455 \begin_inset Text
44456
44457 \begin_layout Plain Layout
44458 \begin_inset ERT
44459 status collapsed
44460
44461 \begin_layout Plain Layout
44462
44463
44464 \backslash
44465 fcolorbox{black}{
44466 \end_layout
44467
44468 \end_inset
44469
44470 TealBlue
44471 \begin_inset ERT
44472 status collapsed
44473
44474 \begin_layout Plain Layout
44475
44476 }{
44477 \end_layout
44478
44479 \end_inset
44480
44481
44482 \begin_inset Phantom Phantom
44483 status open
44484
44485 \begin_layout Plain Layout
44486 W
44487 \end_layout
44488
44489 \end_inset
44490
44491
44492 \begin_inset ERT
44493 status collapsed
44494
44495 \begin_layout Plain Layout
44496
44497 }
44498 \end_layout
44499
44500 \end_inset
44501
44502  TealBlue
44503 \end_layout
44504
44505 \end_inset
44506 </cell>
44507 <cell alignment="left" valignment="top" usebox="none">
44508 \begin_inset Text
44509
44510 \begin_layout Plain Layout
44511 \begin_inset ERT
44512 status collapsed
44513
44514 \begin_layout Plain Layout
44515
44516
44517 \backslash
44518 fcolorbox{black}{
44519 \end_layout
44520
44521 \end_inset
44522
44523 Thistle
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529 }{
44530 \end_layout
44531
44532 \end_inset
44533
44534
44535 \begin_inset Phantom Phantom
44536 status open
44537
44538 \begin_layout Plain Layout
44539 W
44540 \end_layout
44541
44542 \end_inset
44543
44544
44545 \begin_inset ERT
44546 status collapsed
44547
44548 \begin_layout Plain Layout
44549
44550 }
44551 \end_layout
44552
44553 \end_inset
44554
44555  Thistle
44556 \end_layout
44557
44558 \end_inset
44559 </cell>
44560 <cell alignment="left" valignment="top" usebox="none">
44561 \begin_inset Text
44562
44563 \begin_layout Plain Layout
44564 \begin_inset ERT
44565 status collapsed
44566
44567 \begin_layout Plain Layout
44568
44569
44570 \backslash
44571 fcolorbox{black}{
44572 \end_layout
44573
44574 \end_inset
44575
44576 Turquoise
44577 \begin_inset ERT
44578 status collapsed
44579
44580 \begin_layout Plain Layout
44581
44582 }{
44583 \end_layout
44584
44585 \end_inset
44586
44587
44588 \begin_inset Phantom Phantom
44589 status open
44590
44591 \begin_layout Plain Layout
44592 W
44593 \end_layout
44594
44595 \end_inset
44596
44597
44598 \begin_inset ERT
44599 status collapsed
44600
44601 \begin_layout Plain Layout
44602
44603 }
44604 \end_layout
44605
44606 \end_inset
44607
44608  Turquoise
44609 \end_layout
44610
44611 \end_inset
44612 </cell>
44613 </row>
44614 <row>
44615 <cell alignment="left" valignment="top" usebox="none">
44616 \begin_inset Text
44617
44618 \begin_layout Plain Layout
44619 \begin_inset ERT
44620 status collapsed
44621
44622 \begin_layout Plain Layout
44623
44624
44625 \backslash
44626 fcolorbox{black}{
44627 \end_layout
44628
44629 \end_inset
44630
44631 Violet
44632 \begin_inset ERT
44633 status collapsed
44634
44635 \begin_layout Plain Layout
44636
44637 }{
44638 \end_layout
44639
44640 \end_inset
44641
44642
44643 \begin_inset Phantom Phantom
44644 status open
44645
44646 \begin_layout Plain Layout
44647 W
44648 \end_layout
44649
44650 \end_inset
44651
44652
44653 \begin_inset ERT
44654 status collapsed
44655
44656 \begin_layout Plain Layout
44657
44658 }
44659 \end_layout
44660
44661 \end_inset
44662
44663  Violet
44664 \end_layout
44665
44666 \end_inset
44667 </cell>
44668 <cell alignment="left" valignment="top" usebox="none">
44669 \begin_inset Text
44670
44671 \begin_layout Plain Layout
44672 \begin_inset ERT
44673 status collapsed
44674
44675 \begin_layout Plain Layout
44676
44677
44678 \backslash
44679 fcolorbox{black}{
44680 \end_layout
44681
44682 \end_inset
44683
44684 VioletRed
44685 \begin_inset ERT
44686 status collapsed
44687
44688 \begin_layout Plain Layout
44689
44690 }{
44691 \end_layout
44692
44693 \end_inset
44694
44695
44696 \begin_inset Phantom Phantom
44697 status open
44698
44699 \begin_layout Plain Layout
44700 W
44701 \end_layout
44702
44703 \end_inset
44704
44705
44706 \begin_inset ERT
44707 status collapsed
44708
44709 \begin_layout Plain Layout
44710
44711 }
44712 \end_layout
44713
44714 \end_inset
44715
44716  VioletRed
44717 \end_layout
44718
44719 \end_inset
44720 </cell>
44721 <cell alignment="left" valignment="top" usebox="none">
44722 \begin_inset Text
44723
44724 \begin_layout Plain Layout
44725 \begin_inset ERT
44726 status collapsed
44727
44728 \begin_layout Plain Layout
44729
44730
44731 \backslash
44732 fcolorbox{black}{
44733 \end_layout
44734
44735 \end_inset
44736
44737 WildStrawberry
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743 }{
44744 \end_layout
44745
44746 \end_inset
44747
44748
44749 \begin_inset Phantom Phantom
44750 status open
44751
44752 \begin_layout Plain Layout
44753 W
44754 \end_layout
44755
44756 \end_inset
44757
44758
44759 \begin_inset ERT
44760 status collapsed
44761
44762 \begin_layout Plain Layout
44763
44764 }
44765 \end_layout
44766
44767 \end_inset
44768
44769  WildStrawberry
44770 \end_layout
44771
44772 \end_inset
44773 </cell>
44774 <cell alignment="left" valignment="top" usebox="none">
44775 \begin_inset Text
44776
44777 \begin_layout Plain Layout
44778 \begin_inset ERT
44779 status collapsed
44780
44781 \begin_layout Plain Layout
44782
44783
44784 \backslash
44785 fcolorbox{black}{
44786 \end_layout
44787
44788 \end_inset
44789
44790 YellowGreen
44791 \begin_inset ERT
44792 status collapsed
44793
44794 \begin_layout Plain Layout
44795
44796 }{
44797 \end_layout
44798
44799 \end_inset
44800
44801
44802 \begin_inset Phantom Phantom
44803 status open
44804
44805 \begin_layout Plain Layout
44806 W
44807 \end_layout
44808
44809 \end_inset
44810
44811
44812 \begin_inset ERT
44813 status collapsed
44814
44815 \begin_layout Plain Layout
44816
44817 }
44818 \end_layout
44819
44820 \end_inset
44821
44822  YellowGreen
44823 \end_layout
44824
44825 \end_inset
44826 </cell>
44827 </row>
44828 <row>
44829 <cell alignment="left" valignment="top" usebox="none">
44830 \begin_inset Text
44831
44832 \begin_layout Plain Layout
44833 \begin_inset ERT
44834 status collapsed
44835
44836 \begin_layout Plain Layout
44837
44838
44839 \backslash
44840 fcolorbox{black}{
44841 \end_layout
44842
44843 \end_inset
44844
44845 YellowOrange
44846 \begin_inset ERT
44847 status collapsed
44848
44849 \begin_layout Plain Layout
44850
44851 }{
44852 \end_layout
44853
44854 \end_inset
44855
44856
44857 \begin_inset Phantom Phantom
44858 status open
44859
44860 \begin_layout Plain Layout
44861 W
44862 \end_layout
44863
44864 \end_inset
44865
44866
44867 \begin_inset ERT
44868 status collapsed
44869
44870 \begin_layout Plain Layout
44871
44872 }
44873 \end_layout
44874
44875 \end_inset
44876
44877  YellowOrange
44878 \end_layout
44879
44880 \end_inset
44881 </cell>
44882 <cell alignment="left" valignment="top" usebox="none">
44883 \begin_inset Text
44884
44885 \begin_layout Plain Layout
44886
44887 \end_layout
44888
44889 \end_inset
44890 </cell>
44891 <cell alignment="left" valignment="top" usebox="none">
44892 \begin_inset Text
44893
44894 \begin_layout Plain Layout
44895
44896 \end_layout
44897
44898 \end_inset
44899 </cell>
44900 <cell alignment="left" valignment="top" usebox="none">
44901 \begin_inset Text
44902
44903 \begin_layout Plain Layout
44904
44905 \end_layout
44906
44907 \end_inset
44908 </cell>
44909 </row>
44910 </lyxtabular>
44911
44912 \end_inset
44913
44914
44915 \end_layout
44916
44917 \begin_layout Chapter
44918 Explanation of Equation
44919 \begin_inset space ~
44920 \end_inset
44921
44922 (
44923 \begin_inset CommandInset ref
44924 LatexCommand ref
44925 reference "eq:Wgn"
44926
44927 \end_inset
44928
44929 )
44930 \begin_inset CommandInset label
44931 LatexCommand label
44932 name "cha:Explanation-of-Equation"
44933
44934 \end_inset
44935
44936
44937 \end_layout
44938
44939 \begin_layout Standard
44940 We can calculate the total width of 
44941 \emph on
44942 n
44943 \emph default
44944  table cells 
44945 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44946 \end_inset
44947
44948  as follows:
44949 \begin_inset Formula 
44950 \begin{equation}
44951 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44952 \end{equation}
44953
44954 \end_inset
44955
44956 where 
44957 \begin_inset Formula $W_{g\,n}$
44958 \end_inset
44959
44960  is the given width of all cells, 
44961 \series bold
44962
44963 \backslash
44964 tabcolsep
44965 \series default
44966  is the \SpecialChar LaTeX
44967 -length between the cell text and the cell border (its default value
44968  is 6
44969 \begin_inset space \thinspace{}
44970 \end_inset
44971
44972 pt).
44973  
44974 \series bold
44975
44976 \backslash
44977 arrayrulewidth
44978 \series default
44979  is the thickness of the cell border line, the default is 0.4
44980 \begin_inset space \thinspace{}
44981 \end_inset
44982
44983 pt.
44984 \end_layout
44985
44986 \begin_layout Standard
44987 Following equation
44988 \begin_inset space ~
44989 \end_inset
44990
44991
44992 \begin_inset CommandInset ref
44993 LatexCommand eqref
44994 reference "eq:Wtot_n"
44995
44996 \end_inset
44997
44998 , the total width of a multicolumn 
44999 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45000 \end_inset
45001
45002  is
45003 \begin_inset Formula 
45004 \begin{equation}
45005 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45006 \end{equation}
45007
45008 \end_inset
45009
45010
45011 \end_layout
45012
45013 \begin_layout Standard
45014 By setting equation
45015 \begin_inset space ~
45016 \end_inset
45017
45018
45019 \begin_inset CommandInset ref
45020 LatexCommand eqref
45021 reference "eq:Wtot_n"
45022
45023 \end_inset
45024
45025  and 
45026 \begin_inset CommandInset ref
45027 LatexCommand eqref
45028 reference "eq:Wtot_mult"
45029
45030 \end_inset
45031
45032  equal we can calculate the needed given width 
45033 \begin_inset Formula $W_{g\,n}$
45034 \end_inset
45035
45036  when 
45037 \emph on
45038 n
45039 \emph default
45040  columns are spanned, so that each column has a total width of 
45041 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45042 \end_inset
45043
45044 :
45045 \begin_inset Formula 
45046 \begin{equation}
45047 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45048 \end{equation}
45049
45050 \end_inset
45051
45052
45053 \end_layout
45054
45055 \begin_layout Bibliography
45056 \begin_inset CommandInset bibitem
45057 LatexCommand bibitem
45058 key "latexcompanion"
45059
45060 \end_inset
45061
45062 Frank Mittelbach and Michel Goossens: 
45063 \emph on
45064 The \SpecialChar LaTeX
45065  Companion Second Edition.
45066
45067 \emph default
45068  Addison-Wesley, 2004
45069 \end_layout
45070
45071 \begin_layout Bibliography
45072 \begin_inset CommandInset bibitem
45073 LatexCommand bibitem
45074 key "latexguide"
45075
45076 \end_inset
45077
45078 Helmut Kopka and Patrick W.
45079  Daly: 
45080 \emph on
45081 A Guide to \SpecialChar LaTeX
45082  Fourth Edition.
45083
45084 \emph default
45085  Addison-Wesley, 2003
45086 \end_layout
45087
45088 \begin_layout Bibliography
45089 \begin_inset CommandInset bibitem
45090 LatexCommand bibitem
45091 key "latexbook"
45092
45093 \end_inset
45094
45095 Leslie Lamport: 
45096 \emph on
45097 \SpecialChar LaTeX
45098 : A Document Preparation System.
45099
45100 \emph default
45101  Addison-Wesley, second edition, 1994
45102 \end_layout
45103
45104 \begin_layout Bibliography
45105 \begin_inset CommandInset bibitem
45106 LatexCommand bibitem
45107 key "arydshln"
45108
45109 \end_inset
45110
45111 Documentation of the \SpecialChar LaTeX
45112 -package 
45113 \series bold
45114
45115 \begin_inset CommandInset href
45116 LatexCommand href
45117 name "arydshln"
45118 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45119
45120 \end_inset
45121
45122
45123 \series default
45124
45125 \begin_inset Index idx
45126 status collapsed
45127
45128 \begin_layout Plain Layout
45129 \SpecialChar LaTeX
45130 -packages ! arydshln
45131 \end_layout
45132
45133 \end_inset
45134
45135
45136 \end_layout
45137
45138 \begin_layout Bibliography
45139 \begin_inset CommandInset bibitem
45140 LatexCommand bibitem
45141 key "booktabs"
45142
45143 \end_inset
45144
45145 Documentation of the \SpecialChar LaTeX
45146 -package 
45147 \series bold
45148
45149 \begin_inset CommandInset href
45150 LatexCommand href
45151 name "booktabs"
45152 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45153
45154 \end_inset
45155
45156
45157 \series default
45158
45159 \begin_inset Index idx
45160 status collapsed
45161
45162 \begin_layout Plain Layout
45163 \SpecialChar LaTeX
45164 -packages ! booktabs
45165 \end_layout
45166
45167 \end_inset
45168
45169
45170 \end_layout
45171
45172 \begin_layout Bibliography
45173 \begin_inset CommandInset bibitem
45174 LatexCommand bibitem
45175 key "caption"
45176
45177 \end_inset
45178
45179 Documentation of the \SpecialChar LaTeX
45180 -package 
45181 \series bold
45182
45183 \begin_inset CommandInset href
45184 LatexCommand href
45185 name "caption"
45186 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45187
45188 \end_inset
45189
45190
45191 \series default
45192
45193 \begin_inset Index idx
45194 status collapsed
45195
45196 \begin_layout Plain Layout
45197 \SpecialChar LaTeX
45198 -packages ! caption
45199 \end_layout
45200
45201 \end_inset
45202
45203
45204 \end_layout
45205
45206 \begin_layout Bibliography
45207 \begin_inset CommandInset bibitem
45208 LatexCommand bibitem
45209 key "diagbox"
45210
45211 \end_inset
45212
45213 Documentation of the \SpecialChar LaTeX
45214 -package 
45215 \series bold
45216
45217 \begin_inset CommandInset href
45218 LatexCommand href
45219 name "diagbox"
45220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45221
45222 \end_inset
45223
45224
45225 \series default
45226
45227 \begin_inset Index idx
45228 status collapsed
45229
45230 \begin_layout Plain Layout
45231 \SpecialChar LaTeX
45232 -packages ! diagbox
45233 \end_layout
45234
45235 \end_inset
45236
45237
45238 \end_layout
45239
45240 \begin_layout Bibliography
45241 \begin_inset CommandInset bibitem
45242 LatexCommand bibitem
45243 key "endfloat"
45244
45245 \end_inset
45246
45247 Documentation of the \SpecialChar LaTeX
45248 -package 
45249 \series bold
45250
45251 \begin_inset CommandInset href
45252 LatexCommand href
45253 name "endfloat"
45254 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45255
45256 \end_inset
45257
45258
45259 \series default
45260
45261 \begin_inset Index idx
45262 status collapsed
45263
45264 \begin_layout Plain Layout
45265 \SpecialChar LaTeX
45266 -packages ! endfloat
45267 \end_layout
45268
45269 \end_inset
45270
45271
45272 \end_layout
45273
45274 \begin_layout Bibliography
45275 \begin_inset CommandInset bibitem
45276 LatexCommand bibitem
45277 key "footmisc"
45278
45279 \end_inset
45280
45281 Documentation of the \SpecialChar LaTeX
45282 -package 
45283 \series bold
45284
45285 \begin_inset CommandInset href
45286 LatexCommand href
45287 name "footmisc"
45288 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45289
45290 \end_inset
45291
45292
45293 \series default
45294
45295 \begin_inset Index idx
45296 status collapsed
45297
45298 \begin_layout Plain Layout
45299 \SpecialChar LaTeX
45300 -packages ! footmisc
45301 \end_layout
45302
45303 \end_inset
45304
45305
45306 \end_layout
45307
45308 \begin_layout Bibliography
45309 \begin_inset CommandInset bibitem
45310 LatexCommand bibitem
45311 key "hypcap"
45312
45313 \end_inset
45314
45315 Documentation of the \SpecialChar LaTeX
45316 -package 
45317 \series bold
45318
45319 \begin_inset CommandInset href
45320 LatexCommand href
45321 name "hypcap"
45322 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45323
45324 \end_inset
45325
45326
45327 \series default
45328
45329 \begin_inset Index idx
45330 status collapsed
45331
45332 \begin_layout Plain Layout
45333 \SpecialChar LaTeX
45334 -packages ! hyperref
45335 \end_layout
45336
45337 \end_inset
45338
45339
45340 \end_layout
45341
45342 \begin_layout Bibliography
45343 \begin_inset CommandInset bibitem
45344 LatexCommand bibitem
45345 key "hyperref"
45346
45347 \end_inset
45348
45349 Documentation of the \SpecialChar LaTeX
45350 -package 
45351 \series bold
45352
45353 \begin_inset CommandInset href
45354 LatexCommand href
45355 name "hyperref"
45356 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45357
45358 \end_inset
45359
45360
45361 \series default
45362
45363 \begin_inset Index idx
45364 status collapsed
45365
45366 \begin_layout Plain Layout
45367 \SpecialChar LaTeX
45368 -packages ! hyperref
45369 \end_layout
45370
45371 \end_inset
45372
45373
45374 \end_layout
45375
45376 \begin_layout Bibliography
45377 \begin_inset CommandInset bibitem
45378 LatexCommand bibitem
45379 key "KOMA-Script"
45380
45381 \end_inset
45382
45383 Documentation of the \SpecialChar LaTeX
45384 -package 
45385 \series bold
45386
45387 \begin_inset CommandInset href
45388 LatexCommand href
45389 name "KOMA-Script"
45390 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45391
45392 \end_inset
45393
45394
45395 \series default
45396
45397 \begin_inset Index idx
45398 status collapsed
45399
45400 \begin_layout Plain Layout
45401 \SpecialChar LaTeX
45402 -packages ! KOMA-Script
45403 \end_layout
45404
45405 \end_inset
45406
45407
45408 \end_layout
45409
45410 \begin_layout Bibliography
45411 \begin_inset CommandInset bibitem
45412 LatexCommand bibitem
45413 key "lettrine"
45414
45415 \end_inset
45416
45417 Documentation of the \SpecialChar LaTeX
45418 -package 
45419 \series bold
45420
45421 \begin_inset CommandInset href
45422 LatexCommand href
45423 name "lettrine"
45424 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45425
45426 \end_inset
45427
45428
45429 \series default
45430  and an 
45431 \begin_inset CommandInset href
45432 LatexCommand href
45433 name "example"
45434 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45435
45436 \end_inset
45437
45438
45439 \begin_inset Index idx
45440 status collapsed
45441
45442 \begin_layout Plain Layout
45443 \SpecialChar LaTeX
45444 -packages ! lettrine
45445 \end_layout
45446
45447 \end_inset
45448
45449
45450 \end_layout
45451
45452 \begin_layout Bibliography
45453 \begin_inset CommandInset bibitem
45454 LatexCommand bibitem
45455 key "listings"
45456
45457 \end_inset
45458
45459 Documentation of the \SpecialChar LaTeX
45460 -package 
45461 \series bold
45462
45463 \begin_inset CommandInset href
45464 LatexCommand href
45465 name "listings"
45466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45467
45468 \end_inset
45469
45470
45471 \series default
45472
45473 \begin_inset Index idx
45474 status collapsed
45475
45476 \begin_layout Plain Layout
45477 \SpecialChar LaTeX
45478 -packages ! listings
45479 \end_layout
45480
45481 \end_inset
45482
45483
45484 \end_layout
45485
45486 \begin_layout Bibliography
45487 \begin_inset CommandInset bibitem
45488 LatexCommand bibitem
45489 key "marginnote"
45490
45491 \end_inset
45492
45493 Documentation of the \SpecialChar LaTeX
45494 -package 
45495 \series bold
45496
45497 \begin_inset CommandInset href
45498 LatexCommand href
45499 name "marginnote"
45500 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45501
45502 \end_inset
45503
45504
45505 \series default
45506
45507 \begin_inset Index idx
45508 status collapsed
45509
45510 \begin_layout Plain Layout
45511 \SpecialChar LaTeX
45512 -packages ! marginnote
45513 \end_layout
45514
45515 \end_inset
45516
45517
45518 \end_layout
45519
45520 \begin_layout Bibliography
45521 \begin_inset CommandInset bibitem
45522 LatexCommand bibitem
45523 key "pdfpages"
45524
45525 \end_inset
45526
45527 Documentation of the \SpecialChar LaTeX
45528 -package 
45529 \series bold
45530
45531 \begin_inset CommandInset href
45532 LatexCommand href
45533 name "pdfpages"
45534 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45535
45536 \end_inset
45537
45538
45539 \series default
45540
45541 \begin_inset Index idx
45542 status collapsed
45543
45544 \begin_layout Plain Layout
45545 \SpecialChar LaTeX
45546 -packages ! pdfpages
45547 \end_layout
45548
45549 \end_inset
45550
45551
45552 \end_layout
45553
45554 \begin_layout Bibliography
45555 \begin_inset CommandInset bibitem
45556 LatexCommand bibitem
45557 key "prettyref"
45558
45559 \end_inset
45560
45561 Documentation of the \SpecialChar LaTeX
45562 -package 
45563 \series bold
45564
45565 \begin_inset CommandInset href
45566 LatexCommand href
45567 name "prettyref"
45568 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45569
45570 \end_inset
45571
45572
45573 \series default
45574
45575 \begin_inset Index idx
45576 status collapsed
45577
45578 \begin_layout Plain Layout
45579 \SpecialChar LaTeX
45580 -packages ! prettyref
45581 \end_layout
45582
45583 \end_inset
45584
45585
45586 \end_layout
45587
45588 \begin_layout Bibliography
45589 \begin_inset CommandInset bibitem
45590 LatexCommand bibitem
45591 key "pstricks"
45592
45593 \end_inset
45594
45595 Web page of the \SpecialChar LaTeX
45596 -package 
45597 \series bold
45598
45599 \begin_inset CommandInset href
45600 LatexCommand href
45601 name "PSTricks"
45602 target "http://tug.org/PSTricks/"
45603
45604 \end_inset
45605
45606
45607 \series default
45608
45609 \begin_inset Index idx
45610 status collapsed
45611
45612 \begin_layout Plain Layout
45613 \SpecialChar LaTeX
45614 -packages ! PSTricks
45615 \end_layout
45616
45617 \end_inset
45618
45619
45620 \end_layout
45621
45622 \begin_layout Bibliography
45623 \begin_inset CommandInset bibitem
45624 LatexCommand bibitem
45625 key "refstyle"
45626
45627 \end_inset
45628
45629 Documentation of the \SpecialChar LaTeX
45630 -package 
45631 \series bold
45632
45633 \begin_inset CommandInset href
45634 LatexCommand href
45635 name "refstyle"
45636 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45637
45638 \end_inset
45639
45640
45641 \series default
45642
45643 \begin_inset Index idx
45644 status collapsed
45645
45646 \begin_layout Plain Layout
45647 \SpecialChar LaTeX
45648 -packages ! refstyle
45649 \end_layout
45650
45651 \end_inset
45652
45653
45654 \end_layout
45655
45656 \begin_layout Bibliography
45657 \begin_inset CommandInset bibitem
45658 LatexCommand bibitem
45659 key "sidecap"
45660
45661 \end_inset
45662
45663 Documentation of the \SpecialChar LaTeX
45664 -package 
45665 \series bold
45666
45667 \begin_inset CommandInset href
45668 LatexCommand href
45669 name "sidecap"
45670 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45671
45672 \end_inset
45673
45674
45675 \series default
45676
45677 \begin_inset Index idx
45678 status collapsed
45679
45680 \begin_layout Plain Layout
45681 \SpecialChar LaTeX
45682 -packages ! sidecap
45683 \end_layout
45684
45685 \end_inset
45686
45687
45688 \end_layout
45689
45690 \begin_layout Bibliography
45691 \begin_inset CommandInset bibitem
45692 LatexCommand bibitem
45693 key "NewInLyX20"
45694
45695 \end_inset
45696
45697
45698 \begin_inset CommandInset href
45699 LatexCommand href
45700 name "Wiki page"
45701 target "http://wiki.lyx.org/LyX/NewInLyX20"
45702
45703 \end_inset
45704
45705  about new features in 
45706 \family sans
45707 \SpecialChar LyX
45708  2.0
45709 \family default
45710 .
45711 \end_layout
45712
45713 \begin_layout Standard
45714 \begin_inset CommandInset index_print
45715 LatexCommand printindex
45716 type "idx"
45717
45718 \end_inset
45719
45720
45721 \end_layout
45722
45723 \end_body
45724 \end_document